Static Routing and ospf for Frame Relay Configuration

Source: Internet
Author: User

Frame Relay) is a group-oriented communication method used to connect to computer systems. It is mainly used for LAN interconnection and WAN connection on public or private networks. Most public telecommunications bureaus provide the Frame Relay Service as a way to establish a high-performance Virtual wide-area connection. Frame relay is a user interface that enters the wide-area group switching network from 56 Kbps to 1.544Mbps.

The following is a case

Use the Xiao fan simulator to use six Routers

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500505510-0.png "title =" image 8.png"/>

The configuration steps are as follows:

FR-1 Configuration


Router> en

Router # config t

Router (config) # line console 0

Router (config-line) # logging synchronous

Router (config-line) # no exec-timeout

Router (config) # frame-relay switching [changed to a frame relay node]

Router (config) # int s0/0 interface]

Router (config-if) # encapsulation]

Router (config-if) # encapsulation frame-relay encapsulate frame relay]

Router (config-if) # frame-relay intf-type dce relay dce]

Router (config-if) # Set clock with clock rate 64000]

Router (config-if) # frame-relay lm-type cisco specifies the signaling type]

Router (config-if) # frame-relay route 100 interface s0/1 101 Forwarding Table]

Router (config-if) # frame-relay route 200 interface s0/2 201 Forwarding Table]

Router (config-if) # enable no sh port]

Router # show running-config view configuration]

Router (config) # hostname FR-1

FR-1 (config) # int s0/1

FR-1 (config-if) # encapsulation frame-relay

FR-1 (config-if) # frame-relay intf-type dce

FR-1 (config-if) # clock rate 64000

FR-1 (config-if) # frame-relay lm-type cisco

FR-1 (config-if) # frame-relay route 101 interface s0/0 100s0/1 access PIPE]

FR-1 (config) # int s0/2

No sh

FR-1 (config-if) # encapsulation frame-relay

FR-1 (config-if) # frame-relay intf-type dce

FR-1 (config-if) # clock rate 64000

FR-1 (config-if) # frame-relay lm-type cisco

FR-1 (config-if) # frame-relay route 201 interface s0/0 200s0/2 inbound and outbound Pipelines]


650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500502119-1.png "style =" float: none; "title =" r1pvc.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500502000-2.png "style =" float: none; "title =" fr1.png "/>



FR-2 Configuration


Router (config) # hostname FR-2

FR-2 (config) # line console 0

FR-2 (config-line) # logging synchronous

FR-2 (config-line) # no exec-timeout

FR-2 (config) # frame-relay switching

FR-2 (config) # int s0/0

FR-2 (config-if) # encapsulation frame-relay

FR-2 (config-if) # frame-relay intf-type dce

FR-2 (config-if) # clock rate 64000

FR-2 (config-if) # frame-relay lm-type cisco

FR-2 (config-if) # frame-relay route 102 interface s0/1 101

FR-2 (config-if) # no sh


FR-2 (config-if) # int s0/1

FR-2 (config-if) # no sh

FR-2 (config-if) # encapsulation frame-relay

FR-2 (config-if) # frame-relay intf-type dte

FR-2 (config-if) # frame-relay lm-type cisco

FR-2 (config-if) # frame-relay route 101 interface s0/0 102

FR-2 # show frame-relay pvc view Encapsulation]


650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500505123-3.png "style =" float: none; "title =" FR-2 # show frame-relay pvc.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500505235-4.png "style =" float: none; "title =" r2pvc.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500502243-5.png "style =" float: none; "title =" fr2.png "/>

Fr-3 Configuration

Router> en

Router # config t

Router (config) # line console 0

Router (config-line) # logging synchronous

Router (config-line) # no exec-timeout

Fr-3 (config) # int s0/0

Fr-3 (config-if) # no sh

Fr-3 (config-if) # encapsulation frame-relay

Fr-3 (config-if) # frame-relay intf-type dce

Fr-3 (config-if) # clock rate 64000

Fr-3 (config-if) # frame-relay lm-type cisco

Fr-3 (config-if) # frame-relay route 202 interface s0/2 201

Fr-3 (config) # int s0/2

Fr-3 (config-if) # no sh

Fr-3 (config-if) # encapsulation frame-relay

Fr-3 (config-if) # frame-relay intf-type dte

Fr-3 (config-if) # frame-relay lm-type cisco

Fr-3 (config-if) # frame-relay route 201 interface s0/0 202



650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500503W1-6.png "style =" float: none; "title =" r3pvc.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/050050A51-7.png "style =" float: none; "title =" fr3.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500504544-8.png "style =" float: none; "title =" fr3pvc.png "/>

Frame-relay configuration [ospf]


R1

Router (config) # hostname r1


R1 (config) # line console 0


R1 (config-line) # logging synchronous


R1 (config-line) # no exec-timeout

R1 (config) # int s1/0

R1 (config-if) # encapsulation frame-relay

R1 (config-if) # frame-relay lm-type cisco

R1 (config-if) # no sh

R1 (config) # int s1/0.1 point-to-point

R1 (config-subif) # ip add 192.168.4.1 255.255.255.0

R1 (config-subif) # frame-relay interface-dlci 100

R1 (config) # int s1/0.2 point-to-point

R1 (config-subif) # ip add 192.168.5.1 255.255.255.0

R1 (config-subif) # frame-relay interface-dlci 200

R1 (config) # router ospf 1

R1 (config-router) # network 192.168.1.0 255.255.255.0 area 0

R1 (config-router) # network 192.168.4.0 255.255.255.0 area 0

R1 (config-router) # network 192.168.5.0 255.255.255.0 area 0

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500502021-9.png "title =" r1 ip rou.png "/>

R2

Router (config) # hostname r2


R2 (config) # line console 0


R2 (config-line) # logging synchronous


R2 (config-line) # no exec-timeout

R2 (config-line) # int s1/0

R2 (config-if) # encapsulation frame-relay

R2 (config-if) # frame-relay lm-type cisco

R2 (config-if) # no sh


R2 (config) # int s1/0.1 point-to-point


R2 (config-subif) # ip add 192.168.4.2 255.255.255.0

R2 (config-subif) # frame-relay interface-dlci 102

R2 (config) # router ospf 1

R2 (config-router) # network 192.168.4.0 255.255.255.0 area 0

R2 (config-router) # network 192.168.2.0 255.255.255.0 area 0

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500505404-10.png "title =" r2 ip rou.png "/>




R3

Router (config) # hostname r3


R3 (config) # line console 0


R3 (config-line) # logging synchronous


R3 (config-line) # no exec-timeout


R3 (config-line) # int s1/0

R3 (config-if) # encapsulation frame-relay

R3 (config-if) # frame-relay lm-type cisco

R3 (config-if) # no sh


R3 (config) # int s1/0.1 point-to-point


R3 (config-subif) # ip add 192.168.5.2 255.255.255.0

R3 (config-subif) # frame-relay interface-dlci 202

R3 (config) # router ospf 1

R3 (config-router) # network 192.168.5.0 255.255.255.0 area 0

R3 (config-router) # network 192.168.3.0 255.255.255.0 area 0


650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/050050A11-11.png "title =" r3 iop rou.png "/>






Result:

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/05005053K-12.png "style =" float: none; "title =" r1 jieguo.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/050050J10-13.png "style =" float: none; "title =" r2 jie guoi.png "/>

650) this. width = 650; "src =" http://www.bkjia.com/uploads/allimg/131227/0500506160-14.png "style =" float: none; "title =" r3 jie guo.png "/>



Frame-relay configuration [Static Routing]


R1

Router (config) # hostname r1


R1 (config) # line console 0


R1 (config-line) # logging synchronous


R1 (config-line) # no exec-timeout


R1 (config) # int f0/0

R1 (config-if) # ip add 192.168.1.1 255.255.255.0

R1 (config-if) # no sh


R1 (config-if) # int s1/0

R1 (config-if) # ip add 192.168.4.1 255.255.255.0

R1 (config-if) # ip add 192.168.5.1 255.255.255.0 sec

R1 (config-if) # ip add 192.168.5.1 255.255.255.0 secondary address]

R1 (config-if) # no sh

R1 (config-if) # encapsulation frame-relay

R1 (config-if) # frame-relay lm-type cisco

R1 (config-if) # frame-relay map ip 192.168.4.2 100 ing]

R1 (config-if) # frame-relay map ip 192.168.5.2 200 ing]


R2

Router (config) # hostname r2


R2 (config) # line console 0


R2 (config-line) # logging synchronous


R2 (config-line) # no exec-timeout

R2 (config-line) # int f0/0

R2 (config-if) # ip add 192.168.2.1 255.255.255.0

R2 (config-if) # no sh

R2 (config) # int s1/0

R2 (config-if) # ip add 192.168.4.2 255.255.255.0

R2 (config-if) # encapsulation frame-relay

R2 (config-if) # frame-relay lm-type cisco

R2 (config-if) # frame-relay map ip 192.168.4.1 102




R3

Router (config) # hostname r3


R3 (config) # line console 0


R3 (config-line) # logging synchronous


R3 (config-line) # no exec-timeout


R3 (config-line) # int f0/0

R3 (config-if) # ip add 192.168.3.1 255.255.255.0

R3 (config-if) # no sh


R3 (config-if) # int s1/0

R3 (config-if) # ip add 192.168.5.2 255.255.255.0

R3 (config-if) # no sh

R3 (config-if) # encapsulation frame-relay

R3 (config-if) # frame-relay lm-type cisco

R3 (config-if) # frame-relay map ip 192.168.5.1 202


Static Routing























































This article from the "Dan Ning yuan" blog, please be sure to keep this source http://ningxiaoyuan.blog.51cto.com/7600075/1290976

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.