Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cannot see to other vlan on switch

Status
Not open for further replies.

RINGINnBLINGIN

Programmer
Dec 21, 2012
173
0
0
US
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!
 
Umm are yo sure you want to default route back to itself? Also you need to actually add ports to the vlans

config data add ports all untag
config voice add ports all tag
config security add ports all tag

Just an example configure however you need to.

Windows Haiku:

Serious error.
All shortcuts have disappeared.
Screen. Mind. Both are blank.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top