13
Defining VLAN for authenticated and non-authenticated access. We will not assign user ports to any VLAN.
vlan 589
name “vutbrno”
tagged 26
exit
vlan 578
name “eduroam”
untagged 1-10
tagged 26
exit
Definition of the type of authentication method used (EAP) and RADIUS servers:
aaa authentication port-access eap-radius radius-server host <radius1_server>
key <radius1_key> radius-server host <radius2_server> key <radius2_key>
Turning on authentication at relevant user ports and assigning to VLAN for authenticated and non-authenticated
access:
aaa port-access authenticator 1-10
aaa port-access authenticator 1-10 auth-vid 578
aaa port-access authenticator 1-10 unauth-vid 589
aaa port-access authenticator active
The show port-access authenticator command lets you display the client status at individual ports:
hp(config)# show port-access authenticator
Port Access Authenticator Status
Port-access authenticator activated [No] : Yes
Current
Port Status VLAN ID
-------------------
1 Closed 589
2 Closed 1
3 Closed 589
4 Closed 1
5 Open 578
6 Closed 1
7 Closed 1
8 Closed 1
9 Closed 1
10 Closed 1
Kommentare zu diesen Handbüchern