cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
944
Views
0
Helpful
3
Replies

ip vrf forwarding, crap my net is down !

ddvoyer
Level 1
Level 1

Hello,

Why when I put the command "ip vrf forwarding blabla" on an interface (ex: int fa0/1), it remove my ip address ? :(

- dan

3 Replies 3

Harold Ritter
Spotlight
Spotlight

This is normal behavior. The address will be removed from the interface when you apply or remove "ip vrf forwarding" so that the address is not automatically moved from the global to the vrf and vice versa.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

jayjorda
Cisco Employee
Cisco Employee

Dan,

That is expected behavior. When you associate an interface to a VRF, all IP information is removed from the interface. This is because the interface is now removed from being associated with the global table and now associated with the vrf you defined. It essentially appears as a new interface to that vrf and therefore all previous IP information is removed.

Hope this helps.

now I understand, thank you.

- dan