|
|
Question : Problem: Cisco 1700 Telnet Setup
|
|
I have a Cisco 1700 Series Router. How do I Telnet into the Router from a remote location? Is there a default management ip address?
|
Answer : Problem: Cisco 1700 Telnet Setup
|
|
You have to set up telnet on the router first, and once this is done you simply use the routers IP on one of its interfaces to connect.
from global config ( router(config)# ) line vty 0 4 password strongpasswordhere logon
that is the basic set up for telnet sesions. that will open up telnet's 0 to 4 to allow connection. Just make sure you use a very strong password, and I would think about setting up a ACL to only allow trusted IP's to connect. In general telnet to a router is considered a security problem.
|
|
|