cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
584
Views
0
Helpful
1
Replies

configuration to enable aaa

halanakhle
Level 1
Level 1

Hello there,

I am using switch on gns3 that is connected to 3 vms (packetfence, windows 7 and windows server)

I have used the following commands:

 

int vlan1

ip add 192.168.17.148 255.255.255.0

 

to enable 802.1x:

dot1x system-auth-control

 

to enable AAA:

aaa new-model
aaa group server radius packetfence
server 192.168.17.135 auth-port 1812 acct-port 1813
aaa authentication login default local
aaa authentication dot1x default group packetfence
aaa authorization network default group packetfence
radius-server 192.168.17.135 auth-port 1812 acct-port 1813 timeout 2 key useStrongerSecret // on this command there is a WARNING: Please move to 'radius server <name>' CLI
radius-server vsa send authentication
snmp-server community public RO
snmp-server community private RW
 
Can you please help me resolve this warning to make my authentication work.
 
thank you
 

 

 

1 Reply 1

Hello,

 

I think they want you to move to the new syntax. Check the link below.

 

S1(config)#radius server packetfence
S1(config-radius-server)#?
RADIUS server sub-mode commands:
address Specify the radius server address
automate-tester Configure server automated testing.
backoff Retry backoff pattern(Default is retransmits with constant
delay)
exit Exit from RADIUS server configuration mode
key Per-server encryption key
no Negate a command or set its defaults
non-standard Attributes to be parsed that violate RADIUS standard
pac Protected Access Credential key
retransmit Number of retries to active server (overrides default)
timeout Time to wait (in seconds) for this radius server to reply
(overrides default)

 

S1(config-radius-server)#timeout 2


S1(config-radius-server)#key ciscokey

 

https://www.cisco.com/c/en/us/support/docs/security-vpn/remote-authentication-dial-user-service-radius/200403-AAA-Server-Priority-explained-with-new-R.html

Review Cisco Networking products for a $25 gift card