Create Date: Apr 5 2012 5:57AM
Hello,
I want to change our vlans to protocol based vlans ipv4 (etype 0x0800, 0x0806). Till now we match all unfiltered protocols. At first i tried to list all configured vlans on the switch. This is my way to get the output of all configured Vlans.
set var CLI.OUT " "
show vlan
set var list1 $TCL(list ${CLI.OUT})
show var list1
In the 2nd step I want to bind every listed vlan to the protocol ipv4 (conf vlan protocol ip). But how can I do that? Do you have an idea, how can I make this by scripting?
Thanks for your help.
M (from matthias_mager)