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

user access verification screen

durgap123
Level 1
Level 1

Hello everybody,

I want to know that when we telnet a router we get "user access verification" followed by password : , I want add some more information in this like the hostname of router, and network administrator's name, How I can do this. Please help a newbie.

Thanks in advance.

2 Replies 2

paolo bevilacqua
Hall of Fame
Hall of Fame

You can configure some banners that show whatever text you desire. All is explained in documentation.

Bilal Nawaz
VIP Alumni
VIP Alumni

There are key tokens you can use in the banners to display certain information. I haven't seen anywhere where we can display the network admins name. So if there's a way i'd be interested to find out. I don't think you can since the user hasn't even typed the username in yet...

Token

Information Displayed in the Banner

$(hostname)

Displays the host name for the router.

$(domain)

Displays the domain name for the router.

$(line)

Displays the vty or tty (asynchronous) line number.

$(line-desc)

Displays the description attached to the line.

Example:

CSR-CISCO-01(config)# Banner login ^

Enter TEXT message. End with the character '^'

**********************************************************

         You have logged on to %(hostname)

               which is part of $(domain).

     This session is connected in on line $(line).

     If you are an unauthorised user please

                    disconnect now!

**********************************************************

^

CSR-CISCO-01(config)#end

CSR-CISCO-01#copy run start

So when the login prompt comes it will look like this:

**********************************************************

        You have logged on to CSR-CISCO-01

     which is part of supportforums.cisco.com.

          This session is connected in on line 1.

          If you are an unauthorised user please

                       disconnect now!

**********************************************************

Username:

=============================================================

Please see

http://www.cisco.com/en/US/docs/ios/12_2/configfun/command/reference/frf004.html#wp1017507 for your reference.

Hope this helps!

Bilal

Please rate useful posts and remember to mark any solved questions as answered.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.
Review Cisco Networking for a $25 gift card