Lancom 1790VA

Forum zu aktuellen Geräten der LANCOM Router/Gateway Serie

Moderator: Lancom-Systems Moderatoren

Antworten
uniquewaheed
Beiträge: 1
Registriert: 27 Apr 2022, 12:13

Lancom 1790VA

Beitrag von uniquewaheed »

Hello All,

I am configuring Tacacs on Lancom 1790VA router, where I can assign Tacacs Server IP Address like Radius Server IP is there.

Secondly Like Cisco ISE /Switch configuration you can be authenticated with local user if Tacacs server is not reachable . How can I achieve both tasks.

With Regards
Du hast keine ausreichende Berechtigung, um die Dateianhänge dieses Beitrags anzusehen.
Dr.Einstein
Beiträge: 2909
Registriert: 12 Jan 2010, 14:10

Re: Lancom 1790VA

Beitrag von Dr.Einstein »

Hey,

most of the configuration for tacacs can only done via ssh.

You define the servers in:

Code: Alles auswählen

cd /set/tacacs/server
set /set/tacacs/shared-secret
You enable the tacacs auth.:

Code: Alles auswählen

set /set/config/authent Tacacs
set /set/tacas/autho act
On default, the local account bypass is enabled:

Code: Alles auswählen

l /set/tacacs

...
Fallback-to-local-users allowed
Antworten