user access verification screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2013 11:25 AM - edited 03-04-2019 07:27 PM
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.
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2013 12:15 PM
You can configure some banners that show whatever text you desire. All is explained in documentation.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2013 12:51 PM
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...
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.
