Users Guide

Layer 3 Routing Commands 1359
configured on the interface and is propagated into BGP through
redistribution. The SOO can be applied to routes that are learned from VRFs.
The SOO should not be configured for stub sites or sites that are not multi-
homed
Command History
Introduced in version 6.3.0.1 firmware.
Example
The following example shows how to set the extended community attribute
for site of origin with route-maps on the sending BGP router.
(R1)(Config)# ip extcommunity-list 10 permit
(R1)(config)# route-map RECV_IN permit 10
(R1)(config-route-map)# set extcommunity soo 10:10
(R1)(config-route-map)# exit
The receiving BGP router will apply the route map with an extended
community list in the inward direction.
show bgp ipv6
Use this command to display IPv6 routes in the BGP routing table. This
command deprecates and replaces the show ipv6 bgp command.
Syntax
show bgp ipv6[ipv6-prefix/prefix-length [ longer-prefixes | shorter-prefixes [
length ] ] | filter-list as-path-list ]
ipv6-prefix—An IPv6 network prefix. This argument must be in the form
where the address is specified in hexadecimal using 16-bit values between
0x00 and 0xff and separated by colons. Limits the output to a specific
prefix.
prefix-length—The length of the IPv6 prefix given as part of the ipv6-
prefix. This is required if a prefix is specified. A decimal value in the range
1 to 128 that indicates how many of the high-order contiguous bits of the
address comprise the prefix (the network portion of the address) in /length
format. A slash mark must precede the decimal value in /length format.