Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

BASIC ROUTER CONFIGURATION

1. HOSTNAME
hostname R1
2. CONFIGURE THE INTERFACES ( IP ADDRESSES)
int fa0/0
ip add 192.168.1.1 255.255.255.0
no shut
int s0/0
ip add 192.168.2.1 255.255.255.0
clock rate 128000
no shut
3. ROUTING PROTOCOLS
STATIC: ip route 192.168.3.0 255.255.255.0 s0/0
DYNAMIC:
router rip
network 192.168.1.0
network 192.168.2.0
4. SECURITY
CONSOLE PASSWORD/LOGIN:
line con 0
password cisco
login
ENABLE PASSWORD/LOGIN:
enable secret ust
LINE TERMINAL ( TELNET)
line vty 0 4
password cisco
login
ENCRYPTING PASSWORDS:
service password-encryption

You might also like