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!

Summit X450e Vlan Routing

Status
Not open for further replies.

SummitX450e

Technical User
Oct 17, 2011
2
0
0
GT
Hi, im trying to configure 2 vlans in my summit X450e

Will be

Vlan Voice
Vlan Data

each vlan will have a diferent gateway

for example

Vlan Voice 192.168.200.0/24 gw 192.168.200.1
Vlan data 192.168.100.0/24 gw 192.168.100.1

Thanks for your help
 
Do this:

create vlan voice
conf vlan voice tag <vlan-tag-you-want>
conf vlan voice ipaddress 192.168.200.1/24
create vlan data
conf vlan data tag <vlan-tag-you-want>
conf vlan data ipaddress 192.168.100.1/24
enable ipforwarding voice
enable ipforwarding data

That's pretty much it!
 
It's not necesary to define default gateway for each one?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top