cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4874
Views
9
Helpful
2
Replies

VRF forward / receive, which one is best?

gordonderick
Level 1
Level 1

Can anyone tell me  the difference between 'ip vrf receive' and 'ip vrf forwarding', do these 2 commands put the interfaces in the VRF?

I have a interface on the core configured with 'ip vrf recieve' (config below). Wheneve the edge device is disconnected from the network the 'ip vrf receive' command disappears from the running config.

emnewol#sh run int f1/1.101

Building configuration...

Current configuration : 223 bytes

!

interface FastEthernet1/1.101

description CKTI149

bandwidth 10000

encapsulation dot1Q 101

ip vrf receive curriculum

ip address 10.54.68.21 255.255.255.252

ip policy route-map Native

end

2 Replies 2

Harold Ritter
Level 12
Level 12

Hi Gordon,

"ip vrf receive" is used in the context of multi-vrf selection, which allows to have multiple VRF assigned to an interface and to select one the other basec on the source address (or other information using PBR).

"ip vrf forwarding" enables one VRF on a given interface.

Multi-VRF Selection Using Policy Based Routing (PBR)

www.cisco.com/en/US/docs/ios/mpls/configuration/guide/mp_mltvrf_slct_pbr.html

Hope this helps

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Thanks for replying. That makes sense.

Review Cisco Networking for a $25 gift card