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
Thank's in advance !