Week 4 B IP Subnetting Lab

2456 words 10 pages
Introduction
Assignment
Develop a subnetting plan and implement it in the lab. Configure RIP as a routing protocol.

Conditions
NYEDGE1 is the hub router. The two remote office routers NYEDGE2 and NYWAN1 connect to NYEDGE1 through serial connections. Each router has a locally attached Ethernet network.
The serial line data rates and DTE/DCE settings have already been configured on all three routers. You only need to assign the IP address to the interfaces.

Notes
The routers are connected directly to each other in this lab and do not actually connect through any leased line services.

Diagram
Gi0/0
Ethernet

NYWAN1

Serial0/1/0

Serial0/0/1
DCE
NYEDGE1

Serial0/0/0

Serial0/0/0
DCE

Gi0/0
Ethernet

Task Index



Task 1 - Create a subnet
…show more content…

No shut is issued to bring up each interface after setting the IP address.

Step 2: Configure g0/0, and s0/0/0 for NYEDGE2.
Action:
ip address <ip address> < subnet mask>

Result:
NYEDGE2>enable
NYEDGE2#config t
Enter configuration commands, one per line.

End with CNTL/Z.

NYEDGE2(config)#int g0/0
NYEDGE2(config-if)#ip address 192.50.6.97 255.255.255.224
NYEDGE2(config-if)#no shut
NYEDGE2(config-if)#
NYEDGE2(config-if)#int s0/0/0
NYEDGE2(config-if)#ip address 192.50.6.66 255.255.255.224
NYEDGE2(config-if)#no shut
NYEDGE2(config-if)#
NYEDGE2(config-if)#end

Explanation:
Subnet 192.50.6.96 is assigned to g0/0, and subnet 192.50.6.64 is assigned to serial 0/0/0. Both interfaces are using 255.255.255.224 for a subnet mask.

Step 3: Configure g0/0, and s0/1/0 for NYWAN1.
Action:
ip address <ip address> < subnet mask>

Result:
NYWAN1>enable
NYWAN1#config t
Enter configuration commands, one per line.

End with CNTL/Z.

NYWAN1(config)#int g0/0
NYWAN1(config-if)#ip address 192.50.6.161 255.255.255.224

NYWAN1(config-if)#no shut
NYWAN1(config-if)#
NYWAN1(config-if)#int s0/1/0
NYWAN1(config-if)#ip address 192.50.6.130 255.255.255.224
NYWAN1(config-if)#no shut
NYWAN1(config-if)#
NYWAN1(config-if)#end

Explanation:
Subnet 192.50.6.160 is assigned to g0/0, and subnet 192.50.6.128 is assigned to serial 0/1/0.

Task 4 - Configure/enable IP RIP routing
Determine what network addresses need to participate in RIP routing. How many networks are in

Related