cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3199
Views
0
Helpful
2
Replies

Show "Authorized access only" when connected to the switch with telent

Hello Together
I would like to see the message "Authorized access only" when connecting to Telnet or console on my Catalyst 2960-S switch.
Thanks for the help
Fabian
1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni
Hi
do you mean a message of the day like below , when someone tries to login ?

https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/banner-motd.html

Usage Guidelines

To create a multiple-line MOTD banner, press Enter before typing the delimiting character to start a new line. You can enter up to 40 lines of text.
Examples

This example shows how to configure a single-line MOTD banner:

switch(config)# banner motd #Unauthorized access to this device is prohibited!#

View solution in original post

2 Replies 2

Mark Malone
VIP Alumni
VIP Alumni
Hi
do you mean a message of the day like below , when someone tries to login ?

https://www.cisco.com/c/m/en_us/techdoc/dc/reference/cli/n5k/commands/banner-motd.html

Usage Guidelines

To create a multiple-line MOTD banner, press Enter before typing the delimiting character to start a new line. You can enter up to 40 lines of text.
Examples

This example shows how to configure a single-line MOTD banner:

switch(config)# banner motd #Unauthorized access to this device is prohibited!#

Thanks!