Displaying and maintaining IPv6 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 VPNv6 address family. | refresh bgp { ip-address | all | external | group group-name | internal } { export | import } vpnv6 |
Reset BGP sessions for VPNv6 address family. | reset bgp { as-number | ip-address | all | external | internal | group group-name } vpnv6 |
Execute the following commands in any view to display IPv6 MPLS L3VPN:
Task | Command |
---|---|
Display the IPv6 routing table for a VPN instance. | display ipv6 routing-table vpn-instance vpn-instance-name [ verbose ] |
Display information about a specified VPN instance or all VPN instances. | display ip vpn-instance [ instance-name vpn-instance-name ] |
Display IPv6 FIB information for a VPN instance. | display ipv6 fib vpn-instance vpn-instance-name [ ipv6-address [ prefix-length ] ] |
Display BGP VPNv6 peer group information. | display bgp group vpnv6 [ group-name ] |
Display BGP VPNv6 peer information. | display bgp peer vpnv6 [ group-name log-info | ip-address { log-info | verbose } | verbose ] |
Display BGP VPNv6 routes. | display bgp routing-table vpnv6 [ route-distinguisher route-distinguisher ] [ network-address prefix-length ] |
Display BGP VPNv6 route advertisement information. | display bgp routing-table vpnv6 network-address prefix-length advertise-info |
Display BGP VPNv6 routes matching the specified AS PATH list. | display bgp routing-table vpnv6 [ route-distinguisher route-distinguisher ] as-path-acl as-path-acl-number |
Display BGP VPNv6 routes matching the specified BGP community list. | display bgp routing-table vpnv6 [ route-distinguisher route-distinguisher ] community-list { { basic-community-list-number | comm-list-name } [ whole-match ] | adv-community-list-number } |
Display BGP VPNv6 routes advertised to or received from the specified BGP peer. | display bgp routing-table vpnv6 peer ip-address { advertised-routes | received-routes } [ network-address prefix-length | statistics ] |
Display incoming labels for all BGP VPNv6 routes. | display bgp routing-table vpnv6 inlabel |
Display outgoing labels for all BGP VPNv6 routes. | display bgp routing-table vpnv6 outlabel |
Display BGP VPNv6 route statistics. | display bgp routing-table vpnv6 statistics |
Display BGP VPNv6 address family update group information. | display bgp update-group vpnv6 [ ip-address ] |
Display OSPFv3 sham link information. (This command is available in Release 2311P04 and later versions.) | display ospfv3 [ process-id ] [ area area-id ] sham-link [ verbose ] |
For more information about the display ipv6 routing-table, display bgp group vpnv6, display bgp peer vpnv6, and display bgp update-group vpnv6 commands, see Layer 3—IP Routing Command Reference.