Take Layer 2 vlan configuration for example.
This means that when add interface eth0 to vlan sales, the interfaces 
configuration will change at the same time(add "vlan memeber sales" 
automatically).
Can Xorp CLI support this case?

interfaces
{
eth0
{
vlan member sales;
}
}

vlans
{
sales
{
interface eth0;
}
}

Thank you all.

2009-09-18 



wancheng82 
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to