RIP Routings
In Rip routing we take one router as hostname mehsana and router 2 as hostname Gandhinagar.
Host Mehsana is set IP address of 10.11.12.1 /24 and a default gateway of 10.11.12.1. and Host Gandhinagar is set with an IP address of 10.11.12.2 /24 and a default gateway of 10.11.12.2. The Ethernet interface of Router Mehsana should use an IP address of 10.11.13.1 /24 and the Serial interface of Router Mehsana should use an IP address of 10.11.12.1 /24. The Ethernet interface of Ghandhinagar should use an IP address of 192.168.100.1 /24 and the Serial interface of Router2 should use an IP address of 10.11.12.14 /24. Your DCE cable connected to Router Mehsana. The serial link should have speed of 64K. Configure the routers with RIP V1
Host Mehsana is set IP address of 10.11.12.1 /24 and a default gateway of 10.11.12.1. and Host Gandhinagar is set with an IP address of 10.11.12.2 /24 and a default gateway of 10.11.12.2. The Ethernet interface of Router Mehsana should use an IP address of 10.11.13.1 /24 and the Serial interface of Router Mehsana should use an IP address of 10.11.12.1 /24. The Ethernet interface of Ghandhinagar should use an IP address of 192.168.100.1 /24 and the Serial interface of Router2 should use an IP address of 10.11.12.14 /24. Your DCE cable connected to Router Mehsana. The serial link should have speed of 64K. Configure the routers with RIP V1
hostname router1
!
interface Ethernet0/0
!
interface Ethernet0/0
ip address 10.11.13.1 255.255.255.0
no shut
!
interface Serial0/0
!
interface Serial0/0
ip address 10.11.12.1 255.255.255.0
clock rate 64000
no shut
clock rate 64000
no shut
!
router rip
network 192.168.1.0
network 192.168.101.0
router rip
network 192.168.1.0
network 192.168.101.0
R2:
hostname router2
!
interface Ethernet0/0
!
interface Ethernet0/0
ip address 192.168.100.1 255.255.255.0
no shut
!
interface Serial0/0
!
interface Serial0/0
ip address 192.168.1.2 255.255.255.0
no shut
!
router rip
network 192.168.1.0
network 192.168.100.0
!
router rip
network 192.168.1.0
network 192.168.100.0
Host A:
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1
0 comments:
Post a Comment