show ipv6 bgp neighbors advertised-routes

Displays the routes that the device has advertised to the neighbor during the current BGP4+ session.

Syntax

show ipv6 bgp neighbors [ ipv6-addr | ipv4-addr ] advertised-routes [ ipv6-addr / mask-bits ]
show ipv6 bgp neighbors [ ipv6-addr | ipv4-addr ] [ detail ] [ ipv6-addr / mask-bits ] [ vrf vrf-name ]
show ipv6 bgp neighbors [ ipv6-addr | ipv4-addr ] vrf vrf-name

Parameters

ipv6-addr
IPv6 address of the neighbor in dotted-decimal notation.
ipv4-addr
IPv4 address of the neighbor in dotted-decimal notation.
detail
Displays details of advertised routes.
ipv6-addr/ mask-bits
The IPv6 address range and the number of mask bits in CIDR notation of the network to which routes are advertised for.
vrf vrf-name
Specifies a VRF instance.

Modes

Privileged EXEC mode

Examples

This example displays the details of advertised routes.

device# show ipv6 bgp neighbors 123::3 advertised-routes 

       There are 5 routes advertised to neighbor 123::3
Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL
       Prefix             Next Hop        MED        LocPrf     Weight Status
1      110:110:110::/64   123::2           0                    0      BE    
         AS_PATH: 222 111
2      110:110:110:1::/64 123::2           0                    0      BE    
         AS_PATH: 222 111
3      110:110:110:2::/64 123::2           0                    0      BE    
         AS_PATH: 222 111
4      110:110:110:3::/64 123::2           0                    0      BE    
         AS_PATH: 222 111
5      110:110:110:4::/64 123::2           0                    0      BE    
         AS_PATH: 222 111

Example

This example shows ipv6 bgp neighbors 150.1.1.2 advertised routes
SLX# show ipv6 bgp neighbors 150.1.1.2 advertised routes 
There are 4 routes advertised to neighbor 150.1.1.2 
Status A:AGGREGATE B:BEST b:NOT-INSTALLED-BEST E:EBGP I:IBGP L:LOCAL x:BEST-EXTERNAL 
RPKI State: V - VALID, I - INVALID, N - NOT FOUND ? - Unknown 
       Prefix         Next Hop         MED         LocPrf Weight       RPKI State 
Status 
1        1::1/128      ::ffff:150.1.1.1               0     100 32768   N BL AS_PATH: 
2        2::2/128      ::ffff:150.1.1.1               0     100 32768   N BL AS_PATH: 
3        3::3/128      ::ffff:150.1.1.1               0     100 32768   N BL AS_PATH:
4        4001::/64     ::ffff:150.1.1.1               0     100 32768   N BL AS_PATH: 
			S5#