Unsolved
1 Rookie
•
1 Message
0
392
November 17th, 2023 19:46
Dell N2048P switch dot1x configuration
Would like one of these two scenarios:
A) Globally configure dot1x and remove an individual interface from the dot1x process.
B) Configure dot1x on an individual interface, not globally.
Trying to avoid having to add individual MAC addresses to the RADIUS server. Would prefer to add the MAC to an individual interface via port-security. Thus option A above would be the preferred scenario. The interface command "no dot1x port-control" does not give the desired result.
No Events found!
DELL-Young E
Moderator
•
5.1K Posts
0
November 20th, 2023 21:12
Hello thanks for choosing Dell.
According to DOTx procedure , some commands must be enabled on globally and some configured on interface level but both (including your way) do not work in terms of DOTx, unfortunately.
Global level configuration:
authentication enable >> this global command is mandotary
dot1x system-auth-control
aaa authentication dot1x default radius
aaa authorization network default radius
radius server auth x.x.x.x
primary
name "radius-1"
deadtime 15
priority 1
key 7 "xxx"
exit
Interface level configuration:
interface Gix/x/x
switchport access vlan x
authentication port-control auto
authentication order dot1x mab
authentication priority dot1x mab
exit
!
Note: latest firmware version required to meet the criteria.
Respectfully,
kavya.punna
1 Rookie
•
2 Posts
0
July 11th, 2024 19:06
Hello,
I also have the similar issue, I am trying to implement 802.1x for the user credentials based authorized network, but either of them are not sending any request to the Cloud Radius Server.
Any suggestions and solutions are appreciated.
Thanks,
Kavya Sri