Displaying and maintaining MPLS L3VPN
You can soft-reset or reset BGP sessions to apply new BGP configurations. A soft reset operation updates BGP routing information without tearing down BGP connections. A reset operation updates BGP routing information by tearing down, and then reestablishing BGP connections. Soft reset requires that BGP peers have route refresh capability.
Execute the following commands in user view to soft reset or reset BGP sessions:
Task | Command |
---|---|
Soft reset BGP sessions for VPNv4 address family. | refresh bgp { ip-address | all | external | group group-name | internal } { export | import } vpnv4 [ vpn-instance vpn-instance-name ] |
Reset BGP sessions for VPNv4 address family. | reset bgp { as-number | ip-address | all | external | internal | group group-name } vpnv4 [ vpn-instance vpn-instance-name ] |
Execute the following commands in any view to display MPLS L3VPN:
Task | Command |
---|---|
Display the routing table for a VPN instance. | display ip routing-table vpn-instance vpn-instance-name [ statistics | verbose ] |
Display information about one or all VPN instances. | display ip vpn-instance [ instance-name vpn-instance-name ] |
Display the FIB of a VPN instance. | display fib vpn-instance vpn-instance-name |
Display FIB entries that match the specified destination IP address in the specified VPN instance. | display fib vpn-instance vpn-instance-name ip-address [ mask | mask-length ] |
Display BGP VPNv4 peer group information. | display bgp group vpnv4 [ vpn-instance vpn-instance-name ] [ group-name ] |
Display BGP VPNv4 peer information. | display bgp peer vpnv4 [ vpn-instance vpn-instance-name ] [ group-name log-info | ip-address { log-info | verbose } | verbose ] |
Display BGP VPNv4 routes. | display bgp routing-table vpnv4 [ route-distinguisher route-distinguisher ] [ network-address [ { mask | mask-length } [ longest-match ] ] ] |
Display BGP VPNv4 route advertisement information. | display bgp routing-table vpnv4 [ route-distinguisher route-distinguisher ] network-address [ mask | mask-length ] advertise-info |
Display BGP VPNv4 routes matching the specified AS PATH list. | display bgp routing-table vpnv4 [ route-distinguisher route-distinguisher ] as-path-acl as-path-acl-number |
Display BGP VPNv4 routes matching the specified BGP community list. | display bgp routing-table vpnv4 [ route-distinguisher route-distinguisher ] community-list { { basic-community-list-number | comm-list-name } [ whole-match ] | adv-community-list-number } |
Display BGP VPNv4 routes advertised to or received from the specified BGP peer. | display bgp routing-table vpnv4 [ vpn-instance vpn-instance-name ] peer ip-address { advertised-routes | received-routes } [ network-address [ mask | mask-length ] | statistics ] |
Display incoming labels for BGP IPv4 unicast routes. | display bgp routing-table ipv4 [ unicast ] [ vpn-instance vpn-instance-name ] inlabel |
Display outgoing labels for BGP IPv4 unicast routes. | display bgp routing-table ipv4 [ unicast ] [ vpn-instance vpn-instance-name ] outlabel |
Display incoming labels for BGP VPNv4 routes. | display bgp routing-table vpnv4 inlabel |
Display outgoing labels for BGP VPNv4 routes. | display bgp routing-table vpnv4 outlabel |
Display BGP VPNv4 route statistics. | display bgp routing-table vpnv4 statistics |
Display BGP VPNv4 address family update group information. | display bgp update-group vpnv4 [ vpn-instance vpn-instance-name ] [ ip-address ] |
Display OSPF sham link information. | display ospf [ process-id ] sham-link [ area area-id ] [ standby slot slot-number ] |
For more information about the display ip routing-table, display bgp group vpnv4, display bgp peer vpnv4, and display bgp update-group vpnv4 commands, see Layer 3—IP Routing Command Reference.