UMN:CLI User Manual
V5808
98
4.6.7 Sample Configuration
The following is the example of configuring the port 6 with the port-based authentication
specifying the information of RADIUS server.
SWTICH(config)# dot1x system-auth-control
SWTICH(config)# dot1x nas-port 6
SWTICH(config)# dot1x port-control force-authorized 6
SWTICH(config)# dot1x radius-server host 10.1.1.1 auth-port 1812 key test
SWTICH(config)# show dot1x
802.1x authentication is enabled.
RADIUS Server TimeOut: 1(S)
RADIUS Server Retries: 3
RADIUS Server : 10.1.1.1 (Auth key : test)
-------------------------------
| 1
802.1x |123456789012345678
-------------------------------
PortEnable |.....p............
PortAuthed |.....u............
MacEnable |..................
MacAuthed |..................
-------------------------------
p = port-based, m = mac-based, a = authenticated, u = unauthenticated
SWITCH(config)#
The following is the example of setting the interval of requesting reauthentication to 1000
sec and the interval of reauthentication to 1800 sec.
SWTICH(config)# dot1x timeout quiet-period 1000 6
SWTICH(config)# dot1x timeout reauth-period 1800 6
SWTICH(config)# dot1x reauth-enable 6
SWTICH(config)# show dot1x 6
Port 6
SystemAuthControl : Enabled
ProtocolVersion : 0
PortControl : Force-Authorized
PortStatus : Unauthorized
ReauthEnabled : True
QuietPeriod : 1000
ReauthPeriod : 1800
TxPeriod : 30
PaeState : INITIALIZE
SWITCH(config)#