Specifications

Management Guide CLI
TigerAccess™ EE
SMC7824M/VSW 65
4.5.7 Sample Configuration
The following is the example of configuring the port 25 with the port-based authentication
specifying the information of RADIUS server.
SWTICH(config)# dot1x system-auth-control
SWTICH(config)# dot1x nas-port 25
SWTICH(config)# dot1x port-control force-authorized 25
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 2 3
802.1x |123456789012345678901234567890123
----------------------------------------------
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 25
SWTICH(config)# dot1x timeout reauth-period 1800 25
SWTICH(config)# dot1x reauth-enable 25
SWTICH(config)# show dot1x 25
Port 25
SystemAuthControl : Enabled
ProtocolVersion : 0
PortControl : Force-Authorized
PortStatus : Unauthorized
ReauthEnabled : True
QuietPeriod : 1000
ReauthPeriod : 1800
TxPeriod : 30
PaeState : INITIALIZE
SWITCH(config)#