cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1695
Views
0
Helpful
1
Replies

Terminal Connection via tacacs

kdepijper
Level 1
Level 1

Hi all,

I have a terminal server (TS - ip address 1.1.1.1), where I access to through TACACS+, and that I want to use to connect to the console of a switch (SW).

I configured "ip host SW 2033 1.1.1.1" in the TS. When I want to go to the console of the SW from the TS, I am prompted twice for authentication: once on TS level, and once on SW level.

How do I get rid of this first login on TS level, as I passed this authentication already when connecting to the TS itsself.

Many thanks, Karien

Many thanks, Karien

1 Reply 1

sghosh
Level 1
Level 1

Hi ,

You can create a new method list and apply to line 33 or line vty 0 4 where you are doing the first telnet session

aaa authentication login nomethod none

line vty 0 4

login authen nomethod

or

line 33

login authen nomethod

Thanks

Sujit