[Linux-vrf-general] (VLAN) 802.1Q support for VRF
Status: Beta
Brought to you by:
jleu
|
From: Rajeev B. <ra...@in...> - 2006-04-24 05:41:55
|
Hi, Is VRF support the VLAN (802.1Q)? If yes then how can I make use of that. I am able to add the VLAN on VRF ID 1, but when I try to configure it, it gives me the error of Unknown interface. I am specifying the commands which I executed on my linux machine: sudo ip vrf add 1 sudo ip link set eth1 vrf 1 sudo chvrf 1 vconfig add eth1 7 Added VLAN with VID == 7 to IF -:eth1:- sudo chvrf 1 ifconfig eth1.7 up eth1.7: unknown interface: No such device Please let me know if somebody has worked on it. Thanks Rajeev Bansal |