ā05-08-2015 06:44 PM - edited ā03-07-2019 11:56 PM
Hello,
I'm beginner on cisco, and i want configure a RADIUS in order to do dynamic vlans. My problem is : When i follow the procedure on cisco web site
I'm blocked when I have to enter command "dot1x port-control auto" i haven't got that command.
I searched on internet a solution.
Here is my procedure :
configure terminal
aaa new-model
aaa authentication dot1x default group radius
interface {l'interface}
switchport mode access
dot1x port-control auto (but that command don't work)
dot1x pae authenticator (i had that, this is a command replacement ?)
end
show dot1x
Have you a solution for me ?
Thank
Regards
Solved! Go to Solution.
ā05-09-2015 04:20 AM
For assigning VLANs, you also have to configure authorization:
aaa authorization network default group radius
And you need to enable dot1x:
dot1x system-auth-control
Both commands are in global configuration
ā05-09-2015 04:20 AM
For assigning VLANs, you also have to configure authorization:
aaa authorization network default group radius
And you need to enable dot1x:
dot1x system-auth-control
Both commands are in global configuration
ā05-09-2015 05:19 AM
Thank for your answer,
I'll try that.
conf t = global configuration ?
Regards :)
ā05-09-2015 06:07 AM
Indeed, That work,
here my procedure :
projet(config)#aaa new-model
projet(config)#aaa authentication dot1x default group radius
projet(config)#dot1x system-auth-control
projet(config)#aaa authorization network default group radius
projet(config)#radius-server host 192.168.60.1
projet(config)#radius-server key test1234
projet(config)#interface fastethernet1/0/13
projet(config-if)#switchport mode access
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x port-control auto (auto-completion doesn't work, I had wrote that command manually)
projet(config-if)#end
projet#show dot1x
Sysauthcontrol Enabled
Dot1x Protocol Version 3
802.1x is activate ?
(Sorry I don't understand Sysauthcontrol)
Regards
ā05-09-2015 10:22 AM
> projet(config-if)#dot1x port-control auto (auto-completion doesn't work, I had wrote that command manually)
If you have IOS >= 12.2.50, the command changed to
authentication port-control auto
Take a look at the Cisco IOS Quick Reference Guide for IBNS, it's probably the best Guide for .1x.
ā05-10-2015 06:42 AM
Indeed thank's for the help
ā05-09-2015 06:03 AM
Indeed, That work,
here my procedure :
projet(config)#aaa new-model
projet(config)#aaa authentication dot1x default group radius
projet(config)#dot1x system-auth-control
projet(config)#aaa authorization network default group radius
projet(config)#radius-server host 192.168.60.1
projet(config)#radius-server key test1234
projet(config)#interface fastethernet1/0/13
projet(config-if)#switchport mode access
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x pae (auto-completion give that)
projet(config-if)#dot1x port-control auto (auto-completion doesn't work, I had wrote that command manually)
projet(config-if)#end
projet#show dot1x
Sysauthcontrol Enabled
Dot1x Protocol Version 3
802.1x is activate ?
(Sorry I don't understand Sysauthcontrol)
Regards
ā05-09-2015 06:07 AM
message deleted
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide