bgp
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
bgp [2023/04/29 13:08] – andyb | bgp [2023/04/30 20:03] (current) – andyb | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | show ip bgp vpnv4 vrf [vrf name] summary | + | ||show run %%|%% begin bgp|| |
- | + | ||show ip bgp||Shows BGP table|| | |
- | show ip bgp vpnv4 vrf [vrf name] neighbors [neighbor IP] routes | + | ||sho ip bgp summary|| |
- | + | ||sho ip bgp all sum %%|%% i //<IP ADDRESS>// | |
- | show ip bgp vpnv4 vrf [vrf name] neighbors [neighbor IP] received-routes | + | ||show bgp ipv4 unicast summary|| |
- | + | ||show bgp vpnv4 unicast all summary|| | |
- | show ip bgp vpnv4 vrf [vrf name] neighbors [neighbor IP] advertised-routes | + | ||show bgp vpnv4 unicast all|| |
- | + | ||show bgp vpnv4 unicast rd //<route distinguisher%%/ | |
- | show run | begin bgp | + | ||show bgp ipv6 unicast //<ipv6 address>// |
- | + | ||clear ip bgp *|| To reset bgp sessions – for lab sims...i.e. don't do this in production environment!|| | |
- | show bgp ipv4 unicast | + | ||show ip bgp vpnv4 vrf //<VRF NAME>// |
+ | ||show ip bgp neighbors //< | ||
+ | ||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //< | ||
- | show bgp vpnv4 unicast all summary | + | ||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //< |
- | + | ||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //< | |
- | + | ||
- | show bgp vpnv4 unicast all | + | |
+ | **IOS XR** | ||
- | show bgp vpnv4 unicast rd [route distinguisher –space- prefix] | + | ||show bgp vrf //<VRF NAME>// summary|| |
- | + | ||show bgp vrf //<VRF NAME>// | |
- | + | ||
- | show bgp ipv6 unicast [ipv6 address] | + | |
- | + | ||
- | + | ||
- | + | ||
- | clear ip bgp * [to reset bgp sessions – for lab sims...i.e. don't do this in production environment] | + | |
- | + | ||
- | + | ||
- | + | ||
- | sho ip bgp summary | + | |
- | + | ||
- | + | ||
- | + | ||
- | show ip bgp neighbors [neighbor address] | + | |
- | + | ||
- | + | ||
- | + | ||
- | show ip bgp [shows bgp table] | + | |
- | + | ||
- | + | ||
- | + | ||
- | sho ip bgp all sum | I | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | IOS XR | + | |
- | + | ||
- | + | ||
- | + | ||
- | show bgp vrf [vrf name] summary | + | |
- | + | ||
- | + | ||
- | + | ||
- | show bgp vrf [vrf name] neighbor [neighbor IP] routes | + | |
- | + | ||
- | + | ||
- | show bgp vrf [vrf name] neighbor [neighbor IP] advertised-routes | + | ||show bgp vrf //<VRF NAME>// |
- | | + | **BGP Local-AS** |
Let’s assume a member would like to use BGP as number 65111 which is already in use by a different member. | Let’s assume a member would like to use BGP as number 65111 which is already in use by a different member. | ||
Line 94: | Line 57: | ||
address-family ipv4 vrf M_65200 | address-family ipv4 vrf M_65200 | ||
- | | + | neighbor 10.20.100.38 remote-as 65200 |
- | | + | neighbor 10.20.100.38 activate |
- | | + | neighbor 10.20.100.38 prefix-list trading_networks_A out |
- | | + | neighbor 10.20.100.38 route-map trading_member_in in |
- | | + | neighbor 10.20.100.38 maximum-prefix 20 |
! | ! | ||
Line 116: | Line 79: | ||
address-family ipv4 vrf M_65111 | address-family ipv4 vrf M_65111 | ||
- | | + | neighbor 10.20.100.37 remote-as 12625 |
- | | + | neighbor 10.20.100.37 local-as 65200 |
| | ||
Line 130: | Line 93: | ||
TF-R004446# | TF-R004446# | ||
- | Network | + | ||Network|| ||Next Hop|| ||Metric|| ||LocPrf|| ||Weight|| ||Path|| |
- | *> 90.203.102.0/ | + | ||*>|||| 90.203.102.0/ |
- | * 193.29.91.64/ | + | ||*|||| |
| | ||
Line 142: | Line 105: | ||
TF-RMIL0115# | TF-RMIL0115# | ||
- | Network | + | ||Network|| ||Next Hop|| ||Metric|||| LocPrf|| ||Weight|| ||Path|| |
- | *> 90.203.102.0/ | + | ||*>|| ||90.203.102.0/ |
- | *>i193.29.91.64/ | + | ||*>||||i||||193.29.91.64/ |
| | ||
Line 162: | Line 125: | ||
address-family ipv4 vrf M_65111 | address-family ipv4 vrf M_65111 | ||
- | | + | neighbor 10.20.100.37 remote-as 12625 |
- | | + | neighbor 10.20.100.37 local-as 65200 no-prepend |
| | ||
Line 174: | Line 137: | ||
TF-R004446# | TF-R004446# | ||
- | Network | + | ||Network|| ||Next Hop|| ||Metric|| ||LocPrf|||| Weight|| ||Path || |
- | *> 90.203.102.0/ | + | ||*> || ||90.203.102.0/ |
- | * 193.29.91.64/ | + | ||*|| ||193.29.91.64/ |
| | ||
Line 186: | Line 149: | ||
TF-RMIL0115# | TF-RMIL0115# | ||
- | Network | + | ||Network|| |
- | *> 90.203.102.0/ | + | ||*>|| ||90.203.102.0/ |
- | *>i193.29.91.64/ | + | ||*>|| ||i|| ||193.29.91.64/ |
| | ||
Line 206: | Line 169: | ||
address-family ipv4 vrf M_65111 | address-family ipv4 vrf M_65111 | ||
- | | + | neighbor 10.20.100.37 remote-as 12625 |
- | | + | neighbor 10.20.100.37 local-as 65200 no-prepend replace-as |
| | ||
Line 216: | Line 179: | ||
TF-R004446# | TF-R004446# | ||
- | Network | + | ||Network|| ||Next Hop|| ||Metric|| ||LocPrf|| ||Weight|| ||Path|| |
- | *> 90.203.102.0/ | + | ||*>|| ||90.203.102.0/ |
- | * 193.29.91.64/ | + | ||*|| || 193.29.91.64/ |
| | ||
Line 226: | Line 189: | ||
TF-RMIL0115# | TF-RMIL0115# | ||
- | Network | + | ||Network|| |
- | *> 90.203.102.0/ | + | ||*>|| ||90.203.102.0/ |
- | *>i193.29.91.64/ | + | ||*>|| ||i|| ||193.29.91.64/ |
bgp.txt · Last modified: 2023/04/30 20:03 by andyb