unp for beginner

Post Reply
aurik
Member
Posts: 12
Joined: 11 Dec 2019 04:44

unp for beginner

Post by aurik »

Hello.

I'm a bit new on this domaine and I try to understand how aaa and unp works.

I need to create a rule that put automaticaly the port on a certain VLAN, let say 10, for everything with an IP starting by 192.168.8.X
And next a second rule, based on Mac address, that allow me to configure a default vlan and multiple tagged vlan (I was using mobile tag on my previous switch).

I am completely lost and don't now how where to start.
I allready creat some unp profile and map the VLAN but I don't know how to match this stuff...

Code: Select all

unp profile "unp-wifi-1"
unp profile "unp-wifi-1" map vlan 50
unp port-template pt-wifi direction in classification ap-mode admin-state enable
unp port-template pt-wifi vlan 19
unp port-template pt-wifi vlan 50-53 tagged
unp port-template pt-wifi vlan 55-56 tagged
unp port-template pt-wifi vlan 58 tagged
unp port-template pt-wifi vlan 61 tagged
If someone would find 10min to explain me this, it would be really helpful !

Thank's in advance !
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2076
Joined: 01 Jul 2008 10:51
Location: Germany

Re: unp for beginner

Post by silvio »

you still need the classification-rules f.e.
unp classifcation mac-oui xx:xx:xx profile1 unp-wifi-1 (here for vendor mac)
unp classification ip x.x.x.x (mask....) profile1 unp-wifi-1
maybe you need for ip:
unp force-l3-learning


and your ports with the template:
unp port 1/1/1-48 port-type bridge
unp port 1/1/1-48 port-template pt-wifi
Post Reply

Return to “OmniSwitch 6560 / 6570M”