0% found this document useful (0 votes)
36 views

Radius Server Configuration

The document provides instructions for configuring Radius authentication on switches and setting up dot1x authentication for network access. It includes steps to configure the Radius server with the switch IP and password, create user profiles with usernames and passwords, and allow EAP-MD5 authentication. It also provides switch and router configuration templates using Radius authentication, including configuring interfaces, VLANs, routing protocols and dot1x authentication. Finally, it mentions adding multiple switches and users to the Radius database.

Uploaded by

Nitesh Chavan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Radius Server Configuration

The document provides instructions for configuring Radius authentication on switches and setting up dot1x authentication for network access. It includes steps to configure the Radius server with the switch IP and password, create user profiles with usernames and passwords, and allow EAP-MD5 authentication. It also provides switch and router configuration templates using Radius authentication, including configuring interfaces, VLANs, routing protocols and dot1x authentication. Finally, it mentions adding multiple switches and users to the Radius database.

Uploaded by

Nitesh Chavan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Radius server configuration:

GO TO THE services>
GO TO AAA and ON the Radius server>

Type switch hostname ,IP address and common password.


Add in database.

Create User profile>username>Password


GO TO >Radius EAP>Allow EAP_MD-5
PC setting:

GO TO >DESKTOP

Give the IP Address :


Use dot1x Security and Type username –password.
SWITCH TEMPLATE:
SWNOC#show run

hostname SWNOC
!
aaa new-model
aaa authentication dot1x default group radius
radius-server host 10.1.1.10 auth-port 1645 key cisco
!
ip domain-name sbi.com
!
ip default-gateway 10.1.1.1
!
vlan 100
!
int vlan 100
ip address 10.1.1.5 255.255.255.0
!
interface range fast 0/1-24
switchport mode access
switchport access vlan 100
no shutdown
!
interface fast 0/24
authentication port-control auto
dot1x pae authenticator
no shutdown
!

ROUTER TEMPLATE :
hostname NOC

ip domain-name sbi.com

interface FastEthernet0/0

ip address 10.1.1.1 255.255.255.0

!
interface Serial0/1/0

ip address 1.1.1.1 255.255.255.252

encapsulation ppp

clock rate 64000

interface Serial0/1/1

ip address 2.2.2.2 255.255.255.252

encapsulation ppp

clock rate 64000

router bgp 10

bgp log-neighbor-changes

no synchronization

neighbor 2.2.2.1 remote-as 65065

neighbor 1.1.1.2 remote-as 64004

network 10.1.1.0 mask 255.255.255.0

LHO SWICTH :
hostname SWLHO

aaa new-model

aaa authentication dot1x default group radius

radius-server host 10.1.1.10 auth-port 1645 key cisco

ip domain-name sbi.com

!
interface Vlan1

ip address 10.3.3.5 255.255.255.0

ip default-gateway 10.3.3.1

interface range fast 0/1-24

switchport mode access

switchport access vlan 1

no shutdown

interface fast 0/24

authentication port-control auto

dot1x pae authenticator

no shutdown

Add multiple switches and User in database.

You might also like