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 05:55 AM
Hi Ronald
I have already configured, need to remove Switchport access VLAN 10?
I have already configured, need to remove Switchport access VLAN 10?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 05:45 AM
no need for "switchport access vlan 10" because you configure it with "switchport trunk native vlan 10"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 05:16 AM
1. Enter config
(Extreme 220) #config
2. Enter port config mode
(Extreme 220) (Config)#interface 1/0/2
3. Configure the following
(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) #config
2. Enter port config mode
(Extreme 220) (Config)#interface 1/0/2
3. Configure the following
(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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-13-2018 05:13 AM
Thanks for your updates
