华为FR帧中继配置

FR帧中继配置

​ 帧中继是一种数据包交换通信网络,一般用在开放系统互连参考模型([Open System Interconnection](https://baike.baidu.com/item/Open System Interconnection))中的数据链路层(Data Link Layer)。永久虚拟电路PVC是用在物理网络交换式虚拟电路(SVCs)上构成端到端逻辑链接的,类似于在公共电话交换网中的电路交换,也是帧中继描述中的一部分,只是现在已经很少在实际中使用。另外,帧中继最初是为紧凑格式版的X.25协议而设计的。

数据链路连接标识符DLCI是用来标识各端点的一个具有局部意义的数值。多个PVC可以连接到同一个物理终端,PVC一般都指定承诺信息速率CIR和额外信息率EIR。

华为设备FR配置命令:
网络拓扑:

运营商FRSW配置:端口映射

总部AR1配置:

[AR1]interface Serial 1/0/0
进入串行链路端口

[AR1-Serial1/0/0]link-protocol fr
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:Y
将此端口的链路协议改为中继FR模式,串行链路默认协议为PPP

[AR1-Serial1/0/0]fr interface-type dte
端口模式为DET用户端,此条命令为默认,可不用配置

[AR1-Serial1/0/0]undo fr inarp
取消动态ARP协议

[AR1-Serial1/0/0]ip address 192.168.1.1 24
配置IP地址

分公司AR2配置:

[AR2]interface Serial 1/0/0
进入串行链路端口

[AR2-Serial1/0/0]link-protocol fr
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:Y
将此端口的链路协议改为中继FR模式

[AR2-Serial1/0/0]undo fr inarp
取消动态ARP协议

[AR2-Serial1/0/0]ip address 192.168.1.2 24
配置IP地址

分公司AR3配置:

[AR3]interface Serial 1/0/0
进入串行链路端口

[AR3-Serial1/0/0]link-protocol fr
Warning: The encapsulation protocol of the link will be changed. Continue? [Y/N]
:y
将此端口的链路协议改为中继FR模式

[AR3-Serial1/0/0]undo fr inarp
取消动态ARP协议

[AR3-Serial1/0/0]ip address 192.168.1.3 24
配置IP地址
总部AR1配置静态ARP协议:

[AR1]interface Serial 1/0/0
进入串行链路视图

[AR1-Serial1/0/0]fr map ip 192.168.1.2 102 broadcast 
将本端的DLCI 102链路与对端IP 192.168.1.2 进行映向射,也就是与分公司AR2进行映射

[AR1-Serial1/0/0]fr map ip 192.168.1.3 103 broadcast 
将本端的DLCI 103链路与对端IP 192.168.1.3 进行映向射,也就是与分公司AR3进行映射

分公司AR2配置静态ARP协议:

[AR2]interface Serial 1/0/0
进入串行链路视图

[AR2-Serial1/0/0]fr map ip 192.168.1.1 201 broadcast
将本端的DLCI 201链路与对端IP 192.168.1.1 进行映向射,也就是与总部AR1进行映射

分公司AR3配置静态ARP协议:

[AR3]interface Serial 1/0/0
进入串行链路视图

[AR3-Serial1/0/0]fr map ip 192.168.1.1 301 broadcast 
将本端的DLCI 301链路与对端IP 192.168.1.1 进行映向射,也就是与总部AR1进行映射
查看映射信息:
[AR1-Serial1/0/0]display fr map-info

Map Statistics for interface Serial1/0/0 (DTE)
  DLCI = 102, IP 192.168.1.2, Serial1/0/0
    create time = 2021/03/29 16:22:58, status = ACTIVE
    encapsulation = ietf, vlink = 2, broadcast
  DLCI = 103, IP 192.168.1.3, Serial1/0/0
    create time = 2021/03/29 16:26:11, status = ACTIVE
    encapsulation = ietf, vlink = 3, broadcast

查看PVC虚电路信息:
[AR1-Serial1/0/0]display fr pvc-info

PVC statistics for interface Serial1/0/0 (DTE, physical UP) 
    DLCI = 102, USAGE = LOCAL (00000100), Serial1/0/0
    create time = 2021/03/29 16:22:58, status = ACTIVE
    InARP = Disable, PVC-GROUP = NONE
    in packets = 5, in bytes = 1889785610240
    out packets = 5, out bytes = 440
 
    DLCI = 103, USAGE = LOCAL (00000100), Serial1/0/0
    create time = 2021/03/29 16:26:11, status = ACTIVE
    InARP = Disable, PVC-GROUP = NONE
    in packets = 6, in bytes = 2267742732288
    out packets = 6, out bytes = 528

分公司之间相互通信:分公司AR2与分公司AR3分别增加静态映射
两种方案:
1,通过在运营商FRSW中单独增加AR2与AR3的相互映射,并在AR2与AR3中分别增加静态映射。
——此种方案可实现分公司之间可单独相互访问
2、直接在AR2与AR3中分别增加静态映射,但使用的是总部的DLCI链路映射
——此种方案也可实现分公司之间相互访问,但访问的路由必须要从总部绕路。
方案1:
首先在运营商FRSW中增加分公司AR2与AR2的相互映射

分公司AR2配置:
[AR2]interface Serial 1/0/0

[AR2-Serial1/0/0]fr map ip 192.168.1.3 203 broadcast

分公司AR3配置:
[AR3]interface Serial 1/0/0

[AR3-Serial1/0/0]fr map ip 192.168.1.2 302 broadcast 


方案2:
直接在AR2与AR3增加总部的DLCI链路映射
[AR2-Serial1/0/0]fr map ip 192.168.1.3 201 broadcast 

[AR3-Serial1/0/0]fr map ip 192.168.1.2 301 broadcast 

查看路由:
[AR3-Serial1/0/0]display ip routing-table 
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Routing Tables: Public
         Destinations : 9        Routes : 9        

Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface

      127.0.0.0/8   Direct  0    0           D   127.0.0.1       InLoopBack0
      127.0.0.1/32  Direct  0    0           D   127.0.0.1       InLoopBack0
127.255.255.255/32  Direct  0    0           D   127.0.0.1       InLoopBack0
    192.168.1.0/24  Direct  0    0           D   192.168.1.3     Serial1/0/0
    192.168.1.1/32  Direct  0    0           D   192.168.1.1     Serial1/0/0
    192.168.1.2/32  Direct  0    0           D   192.168.1.2     Serial1/0/0
    192.168.1.3/32  Direct  0    0           D   127.0.0.1       Serial1/0/0
  192.168.1.255/32  Direct  0    0           D   127.0.0.1       Serial1/0/0
255.255.255.255/32  Direct  0    0           D   127.0.0.1
posted @ 2021-03-29 17:01  红尘浮光  阅读(1971)  评论(0编辑  收藏  举报