The enable password prevents unauthorized people to access the privileged mode (enable mode).
The enable password can be set by issuing the following commands:
router>
! enter the enable mode
router> enable
! enter the configuration mode
router# config t
! configure the enable password
Router(config)# enable password {password}
! exit configuration mode
Router(config-line)#ctrl-Z
! write configuration to NVRAM
Router#wr
|