VRF Configuration For some very basic VRF configuration follow the steps:
Figure 1 Basic
VRF Configuration
1. Enters VRF configuration mode and assigns a VRF name. Router(config)#ip vrf vrf-name 2. Creates a VPN route distinguisher (RD) following one of the 16bit-ASN:32bit-number or 32bitIP:16bit-number explained above Router(config-vrf)#rd route-distinguisher 3. Creates a list of import and/or export route target communities for the specified VRF. Router(config-vrf)# route-target {import | export | both} route-distinguisher 4. (Optional step) Associates the specified route map with the VRF. Router(config-vrf)# import map route-map 5. Specifies an interface and enters interface configuration mode. Router(config)# interface type number