hostname R1
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router R1#
line console 0
password cisco
login
line vty 0
password cisco
login
int fa0/0
ip add 172.16.1.1 255.255.255.0
no shutdown
int s0/0/0
ip add 172.16.2.1 255.255.255.0
no shutdown
clock rate 64000
router rip
version 2
no auto-summary
network 172.16.2.0
end
copy running-config startup-config
startup-config
reload
y
hostname R2
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router R2#
line console 0
password cisco
login
line vty 0
password cisco
login
int fa0/0
ip add 172.16.3.1 255.255.255.0
no shutdown
int s0/0/0
ip add 172.16.2.2 255.255.255.0
no shutdown
clock rate 64000
int s0/0/1
ip add 192.168.1.1 255.255.255.0
no shutdown
clock rate 64000
router rip
version 2
no auto-summary
network 172.16.2.0
network 192.168.1.0
end
copy running-config startup-config
startup-config
reload
y
hostname R3
no ip domain-lookup
enable password cisco
banner motd #Welcome to Router R3#
line console 0
password cisco
login
line vty 0
password cisco
login
int fa0/0
ip add 172.16.4.1 255.255.255.0
no shutdown
int s0/0/1
ip add 192.168.1.2 255.255.255.0
no shutdown
clock rate 64000
router rip
version 2
no auto-summary
network 172.16.2.0
network 192.168.1.0
end
copy running-config startup-config
startup-config
reload
y
This comment has been removed by the author.
ReplyDeleteBuen Aporte pero en la version del rip es 1
ReplyDeleterouter rip
version 1
no auto-summary
en todo los router
is this for packet tracer 8.4.1.2?
ReplyDelete