Exec BannersExec banners are custom messages displayed to users attempting to connect to the
management interfaces. Multiple lines of text can be stored using a custom
delimiter to mark the end of message.
(switch(config)#) Create a banner:
banner <motd|exec> DELIM
(switch#) Show commands to validate functionality:
show banner <motd|exec>
switch(config)# banner exec $
Enter a new banner, when you are done enter a new line containing only your
chosen delimiter.
(banner-motd)# This is an example of a custom banner
(banner-motd)# that spans multiple lines.
(banner-motd)# $
switch(config)# do show banner exec
Exec bannerExec banner looks correct