0% found this document useful (0 votes)
6 views9 pages

Routers and Routing Basics Module

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views9 pages

Routers and Routing Basics Module

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 3

1. R2: Fastethernet0/0

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int fa0/0
R2(config-if)#description Link to LAN2
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(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. R2: serial0/0/0

R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/0
R2(config-if)#description Link to R3
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R2(config-if)#
3. R2: serial0/0/1

R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/1
R2(config-if)#description Link to R1
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

4. PC2: First Host Address.

5. PC3: Last Host Address

6. R3: Fastethernet0/0

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int fa0/0
R3(config-if)#description Link to LAN3
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(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

7. R3: serial0/0/0

R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int se0/0/0
R3(config-if)#description Link to R1
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

8. R3: serial0/0/1

R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int se0/0/1
R3(config-if)#description Link to R2
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

9. PC4: First Host Address.


10. PC5: Last Host Address.

ACTIVITY 1. Configure a network with Variable Length Subnet Mask

1. R1: Serial interface se0/0/0(3pts)

R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int se0/0/0
R1(config-if)#description Link to R2
R1(config-if)#ip add [Link] [Link]
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R1(config-if)#
Fast Ethernet fa0/0(2pts)

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int fa0/0
R1(config-if)#description Link to LAN1
R1(config-if)#ip add [Link] [Link]
R1(config-if)#no shut

R1(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

PC0 (2pts)

PC1 (2pts)
2. R2: Serial interface se0/0/0 (3pts)

R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/0
R2(config-if)#description Link to R1
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

Serial interface se0/0/1(3pts)

R2>en
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int se0/0/1
R2(config-if)#description Link to R3
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

Fast Ethernet fa0/0(2pts)

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int fa0/0
R2(config-if)#description Link to LAN2
R2(config-if)#ip add [Link] [Link]
R2(config-if)#no shut

R2(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


PC2 (2pts)

PC3 (2pts)

3. R3: Serial interface se0/0/0(3pts)

R3>en
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#int se0/0/0
R3(config-if)#description Link to R2
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R3(config-if)#

Fast Ethernet fa0/0(2pts)

Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int fa0/0
R3(config-if)#description Link to LAN3
R3(config-if)#ip add [Link] [Link]
R3(config-if)#no shut

R3(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


PC4 (2pts)

PC5 (2pts)

You might also like