Specifications

Table Of Contents
vrf selection source
MP-893
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
Examples The following example shows how to populate the VRF Selection table vpn1 with a source IP network
address 10.0.0.0 and the IP mask 255.0.0.0, which would forward any packets with the source IP address
10.0.0.0 into the VRF instance vpn1:
Router(config)# vrf selection source 10.0.0.0 255.0.0.0 vrf vpn1
The following example shows the message you receive after you have removed the source IP network
address 107.1.1.1 and the IP mask 255.255.255.255 from the VRF Selection table vpn1:
Router (config)# no vrf selection source 10.1.1.1 255.255.255.255 vrf vpn1
Router (config)#
VRF Selection Configuration: addr:10.1.1.1, mask:255.255.255.255, vrf_name:vpn1
5d13h: VRF Selection Remove Configuration: addr:10.1.1.1, mask: 255.255.255.255
Router (config)#
The following example shows the message you receive after you have added the source IP network
address 10.1.1.1 and the IP mask 255.255.255.255 to the VRF Selection table vpn1:
Router (config)# vrf selection source 10.1.1.1 255.255.255.255 vrf vpn1
Router (config)#
VRF Selection Configuration: addr:10.1.1.1, mask:255.255.255.255, vrf_name:vpn1
VRF Selection: VRF table vpn1, id is: 1
Related Commands Command Description
ip vrf receive Adds all the IP addresses that are associated with an interface into a VRF
ta
ble.
ip vrf select source Enables VRF Selection on an interface.