Specifications

Network User Configuration Scenarios
17-66 Configuring AAA for Network Users
7. Usetheshowaaacommandtoverifyyourconfiguration.Typethefollowingcommand:
RBT-8100# show aaa
Default Values
authport=1812 acctport=1813 timeout=5 acct-timeout=5
retrans=3 deadtime=0 key=(null) author-pass=(null)
Radius Servers
Server Addr Ports T/o Tries Dead State
-------------------------------------------------------------------
Web Portal:
enabled
set accounting dot1x ssid mycorp EXAMPLE\* stop-only local
set authentication dot1x ssid mycorp EXAMPLE\* pass-through shorebirds
user tech
Password = 1315021018 (encrypted)
user EXAMPLE/nin
filter-id = acl.101.in
mobility-profile = tulip
user EXAMPLE/tamara
filter-id = acl.101.in
mobility-profile = tulip
...
8. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.
Enabling RADIUS Pass-Through Authentication
ThefollowingexampleillustrateshowtoenableRADIUSpassthroughauthenticationforall
802.1Xnetworkusers:
1. ConfiguretheRADIUSserverr1atIPaddress10.1.1.1withthestringsunny forthekey.Type
thefollowingcommand:
RBT-8100# set radius server r1 address 10.1.1.1 key sunny
2. Configuretheservergroupsg1withmemberr1.Typethefollowingcommand:
RBT-8100# set server group sg1 members r1
3. Enableall802.1XusersofSSIDmycorptoauthenticateviapassthroughtoservergroupsg1.
Typethefollowingcommand:
RBT-8100# set authentication dot1x ssid mycorp * pass-through sg1
4. Savetheconfiguration:
RBT-8100 save config
success: configuration saved.
(ForinformationaboutsettingupRADIUSserversforremoteauthentication,seeChapter 18,
ConfiguringCommunicationwithRADIUS.)