You are on page 1of 1

admin: enable

change hostname:
configure terminal
hostname <name>

console password:
configure terminal
line console 0
password <password>
login
end

admin password:
configure terminal
enable secret <password>
exit

vty password:
configure terminal
line vty 0 15
password <password>
login
end

encrypt password:
configure terminal
service password-encryption

see passwords:
show running-config

set banner:
configure terminal
banner motd #msg#

configure ip:
configure terminal
no ip domain-lookup
interface vlan 1
ip address <ipv4> <mask>
no shutdown
end

configure default-GW
ip default-gateway ip-address

You might also like