Banner MOTD-Setting Message of The Day: Description
Banner MOTD-Setting Message of The Day: Description
Banner MOTD-Setting Message of The Day: Description
Description: This exercise helps in understanding the procedure of setting message of the day and the show banner command . Note that the banner is set in a single command line here. You can also use multi-line banner motd command. Instructions: 1. Enter into privileged mode 2. Enter into global Configuration Mode 3. Set banner to: "Welcome to local host". Starting and ending character of the banner should be "Z" (Do not use quotes) 4. Use show banner command to view the banner that has been set R1>enable R1#configure terminal R1(config)#banner motd Z Welcome to local host Z R1(config)#exit R1#show banner
To set console password R1>enable R1#configure terminal R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)#exit To remove console password R1>enable R1#configure terminal R1(config)#line console 0 R1(config-line)#no password R1(config-line)#exit R1(config)#exit
To set Privilege mode password Router>enable R1#configure terminal Router(config)#enable password cisco Router(config)#exit To remove privilege mode password Router>enable R1#configure terminal Router(config)#no enable password Router(config)#exit