Full mesh formula

How to count how much connections we need to build a full mesh ?

x = n*(n-1)/2

  • x – number of connections
  • n – number of devices

example for 5 devices:
we need:
5*(5-1)/2 = 5*4/2 = 20/2 = 10
connections to build a full mesh beetween them.

FHRP—Enhanced Object Tracking of IP SLAs Operations

Today – I would like to present very useful Cisco IOS feature – FHRP—Enhanced Object Tracking of IP SLAs Operations – is an extension of traditional object tracking (eg. interface tracking). Very basic example of using it, is removing of static route from routing table if specified IP address is not reachable.

1. Creating SLA probe number 1, defining SLA action type and destination, parameters for threshold and timeout for 2seconds, frequency for 5seconds Continue reading