Page 1 of 1

VLAN (Voice+Data)

Posted: 03 Feb 2019 06:19
by Abdallah
Hi All,

1- i want cli to create two vlan :- first for voice vlan and second for data vlan.
2- i want cli to assign all port on os 6350 for two vlan (VOICE + DATA) beacuse i want to make all port work for voice ana data.
3-i need cli to make two vlan to show each other.

Re: VLAN (Voice+Data)

Posted: 04 Feb 2019 04:18
by devnull
Reading manual may help
1)
vlan 10 name voice
vlan 20 name data

2)
You can only assign one vlan untagged but multiple tagged. You need to match your devices (VoIP) e.g. identify voice traffic by MAC or Lldp - med
vlan 20 port default 1/1
802.1q 10 1/1
3) i have no idea what you mean

Re: VLAN (Voice+Data)

Posted: 04 Feb 2019 07:55
by Abdallah
i can't understand no. 2
i need to make port work for pc and phone how can i do this???

Re: VLAN (Voice+Data)

Posted: 17 Feb 2019 04:48
by Abdallah
Any Reply????????

Re: VLAN (Voice+Data)

Posted: 24 Feb 2019 23:01
by sirmanhhung
Hi Abdallah,
follow this topic https://www.alcatelunleashed.com/viewto ... 29&t=16548

vlan 10 name voice
vlan 20 name data
vlan 20 port default 1/1-24
vlan 10 mobile tag enable
vlan port mobile 1/1-24
vlan 10 mac-address-range ( ip phone mac-address)

3/ did you mean?
show mac-address-table 1/16
Legend: Mac Address: * = address not valid

Domain Vlan/SrvcId Mac Address Type Protocol Operation nterface
--------+--------------+---------------------+----------------+------------+--------------+----
VLAN 1 00:50:8b:f4:ae:d0 learned 806 bridging 1/16
VLAN 2 00:80:9f:56:7d:04 learned 806 bridging 1/16

Total number of Valid MAC addresses above = 2