11-18-2011 09:42 AM - edited 03-07-2019 03:28 AM
Hi,
On my router and switches i assigned IP address to loopback interfaces.
I do no have any tacacs server is there any way i can access the router using loopback IP address?
Thanks
MAhesh
Solved! Go to Solution.
11-18-2011 10:12 AM
Hi,
It's an IP address on the device(in your case). You need to reach that IP address(via routing protocol or static route etc). All configuration on vty lines are the same.
F.e
!
interface loopback 99
description Management IP
ip add 99.99.99.99 255.255.255.255
!
HTH,
Toshi
11-18-2011 09:47 AM
Hello,
As long as you can reach loopback's ip address you will still access the router via that IP address. Tacacs is a part of AAA components. You can use local user/line to authenticate users as well. No need to use tacacs till you want to.
HTH,
Toshi
11-18-2011 10:08 AM
Hi Toshi,
Right now i am able to telnet router -- by IP address assigned to Fast interface.
I have also set up user name and pw.
but i was wondering if i can telnet the router using loopback IP ?
For normal telnet we do line vty 0 15
and config the telnet
But for Loobback interface i do not know how cani config it?
Thanks
11-18-2011 10:12 AM
Hi,
It's an IP address on the device(in your case). You need to reach that IP address(via routing protocol or static route etc). All configuration on vty lines are the same.
F.e
!
interface loopback 99
description Management IP
ip add 99.99.99.99 255.255.255.255
!
HTH,
Toshi
11-18-2011 07:34 PM
Hi Toshi,
I understand your reply.
Thanks for help again
regards
mahesh
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