Page 1 of 1

unp for beginner

Posted: 22 Sep 2022 10:32
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 !

Re: unp for beginner

Posted: 22 Sep 2022 10:59
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