Tampilkan postingan dengan label Lab activity. Tampilkan semua postingan
Tampilkan postingan dengan label Lab activity. Tampilkan semua postingan

Senin, 11 Mei 2009

Lab 1 - CCNA Implementation SIM

This topology contains 3 routers and 1 switch. Complete the topology.

Drag the appropriate device icons to the labeled Device
Drag the appropriate connections to the locations labeled Connections.
Drag the appropriate IP addresses to the locations labeled IP address

(Hint: use the given host addresses and Main router information)
To remove a device or connection, drag it away from the topology.

Use information gathered from the Main router to complete the configuration of any additional routers. No passwords are required to access the Main router. The config terminal command has been disabled for the HQ router. The router does not require any configuration.

Configure each additional router with the following:

Configure the interfaces with the correct IP address and enable the interfaces.
Set the password to allow console access to consolepw
Set the password to allow telnet access to telnetpw
Set the password to allow privilege mode access to privpw

Note: Because routes are not being added to the configurations, you will not be able to ping through the internetwork.
All devices have cable autosensing capabilities disabled.
All hosts are PC’s


Answer and explanation:

Specify appropriate devices and drag them on the "Device" boxes

For the device at the bottom-right box, we notice that it has 2 interfaces Fa0/2 and Fa0/4 -> it is a switch

The question stated that this topology contains 3 routers and 1 switch -> two other devices are routers

Place them on appropriate locations as following:



(Host D and host E will be automatically added after placing two routers. Click on them to access neighboring routers)

Specify appropriate connections between these devices:

+ The router on the left is connected with the Main router through FastEthernet interfaces: use a crossover cable
+ The router on the right is connected with the Main router through Serial interfaces: use a serial cable
+ The router on the right and the Switch: use a straight-through cable
+ The router on the left and the computer: use a crossover cable



Assign appropriate IP addresses for interfaces:

From Main router, use show running-config command:

(Notice that you may see different IP addresses in the real CCNA exam, the ones shown above are just used for demonstration)

From the output we learned that the ip address of Fa0/0 interface of the Main router is 192.168.152.178/28. This address belongs to a subnetwork which has:

Increment: 16 (/28 = 255.255.255.240 or 1111 1111.1111 1111.1111 1111.1111 0000)
Network address: 192.168.152.176 (because 176 = 16 * 11 and 176 < 178)
Broadcast address: 192.168.152.191 (because 191 = 176 + 16 - 1)

And we can pick up an ip address from the list that belongs to this subnetwork: 192.168.152.190 and assign it to the Fa0/0 interface the router on the left

Use the same method for interface Serial0/0 with an ip address of 192.168.152.172

Increment: 16
Network address: 192.168.152.160 (because 160 = 16 * 10 and 160 < 172)
Broadcast address: 192.168.152.175 (because 176 = 160 + 16 - 1)

-> and we choose 192.168.152.174 for Serial0/0 interface of the router on the right

Interface Fa0/1 of the router on the left

IP (of the computer on the left) : 192.168.152.129/28

Increment: 16
Network address: 192.168.152.128 (because 128 = 16 * 8 and 128 < 129)
Broadcast address: 192.168.152.143 (because 143 = 128 + 16 - 1)

-> we choose 192.168.152.142 from the list

Interface Fa0/0 of the router on the right

IP (of the computer on the left) : 192.168.152.225/28

Increment: 16
Network address: 192.168.152.224 (because 224 = 16 * 14 and 224 < 225)
Broadcast address: 192.168.152.239 (because 239 = 224 + 16 - 1)

-> we choose 192.168.152.238 from the list

Let's have a look at the picture below to summarize

Configure two routers on the left and right with these commands:

Router1 = router on the left

Assign appropriate IP addresses to Fa0/0 & Fa0/1 interfaces:

Router1>enable
Router1#configure terminal
Router1(config)#interface fa0/0
Router1(config-if)#ip address 192.168.152.190 255.255.255.240
Router1(config-if)#no shutdown

Router1(config)#interface fa0/1
Router1(config-if)#ip address 192.168.152.142 255.255.255.240
Router1(config-if)#no shutdown

Set passwords (configure on two routers)

+ Console password:

Router1(config-if)#exit
Router1(config)#line console 0
Router1(config-line)#password consolepw
Router1(config-line)#login
Router1(config-line)#exit

+ Telnet password:

Router1(config)#line vty 0 4
Router1(config-line)#password telnetpw
Router1(config-line)#login
Router1(config-line)#exit

+ Privilege mode password:

Router1(config)#enable password privpw

Save the configuration:

Router1(config)#exit
Router1#copy running-config startup-config

Configure IP addresses of Router2 (router on the right)

Router2>enable
Router2#configure terminal
Router2(config)#interface fa0/0
Router2(config-if)#ip address 192.168.152.238 255.255.255.240
Router2(config-if)#no shutdown

Router2(config-if)#interface serial0/0
Router2(config-if)#ip address 192.168.152.174 255.255.255.240
Router2(config-if)#no shutdown

and set console, telnet and privilege mode passwords for Router2 as we did for Router1, remember to save the configuration when you finished


Sabtu, 17 Januari 2009

Build and test an Ethernet straight-through patch cable

Step 1: Obtain and prepare the cable
a. Determine the length of cable required. This could be from a device such as a computer to the device
to which it connects (like a hub or switch) or between a device and an RJ-45 outlet jack. Add at least
30.48 cm (12 in.) to the distance. The TIA/EIA standard states the maximum length is 5 m (16.4 ft.).
Standard Ethernet cable lengths are usually .6 m (2 ft.), 1.83 m (6 ft.), or 3.05 m (10 ft.).
b. Which length of cable did you choose and why did you choose this length?
____________________________________________________________________________
Answers will vary
c. Cut a piece of cable to the desired length. Stranded UTP cable is commonly used for patch cables
(the cables between an end network device such as a PC and an RJ-45 connector) because it is
more durable when bent repeatedly. It is called stranded because each of the wires within the cable is
made up of many strands of fine copper wire, rather than a single solid wire. Solid wire is used for
cable runs that are between the RJ-45 jack and a punch-down block.
d. Using wire strippers, remove 5.08 cm (2 in.) of the cable jacket from both ends of the cable.
Step 2: Prepare and insert the wires
a. Determine which wiring standard will be used. Circle the standard.
[T568A | T568B]
b. Locate the correct table based on the wiring standard used.
c. Spread the cable pairs and arrange them roughly in the desired order based on the standard chosen.
d. Untwist a short length of the pairs and arrange them in the exact order needed by the standard. It is
very important to untwist as little as possible. The twists are important because they provide
noise cancellation.
e. Straighten and flatten the wires between your thumb and forefinger.
f. Ensure the cable wires are still in the correct order as the standard.
g. Cut the cable in a straight line to within 1.25 to 1.9 cm (1/2 to 3/4 in.) from the edge of the cable
jacket. If it is longer than this, the cable will be susceptible to crosstalk (the interference of bits from
one wire with an adjacent wire).
h. The tang (the prong that sticks out from the RJ-45 connector) should be on the underside pointing
downward when inserting the wires. Insert the wires firmly into the RJ-45 connector until all wires are
pushed as far as possible into the connector.
Step 3: Inspect, crimp, and re-inspect
a. Visually inspect the cable and ensure the right color codes are connected to the correct pin numbers.
b. Visually inspect the end of the connector. The eight wires should be pressed firmly against the end of
the RJ-45 connector. Some of the cable jacket should be inside the first portion of the connector.
This provides strain relief for the cable. If the cable jacket is not far enough inside the connector, it
may eventually cause the cable to fail.
c. If everything is correctly aligned and inserted properly, place the RJ-45 connector and cable into the
crimper. The crimper will push two plungers down on the RJ-45 connector.


d. Visually re-inspect the connector. If improperly installed, cut the end off and repeat the process.
Step 4: Terminate the other cable end
a. Use the previously described steps to attach an RJ-45 connector to the other end of the cable.
b. Visually re-inspect the connector. If improperly installed, cut the end off and repeat the process.
c. Which standard [T568A | T568B] is used for patch cables in your school? __________________
School dependent
Step 5: Test the cable
a. Using a cable tester, test the straight-through cable for functionality. If it fails, repeat the lab.
b. (Optional) Use the cable to connect a PC to a network.
c. (Optional) Click the Start button and select the Run option.
d. (Optional) Type cmd and press Enter.
e. (Optional) From the command prompt, type ipconfig.
f. (Optional) Write down the default gateway IP address. _________________________________
Machine dependent
g. (Optional) From the command prompt, type ping followed by the default gateway IP address. If the
cable is functional, the ping should be successful (provided that no other network problem exists and
the default gateway router is connected and functional).

Building Straight-Through and Crossover UTP Cables

Background / Preparation
In this lab you will build and terminate Ethernet straight-through patch cables and crossover cables. With a straight-through cable, the color of wire used by pin 1 on one end is the same color used by pin 1 on the other cable end, and similarly for the remaining seven pins. The cable will be constructed using either TIA/EIA T568A or T568B standards for Ethernet, which determine which color wire is used on each pin. Straightthrough patch cables are normally used to connect a host directly to a hub or switch or to a wall plate in and office area.
With a crossover cable the second and third pairs on the RJ-45 connector at one end of the cable are reversed at the other end. The pinouts for the cable are the T568A standard on one end and the T568B standard on the other end. Crossover cables are normally used to connect hubs and switches or can be used to directly connect two hosts to create a simple network. This is a two-part lab that can be done individually, in pairs, or in groups.
The following resources will be required:
• Two 0.6 to 0.9m (2 to 3 ft.) lengths of cable, Category 5 or 5e
• A minimum of four RJ-45 connectors (more may be needed if mis-wiring occurs)
• An RJ-45 crimping tool
• An Ethernet cable tester
• Wire cutters