cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
435
Views
1
Helpful
6
Replies

Authentication

shriyesh91011
Level 1
Level 1

Hi Guys,

 

So I have a monitoring device setup on the network. All our networking devices are integrated into TACACS, however this monitoring device only support RADIUS, is there any way to integrate RADIUS with TACACS authentication.? And also I have access to ISE too so if it can be done through it or something or do we have any other way to do it?

 

Thanks

6 Replies 6

Please check this post of mine and see if it helps:

Privilege Level 15 with Cisco ISE | Blue Network Security (bluenetsec.com)

Hi Aref, 

 

My monitoring device can only be configured via GUI, there is no CLI support. So do you think With the basic config on this device will it authenticate with RADIUS.

shriyesh91011_0-1708353155046.png

 

Based on the screenshot you provided, it sure seems to to "speak" RADIUS and I think it will be able to authenticate. Not sure about the rest of the attributes needed by the device.

Regards, LG
*** Please Rate All Helpful Responses ***

It seems so, however, you should have other settings that need to be configured which I don't see on the screenshot you shared.

Hello,

I think you can configure RADIUS along with TACACS on your devices:

aaa new-model
aaa authentication login default group radius local
aaa authorization exec default group radius local
radius-server host <RADIUS_server_IP> key <shared_secret>

aaa authentication login <method_name> group tacacs+ local
aaa authorization exec default group tacacs+ local
tacacs-server host <TACACS_server_IP> key <shared_secret>

aaa authentication login <combined_method_name> group radius tacacs+ local

line vty 0 15
login authentication <combined_method_name>

Hi Georg,

 

The monitoring device can only be configured using GUI, there is no CLI.
It only has the basic radius setup, attaching SS for reference

shriyesh91011_1-1708353282681.png