Configure Banner in Cisco devices

Configurare noua (How To)

Situatie

Steps to configure banner through CLI
    1. Login to the device using SSH / TELNET and go to enable mode.
    1. Go into the config mode.
      Router#configure terminal
      Enter configuration commands, one per line. End with CNTL/Z.
      Router(config)#
    1. Use below command to configure banner for required banner types (motd / login / exec)
      Router(config)#banner motd #Unauthorized access to this device is prohibited!#
    1. Exit config mode
      Router(config)#exit
      Router#
  1. Copy the running configuration into startup configuration using the below command:
    Router#write memory
    Building configuration… [OK]
    Router#

Solutie

Tip solutie

Permanent

Article Attachments

Voteaza

(9 din 16 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?