ā06-23-2016 04:10 AM - edited ā03-10-2019 11:53 PM
Hi
A catalyst 3850 switch has VLAN 20 (10.18.4.32/29) defined on it, which has a gateway of 10.18.4.38:
BWY-01-D01#show ip int brief vlan 20
Interface IP-Address OK? Method Status Protocol
Vlan20 10.18.4.38 YES manual up up
An ISE server (SNS3415) is connected to an access port configured on VLAN 20, with the IP address of 10.18.4.33.
BWY-01-D01 has a management interface of 10.18.4.17.
i have created this switch as a network device in ISE and enabled RADIUS config, then configured the switch with the following commands:
radius-server attribute 6 on-for-login-auth
radius-server attribute 6 support-multiple
radius-server attribute 8 include-in-access-req
radius-server attribute 25 access-request include
radius-server dead-criteria time 5 tries 3
radius-server host 10.18.4.33 auth-port 1812 acct-port 1813 key 7 1521030916792F077C236436125657
radius-server host 10.18.4.35 auth-port 1812 acct-port 1813 key 7 02350C5E19550B02185E580D044653
ip radius source-interface GigabitEthernet1/0/1
The problem:
when i test RADIUS functionality using the following command, it fails. HOWEVER, the clien device (switch) IP address that is shown in the error log in the gateway of VLAN 20 (!):
test aaa group radius server 10.18.4.33 auth-port 1812 acct-port 1813 radius-user Capita123! new-code
If i reconfigure the switch in ISE - Network Devices and give it the IP of 10.18.4.38 (the gateway ip), my radius athentication tests suddenly become successful.
can anyone clarify what is happening here?
i need to be able to define multiple switches by their unique IP addresses.
Thanks for you time
m
Solved! Go to Solution.
ā06-23-2016 04:59 AM
Hi
The only time I saw that issue was because of using a deprecated command: radius-server host. There was a bug on IOS XR platform as well.
Could you please reconfigure your radius command by using the new command: radius server? And test again?
The Cisco doc for the new command:
http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/identity-based-networking-services/whitepaper_C11-731907.html
Thanks
PS: Please don't forget to rate and mark as correct answer if this solved your issue
ā06-23-2016 04:59 AM
Hi
The only time I saw that issue was because of using a deprecated command: radius-server host. There was a bug on IOS XR platform as well.
Could you please reconfigure your radius command by using the new command: radius server? And test again?
The Cisco doc for the new command:
http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/identity-based-networking-services/whitepaper_C11-731907.html
Thanks
PS: Please don't forget to rate and mark as correct answer if this solved your issue
ā07-21-2016 08:47 AM
just in case anyone else has this problem - it was caused by incorrect "ip radius source-interface <interface>"
instead of listing the physical port the ISE server connected to the switch on (Gi1/0/1) i used the management VLAN of the switch interfaces:
ip radius source-interface vlan 10
which resolved the issue
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
10.18.4.38 is the gateway IP address of the VLAN that hosts the ISE servers, i dont understand why its listed in the error logs as device IP!
Other Attributes