How to configure voice and data vlan on the same 200 series switch
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 03:07 AM
Hi Team,
we have 2 VLANs for voice and data, we need to access both VLAN on the same 200 series switch port.
what are the procedures to configure the switch port?
we have 2 VLANs for voice and data, we need to access both VLAN on the same 200 series switch port.
what are the procedures to configure the switch port?
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 04:47 AM
Documentation can be found here:
https://extremeportal.force.com/ExtrProductDetail?id=01t340000042wkAAAQ
http://documentation.extremenetworks.com/200_hardware/index.html
http://documentation.extremenetworks.com/200_setup/index.html
http://documentation.extremenetworks.com/200_admin/
http://documentation.extremenetworks.com/200_commands/
i.e.
configure
interface 1/0/1-1/0/14
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 200
https://extremeportal.force.com/ExtrProductDetail?id=01t340000042wkAAAQ
http://documentation.extremenetworks.com/200_hardware/index.html
http://documentation.extremenetworks.com/200_setup/index.html
http://documentation.extremenetworks.com/200_admin/
http://documentation.extremenetworks.com/200_commands/
i.e.
configure
interface 1/0/1-1/0/14
switchport mode trunk
switchport trunk native vlan 100
switchport trunk allowed vlan 200
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 04:42 AM
Hello Niyas,
you need to untagg the ports for data vlan, and tagg the ports for voice vlan.
the voice end point needs to send the vlan id. If you use the 210 serie, then you need a additional L3 device (firewall, router) to route between the 2 vlan's, if you use the 220 serie, this is a L3 switch and can route between the two vlan's.
you need to untagg the ports for data vlan, and tagg the ports for voice vlan.
the voice end point needs to send the vlan id. If you use the 210 serie, then you need a additional L3 device (firewall, router) to route between the 2 vlan's, if you use the 220 serie, this is a L3 switch and can route between the two vlan's.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 04:42 AM
Can anyone share any configuration of most services in a switchn extreme 210 and 220 series? These are not XOS, there is no clear documentation of this series of equipment. Thank you
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 04:42 AM
(Extreme 220) (Interface 1/0/2)#voice vlan 110
(Extreme 220) (Interface 1/0/2)#switchport mode access
(Interface 1/0/2)#switchport access vlan 10
(Interface 1/0/2)#switchport trunk native vlan 10
(Interface 1/0/2)#switchport trunk allowed vlan 110
(Interface 1/0/2)#exit
This is correct or not?
(Extreme 220) (Interface 1/0/2)#switchport mode access
(Interface 1/0/2)#switchport access vlan 10
(Interface 1/0/2)#switchport trunk native vlan 10
(Interface 1/0/2)#switchport trunk allowed vlan 110
(Interface 1/0/2)#exit
This is correct or not?
