Pejman Moghadam / Cisco

General Cisco Settings

Public domain


Hostname

configure terminal
hostname SW1
end

Enable secret password

configure terminal
enable secret 123456
end

Telnet password

configure terminal 
line vty 0 4
password 123456
login
line vty 5 15
password 123456
login
end

Console password

configure terminal 
line console 0
password 123456
login
end

Encrypt all passwords

configure terminal 
service password-encryption 
end

Disable console EXEC timeout

configure terminal 
line console 0
exec-timeout 0 0
end

Disable console logging

configure terminal 
no logging console
end

"%Error opening tftp://255.255.255.255/network-confg (Timed out)" Error Message Prevention

configure terminal
no service config
end

Prevent "Translating.... domain server (255.255.255.255)" Messages after an Invalid Command


Keyboard shotcuts


BY: Pejman Moghadam
TAG: error, console
DATE: 2012-02-01 17:18:28


Pejman Moghadam / Cisco [ TXT ]