Cisco Banner motd (Message of the Day)


“banner motd” (Message Of The Day) Ağ cihazlarına Telnet veya SSH bağlantısı başlatırken kullanıcıların gördükleri bir mesajdır. Bu mesaj, ağ yöneticileri tarafından belirli kurallar, uyarılar veya bilgilendirme amaçlı kullanılabilir.
Örneğin, bir banner motd, ağ operasyonlarında kullanım kısıtlamalarına ilişkin bir uyarı veya kurumsal haberleri, bakım çalışmalarını, sistem güncellemelerini veya başka önemli bildirimleri içerebilir.






Örnek yapılandırma komut dizisi:

Switch> enable
Switch# configure terminal 

Switch(config)# banner motd #
Enter TEXT message.  End with the character '#'.
Bu ağ cihazını kullanmak için yetkisi olan kişiler hariç diğer kullanıcıların erişimi yasaktır.
#

Switch(config)# exit
Switch# write memory 
Building configuration...
[OK]
Switch#


Mesaj Örneği:

banner motd #

   ---------------------------------------------------------------------------------------

   UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED

   ---------------------------------------------------------------------------------------

   This device is for authorized use only. Individuals using this

   system without authority or in excess of their authority are

   subject to having all of their activities on this system

   monitored and recorded by system personnel.

  

   In the course of monitoring individuals improperly using this

   system or in the course of system maintenance, the activities

   of authorized users may also be monitored.

  

   Anyone using this system expressly consents to such monitoring

   and is advised that if such monitoring reveals possible

   evidence of criminal activity, system personnel may provide

   the evidence of such monitoring to law enforcement officials.

  

   Unauthorized attempts to deny service, upload information,

   change information, or to attempt to access a non-public

   portion of the system are strictly prohibited and may be

   punishable under applicable law.


                                 Communication > KAAN OZDERE

 

#

exit
copy running-config startup-config