bgp output commands
bgp output commands
Outputs:
ASR920Router#sh ip bgp all summ
For address family: IPv4 Unicast
BGP router identifier 10.224.134.28, local AS number 65100
BGP table version is 1394124, main routing table version 1394124
8667 network entries using 1248048 bytes of memory
34644 path entries using 3048672 bytes of memory
837 multipath network entries and 1674 multipath paths
153/146 BGP path/bestpath attribute entries using 25704 bytes of memory
337 BGP rrinfo entries using 8088 bytes of memory
60 BGP AS-PATH entries using 1456 bytes of memory
17 BGP community entries using 640 bytes of memory
17 BGP extended community entries using 584 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 4333192 total bytes of memory
BGP activity 42321/33417 prefixes, 429657/394046 paths, scan interval 60 secs
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
2 Crafted by Abhishek Kumar Chaudhary
• All neighbors are in the same AS (65100), meaning this is an iBGP (Internal BGP)
session.
• The "Up/Down" time is 1 year and 16 weeks, indicating stable connections.
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
3 Crafted by Abhishek Kumar Chaudhary
A specific address family used to route traffic within a Layer 3 VPN over an MPLS
network.
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
4 Crafted by Abhishek Kumar Chaudhary
Other commands:
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
5 Crafted by Abhishek Kumar Chaudhary
Prefix 10.1.17.242/32
• Multiple paths exist via 10.224.136.29.
• Origin is ?, meaning it was redistributed (e.g., from static or connected routes).
• The best (>) path is also through 10.224.136.29.
Prefix 10.1.101.0/24
• Learned from 10.224.128.56, with a metric of 0, Local Preference of 100, and
Weight of 0.
• The origin is ?, indicating redistribution.
Other Commands:
Sh ip bgp <x.x.x.x> → This will give you detail about the particular route entry in BGP
Routing Table.
Let’s Check the Route details for one of the Peers from above output (10.224.136.29
)
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
6 Crafted by Abhishek Kumar Chaudhary
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/
-
7 Crafted by Abhishek Kumar Chaudhary
Other commands:
show ip bgp vpnv4 vrf <vrf name> → this will give you all the routes in MPLS Environment
show ip bgp vpnv4 vrf <vrf name> neighbors
References:
https://www.cisco.com/c/en/us/td/docs/ios/iproute_bgp/command/reference/irg_book
/irg_bgp5.html
https://www.linkedin.com/in/abhishek-chaudhary-48997510b/