Layer 3 Routing Commands 1317configured on the interface and is propagated into BGP throughredistribution. 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-homedCommand HistoryIntroduced in version 6.3.0.1 firmware.ExampleThe following example shows how to set the extended community attributefor 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)# exitThe receiving BGP router will apply the route map with an extendedcommunity list in the inward direction.show bgp ipv6Use this command to display IPv6 routes in the BGP routing table. Thiscommand deprecates and replaces the show ipv6 bgp command.Syntaxshow 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 formwhere the address is specified in hexadecimal using 16-bit values between0x00 and 0xff and separated by colons. Limits the output to a specificprefix.• 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 range1 to 128 that indicates how many of the high-order contiguous bits of theaddress comprise the prefix (the network portion of the address) in /lengthformat. A slash mark must precede the decimal value in /length format.