RINGINnBLINGIN
Programmer
i have an 3 extreme 440 48p, stacked. i need to create three vlans and i need for them to be able to talk to each other. here is the script i am trying to run. am i missing something?
config vlan default delete port all
create vlan data
create vlan voice
create vlan security
conf vlan data ipaddress 192.168.31.2/24
conf vlan voice ipaddress 192.168.131.2/24
conf vlan security ipaddresss 192.168.231.2/24
conf vlan data tag 31
conf vlan voice tag 131
conf vlan security tag 231
enable ipforwarding vlan data
enable ipforwarding vlan voice
enable ipforwarding vlan security
conf iproute add default 192.168.31.2
there is more that i need to do, but this is the basic setup. any help would be greatly appreciated! thanks!
config vlan default delete port all
create vlan data
create vlan voice
create vlan security
conf vlan data ipaddress 192.168.31.2/24
conf vlan voice ipaddress 192.168.131.2/24
conf vlan security ipaddresss 192.168.231.2/24
conf vlan data tag 31
conf vlan voice tag 131
conf vlan security tag 231
enable ipforwarding vlan data
enable ipforwarding vlan voice
enable ipforwarding vlan security
conf iproute add default 192.168.31.2
there is more that i need to do, but this is the basic setup. any help would be greatly appreciated! thanks!