UNP for voice and wlan

Post Reply
Rapetou
Member
Posts: 26
Joined: 26 Apr 2007 20:49

UNP for voice and wlan

Post by Rapetou »

Hello Guys,

Can someone refers me to a reference manual on "how to setup UNP" for voice using LLDP and Stellar WLAN ?

We are actually using OV Cirrus and soon migrating to OV2500 with OS6360 switches.

Any hints will be appreciated.

Rap.
User avatar
Cristek
Member
Posts: 7
Joined: 08 Mar 2024 10:56

Re: UNP for voice and wlan

Post by Cristek »

Something like this will get you started:

Code: Select all

vlan 20 name 'admin'
vlan 40 name 'voip'
vlan 60 name 'stellar'

unp profile 'admin'
unp profile 'voip'
# unp profile 'defaultWLANProfile  # this exists by default
unp profile 'admin' map vlan 20
unp profile 'voip' map vlan 40
unp profile 'defaultWLANProfile' map vlan 60

unp classification lldp med-endpoint ip-phone profile1 'voip'
unp classification lldp med-endpoint access-point profile1 'defaultWLANProfile'

unp port-template 'my-template' default-profile 'admin' classification ap-mode
unp port 1/1/1-10 port-type bridge
unp port 1/1/1-10 port-template 'my-template'
For ports 1 to 10, if it's not an AP nor an IP phone, it will default to vlan 20
Make sure LLDP is enabled, which it is by default, but you need to at least accept LLDP in those 1-to-10 ports
Rapetou
Member
Posts: 26
Joined: 26 Apr 2007 20:49

Re: UNP for voice and wlan

Post by Rapetou »

Here's my actual UNP and LLDP config

unp profile "PC-ADMIN"
unp profile "VOIX-LLDP" mobile-tag
unp profile "PC-ADMIN" map vlan 190
unp profile "VOIX-LLDP" map vlan 193
unp port-template "MODELE_1" direction both default-profile "PC-ADMIN" classification ap-mode admin-state enable
unp port 1/1/1-48 port-type bridge
unp port 1/1/1-48 port-template "MODELE_1"
unp port 2/1/1-40 port-type bridge
unp port 2/1/1-40 port-template "MODELE_1"
unp port 2/1/45-48 port-type bridge
unp port 2/1/45-48 port-template "MODELE_1"
unp port 3/1/13-27 port-type bridge
unp port 3/1/13-27 port-template "MODELE_1"
unp port 3/1/45-48 port-type bridge
unp port 3/1/45-48 port-template "MODELE_1"
unp classification lldp med-endpoint ip-phone profile1 "VOIX-LLDP"

! LLDP:
lldp network-policy 1 application voice vlan 193 l2-priority 5 dscp 46
lldp network-policy 2 application voice-signaling vlan 193 l2-priority 0 dscp 50
lldp chassis med network-policy 1
lldp chassis med network-policy 2
lldp chassis trust-agent admin-state enable

The LLDP on few ports show this:

Remote LLDP nearest-bridge Agents on Local Port 2/1/14:

Chassis 0.0.0.0, Port 000413d0ceb3:P1:
Remote ID = 95,
Chassis Subtype = 5 (Network Address),
Port Subtype = 7 (Locally assigned),
Port Description = NET PORT,
System Name = snomD735,
System Description = snom;snomD735-SIP 10.1.169.13;lid:10.1.169.13,
Capabilities Supported = Bridge Telephone,
Capabilities Enabled = Bridge Telephone,
MED Device Type = Endpoint Class III,
MED Capabilities = Capabilities | Power via MDI-PD(33),
MED Extension TLVs Present = Network Policy| Inventory,
MED Power Type = PD Device,
MED Power Source = PSE and Local,
MED Power Priority = Unknown,
MED Power Value = 6.4 W,
Remote port MAC/PHY AutoNeg = Supported Enabled Capability 0x6c03,
Mau Type = 1000BaseTFD - Four-pair Category 5 UTP full duplex mode

Remote LLDP nearest-bridge Agents on Local Port 2/1/15:

Chassis 0.0.0.0, Port 24:9a:d8:04:6b:84:
Remote ID = 91,
Chassis Subtype = 5 (Network Address),
Port Subtype = 3 (MAC address),
Port Description = WAN PORT,
System Name = W70B,
System Description = 146.85.0.25,
Capabilities Supported = Telephone,
Capabilities Enabled = Telephone,
MED Device Type = Endpoint Class III,
MED Capabilities = Capabilities | Power via MDI-PD(33),
MED Extension TLVs Present = Network Policy| Inventory,
MED Power Type = PD Device,
MED Power Source = PSE,
MED Power Priority = High,
MED Power Value = 4.0 W,
Remote port MAC/PHY AutoNeg = Supported Enabled Capability 0x6c01,
Mau Type = 100BaseTXFD - 2 pair category 5 UTP full duplex mode


When a phone is connected on a UNP port, it's not recognized. However, if we tag the vlan 193 on the IP-Phone setup it's fine.

What am I missing here ?
User avatar
Cristek
Member
Posts: 7
Joined: 08 Mar 2024 10:56

Re: UNP for voice and wlan

Post by Cristek »

Try changing:
unp profile "VOIX-LLDP" mobile-tag
to
unp profile "VOIX-LLDP"
Rapetou
Member
Posts: 26
Joined: 26 Apr 2007 20:49

Re: UNP for voice and wlan

Post by Rapetou »

For info,

Issue resolved by adding two commands

lldp chassis trust-agent admin-state enable
lldp chassis lldpdu tx-and-RX

I can now see phones classified on UNP/LLDP
Post Reply

Return to “OmniSwitch 6360”