test bgp ipv6 neighbor
Tests BGP policy for IPv6 BGP routes advertised to or received from peers without implementing the policy. There is no no version.
test bgp ipv6 [ addressFamilyIdentifier ] neighbor { ipAddress | peerGroupName }
{ advertised-routes | routes } [ ipv6Prefix ] [ distribute-list accessListName |
prefix-list prefixListName | prefix-tree prefixTreeName |
filter-list asPathAccessListName [ filter-list weight filterListWeight ] |
route-map mapTag | [ fields { fieldOptions } ] [ filter ]
- addressFamilyIdentifier—Type of address family, which determines the routing table for which information is displayed, in the format
unicast | multicast | vpnv6 { all | vrf vrfName }
- unicast—Specifies the IPv6 unicast routing table; the default option
- multicast—Specifies the IPv6 multicast routing table
- vpnv6 all—Specifies all IPv6 VPN routing and forwarding instances
- vpn6 vrf vrfname—Specifies the IPv6 VPN routing and forwarding instance with the name vrfname
- ipAddress—Neighbor's IP address
- peerGroupName—Name of a BGP peer group
- advertised-routes—Tests only the outgoing advertisements to the specified BGP neighbor or peer group
- routes—Tests only the incoming routes originating from the specified BGP neighbor or peer group
- ipv6Prefix—IPv6 prefix for which you want information displayed
- accessListName—Name of the access list to use as the distribute list to filter routes by prefix; string of up to 32 alphanumeric characters
- prefixListName—Name of a BGP prefix list used to filter routes by prefix
- prefixTreeName—Name of a BGP prefix tree used to filter routes by prefix
- asPathAccessListName—Name of a single AS path access list used to filter routes by AS path; string of up to 32 characters
- filterListWeight—Weight assigned to incoming routes matched by the AS path access list; in the range 0-4294967295
- mapTag—Name of a route map; string of up to 32 alphanumeric characters
- fieldOptions—Field(s) to be displayed. See the show ip bgp command for descriptions
- filter—See Filtering show Commands in About This Guide
User Exec, Privileged Exec