Wednesday, March 28, 2012

LAB1 Jerome Cardenas CCNA2

In this lab, we were required to set up a topology in packet tracer, that was presented on the board. The topology consisted of three routers, four switches, and twelve hosts in total. We first needed to get all the devices that we needed. We were told to use 2811 routers and 2950 switches. The hosts I used were all desktops. Afterwards, I put in all the necessary modules in the routers in order to set it up as its supposed to. I used four WIC-2T in order to have plenty of serial ports. I also put one NM-ESW-161 which provides us with 16 switching ports in each router. Here is a screenshot of the fully functional network.

I also configured each router in order to have the correct path to send packets. For each interface, I used the CLI in order to configure the correct path of the packets. For example, for the branch  router, I used the commands:
enable
config t
int s0/0/0
ip address 1.1.1.1 255.255.255.252
no shutdown
exit

This was used in order to configure the interface s0/0/0 which leads to s0/0/1. 

Here is the screen shot for each router's port view.



As you can see, in the screen shots, I configured each interface that was connected to each router. I configured each fast ethernet and serial that connected to branch and remote. However for HQ, I just needed to configure Serial interfaces, because there was no other interface that was connected to it. For HQ, I also set the clock rate to 64000.

The following is the routing table for each router:

HQ#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route


Branch#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.1.0/24 is directly connected, FastEthernet0/0
C    192.168.2.0/24 is directly connected, FastEthernet0/1



remote#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.3.0/24 is directly connected, FastEthernet0/0
C    192.168.4.0/24 is directly connected, FastEthernet0/1


No comments:

Post a Comment