UNP Application Example Configuring Universal Network Profiles
page 27-42 OmniSwitch AOS Release 7 Network Configuration Guide June 2013
UNP CLI Configuration Example
This section provides a tutorial for using CLI commands to configure the UNP application example.
Configure RADIUS Server Authentication
1 Configure a RADIUS server to use for MAC authentication using the aaa radius-server command.
-> aaa radius-server rad1
2 Enable MAC authentication for the switch and specify the RADIUS server to use for authenticating
non-supplicants using the aaa device-classification mac command.
-> aaa device-classification mac rad1
Configure UNP VLANs and Profile Parameters
1 Configure VLANs 10, 20, and 30 on the OmniSwitch using the vlan command.
-> vlan 10
-> vlan 20
-> vlan 30
2 Configure UNP1 with VLAN 10 and a MAC classification rule using the unp vlan-profile and unp
classification mac-address commands.
-> unp name unp1 vlan 10
-> unp classification mac-address 11:11:11:11:11:11
3 Configure UNP2 with VLAN 20 and a MAC classification rules using the unp vlan-profile and unp
classification mac-address commands.
-> unp name unp2 vlan 20
-> unp classification mac-address 44:44:44:44:44:44
-> unp classification mac-address 66:66:66:66:66:66
4 Create a QoS policy list for UNP2 and then associate the list to UNP2 using the unp vlan-profile
command with the qos-policy-list parameter.
-> policy condition c1 source ip 10.2.2.1
-> policy action a1 redirect port 1/2
-> policy rule r1 condition c1 action a1
-> policy list list1 rule r1 enable
-> unp name unp2 qos-policy-list list1
5 Configure UNP3 with VLAN 30 and a MAC classification rule using the unp vlan-profile and unp
classification mac-address commands.
-> unp name unp2 vlan 30
-> unp classification mac-address 55:55:55:55:55:55 unp-name unp2