06-17-2017 08:24 AM - edited 03-08-2019 11:00 AM
Hi,
How to create VLAN on L3 switch.
I have 1 cisco 3850 as my core switch and 2 3850 as Access both are on different floors.
I need to create a voice vlan for one of my process. DHCP server is also there but on different subnet. Can anyone please help with configuration part. (gateway, ip helper ip, vlan range etc). using 172.21.26.0/24
06-17-2017 08:27 AM
Please reply as soon as possible
06-17-2017 12:05 PM
Example configuration :
vlan 10
name voice
!
int vlan 10
ip address 172.21.26.1
ip helper-address xxxx
no shut
!
06-17-2017 01:22 PM
Adding to the Cofee config, under the interfaces:
interface fa0/X
switchport
switchport host
switchport access vlan <data vlan>
switchport voice vlan <voice vlan>
:-)
06-17-2017 07:52 PM
The config "switchport voice vlan xxx" assumes you have a Cisco phone, or one that knows how to interoperate with cisco switches and create the automatic trunk.
Now, the other trick is - to make sure the vlan extends where you want, or is routed to the correct locations.
Are the uplinks between the 3850 switches declared as access ports, or as trunks? If currently only access ports, they will only transport traffic in the one vlan declared on those uplinks. If declared as trunk ports, then the voice traffic will probably also be passed from switch to switch, on the corresponding vlans.
06-18-2017 12:36 AM
Hi all,
Thanks for ur commnts.
Hi Cofee.
Please advise
vlan 10
name voice
!
int vlan 10
ip address 172.21.26.1: ( which IP is this) from where my usable IP range will strt.
ip helper-address xxxx
no shut
!
06-18-2017 08:21 AM
Hi there,
172.21.26.1 will be the gateway for users in subnet 172.21.26.0/24.
Network address - 172.21.26.0
first valid ip address - 172.21.26.1
Last valid ip address - 172.21.26.254
Broadcast address - 172.21.26.255
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide