Specifications

Table Of Contents
ip vrf sitemap
MP-126
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
ip vrf sitemap
To configure Site of Origin (SoO) filtering on an interface, use the ip vrf sitemap command in interface
configuration mode. To disable SoO filtering on an interface, use the no form of this command.
ip vrf sitemap ro
ute-map
no ip vrf sitemap
Syntax Description
Defaults No default behavior or values
Command Modes Interface configuration
Command History
Usage Guidelines The SoO extended community is a BGP extended community attribute that is used to identify routes that
h
ave originated from a site so that the re-advertisement of that prefix back to the source site can be
prevented. The SoO extended community attribute uniquely identifies the site from which a PE router
has learned a route.
Examples The following example configures SoO filtering on an interface:
Router(config)# route-map Site-of-Origin permit 10
Router(config-route-map)# set extcommunity soo 100:1
Router(config-route-map)# exit
Router(config)# interface FastEthernet 0/0
Router(config-if)# ip vrf forwarding RED
Router(config-if)# ip vrf sitemap Site-of-Origin
Router(config-if)# ip address 10.0.0.1 255.255.255.255
Router(config-if)# end
Related Commands
route-map The name of the route map that is configured with the as-number and
n
etwork of the VPN site.
Release Modification
12.2(13)T This command was introduced.
12.0(24)S This command was integrated into Cisco IOS Release 12.0(24)S.
12.2(18)SXE This command was integrated into Cisco IOS Release 12.2(18)SXE.
12.2(28)SB This command was integrated into Cisco IOS Release 12.2(28)SB.
12.2(33)SRA This command was integrated into Cisco IOS Release 12.2(33)SRA.
Command Description
ip vrf forwarding Associates a VRF with an interface or subinterface.