Progress test 3
Course code: NWC204
Student name: Nguyễn Tăng Xuân Quang
Student ID: SE193608
Lab 10.3.4:
Part 1: Display Router Information
Step 1: Display interface information on R1.
a. Which command displays the statistics for all interfaces configured on a router?
- R1#show interfaces
b. Which command displays the information about the Serial 0/0/0 interface only?
- R1#show interfaces serial 0/0/0
c. Enter the command to display the statistics for the Serial 0/0/0 interface on R1 and
answer the following questions:
1) What is the IP address configured on R1?
- [Link]/30
2) What is the bandwidth on the Serial 0/0/0 interface?
- 1544 kbits
1
d. Enter the command to display the statistics for the GigabitEthernet 0/0 interface and
answer the following questions:
1. What is the IP address on R1?
- There is no IP address configured on the GigabitEthernet 0/0 interface.
2. What is the MAC address of the GigabitEthernet 0/0 interface?
- 000d.bd6c.7d01
3. What is the bandwidth on the GigabitEthernet 0/0 interface?
- 1000000 kbits
2
Step 2: Display a summary list of the interfaces on R1.
a. Which command displays a brief summary of the current interfaces, statuses, and IP
addresses assigned to them?
- R1#show ip interface brief
b. Enter the command on each router and answer the following questions:
1) How many serial interfaces are there on R1 and R2?
- Each router has 2 serial interfaces
3
2) How many Ethernet interfaces are there on R1 and R2?
- R1 has 6 Ethernet interfaces and R2 has 2 Ethernet interfaces.
3) Are all the Ethernet interfaces on R1 the same? If no, explain the difference(s).
- No, they are not. There are two Gigabit Ethernet interfaces and 4 Fast Ethernet
interfaces. Gigabit Ethernet interfaces support speeds of up to 1,000,000,000 bits per second
and Fast Ethernet interfaces support speeds of up to 1,000,000 bits per second.
Step 3: Display the routing table on R1.
a. What command displays the content of the routing table?
- R1#show ip route
b. Enter the command on R1 and answer the following questions:
1) How many connected routes are there (uses the C code)? 1
2) Which route is listed? [Link]/30
3) How does a router handle a packet destined for a network that is not listed in the routing
table?
- A router will only send packets to a network listed in the routing table. If a network is not
listed, the packet will be dropped.
Part 2: Configure Router Interfaces
Step 1: Configure the GigabitEthernet 0/0 interface on R1.
a. Enter the following commands to address and activate the GigabitEthernet 0/0
interface on R1
4
b. It is good practice to configure a description for each interface to help document the
network information. Configure an interface description indicating to which device it is
connected.
c. R1 should now be able to ping PC1.
Step 2: Configure the remaining Gigabit Ethernet Interfaces on R1 and R2.
a. Use the information in the Addressing Table to finish the interface configurations for
R1 and R2. For each interface, do the following:
Enter the IP address and activate the interface.
Configure an appropriate description.
b. Verify interface configurations.
5
6
Step 3: Back up the configurations to NVRAM.
Save the configuration files on both routers to NVRAM. What command did you use?
- copy run start
Note: connect nhầm R2, đã sửa lại ở ảnh dưới
7
Part 3: Verify the Configuration
Step 1: Use verification commands to check your interface configurations.
a. Use the show ip interface brief command on both R1 and R2 to quickly verify that the
interfaces are configured with the correct IP address and active.
How many interfaces on R1 and R2 are configured with IP addresses and in the “up”
and “up” state?
- 3 on each router
What part of the interface configuration is NOT displayed in the command output?
- The subnet mask
What commands can you use to verify this part of the configuration?
- show run, show interfaces, show ip protocols
8
b. Use the show ip route command on both R1 and R2 to view the current routing tables
and answer the following questions:
1) How many connected routes (uses the C code) do you see on each router? 3
2) How many OSPF routes (uses the O code) do you see on each router?
Both R1 and R2 show 2 OSPF routes.
3) If the router knows all the routes in the network, then the number of connected routes
and dynamically learned routes (OSPF) should equal the total number of LANs and WANs.
How many LANs and WANs are in the topology? 5
4) Does this number match the number of C and O routes shown in the routing table? Yes
9
Step 2: Test end-to-end connectivity across the network.
10
Lab 13.3.1:
11
12