We can verify each BGP address family now maintains routes for its respective VRF. In order to view the BGP routes for a specific VRF, use the following command: router#show ip bgp vpnv4 vrf <%vrfname%> neighbors <%ipaddress%> advertised-routes
Category Archives: Cisco
Troubleshooting Cisco ASA 5500 Firewalls
How to view interfaces and descriptions? #show nameif How to remove the entire access list? # clear config access-list <ACL-Name> –There are many things you can delete with the clear config command, be careful with how you use this command. How to view the interface name, IP address and state of the interface, similar toContinue reading “Troubleshooting Cisco ASA 5500 Firewalls”
Configuring Nexus vPC – Part 1
My favorite command in all of NX-OS – no feature vpc Kidding! It’s actually not that bad once you’re aware of how it works, what are the caveats, and how to troubleshoot if you ru… Source: Configuring Nexus vPC – Part 1
Creating a SPAN session on a Nexus 9K
Create SPAN session ================================= 9kswitch# conf t 9kswitch(config)# monitor session 1 Configure destination port (destination cannot be a FEX port or a Port-channel!) ================================= 9kswitch# conf t 9kswitch(config)# interface eth 1/15 9kswitch(config-if)# switchport monitor 9kswitch(config-if)# exit 9kswitch(config)# monitor session 1 9kswitch(config-monitor)# destination interface eth 1/15 Configure source port (or VLAN) ================================= 9kswitch(config-monitor)# source interface ethContinue reading “Creating a SPAN session on a Nexus 9K”
Autonomous AP – Wireless Bridges
Nowadays Autonomous AP deployments are rarely used, it is very hard to find quality documentation(apart from Cisco configuration guides & few support forum docs) how to configure these… Source: Autonomous AP – Wireless Bridges
Cisco ASA Tunnel Stuff
A few handy LAN-to-LAN Tunnel VPN commands: To display all current IKE security associations (SAs) at a peer. show crypto isakmp sa To display all current IPsec SA’s. show crypto ipsec sa restarting all your ISAKMP VPN Tunnels: clear crypto isakmp sa If you need to reset one VPN then you need to reset the IPSEC SAContinue reading “Cisco ASA Tunnel Stuff”
Cisco IOS Quick Ref Cheat Sheet 2.1
Cisco IOS Quick Reference Cheat Sheet 2.1
Cisco Video Design Guide
Cisco Video and TelePresence Architecture Design Guide DSCP and Precedence Values Implementing QOS Policies with DSCP
ASA 5500 Config Examples
Configuration Examples and TechNotes
Nexus 9k Series NX-OS
Useful link for the Nexus-9K Configuring HSRP