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

cisco 1900 router console login

petercinvest
Level 1
Level 1

we want below to be implemented, when people connect through console of 1900 router, below words come:

  XYZ LTD.

warning: You have accessed a network device operated by XYZ.  All commands from this device are authorised authenticated and accounted.

username:

how can this be done on cisco router?

2 Replies 2

Hello

You can use cisco banners for this:

banner ?
  LINE            c banner-text c, where 'c' is a delimiting character
  config-save     Set message for saving configuration
  exec            Set EXEC process creation banner
  incoming        Set incoming terminal line banner
  login           Set login banner  <---------------------------------------------------------- This one would be applicable
  motd            Set Message of the Day banner
  prompt-timeout  Set Message for login authentication timeout
  slip-ppp        Set Message for SLIP/PPP

conf t
banner login "XYZ All commands from this device are authorised authenticated and accounted"

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

thanks, I forget 19* series console password, how to connect through console and display running config? thanks