How to configure remote logon for a Cisco router IP Address
Configure the vro IP Address
Run the command ip address x. x to configure the ip address. The command is as follows:
Router2800> enable (in privileged Mode)
Router2800 # configure termial (entering global configuration mode)
Router2800 (config) # int f0/1 (enter Interface Configuration Mode)
Router2800 (config-if) # ip address 192.168.0.1 255.255.255.0 (assign an ip address and a mask to the interface)
Router2800 (config-if) # no shutdown (enable Interface)
Router2800 (config-if) # ex (exit interface mode)
Remote logon Configuration
First, set the vro's remote logon password (set on the remote vro)
Line vty 0 4 (5 devices allowed to log on)
Passwork + Password
Login
In global mode, you also need to enter the configuration password.
Enable password + password (this password is not secure)
Remote Login
Telnet + Remote logon address
If you want to set a secure password
R2 # en
R2 # conf t
R2 (config) # enable secret password