BGP Troubleshooting Commands:
- show configuration
- show route advertising-protocol bgp neighbor
- show route receive-protocol bgp neighbor
- show route hidden
- show route community-name name-of-community
" Displays all routes containing the community value defined in name-of-community
- show route detail
" Displays routes and their communities values, if appropriate
- show route detail | match comm
" Displays only community values
" Use to view possible communities in the routing table
====================================================
Rate limits:
show configuration groups vpn??? interfaces
show firewall filter vpn???-ratelimit-768k
show firewall filter FIL_RateLimit_2m-sp-3/2/0.371-o or i
if you know what interface its on.
show interfaces ge-0/0/1.21 detail extensive
====================================================
IPSEC:
sho services ipsec-vpn
=================================================
Routing engines:
to see version on both RE's:
router# show version invoke-on all-routing-engines
====================================================
to re-converge mpls. If not, mpls will re-converge within a couple hrs by itself.
router> clear mpls lsp optimize-aggressive
===============================================
Compare Rollback:
router> show system commit
That will provide you with the rollback number of the configuration file to use in the next command. Then do:
router> show system rollback compare <rollback#1> <rollback#2>