Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


MP-BGP vpnv4Link

BGP vpnv4
R2#show running-config router bgp
!
router bgp 65000
 bgp router-id 10.1.1.1
 neighbor 10.1.1.2 remote-as 65000
 neighbor 10.1.1.2 update-source 10.1.1.1
 !
 address-family vpnv4 unicast
 neighbor 10.1.1.2 activate
 exit-address-family
 !
 exit
!

Show commands

show ip vrf



show ip route vrf all database



show bgp vrf



show bgp neighbors 10.1.1.2 received-routes 



show bgp neighbors 10.1.1.2 advertised-routes 





show bgp summary

show bgp neighbors

show
R2#show bgp summary

R2#show bgp neighbors
BGP neighbor is 10.1.1.2, remote AS 65000, local AS 65000, internal link, peer index: 2
  BGP version 4, local router ID 10.1.1.1, remote router ID 10.1.1.2
  BGP state = Established, up for 00:04:34
  Last read 00:00:18, hold time is 90, keepalive interval is 30 seconds
  Neighbor capabilities:
    Route refresh: advertised and received (old and new)
    Address family VPNv4 Unicast: advertised and received
  Received 12 messages, 0 notifications, 0 in queue
  Sent 12 messages, 0 notifications, 0 in queue
  Route refresh request: received 0, sent 0
  Minimum time between advertisement runs is 5 seconds
  Update source is 10.1.1.1

For address family: VPNv4 Unicast  BGP table version 1, neighbor version 1
  Index 1, Offset 0, Mask 0x2
  AIGP is enabled
  Community attribute sent to this neighbor (both)
  Large Community attribute sent to this neighbor
  0 accepted prefixes
  0 announced prefixes

 Connections established 1; dropped 0
Local host: 10.1.1.1, Local port: 37247
Foreign host: 10.1.1.2, Foreign port: 179
TCP MSS: (0), Advertise TCP MSS: (1448), Send TCP MSS: (1448),  Receive TCP MSS: (536)
Sock FD : (23)
Nexthop: 10.1.1.1
Nexthop global: ::
Nexthop local: ::
BGP connection: non shared network



L3 VPN
















  • No labels