Reference Guide

IPv6 Border Gateway Protocol (IPv6 BGP) | 781
Related
Commands
show config
c e
View the current ROUTER BGP configuration.
Syntax
show config
Command Modes
ROUTER BGPV6-ADDRESS FAMILY
Example
Figure 27-1. show config Command Example (Partial)
show ip bgp ipv6 unicast
c e
View the current BGP routing table for the E-Series.
Syntax
show ip bgp ipv6 unicast [network [network-mask] [longer-prefixes]]
Parameters
Command Modes
EXEC
EXEC Privilege
capture bgp-pdu neighbor (ipv6) Enable capture of an IPv6 BGP neighbor packet.
capture bgp-pdu max-buffer-size Specify a size for the capture buffer.
FTOS(conf-router_bgp)#show conf
!
router bgp 18508
neighbor RR-CLIENT peer-group
neighbor RR-CLIENT remote-as 18508
neighbor RR-CLIENT no shutdown
neighbor RR-CLIENT-PASSIV peer-group passive
neighbor RR-CLIENT-PASSIV remote-as 18508
neighbor RR-CLIENT-PASSIV subnet 9000::9:0/120
neighbor RR-CLIENT-PASSIV no shutdown
neighbor 1109::33 remote-as 18508
neighbor 1109::33 update-source Loopback 101
neighbor 1109::33 no shutdown
neighbor 2222::220 remote-as 18508
neighbor 2222::220 route-reflector-client
neighbor 2222::220 update-source Loopback 100
neighbor 2222::220 no shutdown
neighbor 4000::33 remote-as 18508
neighbor 4000::33 no shutdown
neighbor 4000::60 remote-as 18508
neighbor 4000::60 no shutdown
neighbor 9000::1:2 remote-as 640
no neighbor 9000::1:2 activate
neighbor 9000::1:2 no shutdown
!
FTOS#
network
(OPTIONAL) Enter the network address (in dotted decimal format) of the BGP
network to view information only on that network.
network-mask
(OPTIONAL) Enter the network mask (in slash prefix format) of the BGP network
address.
longer-prefixes (OPTIONAL) Enter the keyword longer-prefixes to view all routes with a
common prefix.