Answers for "how to configure a message of the day banner in packet tracer"

0

how to configure a message of the day banner in packet tracer

R1>
R1>en
R1#config t

// 'banner motd' is the preserved words for setting day banner
// '#' is for declaring exit character. This could be anything. It indicates end of message
R1(config)#banner motd #
Enter TEXT message.  End with the character '#'.
WARNING: Unauthorized Access is Prohibited.
#

R1(config)#exit
Posted by: Guest on August-30-2021

Code answers related to "how to configure a message of the day banner in packet tracer"

Browse Popular Code Answers by Language