SlideShare a Scribd company logo
EEEEEE33008800FF LLaabb 33
HHuuaawweeii RRoouutteerrss
SSttuuddeenntt LLaabb MMaannuuaall
• Before you start the lab exercises see the
lab administrator or EEE3080F tutor to get
assigned to your routers.
CCoonntteennttss
3.1 Introduction to Huawei routers......................................................................... 8
3.1.1 Objective......................................................................................................... 8
3.1.2 Introduction..................................................................................................... 8
3.1.3 Preparation...................................................................................................... 8
3.1.4 Diagram........................................................................................................... 9
3.1.5 Experiment...................................................................................................... 9
3.1.6 Conclusion .................................................................................................... 14
3.1.7 Commands .................................................................................................... 15
3.2 PAP (Password Authentication Protocol) ...................................................... 15
3.2.1 Objective....................................................................................................... 15
3.2.2 Introduction................................................................................................... 15
3.2.3 Preparation.................................................................................................... 16
3.2.4 Diagram......................................................................................................... 16
3.2.5 Experiment.................................................................................................... 16
3.2.6 Conclusion .................................................................................................... 19
3.2.7 Commands .................................................................................................... 19
3.3 FRP (Frame Relay Protocol).............................................................................. 20
3.3.1 Objective....................................................................................................... 20
3.3.2 Introduction................................................................................................... 20
3.3.3 Preparation.................................................................................................... 20
3.3.4 Diagram......................................................................................................... 21
3.3.5 Experiment.................................................................................................... 21
3.3.6 Conclusion .................................................................................................... 24
3.3.7 Commands: ................................................................................................... 25
3.4 CHAP (Challenge Handshake Authentication Protocol)............................. 25
3.4.1 Objective....................................................................................................... 25
3.4.2 Introduction................................................................................................... 25
3.4.3 Preparation.................................................................................................... 26
3.4.4 Diagram......................................................................................................... 26
3.4.5 Experiment.................................................................................................... 26
3.4.6 Conclusion .................................................................................................... 29
3.4.7 Commands .................................................................................................... 29
3.5 X.25....................................................................................................................... 30
3.5.1 Objective....................................................................................................... 30
3.5.2 Introduction................................................................................................... 30
3.5.3 Preparation.................................................................................................... 31
3.5.4 Diagram......................................................................................................... 31
3.5.5 Experiment.................................................................................................... 31
3.5.6 Conclusion .................................................................................................... 36
3.5.7 Commands .................................................................................................... 36
3.6 FRS (Frame Relay Sub-interface) ..................................................................... 37
3.6.1 Objective....................................................................................................... 37
3.6.2 Introduction................................................................................................... 37
3
3.6.3 Preparation.................................................................................................... 37
3.6.4 Diagram......................................................................................................... 38
3.6.5 Experiment.................................................................................................... 38
3.6.6 Conclusion .................................................................................................... 44
3.6.7 Command...................................................................................................... 44
 
 
 
 
 
 
4
Explanation of this Manual
Attention please: when you log on the computer for LAB 3, make sure
you ask the tutor to configure the cables for you, do not do it
yourself!!!
(1) We only prepare the manuals for compulsory labs, yet if you still have extra
time, please get the manuals for other labs from the tutors.
(2) Lab 3.2 and 3.3 are compulsory. The tutor will introduce 3.1, which is the
basic lab of this manual. Remember the commands of the lab; try to answer the
question asked. This will give you useful practice for the end of semester lab test.
(3) Lab 3.4, 3.5 and 3.6 are optional.
For this experiment you will need to work in pairs. The first pair will use PCs 1
and 2, second pair PCs 3 and 4, third pair PCs 5 and 6, and the fourth pair PCs 7
and 8.
Before you telnet into the router you need to configure an IP address, subnet
mask and default gateway for your PC.
If you are using PC 1, 3, 5 or 7 configure the following:
1. IP address of PC - 10.128.0.2, subnet mask – 255.255.255.0, and default
gateway – 10.128.0.1 (which is the IP address of the router port that you are
connected to).
If you are using PC 2, 4, 6 or 8 configure the following:
2. IP address of PC - 10.128.1.2, subnet mask – 255.255.255.0, and default
gateway – 10.128.1.1 (which is the IP address of the router port that you are
connected to).
The configuration of the TCP/IP settings described above (these are the IP
address, subnet mask and default gateway), is illustrated below:
(N.B: Ignore the fact that the IP address is 202.0.0.2, it should actually be
10.128.0.2, and the gateway should be 10.128.0.1, instead of 202.0.0.1).
We will give an example of the 10.128.0.2 IP address for PCs 1, 3, 5 and 7. A
similar method can be used for PCs 2, 4, 6 and 8.
5
Steps: ( “start”-“control panel”)/ at the right bottom on your computer you will find
the icon of- “network connections”-select “properties” of “local area connections”-
“general”-“internet protocol (TCP/IP)-“using the following IP address”
(Question: Why should we configure the default gateway as “10.128.0.1”?)
6
(4) We use “telnet” to configure the routers (“start”→ “run”):
The telnet password for this lab is “huawei”. The IP address of the router port has
already been configured so you do not need to worry about it.
7
(5) Abbreviation list (command can be abbreviated when typing if it does not
conflict with another command):
Normal Command Abbreviated
Command
Normal Command Abbreviated
Command
display disp Ethernet e
Interface Int
Serial s
(6) When you finish the configuration, you can check the configuration by:
[RTA] display current-configuration
You can check the configuration of ports by:
[RTA] display interface
There are many more commands you can use which are not listed in this
manual.
(7) Type the first two/three letters of a command, the rest will be automatically
completed by pressing “Tab” button on the keyboard.
If you need help, then just type “?”, you may get the information you need.
8
3.1 Introduction to Huawei routers
3.1.1 Objective
Users will learn how to use Huawei routers, how to configure the IP address of
router ports, the IP address of the computer, and how to implement a network.
Users will also realize communication between two routers and two PCs.
3.1.2 Introduction
This lab will introduce you to the configuration of Huawei routers. In this
experiment, two routers are connected by a serial cable. Each router connects to
a PC.
This lab will use the default protocol configurations. We only configure the IP
address of the serial ports of Huawei routers and the IP address of PCs.
To enable the 2 PCs to communicate with each other:
1. Enter the configuration mode of each router’s serial port and set the IP
address.
2. Set the IP address of PCs 1, 3, 5 or 7, to 10.128.0.2 for the PCs 2, 4, 6 or 8 to
10.128.1.2.
3. You will telnet into the router IP address which will be 10.128.0.1 for PCs 1, 3,
5 or 7, and 10.128.1.1 for PCs 2, 4, 6 or 8, and use the login password “huawei”.
3.1.3 Preparation
Two PCs with 10/100M NIC installed
Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial
ports.
Console cable, Cross cables.
9
3.1.4 Diagram
3.1.5 Experiment
1. Log in to the Router using:
• “telnet 10.128.0.1” for connections to routers 1, 3, 5 or 7. The login
password is “huawei”.
• “telnet 10.128.1.1” for connections to routers 2, 4, 6 or 8. The login
password is “huawei”.
RTA RTB
PC 1,3,5 or 7
E 0/0 E 0/0
S 1/1 S 1/1
255.255.255.0
192.0.0.1
255.255.255.0
192.0.0.2
255.255.255.0
255.255.255.0
255.255.255.0 255.255.255.0
RTA RTB
PC
E 0/0 E 0/0
S 1/1 S 1/1
255.255.255.0
192.0.0.1
255.255.255.0
192.0.0.2
255.255.255.0
255.255.255.0
255.255.255.0 255.255.255.0
10.128.0.2 10.128.1.2
PC 2,4,6 or 8
10.128.0.1 10.128.0.2
10
2. Log in to the system and change the name of the router to RTA (if you are
accessing router 1, 3, 5 or 7). If you are accessing routers 2, 4, 6 or 8, change
the router name to RTB.
If you get informational (logging) messages on your console screen, such as the
ones shown below, ignore them and press “enter”, and continue with the lab.
11
3. Enter the serial port S 1/1 of RTA, interface configuration mode
4. Set the IP address of S 1/1 of RTA: 192.0.0.1 255.255.255.0 and if you are
accessing RTB, set the IP address of its serial interface, S 1/1 to 192.0.0.2
255.255.255.0.
If you get the following log messages:
“Shutdown”
and “Undo
Shutdown” are
to refresh the
states of the
ports.
12
Type “shutdown” then “enter”, followed by “undo shutdown” then “enter”.
5. The IP addresses of the E 0/0 ethernet ports were set before you began the
lab. This was done to enable you to access the router using the telnet program.
However for your own knowledge, the configuration of the IP address of an
Ethernet port (in this case E 0/0) is shown below:
Enter Ethernet port E 0/0 of RTA, interface configuration mode
Set the IP address of Ethernet port E 0/0 of RTA as: 202.0.0.1 255.255.255.0.
(N.B: In this case the IP address was set to 202.0.0.1, while in the actual lab
experiment, router RTA, was set to 10.128.0.1. The subnet mask is
255.255.255.0 in both cases).
13
(Question: can we set the IP address here as 192.0.0.5 255.255.255.0? Why?)
The same steps can be carried out to configure the IP address of router RTB, to
10.128.1.1, and the subnet mask to 255.255.255.0.
6. Log in to RTB using the same step as RTA.
7. Set the IP address of S 1/1 of RTB to 192.0.0.2 255.255.255.0
8. Check the communication between the computers and the routers.
Using: “start”-“run”-“cmd”-“ on PCs 1, 3, 5 or 7:
ping 10.128.0.1
ping 192.0.0.1
14
ping 192.0.0.2
From PCs 2, 4, 6 or 8:
ping 10.128.1.1, 192.0.0.2 and 192.0.0.1.
(Question: Why do we ping the IP addresses in this order from both PCs?)
3.1.6 Conclusion
When you check the configuration of RTA and RTB by:
[RTA]display interfaces
You will find that PPP encapsulation has automatically been selected for the
serial interfaces. That means the default protocol of the serial interface on a
Huawei router is PPP.
From this experiment we learn how to set the IP address of serial ports and
Ethernet ports, how to set the IP address of PCs, and how to check the
communication between the PCs.
15
The steps are summarized:
(1) Log in to the routers.
(2) Set the IP address of serial port and Ethernet port of RTA and RTB.
(2) Set the IP address of the PCs.
(3) Check the result of this experiment whether PCA and PCB can communicate.
3.1.7 Commands
RTA:
[RTA] interface S 1/1
[RTA-s 1/1] IP address 192.0.0.1 255.255.255.0
[RTA] display current-configuration
[RTB]:
[RTB] interface S 1/1
[RTB-s 1/1] IP address 192.0.0.2 255.255.255.0
[RTB] display current-configuration
3.2 PAP (Password Authentication Protocol)
3.2.1 Objective
Learn to configure PPP PAP authentication protocol.
Realize the communication between two routes with PAP authentication protocol.
3.2.2 Introduction
PAP is a 2-handshake authentication and the password is transmitted in plain
text.
In the first lab of this chapter, we know that if we do not configure any protocol,
PPP will be automatically encapsulated.
This lab wants to configure PAP protocol to realize the communication between
two Huawei routers. Serial ports s 1/1 are selected to configure PAP protocol.
This lab wants to realize the communication between two s 1/1 with PAP
16
authentication protocol; therefore, the step for configuring the IP address of PCs
in the first lab is unnecessary.
It has the following steps.
1. Set the IP address of the selected serial port interface of the Router
Authentication Party RTA:
2. Configure the user list.
3. Authorize PAP authentication.
Authenticated Party RTB:
4. Configure PAP user.
3.2.3 Preparation
One PC with 10/100M NIC installed
Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports.
Console cable, Cross cables
3.2.4 Diagram
RTA RTB
PC A
Console
S 1/1
11.22.33.44
255.255.255.0
S 1/0
11.22.33.40
255.255.255.0
RTA RTB
PC A
Console
S 1/1
11.22.33.44
255.255.255.0
S 1/0
11.22.33.40
255.255.255.0
3.2.5 Experiment
Configure RTA
17
1. Log in
2. Set the IP address of s1/1 of RTA
3. Add user RTB and set the password.
4. Authorize the PAP authentication mode.
18
Configure RTB
5. Log in and configure IP address of S 1/1
6. Configure PAP user and the password.
7. Check the communication between both PCs, and RTA and RTB
19
3.2.6 Conclusion
This lab wants to realize the communication between two PCs with PAP
authentication.
There are two parts of PAP, authenticating party and authenticated party.
In authenticating party we should:
(1) Configure user list with the password and
(2) Configure PAP authentication.
In authenticated party we should
(1) Configure PAP send user.
3.2.7 Commands
RTA
[RTA] local-user RTB
[RTA-luser-RTB] password simple hello
[RTA-luser-RTB] quit
[RTA] int s 1/1
[RTA-s 1/1] IP address 11.22.33.44 255.255.255.0
[RTA-s 1/1] PPP authentication-mode pap
RTB
[RTB] int s 1/1
[RTB-s1/1] IP address 11.22.33.40 255.255.255.0
[RTB-s1/1] PPP pap local-user RTB
20
[RTB-luser-RTA] password simple hello
3.3 FRP (Frame Relay Protocol)
3.3.1 Objective
Learn to configure FRP.
Realize the communication of two routers with FRP protocol.
3.3.2 Introduction
The frame relay protocol is a kind of fast packet switching technology based on
X.25 protocol. FRP only implements the function of the core of the link layer;
therefore it is simpler and more efficient to forward or switch data units in the
data link layer.
This experiment has the following steps:
1. Encapsulate interface.
2. Configure the terminal type of frame relay interface.
3. Allocate DLCI on DCE.
3.3.3 Preparation
One PC with 10/100M NIC installed
Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports.
Console cable, Cross cables
21
3.3.4 Diagram
3.3.5 Experiment
RTA
1. Enable frame relay switching
2. Configure the IP address of the interface
RTA RTB
PC A
Console
S 1/1 S 1/1
202.38.7.1
255.0.0.0
202.38.7.56
255.0.0.0
DCE DTE
DLCI=100
RTA RTB
PC A
Console
S 1/1 S 1/1
202.38.7.21
255.0.0.0
202.38.7.56
255.0.0.0
DCE DTE
DLCI=100
22
3. Configure the interface encapsulation as frame relay
4. Configure local virtual circuit
5. Configure static address mapping
23
RTB
6. Configure the IP address of the interface
7. Configure the interface encapsulation as frame relay
8. Configure static address mapping
24
9. Check the communication between both PCs, and RTA and RTB
(Question: Change the DLCI for R1 S 2/1 as 200:
[RTA -S 1/1] fr dlci 200
Ping the address 202.38.7.21, succeed or not?
Then change the command as:
[R1-S 2/1] fr inarp
Ping the address 202.38.7.21, succeed or not?)
3.3.6 Conclusion
FRP is an important lab. In this lab, the following job should be completed to
realize the communication between two Huawei routers:
(1) Encapsulate the frame relay protocol
Link-protocol frame-relay
(2) Configure the terminal type of the frame relay interface
Fr interface {dce / dte}
25
3.3.7 Commands:
RTA
[RTA] fr switching
[RTA] interface S 1/1
[RTA-S 1/1] IP address 202.38.7.21 255.0.0.0
[RTA-S 1/1] link-protocol fr
[RTA-S 1/1] fr interface-type dce
[RTA-S 1/1] fr dlci 100
[RTA-fr-dlci-S 1/1-100] fr map ip 202.38.7.56 dlci 100
RTB
[RTB] interface S 1/1
[RTB-S 1/1] IP address 202.38.7.56 255.0.0.0
[RTB-S 1/1] link-protocol fr
[RTB-S 1/1] fr interface-type dte
[RTB-S 1/1] fr map IP 202.38.7.21 dlci 100
3.4 CHAP (Challenge Handshake Authentication
Protocol)
3.4.1 Objective
Learn to configure CHAP protocol.
Realize the communication between two Huawei routers using CHAP
authentication protocol.
3.4.2 Introduction
CHAP is a 3-handshake protocol. The authentication is originated by the
authenticating part.
Like PAP authentication protocol, there are two parts in CHAP, authenticating
party and authenticated party.
1. Set the IP address of the selected serial port interface of the Router
Authentication Party:
2. Configure authentication method.
3. Configure local host name.
4. Add the remote user name and password to the local user list.
26
Authenticated Party:
5. Configure the local host name and the remote user name and password.
3.4.3 Preparation
One PC with 10/100M NIC installed
Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports.
Console cable, Cross cables
3.4.4 Diagram
RTA RTB
PC A
Console
S 1/1
10.0.0.8
255.0.0.0
S 1/1
10.0.0.23
255.255.255.0
RTA RTB
PC A
Console
S 1/1
10.0.0.8
255.0.0.0
S 1/1
10.0.0.23
255.255.255.0
3.4.5 Experiment
RTA
27
RTB
28
29
Check the communication between both PC, and RTA and RTB.
3.4.6 Conclusion
In CHAP authentication protocol, we have the following things to do:
(1) Authenticating party configuration:
Configure authentication method
ppp authentication-mode chap
Configure local host name
ppp CHAP user username
Add the remote user name and password to the local user list.
local-user username password simple password
(2) Authenticated party configuration:
Configure the local host name and the remote user name and the
password.
ppp CHAP user username
local-user username password simple password
3.4.7 Commands
RTA
[RTA] local-user RTB
[RTA-luser-RTB] password simple hello
[RTA] int s 1/1
[RTA-s 1/1] PPP chap user RTA
[RTA-s 1/1]PPP authentication-mode chap
30
RTB
[RTB] local-user RTA
[RTA-luser-RTB] password simple hello
[RTA] int s 1/1
[RTA-s1/1] PPP chap user RTB
3.5 X.25
3.5.1 Objective
Learn to configure X.25 protocol.
Realize the communication of two computer use X.25 protocol.
3.5.2 Introduction
The X.25 recommendation is the interface specification between the DTE and the
DCE. Its main function is to describe how to set up virtual circuit, transmission
packets, set up links, transmit data, release links and to clear the virtual circuits
between the DTE and the DCE, and in the meantime, it will implement the error
control, flow control, statistics, etc. And also it provides users with some optional
services and configuration functions. (Note: The DTE and DCE here are different
form the DTE and DCE of the physical interface. Here DTE means the user
equipment such as routers, etc; DCE means equipments such as packet switch,
etc. Route can also sever as the DCE.)
In the first experiment of this chapter, we know that if we do not configure any
protocol, PPP will be automatically encapsulated. That means this experiment
should configure X.25 by hand.
It has the following steps.
1. Set the IP address of the selected interface of the Router
2. Configure the interface to encapsulate it as the X. 25.
3. Specify its work model: DTE or DCE.
4. Specify the address mapping.
5. Set the flow control parameter.
31
3.5.3 Preparation
One PC with 10/100M NIC installed
Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports.
Console cable, Cross cables
3.5.4 Diagram
RTA (DTE) RTB (DCE)
PC A
Console
S 1/1 S 1/1
202.38.160.1
255.255.255.0
202.38.1600.2
255.255.255.020112451 20112452
RTA (DTE) RTB (DCE)
PC A
Console
S 1/1 S 1/1
202.38.160.1
255.255.255.0
202.38.1600.2
255.255.255.020112451 20112452
3.5.5 Experiment
RTA:
1. Configure the IP address of S 1/1 of RTA
32
2. Encapsulate this interface as the X.25 interface and specify that it works in the
DTE mode.
3. Specify the X.121 address in this interface
33
4. Specify the address mapping to the remote end
5. Set the flow control parameter
RTB:
6. Configure the IP address of S 1/1 of RTB
34
7. Encapsulate this interface as the X.25 interface and specify that it works in the
DTE mode.
8. Specify the X.121 address in this interface
35
9. Specify the address mapping to the remote end
10. Set the flow control parameter
11. Check the communication between both PCs, and RTA and RTB
36
(Question: Please change the command of step 9 as:
[RTB- S 1/1] X25 map IP 202.38.160.5 X121-address 20112451
Try to ping the address 202.38.160.2, succeed or fail? Why?)
Then input:
[RTB- S 1/1] undo X25 map IP 202.38.160.1 X121-address 20112451, ping
again, succeed or fail? Why?)
3.5.6 Conclusion
In this lab, the following steps should be completed:
(1) Configure the work mode of X.25
link-protocol X. 25 [dte/dce]
(2) Congigure the X. 121 address
X25 X121-address X. 121-address
(3) Create the map between network address and X. 121 address
X25 map protocol protocol-address x121-address X.121-address [?]
3.5.7 Commands
[RTA] interface s 1/1
[RTA- S 1/1] IP address 202.38.160.1 255.255.255.0
[RTA- S 1/1] link-protocol X25 DTE
[RTA- S 1/1] X25 X121-address 20112451
[RTA- S 2/0] X25 map IP 202.38.160.2 X121-address 20112452
[RTB] interface s 1/1
[RTB- S 1/1] IP address 202.38.160.2 255.255.255.0
[RTA- S 1/1] link-protocol X25 DCE
[RTA- S 1/1] X25 X121-address 20112452
[RTA- S 1/1] X25 map IP 202.38.160.1 X121-address 20112451
37
3.6 FRS (Frame Relay Sub-interface)
3.6.1 Objective
Learn to configure FRS protocol.
Realize the communication among the computers with FRS
3.6.2 Introduction
FRS aims at solving the issue of split horizon in FR, therefore it adds a function
called sutinterface. That means on each physical interface we can set several
subinterfaces, each has its own IP address. The function of the subinterface is
the same as the physical interface, therefore the problem of split horizon is
solved.
This experiment has the following steps:
1. Configure the frame relay switch, enable frame relay switching, configure
frame relay interface type, and configure PVC route.
2. Create subterface, allocate DLCI, create address mapping, and configure IP
address on one Router.
3. Allocate DLCI, create address mapping, and configure IP address on other two
Routers.
3.6.3 Preparation
One PC with 10/100M NIC installed
Three Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports.
Console cable, Cross cables.
38
3.6.4 Diagram
R1
PC A
S 1/1.1
DTE DCE
DTE
DTE
S 2/0
S 2/1
R4
R2
R3
S 1/1
S 1/1.2
192.0.0.1
255.255.255.0 DLCI=300
192.0.1.1 DLCI=400
255.255.255.0
S 1/1
S 1/1
192.0.0.2
255.255.255.0
DLCI=100
192.0.1.2
255.255.255.0
DLCI=200
Frame-relay switch
Console
R1
PC A
S 1/1.1
DTE DCE
DTE
DTE
S 2/0
S 2/1
R4
R2
R3
S 1/1
S 1/1.2
192.0.0.1
255.255.255.0 DLCI=300
192.0.1.1 DLCI=400
255.255.255.0
S 1/1
S 1/1
192.0.0.2
255.255.255.0
DLCI=100
192.0.1.2
255.255.255.0
DLCI=200
Frame-relay switch
Console
3.6.5 Experiment
R1
1. Configure the interface encapsulation as FR
2. Create sub-interface of S 1/1.1, allocate DLCI, create address mapping, and
configure IP address.
39
3. Create sub-interface of S 1/1.2, allocate DLCI, create address mapping, and
configure IP address.
R2:
4. Allocate DLCI, create address mapping, and configure IP address.
40
R3:
5. Allocate DLCI, create address mapping, and configure IP address.
R4:
6. Enable frame relay switching
41
7. Configure frame relay interface type. Configure PVC switching route.
8. Create subinterface.
42
9. Configure FRP on S 2/0.
10. Configure FRP on S 2/1.
11. Check the communication among the routers:
Ping from [R1] S 1/1.1 to 192.0.0.2
43
Ping from [R1] S 1/1.1 to 192.0.1.2
Ping from [R3] S 1/1 to 192.0.1.1
Ping from [R3] S 1/1 to 192.0.0.1
44
3.6.6 Conclusion
In FRS lab, we should follow three steps:
(1) Configure the frame relay switch (R4), including;
Set IP address, enable frame relay switching, configure frame relay
interface type, and configure PVC route.
(Question: Why should not we set the IP address here?)
(2) Configure R1, including:
Create subinterface, set up address mapping, allocate DLCI
(3) Configure R2 and R3, including:
Sep IP address, enable frame relay switching, create address mapping,
allocate DLCI.
3.6.7 Command
R1:
[R1] int s 1/1
[R1-s 1/1] link-protocol fr
[R1-s 1/1] int s 1/1.1
[R1-s 1/1.1] fr map ip 192.0.0.2 300
[R1-s 1/1.1] fr dlci 300
[R1-s 1/1.1] ip address 192.0.0.1 255.255.255.0
[R1-s 1/1] int s 1/1.2
[R1-s 1/1.2] fr map ip 192.0.1.2 400
[R1-s 1/1.2] fr dlci 400
[R1-s 1/1.2] ip address 192.0.1.1 255.255.255.0
R2:
[R2] fr switching
[R2] link-protocol fr
[R2-s 1/1] fr interface-type dce
[R2-s 1/1] fr dlci-switch 300 interface s 2/0 dlci 100
[R2-s 1/1] fr dlci-switch 400 interface s 2/1 dlci 200
[R2-s 1/1] fr dlci 300
45
[R2-s 1/1] fr dlci 400
[R2-s 1/1] int s 1/1.1
[R2-s 1/1.1] int s 1/1.2
[R2] int s 2/0
[R2-s 2/0] link-protocol fr
[R2-s 2/0] fr interface-type dce
[R2-s 2/0] fr dlci-switch 100 interface s 1/1 dlci 300
[R2-s 2/0] fr dlci 100
[R2] int s 2/1
[R2-s 2/1] link-protocol fr
[R2-s 2/1] fr interface-type dce
[R2-s 2/1] fr dlci-switch 200 interface s 1/1 dlci 400
[R2-s 2/1] fr dlci 200
R3:
[R3] int s 1/1
[R3-s 1/1] link-protocol fr
[R3-s 1/1] fr map ip 192.0.0.1 100
[R3-s 1/1] fr dlci 100
[R3-s 1/1] ip add 192.0.0.2 255.255.255.0
R4:
[R3] int s 1/1
[R4-s 1/1] link-protocol fr
[R4-s 1/1] fr map ip 192.0.1.1 200
[R4-s 1/1] fr dlci 100
[R4-s 1/1] ip add 192.0.1.2 255.255.255.0

More Related Content

Viewers also liked

Grafica
GraficaGrafica
Grafica
cartago123
 
Nespresso
NespressoNespresso
Nespresso
Yavantika Malani
 
Bezpieczenstwo Danych W Firmie
Bezpieczenstwo Danych W FirmieBezpieczenstwo Danych W Firmie
Bezpieczenstwo Danych W Firmie
tomasztopa
 
Toyota
ToyotaToyota
Toyota
Yash Jain
 
Projeto de indicação nº 17 2015
Projeto de indicação nº 17 2015Projeto de indicação nº 17 2015
Projeto de indicação nº 17 2015
afranio soares
 
Electrabel et Solvay investissent 2 milliards à Jemeppe
Electrabel et Solvay investissent 2 milliards à JemeppeElectrabel et Solvay investissent 2 milliards à Jemeppe
Electrabel et Solvay investissent 2 milliards à JemeppePierre Jacquy
 
Managerial Game of Pronouns
Managerial Game of Pronouns Managerial Game of Pronouns
Managerial Game of Pronouns
Dr K M SONI
 
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
TBEX
 
Nespresso
NespressoNespresso
Nespresso
Abhishek Singh
 
ทฤษฎีการเรียนรู้ของสกินเนอร์
ทฤษฎีการเรียนรู้ของสกินเนอร์ทฤษฎีการเรียนรู้ของสกินเนอร์
ทฤษฎีการเรียนรู้ของสกินเนอร์
earlychildhood024057
 
Constructos del tpack
Constructos del tpackConstructos del tpack
Constructos del tpack
cartago123
 
Escala de calificación o de rango
Escala de calificación o de rango Escala de calificación o de rango
Escala de calificación o de rango
neyman bejarano
 
Animated Car Presentation Template
Animated Car Presentation TemplateAnimated Car Presentation Template
Animated Car Presentation Template
Prezibase
 
Clasicismo griego i
Clasicismo griego iClasicismo griego i
Clasicismo griego i
Rafael Manuel lima quispe
 
Latina
LatinaLatina
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
barefootjournal
 
ทฤษฎีพัฒนาการตามวัย โรเบิร์ก
ทฤษฎีพัฒนาการตามวัย โรเบิร์กทฤษฎีพัฒนาการตามวัย โรเบิร์ก
ทฤษฎีพัฒนาการตามวัย โรเบิร์ก
6Phepho
 
Origen y evolucion del castellano
Origen y evolucion del castellanoOrigen y evolucion del castellano
Origen y evolucion del castellano
Rafael Manuel lima quispe
 
Funciones, planos y variaciones del lenguaje
Funciones, planos y variaciones del lenguajeFunciones, planos y variaciones del lenguaje
Funciones, planos y variaciones del lenguaje
Rafael Manuel lima quispe
 
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
ทศพล พรหมภักดี
 

Viewers also liked (20)

Grafica
GraficaGrafica
Grafica
 
Nespresso
NespressoNespresso
Nespresso
 
Bezpieczenstwo Danych W Firmie
Bezpieczenstwo Danych W FirmieBezpieczenstwo Danych W Firmie
Bezpieczenstwo Danych W Firmie
 
Toyota
ToyotaToyota
Toyota
 
Projeto de indicação nº 17 2015
Projeto de indicação nº 17 2015Projeto de indicação nº 17 2015
Projeto de indicação nº 17 2015
 
Electrabel et Solvay investissent 2 milliards à Jemeppe
Electrabel et Solvay investissent 2 milliards à JemeppeElectrabel et Solvay investissent 2 milliards à Jemeppe
Electrabel et Solvay investissent 2 milliards à Jemeppe
 
Managerial Game of Pronouns
Managerial Game of Pronouns Managerial Game of Pronouns
Managerial Game of Pronouns
 
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
TBEX 2013 Toronto The Online Consumer Journey: Inspiring Traveler Decisions, ...
 
Nespresso
NespressoNespresso
Nespresso
 
ทฤษฎีการเรียนรู้ของสกินเนอร์
ทฤษฎีการเรียนรู้ของสกินเนอร์ทฤษฎีการเรียนรู้ของสกินเนอร์
ทฤษฎีการเรียนรู้ของสกินเนอร์
 
Constructos del tpack
Constructos del tpackConstructos del tpack
Constructos del tpack
 
Escala de calificación o de rango
Escala de calificación o de rango Escala de calificación o de rango
Escala de calificación o de rango
 
Animated Car Presentation Template
Animated Car Presentation TemplateAnimated Car Presentation Template
Animated Car Presentation Template
 
Clasicismo griego i
Clasicismo griego iClasicismo griego i
Clasicismo griego i
 
Latina
LatinaLatina
Latina
 
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
(BAREFOOTJOURNAL.COM) 15 Travel Destinations that will Stir Your Spirit in 2015
 
ทฤษฎีพัฒนาการตามวัย โรเบิร์ก
ทฤษฎีพัฒนาการตามวัย โรเบิร์กทฤษฎีพัฒนาการตามวัย โรเบิร์ก
ทฤษฎีพัฒนาการตามวัย โรเบิร์ก
 
Origen y evolucion del castellano
Origen y evolucion del castellanoOrigen y evolucion del castellano
Origen y evolucion del castellano
 
Funciones, planos y variaciones del lenguaje
Funciones, planos y variaciones del lenguajeFunciones, planos y variaciones del lenguaje
Funciones, planos y variaciones del lenguaje
 
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
คู่มือกิจกรรมลดเวลาเรียน เพิ่มเวลารู้
 

Similar to Eee3080 lab031

ProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docxProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docx
woodruffeloisa
 
Ccna labs-udemy
Ccna labs-udemyCcna labs-udemy
Ccna labs-udemy
Gunter Bravo
 
NetSim Technology Library- Internetworks
NetSim Technology Library- InternetworksNetSim Technology Library- Internetworks
NetSim Technology Library- Internetworks
Vishal Sharma
 
Mikrotik® MPLS/VPN Lab Part 1
Mikrotik® MPLS/VPN Lab Part 1Mikrotik® MPLS/VPN Lab Part 1
Mikrotik® MPLS/VPN Lab Part 1
Kaveh Khosravi
 
Lab 1 reference manual
Lab 1 reference manualLab 1 reference manual
Lab 1 reference manual
trayyoo
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
Tai Lam
 
Run Run Trema Test
Run Run Trema TestRun Run Trema Test
Run Run Trema Test
Hiroshi Ota
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
Kishore Kumar
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
Anil Kumar
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
Kavitabani1
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 
Ch5
Ch5Ch5
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
Abdisalam A. Mohamed
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
nicolelemmimg
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4
Tai Lam
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
Nishant Gandhi
 
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
nudicixox
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
Jorgito Leal
 
Linux router
Linux routerLinux router
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docxLAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
croysierkathey
 

Similar to Eee3080 lab031 (20)

ProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docxProjectPurposeThe purpose of this project is to provide an o.docx
ProjectPurposeThe purpose of this project is to provide an o.docx
 
Ccna labs-udemy
Ccna labs-udemyCcna labs-udemy
Ccna labs-udemy
 
NetSim Technology Library- Internetworks
NetSim Technology Library- InternetworksNetSim Technology Library- Internetworks
NetSim Technology Library- Internetworks
 
Mikrotik® MPLS/VPN Lab Part 1
Mikrotik® MPLS/VPN Lab Part 1Mikrotik® MPLS/VPN Lab Part 1
Mikrotik® MPLS/VPN Lab Part 1
 
Lab 1 reference manual
Lab 1 reference manualLab 1 reference manual
Lab 1 reference manual
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
 
Run Run Trema Test
Run Run Trema TestRun Run Trema Test
Run Run Trema Test
 
Ccna simulation exam practice guide
Ccna simulation exam practice guideCcna simulation exam practice guide
Ccna simulation exam practice guide
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
Cn lab-manual
Cn lab-manualCn lab-manual
Cn lab-manual
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4
 
Packet tracer practical guide
Packet tracer practical guidePacket tracer practical guide
Packet tracer practical guide
 
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions ManualScaling Networks Lab Manual 1st Edition Cisco Solutions Manual
Scaling Networks Lab Manual 1st Edition Cisco Solutions Manual
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
 
Linux router
Linux routerLinux router
Linux router
 
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docxLAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
LAB3Lab 3 Answer Sheet(1).docxLiberty UniversityCSIS331La.docx
 

Recently uploaded

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
Wask
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
Dinusha Kumarasiri
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
HarisZaheer8
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 

Recently uploaded (20)

Digital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying AheadDigital Marketing Trends in 2024 | Guide for Staying Ahead
Digital Marketing Trends in 2024 | Guide for Staying Ahead
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
Azure API Management to expose backend services securely
Azure API Management to expose backend services securelyAzure API Management to expose backend services securely
Azure API Management to expose backend services securely
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
AWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptxAWS Cloud Cost Optimization Presentation.pptx
AWS Cloud Cost Optimization Presentation.pptx
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 

Eee3080 lab031

  • 1. EEEEEE33008800FF LLaabb 33 HHuuaawweeii RRoouutteerrss SSttuuddeenntt LLaabb MMaannuuaall • Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.
  • 2. CCoonntteennttss 3.1 Introduction to Huawei routers......................................................................... 8 3.1.1 Objective......................................................................................................... 8 3.1.2 Introduction..................................................................................................... 8 3.1.3 Preparation...................................................................................................... 8 3.1.4 Diagram........................................................................................................... 9 3.1.5 Experiment...................................................................................................... 9 3.1.6 Conclusion .................................................................................................... 14 3.1.7 Commands .................................................................................................... 15 3.2 PAP (Password Authentication Protocol) ...................................................... 15 3.2.1 Objective....................................................................................................... 15 3.2.2 Introduction................................................................................................... 15 3.2.3 Preparation.................................................................................................... 16 3.2.4 Diagram......................................................................................................... 16 3.2.5 Experiment.................................................................................................... 16 3.2.6 Conclusion .................................................................................................... 19 3.2.7 Commands .................................................................................................... 19 3.3 FRP (Frame Relay Protocol).............................................................................. 20 3.3.1 Objective....................................................................................................... 20 3.3.2 Introduction................................................................................................... 20 3.3.3 Preparation.................................................................................................... 20 3.3.4 Diagram......................................................................................................... 21 3.3.5 Experiment.................................................................................................... 21 3.3.6 Conclusion .................................................................................................... 24 3.3.7 Commands: ................................................................................................... 25 3.4 CHAP (Challenge Handshake Authentication Protocol)............................. 25 3.4.1 Objective....................................................................................................... 25 3.4.2 Introduction................................................................................................... 25 3.4.3 Preparation.................................................................................................... 26 3.4.4 Diagram......................................................................................................... 26 3.4.5 Experiment.................................................................................................... 26 3.4.6 Conclusion .................................................................................................... 29 3.4.7 Commands .................................................................................................... 29 3.5 X.25....................................................................................................................... 30 3.5.1 Objective....................................................................................................... 30 3.5.2 Introduction................................................................................................... 30 3.5.3 Preparation.................................................................................................... 31 3.5.4 Diagram......................................................................................................... 31 3.5.5 Experiment.................................................................................................... 31 3.5.6 Conclusion .................................................................................................... 36 3.5.7 Commands .................................................................................................... 36 3.6 FRS (Frame Relay Sub-interface) ..................................................................... 37 3.6.1 Objective....................................................................................................... 37 3.6.2 Introduction................................................................................................... 37
  • 3. 3 3.6.3 Preparation.................................................................................................... 37 3.6.4 Diagram......................................................................................................... 38 3.6.5 Experiment.................................................................................................... 38 3.6.6 Conclusion .................................................................................................... 44 3.6.7 Command...................................................................................................... 44            
  • 4. 4 Explanation of this Manual Attention please: when you log on the computer for LAB 3, make sure you ask the tutor to configure the cables for you, do not do it yourself!!! (1) We only prepare the manuals for compulsory labs, yet if you still have extra time, please get the manuals for other labs from the tutors. (2) Lab 3.2 and 3.3 are compulsory. The tutor will introduce 3.1, which is the basic lab of this manual. Remember the commands of the lab; try to answer the question asked. This will give you useful practice for the end of semester lab test. (3) Lab 3.4, 3.5 and 3.6 are optional. For this experiment you will need to work in pairs. The first pair will use PCs 1 and 2, second pair PCs 3 and 4, third pair PCs 5 and 6, and the fourth pair PCs 7 and 8. Before you telnet into the router you need to configure an IP address, subnet mask and default gateway for your PC. If you are using PC 1, 3, 5 or 7 configure the following: 1. IP address of PC - 10.128.0.2, subnet mask – 255.255.255.0, and default gateway – 10.128.0.1 (which is the IP address of the router port that you are connected to). If you are using PC 2, 4, 6 or 8 configure the following: 2. IP address of PC - 10.128.1.2, subnet mask – 255.255.255.0, and default gateway – 10.128.1.1 (which is the IP address of the router port that you are connected to). The configuration of the TCP/IP settings described above (these are the IP address, subnet mask and default gateway), is illustrated below: (N.B: Ignore the fact that the IP address is 202.0.0.2, it should actually be 10.128.0.2, and the gateway should be 10.128.0.1, instead of 202.0.0.1). We will give an example of the 10.128.0.2 IP address for PCs 1, 3, 5 and 7. A similar method can be used for PCs 2, 4, 6 and 8.
  • 5. 5 Steps: ( “start”-“control panel”)/ at the right bottom on your computer you will find the icon of- “network connections”-select “properties” of “local area connections”- “general”-“internet protocol (TCP/IP)-“using the following IP address” (Question: Why should we configure the default gateway as “10.128.0.1”?)
  • 6. 6 (4) We use “telnet” to configure the routers (“start”→ “run”): The telnet password for this lab is “huawei”. The IP address of the router port has already been configured so you do not need to worry about it.
  • 7. 7 (5) Abbreviation list (command can be abbreviated when typing if it does not conflict with another command): Normal Command Abbreviated Command Normal Command Abbreviated Command display disp Ethernet e Interface Int Serial s (6) When you finish the configuration, you can check the configuration by: [RTA] display current-configuration You can check the configuration of ports by: [RTA] display interface There are many more commands you can use which are not listed in this manual. (7) Type the first two/three letters of a command, the rest will be automatically completed by pressing “Tab” button on the keyboard. If you need help, then just type “?”, you may get the information you need.
  • 8. 8 3.1 Introduction to Huawei routers 3.1.1 Objective Users will learn how to use Huawei routers, how to configure the IP address of router ports, the IP address of the computer, and how to implement a network. Users will also realize communication between two routers and two PCs. 3.1.2 Introduction This lab will introduce you to the configuration of Huawei routers. In this experiment, two routers are connected by a serial cable. Each router connects to a PC. This lab will use the default protocol configurations. We only configure the IP address of the serial ports of Huawei routers and the IP address of PCs. To enable the 2 PCs to communicate with each other: 1. Enter the configuration mode of each router’s serial port and set the IP address. 2. Set the IP address of PCs 1, 3, 5 or 7, to 10.128.0.2 for the PCs 2, 4, 6 or 8 to 10.128.1.2. 3. You will telnet into the router IP address which will be 10.128.0.1 for PCs 1, 3, 5 or 7, and 10.128.1.1 for PCs 2, 4, 6 or 8, and use the login password “huawei”. 3.1.3 Preparation Two PCs with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables.
  • 9. 9 3.1.4 Diagram 3.1.5 Experiment 1. Log in to the Router using: • “telnet 10.128.0.1” for connections to routers 1, 3, 5 or 7. The login password is “huawei”. • “telnet 10.128.1.1” for connections to routers 2, 4, 6 or 8. The login password is “huawei”. RTA RTB PC 1,3,5 or 7 E 0/0 E 0/0 S 1/1 S 1/1 255.255.255.0 192.0.0.1 255.255.255.0 192.0.0.2 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 RTA RTB PC E 0/0 E 0/0 S 1/1 S 1/1 255.255.255.0 192.0.0.1 255.255.255.0 192.0.0.2 255.255.255.0 255.255.255.0 255.255.255.0 255.255.255.0 10.128.0.2 10.128.1.2 PC 2,4,6 or 8 10.128.0.1 10.128.0.2
  • 10. 10 2. Log in to the system and change the name of the router to RTA (if you are accessing router 1, 3, 5 or 7). If you are accessing routers 2, 4, 6 or 8, change the router name to RTB. If you get informational (logging) messages on your console screen, such as the ones shown below, ignore them and press “enter”, and continue with the lab.
  • 11. 11 3. Enter the serial port S 1/1 of RTA, interface configuration mode 4. Set the IP address of S 1/1 of RTA: 192.0.0.1 255.255.255.0 and if you are accessing RTB, set the IP address of its serial interface, S 1/1 to 192.0.0.2 255.255.255.0. If you get the following log messages: “Shutdown” and “Undo Shutdown” are to refresh the states of the ports.
  • 12. 12 Type “shutdown” then “enter”, followed by “undo shutdown” then “enter”. 5. The IP addresses of the E 0/0 ethernet ports were set before you began the lab. This was done to enable you to access the router using the telnet program. However for your own knowledge, the configuration of the IP address of an Ethernet port (in this case E 0/0) is shown below: Enter Ethernet port E 0/0 of RTA, interface configuration mode Set the IP address of Ethernet port E 0/0 of RTA as: 202.0.0.1 255.255.255.0. (N.B: In this case the IP address was set to 202.0.0.1, while in the actual lab experiment, router RTA, was set to 10.128.0.1. The subnet mask is 255.255.255.0 in both cases).
  • 13. 13 (Question: can we set the IP address here as 192.0.0.5 255.255.255.0? Why?) The same steps can be carried out to configure the IP address of router RTB, to 10.128.1.1, and the subnet mask to 255.255.255.0. 6. Log in to RTB using the same step as RTA. 7. Set the IP address of S 1/1 of RTB to 192.0.0.2 255.255.255.0 8. Check the communication between the computers and the routers. Using: “start”-“run”-“cmd”-“ on PCs 1, 3, 5 or 7: ping 10.128.0.1 ping 192.0.0.1
  • 14. 14 ping 192.0.0.2 From PCs 2, 4, 6 or 8: ping 10.128.1.1, 192.0.0.2 and 192.0.0.1. (Question: Why do we ping the IP addresses in this order from both PCs?) 3.1.6 Conclusion When you check the configuration of RTA and RTB by: [RTA]display interfaces You will find that PPP encapsulation has automatically been selected for the serial interfaces. That means the default protocol of the serial interface on a Huawei router is PPP. From this experiment we learn how to set the IP address of serial ports and Ethernet ports, how to set the IP address of PCs, and how to check the communication between the PCs.
  • 15. 15 The steps are summarized: (1) Log in to the routers. (2) Set the IP address of serial port and Ethernet port of RTA and RTB. (2) Set the IP address of the PCs. (3) Check the result of this experiment whether PCA and PCB can communicate. 3.1.7 Commands RTA: [RTA] interface S 1/1 [RTA-s 1/1] IP address 192.0.0.1 255.255.255.0 [RTA] display current-configuration [RTB]: [RTB] interface S 1/1 [RTB-s 1/1] IP address 192.0.0.2 255.255.255.0 [RTB] display current-configuration 3.2 PAP (Password Authentication Protocol) 3.2.1 Objective Learn to configure PPP PAP authentication protocol. Realize the communication between two routes with PAP authentication protocol. 3.2.2 Introduction PAP is a 2-handshake authentication and the password is transmitted in plain text. In the first lab of this chapter, we know that if we do not configure any protocol, PPP will be automatically encapsulated. This lab wants to configure PAP protocol to realize the communication between two Huawei routers. Serial ports s 1/1 are selected to configure PAP protocol. This lab wants to realize the communication between two s 1/1 with PAP
  • 16. 16 authentication protocol; therefore, the step for configuring the IP address of PCs in the first lab is unnecessary. It has the following steps. 1. Set the IP address of the selected serial port interface of the Router Authentication Party RTA: 2. Configure the user list. 3. Authorize PAP authentication. Authenticated Party RTB: 4. Configure PAP user. 3.2.3 Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables 3.2.4 Diagram RTA RTB PC A Console S 1/1 11.22.33.44 255.255.255.0 S 1/0 11.22.33.40 255.255.255.0 RTA RTB PC A Console S 1/1 11.22.33.44 255.255.255.0 S 1/0 11.22.33.40 255.255.255.0 3.2.5 Experiment Configure RTA
  • 17. 17 1. Log in 2. Set the IP address of s1/1 of RTA 3. Add user RTB and set the password. 4. Authorize the PAP authentication mode.
  • 18. 18 Configure RTB 5. Log in and configure IP address of S 1/1 6. Configure PAP user and the password. 7. Check the communication between both PCs, and RTA and RTB
  • 19. 19 3.2.6 Conclusion This lab wants to realize the communication between two PCs with PAP authentication. There are two parts of PAP, authenticating party and authenticated party. In authenticating party we should: (1) Configure user list with the password and (2) Configure PAP authentication. In authenticated party we should (1) Configure PAP send user. 3.2.7 Commands RTA [RTA] local-user RTB [RTA-luser-RTB] password simple hello [RTA-luser-RTB] quit [RTA] int s 1/1 [RTA-s 1/1] IP address 11.22.33.44 255.255.255.0 [RTA-s 1/1] PPP authentication-mode pap RTB [RTB] int s 1/1 [RTB-s1/1] IP address 11.22.33.40 255.255.255.0 [RTB-s1/1] PPP pap local-user RTB
  • 20. 20 [RTB-luser-RTA] password simple hello 3.3 FRP (Frame Relay Protocol) 3.3.1 Objective Learn to configure FRP. Realize the communication of two routers with FRP protocol. 3.3.2 Introduction The frame relay protocol is a kind of fast packet switching technology based on X.25 protocol. FRP only implements the function of the core of the link layer; therefore it is simpler and more efficient to forward or switch data units in the data link layer. This experiment has the following steps: 1. Encapsulate interface. 2. Configure the terminal type of frame relay interface. 3. Allocate DLCI on DCE. 3.3.3 Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables
  • 21. 21 3.3.4 Diagram 3.3.5 Experiment RTA 1. Enable frame relay switching 2. Configure the IP address of the interface RTA RTB PC A Console S 1/1 S 1/1 202.38.7.1 255.0.0.0 202.38.7.56 255.0.0.0 DCE DTE DLCI=100 RTA RTB PC A Console S 1/1 S 1/1 202.38.7.21 255.0.0.0 202.38.7.56 255.0.0.0 DCE DTE DLCI=100
  • 22. 22 3. Configure the interface encapsulation as frame relay 4. Configure local virtual circuit 5. Configure static address mapping
  • 23. 23 RTB 6. Configure the IP address of the interface 7. Configure the interface encapsulation as frame relay 8. Configure static address mapping
  • 24. 24 9. Check the communication between both PCs, and RTA and RTB (Question: Change the DLCI for R1 S 2/1 as 200: [RTA -S 1/1] fr dlci 200 Ping the address 202.38.7.21, succeed or not? Then change the command as: [R1-S 2/1] fr inarp Ping the address 202.38.7.21, succeed or not?) 3.3.6 Conclusion FRP is an important lab. In this lab, the following job should be completed to realize the communication between two Huawei routers: (1) Encapsulate the frame relay protocol Link-protocol frame-relay (2) Configure the terminal type of the frame relay interface Fr interface {dce / dte}
  • 25. 25 3.3.7 Commands: RTA [RTA] fr switching [RTA] interface S 1/1 [RTA-S 1/1] IP address 202.38.7.21 255.0.0.0 [RTA-S 1/1] link-protocol fr [RTA-S 1/1] fr interface-type dce [RTA-S 1/1] fr dlci 100 [RTA-fr-dlci-S 1/1-100] fr map ip 202.38.7.56 dlci 100 RTB [RTB] interface S 1/1 [RTB-S 1/1] IP address 202.38.7.56 255.0.0.0 [RTB-S 1/1] link-protocol fr [RTB-S 1/1] fr interface-type dte [RTB-S 1/1] fr map IP 202.38.7.21 dlci 100 3.4 CHAP (Challenge Handshake Authentication Protocol) 3.4.1 Objective Learn to configure CHAP protocol. Realize the communication between two Huawei routers using CHAP authentication protocol. 3.4.2 Introduction CHAP is a 3-handshake protocol. The authentication is originated by the authenticating part. Like PAP authentication protocol, there are two parts in CHAP, authenticating party and authenticated party. 1. Set the IP address of the selected serial port interface of the Router Authentication Party: 2. Configure authentication method. 3. Configure local host name. 4. Add the remote user name and password to the local user list.
  • 26. 26 Authenticated Party: 5. Configure the local host name and the remote user name and password. 3.4.3 Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables 3.4.4 Diagram RTA RTB PC A Console S 1/1 10.0.0.8 255.0.0.0 S 1/1 10.0.0.23 255.255.255.0 RTA RTB PC A Console S 1/1 10.0.0.8 255.0.0.0 S 1/1 10.0.0.23 255.255.255.0 3.4.5 Experiment RTA
  • 28. 28
  • 29. 29 Check the communication between both PC, and RTA and RTB. 3.4.6 Conclusion In CHAP authentication protocol, we have the following things to do: (1) Authenticating party configuration: Configure authentication method ppp authentication-mode chap Configure local host name ppp CHAP user username Add the remote user name and password to the local user list. local-user username password simple password (2) Authenticated party configuration: Configure the local host name and the remote user name and the password. ppp CHAP user username local-user username password simple password 3.4.7 Commands RTA [RTA] local-user RTB [RTA-luser-RTB] password simple hello [RTA] int s 1/1 [RTA-s 1/1] PPP chap user RTA [RTA-s 1/1]PPP authentication-mode chap
  • 30. 30 RTB [RTB] local-user RTA [RTA-luser-RTB] password simple hello [RTA] int s 1/1 [RTA-s1/1] PPP chap user RTB 3.5 X.25 3.5.1 Objective Learn to configure X.25 protocol. Realize the communication of two computer use X.25 protocol. 3.5.2 Introduction The X.25 recommendation is the interface specification between the DTE and the DCE. Its main function is to describe how to set up virtual circuit, transmission packets, set up links, transmit data, release links and to clear the virtual circuits between the DTE and the DCE, and in the meantime, it will implement the error control, flow control, statistics, etc. And also it provides users with some optional services and configuration functions. (Note: The DTE and DCE here are different form the DTE and DCE of the physical interface. Here DTE means the user equipment such as routers, etc; DCE means equipments such as packet switch, etc. Route can also sever as the DCE.) In the first experiment of this chapter, we know that if we do not configure any protocol, PPP will be automatically encapsulated. That means this experiment should configure X.25 by hand. It has the following steps. 1. Set the IP address of the selected interface of the Router 2. Configure the interface to encapsulate it as the X. 25. 3. Specify its work model: DTE or DCE. 4. Specify the address mapping. 5. Set the flow control parameter.
  • 31. 31 3.5.3 Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables 3.5.4 Diagram RTA (DTE) RTB (DCE) PC A Console S 1/1 S 1/1 202.38.160.1 255.255.255.0 202.38.1600.2 255.255.255.020112451 20112452 RTA (DTE) RTB (DCE) PC A Console S 1/1 S 1/1 202.38.160.1 255.255.255.0 202.38.1600.2 255.255.255.020112451 20112452 3.5.5 Experiment RTA: 1. Configure the IP address of S 1/1 of RTA
  • 32. 32 2. Encapsulate this interface as the X.25 interface and specify that it works in the DTE mode. 3. Specify the X.121 address in this interface
  • 33. 33 4. Specify the address mapping to the remote end 5. Set the flow control parameter RTB: 6. Configure the IP address of S 1/1 of RTB
  • 34. 34 7. Encapsulate this interface as the X.25 interface and specify that it works in the DTE mode. 8. Specify the X.121 address in this interface
  • 35. 35 9. Specify the address mapping to the remote end 10. Set the flow control parameter 11. Check the communication between both PCs, and RTA and RTB
  • 36. 36 (Question: Please change the command of step 9 as: [RTB- S 1/1] X25 map IP 202.38.160.5 X121-address 20112451 Try to ping the address 202.38.160.2, succeed or fail? Why?) Then input: [RTB- S 1/1] undo X25 map IP 202.38.160.1 X121-address 20112451, ping again, succeed or fail? Why?) 3.5.6 Conclusion In this lab, the following steps should be completed: (1) Configure the work mode of X.25 link-protocol X. 25 [dte/dce] (2) Congigure the X. 121 address X25 X121-address X. 121-address (3) Create the map between network address and X. 121 address X25 map protocol protocol-address x121-address X.121-address [?] 3.5.7 Commands [RTA] interface s 1/1 [RTA- S 1/1] IP address 202.38.160.1 255.255.255.0 [RTA- S 1/1] link-protocol X25 DTE [RTA- S 1/1] X25 X121-address 20112451 [RTA- S 2/0] X25 map IP 202.38.160.2 X121-address 20112452 [RTB] interface s 1/1 [RTB- S 1/1] IP address 202.38.160.2 255.255.255.0 [RTA- S 1/1] link-protocol X25 DCE [RTA- S 1/1] X25 X121-address 20112452 [RTA- S 1/1] X25 map IP 202.38.160.1 X121-address 20112451
  • 37. 37 3.6 FRS (Frame Relay Sub-interface) 3.6.1 Objective Learn to configure FRS protocol. Realize the communication among the computers with FRS 3.6.2 Introduction FRS aims at solving the issue of split horizon in FR, therefore it adds a function called sutinterface. That means on each physical interface we can set several subinterfaces, each has its own IP address. The function of the subinterface is the same as the physical interface, therefore the problem of split horizon is solved. This experiment has the following steps: 1. Configure the frame relay switch, enable frame relay switching, configure frame relay interface type, and configure PVC route. 2. Create subterface, allocate DLCI, create address mapping, and configure IP address on one Router. 3. Allocate DLCI, create address mapping, and configure IP address on other two Routers. 3.6.3 Preparation One PC with 10/100M NIC installed Three Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables.
  • 38. 38 3.6.4 Diagram R1 PC A S 1/1.1 DTE DCE DTE DTE S 2/0 S 2/1 R4 R2 R3 S 1/1 S 1/1.2 192.0.0.1 255.255.255.0 DLCI=300 192.0.1.1 DLCI=400 255.255.255.0 S 1/1 S 1/1 192.0.0.2 255.255.255.0 DLCI=100 192.0.1.2 255.255.255.0 DLCI=200 Frame-relay switch Console R1 PC A S 1/1.1 DTE DCE DTE DTE S 2/0 S 2/1 R4 R2 R3 S 1/1 S 1/1.2 192.0.0.1 255.255.255.0 DLCI=300 192.0.1.1 DLCI=400 255.255.255.0 S 1/1 S 1/1 192.0.0.2 255.255.255.0 DLCI=100 192.0.1.2 255.255.255.0 DLCI=200 Frame-relay switch Console 3.6.5 Experiment R1 1. Configure the interface encapsulation as FR 2. Create sub-interface of S 1/1.1, allocate DLCI, create address mapping, and configure IP address.
  • 39. 39 3. Create sub-interface of S 1/1.2, allocate DLCI, create address mapping, and configure IP address. R2: 4. Allocate DLCI, create address mapping, and configure IP address.
  • 40. 40 R3: 5. Allocate DLCI, create address mapping, and configure IP address. R4: 6. Enable frame relay switching
  • 41. 41 7. Configure frame relay interface type. Configure PVC switching route. 8. Create subinterface.
  • 42. 42 9. Configure FRP on S 2/0. 10. Configure FRP on S 2/1. 11. Check the communication among the routers: Ping from [R1] S 1/1.1 to 192.0.0.2
  • 43. 43 Ping from [R1] S 1/1.1 to 192.0.1.2 Ping from [R3] S 1/1 to 192.0.1.1 Ping from [R3] S 1/1 to 192.0.0.1
  • 44. 44 3.6.6 Conclusion In FRS lab, we should follow three steps: (1) Configure the frame relay switch (R4), including; Set IP address, enable frame relay switching, configure frame relay interface type, and configure PVC route. (Question: Why should not we set the IP address here?) (2) Configure R1, including: Create subinterface, set up address mapping, allocate DLCI (3) Configure R2 and R3, including: Sep IP address, enable frame relay switching, create address mapping, allocate DLCI. 3.6.7 Command R1: [R1] int s 1/1 [R1-s 1/1] link-protocol fr [R1-s 1/1] int s 1/1.1 [R1-s 1/1.1] fr map ip 192.0.0.2 300 [R1-s 1/1.1] fr dlci 300 [R1-s 1/1.1] ip address 192.0.0.1 255.255.255.0 [R1-s 1/1] int s 1/1.2 [R1-s 1/1.2] fr map ip 192.0.1.2 400 [R1-s 1/1.2] fr dlci 400 [R1-s 1/1.2] ip address 192.0.1.1 255.255.255.0 R2: [R2] fr switching [R2] link-protocol fr [R2-s 1/1] fr interface-type dce [R2-s 1/1] fr dlci-switch 300 interface s 2/0 dlci 100 [R2-s 1/1] fr dlci-switch 400 interface s 2/1 dlci 200 [R2-s 1/1] fr dlci 300
  • 45. 45 [R2-s 1/1] fr dlci 400 [R2-s 1/1] int s 1/1.1 [R2-s 1/1.1] int s 1/1.2 [R2] int s 2/0 [R2-s 2/0] link-protocol fr [R2-s 2/0] fr interface-type dce [R2-s 2/0] fr dlci-switch 100 interface s 1/1 dlci 300 [R2-s 2/0] fr dlci 100 [R2] int s 2/1 [R2-s 2/1] link-protocol fr [R2-s 2/1] fr interface-type dce [R2-s 2/1] fr dlci-switch 200 interface s 1/1 dlci 400 [R2-s 2/1] fr dlci 200 R3: [R3] int s 1/1 [R3-s 1/1] link-protocol fr [R3-s 1/1] fr map ip 192.0.0.1 100 [R3-s 1/1] fr dlci 100 [R3-s 1/1] ip add 192.0.0.2 255.255.255.0 R4: [R3] int s 1/1 [R4-s 1/1] link-protocol fr [R4-s 1/1] fr map ip 192.0.1.1 200 [R4-s 1/1] fr dlci 100 [R4-s 1/1] ip add 192.0.1.2 255.255.255.0