Saturday, January 3, 2015

Basic CISCO Router Configuration Commands

PASSWORDS

 

1. Set Enable Password (User Mode to Exec Mode)

Router#configure terminal

Router(config)#enable password test

Sets enable password to test

 

2.Set Enable Secret Password (User Mode to Exec Mode)

Router(config)#enable secret Vinita

Sets enable secret password to Vinita


3.Set Console Password (To enter User Mode)

Router(config)#line console 0

Router(config-line)#password console1

Router(config-line)#login

Enters console line mode

Sets console line mode password to console1

Enables password checking at login