12-16-2004 11:30 AM
Hello,
Why when I put the command "ip vrf forwarding blabla" on an interface (ex: int fa0/1), it remove my ip address ? :(
- dan
12-16-2004 11:58 AM
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,
12-16-2004 01:30 PM
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.
12-17-2004 07:09 AM
now I understand, thank you.
- dan
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide