User Tools

Site Tools


bgp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
bgp [2023/04/29 13:08] andybbgp [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%%/%%prefix>// ||
  
-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 summary +||show ip bgp vpnv4 vrf //<VRF NAME>// summary|| 
  
 +||show ip bgp neighbors //<NEIGHBOR IP>//||
    
 +||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //<NEIGHBOR IP>// routes||  
  
-show bgp vpnv4 unicast all summary +||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //<NEIGHBOR IP>// received-routes||  
  
-  +||show ip bgp vpnv4 vrf //<VRF NAME>// neighbors //<NEIGHBOR IP>// advertised-routes||  
- +
-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>// neighbor //<NEIGHBOR IP>// routes||
- +
-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 IProutes  +
- +
- +
  
-show bgp vrf [vrf name] neighbor [neighbor IPadvertised-routes +||show bgp vrf //<VRF NAME>// neighbor //<NEIGHBOR IP>// advertised-routes|| 
  
  
-    BGP “local-as” +**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.  In this case Deutsche Boerse will assign a free AS number to that member (in our example 65200) If the member is not willing to use the free AS number he has to use bgp local-as, no-prepend and replace-as.  Let’s assume a member would like to use BGP as number 65111 which is already in use by a different member.  In this case Deutsche Boerse will assign a free AS number to that member (in our example 65200) If the member is not willing to use the free AS number he has to use bgp local-as, no-prepend and replace-as. 
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 remote-as 65200 
  
-  neighbor 10.20.100.38 activate +neighbor 10.20.100.38 activate 
  
-  neighbor 10.20.100.38 prefix-list trading_networks_A out +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 route-map trading_member_in in 
  
-  neighbor 10.20.100.38 maximum-prefix 20 +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 remote-as 12625 
  
-  neighbor 10.20.100.37 local-as 65200 +neighbor 10.20.100.37 local-as 65200 
  
      
Line 130: Line 93:
 TF-R004446#sh ip bgp vpnv4 vrf M_65111  TF-R004446#sh ip bgp vpnv4 vrf M_65111 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||          ||Next Hop||            ||Metric|| ||LocPrf|| ||Weight|| ||Path|| 
  
-*> 90.203.102.0/24  0.0.0.0                  0         32768 i +||*>|||| 90.203.102.0/24|| || 0.0.0.0||                  ||||        ||32768|||| ||
  
-*  193.29.91.64/27  10.20.100.37                           0 65200 12625 i +||*||||  193.29.91.64/27||  ||10.20.100.37 ||            ||0|| ||65200|| ||12625|||| ||
  
      
Line 142: Line 105:
 TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200  TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||          ||Next Hop||            ||Metric|||| LocPrf|| ||Weight|| ||Path|| 
  
-*> 90.203.102.0/24  10.20.100.38             0             0 65200 65111 i +||*>|| ||90.203.102.0/24||  ||10.20.100.38||            || 0||             ||||||65200|| ||65111|| ||i|| 
  
-*>i193.29.91.64/27  10.79.1.15                  100      0 i +||*>||||i||||193.29.91.64/27|| || 10.79.1.15||              || 0||   || 100||     || 0|||| i|| 
  
      
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 remote-as 12625 
  
-  neighbor 10.20.100.37 local-as 65200 no-prepend +neighbor 10.20.100.37 local-as 65200 no-prepend 
  
      
Line 174: Line 137:
 TF-R004446#sh ip bgp vpnv4 vrf M_65111  TF-R004446#sh ip bgp vpnv4 vrf M_65111 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||          ||Next Hop||            ||Metric|| ||LocPrf|||| Weight|| ||Path ||
  
-*> 90.203.102.0/24  0.0.0.0                          32768 i +||*> || ||90.203.102.0/24||  ||0.0.0.0||                 || ||        ||32768 || ||i|| 
  
-*  193.29.91.64/27  10.20.100.37                           0 12625 i +||*||  ||193.29.91.64/27||  ||10.20.100.37 ||                         || 0|| ||12625|| || ||
  
      
Line 186: Line 149:
 TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200  TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||         || Next Hop ||           ||Metric||  ||LocPrf|| ||Weight|| ||Path|| 
  
-*> 90.203.102.0/24  10.20.100.38                         0 65200 65111 i +||*>|| ||90.203.102.0/24||  ||10.20.100.38||            ||||           || 0|| ||65200|| ||65111|| ||i|| 
  
-*>i193.29.91.64/27  10.79.1.15                  100      0 i +||*>|| ||i|| ||193.29.91.64/27||  ||10.79.1.15||               ||||   ||100 ||     ||0|| ||i|| 
  
      
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 remote-as 12625 
  
-  neighbor 10.20.100.37 local-as 65200 no-prepend replace-as +neighbor 10.20.100.37 local-as 65200 no-prepend replace-as 
  
      
Line 216: Line 179:
 TF-R004446#sh ip bgp vpnv4 vrf M_65111  TF-R004446#sh ip bgp vpnv4 vrf M_65111 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||          ||Next Hop||            ||Metric|| ||LocPrf|| ||Weight|| ||Path|| 
  
-*> 90.203.102.0/24  0.0.0.0                          32768 i +||*>|| ||90.203.102.0/24||  ||0.0.0.0||                || ||        ||32768|| ||i|| 
  
- 193.29.91.64/27  10.20.100.37                           0 12625 i +||*|| || 193.29.91.64/27||  ||10.20.100.37||                           ||0|| ||12625|| ||i|| 
  
      
Line 226: Line 189:
 TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200  TF-RMIL0115#sh ip bgp vpnv4 vrf M_65200 
  
-   Network          Next Hop            Metric LocPrf Weight Path +||Network||         || Next Hop ||           ||Metric|| ||LocPrf|| ||Weight|| ||Path|| 
  
-*> 90.203.102.0/24  10.20.100.38                         0 65200 i +||*>|| ||90.203.102.0/24||  ||10.20.100.38||            || ||           || 0|| ||65200|| ||i|| 
  
-*>i193.29.91.64/27  10.79.1.15                  100      0 i +||*>|| ||i|| ||193.29.91.64/27||  ||10.79.1.15||              ||  || || 100 ||    || 0|| ||||
  
    
bgp.txt · Last modified: 2023/04/30 20:03 by andyb

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki