Tuesday, February 10, 2015

Control your security on Cisco

http://incomebite.com/?user=44819
** To set password on Router when you login first **
- Router #conf t
- Router (config)# line console 0
- Router (config-line)# login
- Router (config-line)# password 12345
- Ctrt+c and exit -----------------------------

** To see password on router when you (en) enable your**
 - Router # conf t
 - Router (config) # enable secret 12345
 - Ctrt + and exit -----------------------------

 ** Defind Banner -> To Display the the word like "Welcome"
- Router # conf t
- Router (config)# banner MOTD "Welcome"
- Router (config)# logout
- Ctrt+C and exit -------------------------------

 ** Defind Banner -> To Display Username and Password fist login
- Router # conf t
- Router (config) # line console 0
- Router (config-line) # login local - Exit once
- Router (config) # username Admin password 12345
- Router (config) # banner login $
Enter your text message and after end by $
example: Please inputer your Username and Password $

No comments:

Post a Comment