Author Archive: admin

Virutal Port Channel

Step 1. Configure the management interface IP address and default route. N5k-1(config)# int mgmt 0 N5k-1(config-if)# ip address 172.25.182.51/24 N5k-1(config-if)# vrf context management N5k-1(config-vrf)# ip route 0.0.0.0/0 172.25.182.1 Step 2. Enable vPC and LACP. N5k-1(config)# feature vpc N5k-1(config)# feature lacp…
Read more

BGP Communities

  BGP Communities attributes RFC 1997 Here are the 4 well known BGP communities: Internet: advertise the prefix to all BGP neighbors. No-Advertise: don’t advertise the prefix to any BGP neighbors. No-Export: don’t advertise the prefix to any eBGP neighbors….
Read more