———Configure SDM
conf t
ip domain-name
crypto key generate rsa general-keys
ip http server
ip http secure-server
username privilege 15 password
ip http auth local
line vty 0 4
login local
——–RIP router protocol
router rip
version 2
network (Which int to send broadcast, which ones to peer)
no auto-summary – dont sumarize a classful subnet mask
———-typos resolve to a dns server, gets anoyying
conf t
no ip domain-lookup
————Set Full/half duplex on an interface
conf t
int fa0/1
duplex full
speed 1000
———-Status messages get annoying. Make them on a new line
configure terminal
line vty 0 16
logging synchronous
————-SETTING UP SSH /w Password
-conf t
username password
ip domain-name
crypto key generate rsa
ip ssh version 2
line vty 0 16
transport input ssh