当前位置:网站首页>Frame relay network configuration example learning record
Frame relay network configuration example learning record
2022-07-23 13:00:00 【Amateur visionary】
Frame relay network configuration example
Frame relay (frame relay) Is a public data network communication protocol . Frame relay is an effective data transmission technology , It can transmit digital information quickly and cheaply in one-to-one or one to many applications . It can be used in speech 、 data communication , Can be used for LAN (LAN) It can also be used in Wan (WAN) Communication for . Each frame relay user will get a dedicated line connected to the frame relay node . Frame relay network for end users , It handles data transmission with other users through a constantly changing and invisible channel .
List of articles
1、 The goal of the experiment
Connect two routers through frame relay protocol IP Layer interworking
2、 Network topology

Some routers are not equipped by default Serial Interface , But you can add it manually Serial Interface hardware , First select to add Seria l Interface router , Click on the right , Select Settings , Enter the view , And then put 2SA Pull it into the upper row of holes , Then you can get Serial The interface
notes : Adding an interface card can only be operated when the device is turned off

3、 Configuration steps
(1) Set up the router R1 The port of IP Address and link layer protocol
<Huawei>system-view
[Huawei]sysname R1
[R1]interface Serial1/0/0
[R1-Serial1/0/0]ip address 10.1.1.1 24
[R1-Serial1/0/0]link-protocol fr // Configure the port encapsulation type as frame relay protocol link protocol
[R1-Serial1/0/0]fr interface-type dte // The configuration port type is DTE
[R1-Serial1/0/0]fr dlci 100 // Configure local DLCI Number
[R1-fr-dlci-Serial1/0/0-100]quit
// If the peer router supports reverse address resolution , Then configure address dynamic mapping , Otherwise, configure static address mapping , The order is as follows :
[R1-Serial1/0/0]fr inarp // Configure dynamic address mapping
[R1-Serial1/0/0]fr map ip 10.1.1.2 100 // Configure static address mapping
[R1-Serial1/0/0]quit
(2) Set up the router R2 The port of IP Address and link layer protocol
<Huawei>system-view
[Huawei]sysname R2
[R2]interface Serial1/0/0
[R2-Serial1/0/0]ip address 10.1.1.2 24
[R2-Serial1/0/0]link-protocol fr
[R2-Serial1/0/0]fr interface-type dce
[R2-Serial1/0/0]fr dlci 100 // Configure local DLCI Number
[R2-fr-dlci-Serial1/0/0-100]quit
// If the peer router supports reverse address resolution , Then configure address dynamic mapping , Otherwise, configure static address mapping , The order is as follows :
[R2-Serial1/0/0]fr inarp // Configure dynamic address mapping
[R2-Serial1/0/0]fr map ip 10.1.1.1 100 // Configure static address mapping
[R2-Serial1/0/0]quit
4、 test
(1) In the router R2 View frame relay mapping information on
The frame relay protocol port is mapped to the opposite end through the address DLCI, That is, both parties can communicate .
[R2]display fr map-info
Map Statistics for interface Serial1/0/0 (DCE)
DLCI = 100, IP 10.1.1.1, Serial1/0/0
create time = 2022/07/21 18:25:00, status = ACTIVE
encapsulation = ietf, vlink = 2
(2) stay R1 On can ping through R2 Port address of , It indicates that the link layer frame relay works normally
[R1]ping 10.1.1.2
PING 10.1.1.2: 56 data bytes, press CTRL_C to break
Reply from 10.1.1.2: bytes=56 Sequence=1 ttl=255 time=60 ms
Reply from 10.1.1.2: bytes=56 Sequence=2 ttl=255 time=20 ms
Reply from 10.1.1.2: bytes=56 Sequence=3 ttl=255 time=10 ms
Reply from 10.1.1.2: bytes=56 Sequence=4 ttl=255 time=30 ms
Reply from 10.1.1.2: bytes=56 Sequence=5 ttl=255 time=30 ms
--- 10.1.1.2 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 10/30/60 ms
5、 Summary
The main characteristics of frame relay :
User information in frames (frame) Transmit for unit , In the process of transmission, the network changes the frame structure 、 Check transmission errors , Discard the error frame directly , meanwhile , By comparing the address segment in the frame DLCI The identification of , Realize statistical reuse of user information .
Virtual circuit for frame relay network (Virtual Circuit,VC) To connect the frame relay devices at both ends of the network , Each virtual circuit is connected with a data link identifier (Data Link Connection Identifier,DCLI) Define the frame relay connection channel .
Frame relay network provides the ability of data communication between user equipment , Its equipment can be divided into data terminal equipment (Data Terminal Equipment,DTE) And data communication devices (Data Communication Equipment,DCE),DCE Is used to DTE Access network .
Frame relay network interface is divided into user network interface (User Network Interface,UNI) Interface with the network (Network Network Interface,NNI),UNI finger DTE and DCE Interface between ,NNI finger DCE and DCE Port between .
If there are mistakes in the article , Welcome to criticize and correct
边栏推荐
- Hcip --- OSPF details
- Reading Phoenix Architecture - History and knowledge of RPC
- psutil监控的简单使用
- Instant messaging websocket
- PPP 配置实例学习记录
- Unity3d:assetbundle simulation loading, synchronous loading, asynchronous loading, dependent package loading, automatic labeling, AB browser, incremental packaging
- 2020-10-16
- C#输出斐波那契数列
- C#随机生成一个分数,判断其成绩等级(优、良、中、差、不及格)
- Rk3588 compilation problem set
猜你喜欢

DHCP原理与配置

静态路由配置实例学习记录

三层交换配置实例学习记录

Unity3d:ugui source code eventsystem input system FAQ

融e学答案脚本制作(2020最新)

学习日记——(路由与交换技术)网络地址转换 NAT技术

Unity3d:assetbundle simulation loading, synchronous loading, asynchronous loading, dependent package loading, automatic labeling, AB browser, incremental packaging

Hcip --- OSPF details

ACL 配置实例学习记录

学习日记——(路由与交换技术)DHCP(动态主机配置协议)
随机推荐
在二叉排序树中删除节点
Learning diary - (routing and switching technology) single arm routing
深度优先找出图中顶点U到顶点V的所有简单路径
Unity3d:assetbundle simulation loading, synchronous loading, asynchronous loading, dependent package loading, automatic labeling, AB browser, incremental packaging
Unity3d+gameframework: resource analysis, resource dependency, circular dependency detection
Secret key remote login server to realize secret free login
Hcip - first experiment
harbor部署
Telnet 配置实例学习记录
Learning diary - (routing and switching technology) DHCP (Dynamic Host Configuration Protocol)
学习日记——(路由与交换技术)网络地址转换 NAT技术
快速解决:Xshell拖不进去文件夹或者软件包的问题
0 dynamic planning leetcode1024. Video splicing
VLAN configuration instance learning record
vlan配置实例学习记录
Learning diary - (routing and switching technology) network address translation NAT Technology
DHCP 配置实例学习记录
快速解决:Xshell拖不進去文件夾或者軟件包的問題
OSPF 多区域配置实例学习记录
Liveness、Readiness 和 Startup Probes