seti-temp/HSRP/R2.txt

39 lines
630 B
Plaintext

enable
configure terminal
hostname R1
no ip domain-lookup
interface Serial0/1/1
ip address 10.2.2.2 255.255.255.252
clock rate 128000
no shutdown
exit
interface Serial0/1/0
ip address 10.1.1.2 255.255.255.252
clock rate 128000
no shutdown
exit
int lo1
ip address 209.165.200.225 255.255.255.224
exit
enable secret class
line console 0
password cisco
login
logging synchronous
exit
line vty 0 4
password cisco
login
exit
router rip
version 2
network 10.2.2.0
network 10.1.1.0
network 209.165.200.224
exit
ip route 0.0.0.0 0.0.0.0 Lo1
router rip
default-information originate
no auto-summary
end
copy running-config startup-config