SOUTHERN LEYTE STATE UNIVERSITY
SAN JUAN CAMPUS
San Juan, Southern Leyte
Module II IT 301
Routers and Routing Basic
By:
Paulo Elmer Q. Vasquez
Instructor
Leo T. Saluta
____________________________________________________________
Name of Student
BS InfoTech 3-B
_______________________________________
Course/ Year/ Section
Lesson 1
Rautee2: 1. Configure the Fastethernet 0/0 interface
rautee2(config)#
rautee2(config)#int fa0/0
rautee2(config-if)#description Link to rautee1
rautee2(config-if)#ip add [Link] [Link]
rautee2(config-if)#no shutdown
rautee2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
2. Configure the Fastethernet 0/1 interface
rautee2# conf t
Enter configuration commands, one per line. End with CNTL/Z.
rautee2(config)#interface FastEthernet0/1
rautee2(config-if)#int fa0/1
rautee2(config-if)#description Link to LAN2
rautee2(config-if)#ip add [Link] [Link]
rautee2(config-if)#no shut
rautee2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
Assign IP Address for:
3. PC1
4. PC2
5. PC2
Let’s ANSWER!
Activity 1: Multiple Choice
Direction: Read the statements carefully then encircle the letter that correspond the
correct answer.
1. All are router commands to prompt global configuration mode except one.
a. Configure terminal
b. Conf
c. Conf t
d. Conf term
2. A wr command will save your files to ___________________.
a. RAM
b. NVRAM
c. DRAM
d. None of the above
3. “Routername>” indicates that you are in the _______________________.
a. User Mode
b. Privileged Exec Mode
c. Global Configuration Mode
d. None of the above
4. “Routername#” indicates that you are in the _______________________.
a. User Mode
b. Privileged Exec Mode
c. Global Configuration Mode
d. None of the above
5. “Routername(config)#” indicates that you are in the ______________.
a. User Mode
b. Privileged Exec Mode
c. Global Configuration Mode
d. None of the above
6. Router commands that displays a summary for all interfaces including the IPv4 address of
the interface and current operational status.
a. Show ip interface brief
b. Show ip route
c. Show ip protocols
d. Show default | begin
7. Router commands that displays the contents of the IPv4 routing table stored in RAM.
a. Show ip interface brief
b. Show ip route
c. Show ip protocols
d. Show default | begin
8. Adding a clock rate to a connected interface is only applicable in _______.
a. DTE serial cable
b. DCE serial cable
c. Straight- through Ethernet cable
d. Crossover Ethernet cable
9. A router command that deletes the assigned IP address to an interface.
a. erase ip ip address subnet mask
b. no ip ip address subnet mask
c. del ip ip address subnet mask
d. wr ip ip address subnet mask
10. Router enable command will prompt you to _______________________.
a. User Mode
b. Privileged Exec Mode
c. Global Configuration Mode
d. None of the above
Activity 2. Configure an interfaces with Classful IP address.
1. R1
rautee1(config)#
rautee1(config)#int fa0/0
rautee1(config-if)#description Link to rautee2
rautee1(config-if)#ip add [Link] [Link]
rautee1(config-if)#no shut
rautee1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
rautee1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
rautee1(config)#int fa0/1
rautee1(config-if)#description Link to LAN1
rautee1(config-if)#ip add [Link] [Link]
rautee1(config-if)#no shut
rautee1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
2. R2
3 rautee2(config)#
rautee2(config)#int fa0/0
rautee2(config-if)#description Link to rautee1
rautee2(config-if)#ip add [Link] [Link]
rautee2(config-if)#no shut
rautee2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
rautee2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
rautee2(config)#int fa0/1
rautee2(config-if)#description Link to rautee3
rautee2(config-if)#ip add [Link] [Link]
rautee2(config-if)#no shut
rautee2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
3. R3
rautee3(config)#
rautee3(config)#int fa0/0
rautee3(config-if)#description Link to rautee2
rautee3(config-if)#ip add [Link] [Link]
rautee3(config-if)#no shut
rautee3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
rautee3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
rautee3(config)#int fa0/1
rautee3(config-if)#description Link to LAN2
rautee3(config-if)#ip add [Link] [Link]
rautee3(config-if)#no shut
rautee3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
4. PC0
5. PC1
6. PC4
7. PC5