Imports the target-VPN community.
VRF configuration mode
The no form of the command removes a route-map filter.
The following example shows how to import target-VPN community.
device# configure terminal device(config)# vrf vpn1 device(config-vrf-vpn1)# rd 1:2 device(config-vrf-vpn1)# vpn-statistics device(config-vrf-vpn1)# address-family ipv4 unicast device(config-vrf-vpn1-ipv4-unicast)# route-target-import 100:1 device(config-vrf-vpn1-ipv4-unicast)# import-map immport-route-map1
device# configure terminal device(config)# vrf vpn1 device#(config-vrf-vpn1)# rd 1:2 device#(config-vrf-vpn1)# vpn-statistics device#(config-vrf-vpn1)# address-familin ipv6 unicast device#(config-vrf-vpn1-ipv6-unicast)# route-target-import 100:1 device#(config-vrf-vpn1-ipv6-unicast)# import-map immport-route-map1