How to add B5, C5 Enterasys/Extreme Switches as WIndows 2008 NPS radius clients
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-15-2016 06:13 PM
How to add B5, C5 Enterasys/Extreme Switches as WIndows 2008 NPS radius clients
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-15-2016 06:35 PM
Hi Francisco, please see an example below:
set radius server 1 1812 realm {management-access | network-access | any}
set radius enable
Where:
If you want to authenticate users to access the network, please specify realm network-access
set radius server 1
set radius enable
Where:
- management-access: This means that anyone trying to access the switch (Telnet, SSH, Local Management) has to authenticate through the RADIUS server.
- network-access: This means that all the users have to authenticate to a RADIUS server before they are allowed access to the network.
- any: Means that both management-access and network-access have been enabled.
If you want to authenticate users to access the network, please specify realm network-access
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-15-2016 06:35 PM
thanks Henrique !!!
