Cisco cheat-sheet (Pete's notes)
- to show UCD routes received for the i2 vrf
show ip bgp vpnv4 vrf i2 neighbors 132.194.3.69 received-routes
- to show the bridge/CAM tables
show cam dynamic
show mac address-table dynamic
- to show a route
show ip route
show ip route vrf nlr
- to BGP state
show bgp summary
show bgp all summary
- to show routes learned from a BGP peer
show bgp neighbors 198.32.216.254 received-routes
show bgp vpnv4 unicast vrf peer neighbors 198.32.216.254 received-routes
- to show all routes in the tr vrf that come from Yahoo
show bgp vpnv4 unicast vrf tr regexp _10310_
- to clear a BGP session in a VRF (you must use "ipv4", not "vpnv4". If you use "vpnv4", it'll return without error, but won't do anything
clear bgp vrf peer ipv4 unicast
Pete Siemsen
Last modified: Fri Jul 11 11:58:17 MDT 2008