Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
What is the difference in load balancing and load sharing. Can you generalize load-balancing to layer two? Or layer three protocols also do this, except BGP?FHRPs like VRRP, GLBP, and HSRP are essentially load sharing protocols (except GLBP though). ...
1. no ip route-cache cef => Fall to fast switching (Disables CEF on that port)no ip route-cache => Fall to process switching (Disables Fast switching on that port)no ip mroute-cache => Disables Fast switching for IP multicast on that port.By default,...
You may use Local Pref attribute to prefer one link over another. From your explanation, it seems like you are receiving default route on both the interfaces. Apply a route-map on router with 200Mb/s link like this:ip prefix-list catchall seq 5 permi...
Something on CDP:
"All CDP packets include a VLAN ID. If you configure CDP on a Layer 2 access port, the CDP packets sent from that access port include the access port VLAN ID. If you configure CDP on a Layer 2 trunk port, the CDP packets sent from ...
1. No. Native VLAN mismatch error is triggered by CDP protocol that exchanges information between devices. If you are not willing to exchange data betweek adjacent ports using the native vlans (VLAN 1 by default) on either side, feel free not include...