BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Remote login banner.

How do I change the remote login banner so I don't broadcast I'm a "NetVanta 3448"?

1 Reply
jayh
Honored Contributor
Honored Contributor

Re: Remote login banner.

There are three possible banners:

motd  - "Message of the day" (but usually updated far less frequently) - appears at first connection.

login - appears after motd

exec - appears after authentication.

Syntax to change, from global configuration mode:

banner motd % This is the message of the day. Today is Tuesday. %

banner login % Unauthorized access is prohibited. Go away.  %

banner exec % You have successfully logged in. Don't forget to save your changes. %

Note that the % is a delimiter. It can be any character that isn't part of the message itself. Type it once before the message and once after. If your message contains a % then use something else.

You can insert returns within the message to make it more readable. For example:

banner login %

             Unauthorized access is prohibited. Go away.

%