ATEN-Chapter 5 Wan Technology (Frame Relay)

Source: Internet
Author: User

Tool used in the experiment: Xiao fan Simulator
Experiment: Frame Relay

1. router configuration for simulating Frame Relay:
FR-S (Frame Relay)
Router>
Router> enable
Router # config terminal
Router (config) # hostname FR-S-jin
FR-S-jin (config) # frame-relay switching
FR-S-jin (config) # interface s0/1
FR-S-jin (config-if) # encapsulation frame-relay
FR-S-jin (config-if) # clock rate 128000
FR-S-jin (config-if) # frame intf-type dce
FR-S-jin (config-if) # frame route 102 interface s0/2 201
FR-S-jin (config-if) # frame route 103 interface s0/3 301
FR-S-jin (config-if) # no shutdown
FR-S-jin (config-if) # interface s0/2
FR-S-jin (config-if) # encapsulation frame-relay
FR-S-jin (config-if) # clock rate 128000
FR-S-jin (config-if) # frame intf-type dce
FR-S-jin (config-if) # frame route 201 interface s0/1 102
FR-S-jin (config-if) # frame route 203 interface s0/3 302
FR-S-jin (config-if) # no shutdown
FR-S-jin (config-if) # interface s0/3
FR-S-jin (config-if) # encapsulation frame-relay
FR-S-jin (config-if) # clock rate 128000
FR-S-jin (config-if) # frame intf-type dce
FR-S-jin (config-if) # frame route 301 interface s0/1 103
FR-S-jin (config-if) # frame route 302 interface s0/2 203
FR-S-jin (config-if) # no shutdown
FR-S-jin (config-if) # exit
FR-S-jin (config) # end
FR-S-jin # show ip interface brief
2. Configure the R1 Router
R1
Router> enable
Router # config terminal
Router (config) # hostname R1-jin
R1-jin (config) # interface s1/0
R1-jin (config-if) # encapsulation frame-relay
R1-jin (config-if) # frame map ip 40.0.0.2 102
The R1-jin (config-if) # frame map ip 40.0.0.3 103
R1-jin (config-if) # ip address 40.0.0.1 255.0.0.0
R1-jin (config-if) # no shutdown
R1-jin (config-if) # interface f0/0
R1-jin (config-if) # ip address 10.0.0.1 255.0.0.0
R1-jin (config-if) # no shutdown
R1-jin (config-if) # exit
R1-jin (config) # end
R1-jin # show ip interface brief
R1-jin # config terminal
R1-jin (config) # ip route 0.0.0 255.0.0.0 40.0.0.2
R1-jin (config) # ip route 30.0.0.0 255.0.0.0 40.0.0.3
R1-jin (config) # exit
R1-jin # show ip route
3. Configure the R2 Router
R2
Router>
Router> enable
Router # config terminal
Router (config) # hostname R2-jin
R2-jin (config-if) # interface s1/0
R2-jin (config-if) # encapsulation frame-relay
R2-jin (config-if) # frame map ip address 40.0.0.1 201
The R2-jin (config-if) # frame map ip 40.0.0.3 203
R2-jin (config-if) # ip address 40.0.0.2 255.0.0.0
R2-jin (config-if) # no shutdown
R2-jin (config-if) # interface f0/0
R2-jin (config-if) # ip address 255.0.0.1 255.0.0.0
R2-jin (config-if) # no shutdown
R2-jin (config-if) # end
R2-jin # show ip interface brief
R2-jin # config terminal
R2-jin (config) # ip route 10.0.0.0 255.0.0.0 40.0.0.1
R2-jin (config) # ip route 30.0.0.0 255.0.0.0 40.0.0.3
R2-jin (config) # exit
R2-jin # show ip route
4. Configure the R3 Router
R3
Router>
Router> enable
Router # config terminal
Router (config) # hostname R3-jin
R3-jin (config) # interface s1/0
R3-jin (config-if) # encapsulation frame-relay
R3-jin (config-if) # frame map ip address 40.0.0.1 301
R3-jin (config-if) # frame map ip 40.0.0.2 302
R3-jin (config-if) # ip address 40.0.0.3 255.0.0.0
R3-jin (config-if) # no shutdown
R3-jin (config-if) # interface f0/0
R3-jin (config-if) # ip address 30.0.0.1 255.0.0.0
R3-jin (config-if) # no shutdown
R3-jin (config-if) # end
R3-jin # show ip interface brief
R3-jin # config terminal
R3-jin (config) # ip route 10.0.0.0 255.0.0.0 40.0.0.1
R3-jin (config) # ip route 0.0.0 255.0.0.0 40.0.0.2
R3-jin (config) # exit
R3-jin # show ip route
5. Configure the PC for verification
VPCS 1>
VPCS 1> show
VPCS 1> ip 10.0.0.2 10.0.0.1 8
VPCS 1> 2
VPCS 2> ip address 255.0.0.2 255.0.0.1 8
VPCS 2> 3
VPCS 3> ip 30.0.0.2 30.0.0.1 8
VPCS 3> show
VPCS 3> ping 255.0.0.2
Required 0.0.2 icmp_seq = 1 timeout
Export 0.0.2 icmp_seq = 2 time = 109.000 MS
Export 0.0.2 icmp_seq = 3 time = 125.000 MS
Export 0.0.2 icmp_seq = 4 time = 125.000 MS
Export 0.0.2 icmp_seq = 5 time = 125.000 MS
VPCS 3> ping 10.0.0.2
10.0.0.2 icmp_seq = 1 timeout
10.0.0.2 icmp_seq = 2 time = 141.000 MS
10.0.0.2 icmp_seq = 3 time = 125.000 MS
10.0.0.2 icmp_seq = 4 time = 125.000 MS
10.0.0.2 icmp_seq = 5 time = 110.000 MS
VPCS 3> 2
VPCS 2> ping 10.0.0.2
10.0.0.2 icmp_seq = 1 time = 125.000 MS
10.0.0.2 icmp_seq = 2 time = 109.000 MS
10.0.0.2 icmp_seq = 3 time = 110.000 MS
10.0.0.2 icmp_seq = 4 time = 125.000 MS
10.0.0.2 icmp_seq = 5 time = 109.000 MS
All the tools I use are the "Xiao fan Simulator ".
The operation is the same as that of a real device. Apart from several commands, you can discover them slowly!
Author: ""

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.