August 2005
Intermediate to advanced
798 pages
31h 12m
English
banner incoming — global
banner incoming delimiter message delimiter
no banner incomingThe banner message for all incoming reverse telnet connections
None
This command specifies the message that is displayed to all incoming reverse telnet connections (instead of the exec banner). If you want to disable the message, delete the banner with the no form of this command. The delimiter marks the beginning and the end of the message; it may be any character that isn’t used in the message.
Here’s how to set a banner:
Router(config)#banner incoming # Welcome to Pyramid #You can also do multiple lines:
Router(config)#banner incoming #Enter TEXT message. End with the character '#'.Welcome to PyramidEnjoy your stay#
To disable the message, delete it with the following command:
Router(config)#no banner incoming