In this section, you will learn how to configure the Dell N2048 PowerConnect switches to work together with Portnox™
Cloud and 802.1X RADIUS authentication for Ethernet connections.
Warning: This configuration was tested on Dell N2048 PowerConnect but it might not work on all related models
and firmware versions. To get the most accurate and current configuration guidance on switch 802.1X configuration, we
strongly recommend that you refer to the documentation provided by Dell on these topics for your particular device model
and firmware version.
Important: All values in this configuration are examples. Make sure to adjust the configuration to
your individual profile names, RADIUS server addresses, ports, and keys by replacing the values that are presented as
underlined italics.
-
Set all ports on the switch to force authorized.
Important: This must be done first on Dell switches, otherwise it will lock out all ports automatically
when 802.1X is enabled.
interface gigabitethernet1/0/4
authentication port-control force-authorized
exit
-
Configure the RADIUS servers.
radius-server auth 20.119.69.248
auth-port 10322
primary
name "PORTNOX-US"
source-ip 172.28.13.4
usage authmgr
key rTHO9HEo9BcqfC9Yg0hHFelK6o0tH8N1
exit
radius-server auth 52.232.122.157
auth-port 10476
name "PORTNOX-EU"
source-ip 172.28.13.4
usage authmgr
key fnSrSEHhXFZ5Rqpz756NJhkeVqIHTlPt
exit
radius-server acct 20.119.69.248
acct-port 10323
name "PORTNOX-US"
key rTHO9HEo9BcqfC9Yg0hHFelK6o0tH8N1
exit
radius-server acct 52.232.122.157
acct-port 10477
name "PORTNOX-EU"
key fnSrSEHhXFZ5Rqpz756NJhkeVqIHTlPt
exit
-
Configure 802.1X.
aaa accounting dot1x default start-stop radius
authentication enable
authentication monitor
dot1x system-auth-control
aaa authentication dot1x default radius
aaa authorization network default radius
radius server timeout 5
-
Configure all ports hosting endpoint/user devices.
Important: Do not apply this to uplinks or trunks.
interface gigabitethernet1/0/4
spanning-tree portfast
switchport mode general
authentication host-mode multi-domain
authentication max-users 3
mab
authentication order dot1x mab
authentication priority dot1x mab
exit