cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
510
Views
0
Helpful
3
Replies

RADIUS SERVER CONFIG

pedro-tomo
Level 1
Level 1

Hi everyone, I have two radius servers connected to my  L3 switch on the same vlan, each radius authenticates users mapped to two different vlans, one for vlan 100 and other for vlan 200. The clients connect to both vlans via WIFI(Meraki APs), the dhcp pool of vlan 200 is on L3 and for the vlan 100 is on the windows server. I'm having a problem with dhcp on vlan 100, I'm getting the following error on meraki dashboard: "client made a request to the dhcp server but the dhcp server rejected the client's request" and I think it has something to do with the radius configuration on the L3. Please find attached my configuration regarding the radius and tell me how to redirect radius1 and radius2 traffic to the correct ports.

aaa new-model
!
!
aaa authentication login default local line enable
aaa authentication dot1x default group radius

.
.
.
ip radius source-interface VlanX!
!
!
radius server RADIUS1
 address ipv4 X.X.X.X auth-port 1812 acct-port 1813
 key *******
!
radius server RADIUS2
 address ipv4 X.X.X.X auth-port 1812 acct-port 1813
 key *******
!
interface GigabitEthernet1/0/13
description to RADIUS1
switchport mode access
switchport access vlanX
interface GigabitEthernet1/0/14
description to RADIUS2
switchport mode access
switchport access vlanX

 

 

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

  - Advising to post the issue  in : https://community.meraki.com/t5/Wireless/bd-p/wireless-lan

    M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Thank you

Thank you for your options in order to solve this issue.
My connections to the Aps are trunk and my  address pools are not exhausted. And about the Radius misconfiguration can you give me an example with commands and details?