Change bfd all-interface under OSPF to the interface you want to run BFD on.On router 2, change this:router ospf 123 bfd all-interfacesTo this:router ospf 123 bfd interface fastethernet0/1and add this to R1:router ospf 123 bfd interface fastethernet6...
If the server port on the 6513 is set as portfast (edge port), the MAC address table (CAM) of the upstream switch will not get flushed so your ping would continue going to the old 6500. You could try doing a ping from the server side to refresh the ...
With FEX you use don't use the mode active. Interface eth5/33 switchport mode fex-fabric channel-group 70The FEX uses a "Fabric" header on the link, and doesn't require LACP. You can use LACP on any host ports on the FEX, just not on the fabric li...
It's confusing, but it's allowed. As long as the FEX are port channeled locally only and not configured with VPC. You can dual attach a device to both FEX and configure those ports for VPC. Meaning, you can configure this:interface port-channel 10...
To elaborate a little further. The default DTP mode for (most) Cisco switches that support DTP is:Dynamic DesirableIf you don't set an encapsulation on the interface, the default is ISL on switches that support it.If you connect to a device that doe...