UNP Profile for Access Points

Post Reply
element1064
Member
Posts: 2
Joined: 19 Oct 2017 05:43
Location: South Africa
Contact:

UNP Profile for Access Points

Post by element1064 »

Good day

I have a customer running multiple OS2360 switches with 2 VLANS, one for Data and One for Voice, the customer would like to add Access Points to the network. I dis read in the manual that there is a default (defaultWLANProfile) profile for Access Points, can anybody advise on how to create a UNP for Access Points with a default Access Point VLAN and also tagged VLANS,

Below is a snapshot of one of the switches, I would Like to add a UNP with AP default VLAN of 20 with SSIDs Guest (VLAN 21) and Corporate (VLAN 22), has anyone done this before?

Regards

Chassis:
system name "OS2360"

! Configuration:
configuration error-file-limit 2

! Capability Manager:
! Virtual Flow Control:
! Interface:
interfaces port 1/1/24 alias "Management-161"

! Port_Manager:
! Link Aggregate:
! VLAN:
vlan 1 admin-state enable
vlan 10 admin-state enable
vlan 10 name "Data-10"
vlan 161 admin-state enable
vlan 161 name "Management-161"
vlan 869 admin-state enable
vlan 869 name "Voice-869"
vlan 161 members port 1/1/24-26 untagged
vlan 10 members port 1/1/25-26 tagged
vlan 869 members port 1/1/25-26 tagged

! Spanning Tree:
spantree vlan 1 admin-state enable
spantree vlan 10 admin-state enable
spantree vlan 161 admin-state enable
spantree vlan 869 admin-state enable

! DA-UNP:
unp profile "Data-10"
unp profile "Voice-869"
unp profile "Data-10" map vlan 10
unp profile "Voice-869" map vlan 869
unp port-template DataTemplate direction both default-profile "Data-10" classification ap-mode admin-state enable
unp port-template DataTemplate vlan 869 tagged
unp port 1/1/1-23 port-type bridge
unp port 1/1/1-23 port-template DataTemplate
unp classification lldp med-endpoint ip-phone profile1 "Voice-869"

! Bridging:
! Port Mirroring:
! Port Mapping:
! IP:
ip interface "Management-161" address 192.168.161.7 mask 255.255.255.0 vlan 161 ifindex 1

! IPv6:
! IPMS:
! AAA:
aaa authentication default "local"
aaa authentication console "local"
aaa authentication http "local"


! NTP:
ntp server clock2.ovcirrus.com
ntp server clock0.ovcirrus.com
ntp server clock1.ovcirrus.com
ntp server clock3.ovcirrus.com
ntp server 192.168.161.1 minpoll 4 prefer
ntp client admin-state enable

! QOS:
! Policy Manager:
! ERP:
! MVRP:
! LLDP:
! UDLD:
! Session Manager:
session cli timeout 30
session ftp timeout 30
session http timeout 30
session prompt default "Independant_2 ->"

! Web:
! Trap Manager:
! Health Monitor:
! System Service:
system timezone EET

! SNMP:
! IP Route Manager:
ip static-route 0.0.0.0/0 gateway 192.168.161.1 metric 1

! VRRP:
! RIP:
! OSPF:
! RIPng:
! OSPF3:
! LAN Power:
! DHCPv6 Relay:
! DHCPv6 Snooping:
! Virtual Chassis Split Protection:
! DHCP Snooping:
! Loopback Detection:
! OVC:
! IP DHCP RELAY:
! LOOPBACK TEST:
! MGMT AGENT:
User avatar
Cristek
Member
Posts: 7
Joined: 08 Mar 2024 10:56

Re: UNP Profile for Access Points

Post by Cristek »

adding this should be enough:

-> vlan 20 name APs
-> vlan 21 name Guest
-> vlan 22 name Corporate

-> unp profile 'defaultWLANProfile' map vlan 20
-> unp classification lldp med-endpoint access-point profile1 'defaultWLANProfile'

this last command is already a default so you won't see it on your config
you already have ap-mode enabled on your template so any VLAN tags will be accepted
simply add SSIDs and tag them in the right VLAN (21 or 22)
Post Reply

Return to “OmniSwitch 2260 / 2360”