What This Configuration Does
Wired 802.1X requires a device to authenticate before a switch port grants network access.
This is useful for:
- Securing office ports
- Controlling device access per device or user
- Dynamically assigning VLANs
Step 1 — Add the RADIUS Server to the Switch
- Navigate to Network
- Select the switch
- Go to Settings
- Under RADIUS, select the Route10 or preferred authentication server, or choose `Click + to add` to create a new RADIUS profile.
- Enter:
- Name — recognizable name
- Auth Server IP — Route10 IP (shown under Network)
- Auth Server Port — 1812 (default)
- Auth Secret — Must match Route10 secret
- Acct Server IP — Route10 IP (shown under Network)
- Acct Server Port — 1813 (default)
- Acct Secret — Must match Route10 secret
- Choose Save to store the RADIUS profile
- Select Save again to apply the switch configuration
Step 2 — Enable 802.1X on Ports
- Switch to the Ports page of the switch configuration panel.
- Select the desired interface
- Change Mode from Standard to:
- 802.1X (Best Effort)
- 802.1X (Strict) (authentication required)
- Choose Save
- Repeat for other ports as desired*
*If configuring multiple ports, consider using a color profile to deploy port settings at scale. Color profiles are beyond the scope of this article.
Mode Differences
802.1X (Best Effort)
Attempts authentication. Clients will still receive network access if authentication is unsuccessful or not present.
802.1X (Strict)
Authentication is required. Unauthenticated devices receive no network access.
Wired Client Considerations
Wired 802.1X requires a client-side supplicant. If the wired client does not have a supplicant (for example, a device that only requests DHCP and cannot send EAPOL will never authenticate over the wire).
Devices With 802.1X Support
Operating systems such as Windows, macOS, and Linux support wired 802.1X but will require manual configuration which varies per platform. Some may require special software to create profiles to be able to use wired 802.1X support.
Refer to the operating system documentation for enabling wired 802.1X on those systems.
VLAN Assignment
If a VLAN is configured for a user in Route10:
- The switch dynamically assigns that VLAN to the port upon successful authentication.
If no VLAN is configured:
- The port remains in its default VLAN.
Related to
Comments
0 comments
Article is closed for comments.