Packet Tracer – RIP v2 simple lab

Here is topology map,
Two PC – PC0 and PC1

ip scheme
PC0 : 192.168.1.2/24
PC1 : 172.168.1.3/24

Router 0:
GigabitEthenet 0/0: 192.168.1.1/24
S0/0/0: 10.1.1.1/24

Router 1:
GigabitEthenet 0/0: 172.168.1.1/24
S0/0/0: 10.1.1.2/24

rip

Here is example of config interface

1
2
3
4
5
6
7
8
 
Router> en
 
Router# conf t
 
Router(config)# interface GigabitEthernet0/0
ip address 172.168.1.1 255.255.255.0
exit

rip config, run same command on both routers.

1
2
3
4
5
6
7
router rip
version 2
network 10.1.1.0
network 192.168.1.0
network 172.168.1.0
no auto-summary
exit

show_run

This entry was posted in Cisco. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *