Thursday, January 8, 2009

Cisco Passwords

http://www.petri.co.il/csc_how_to_configure_passwords_to_secure_your_cisco_router.htm

Console Line
conf t
line con 0
password
login
exit

VTY Lines
line vty 0 *figure out how many VTY lines

line vty 0 15
password password
login
exit

Privileged Mode
enable secret


Username Passwords
username priv 15 secret *sets the user as an admin

User the local password database
line con 0
login local

line vty 0 15
login local






No comments: