Remote Access

To access a remote Cisco Router you can configure it in global mode :

(config)#line vty 0 4
(config-line)#login Local ( see creating a user )
OR
(config-line)#password (password)

Dont forget that your password is save in plain text so you can use the command in global configuration :

(config)#service-password-encryption

Leave a Comment