configuration to enable aaa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 04:10 AM
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:
- Labels:
-
Catalyst Switch

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 04:54 AM
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
