华为帧中继配置

一、动态映射

二、帧中继配置

1、动态映射

R1:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huaweiundo info-center ena

Info: Information center is disabled.

Huaweisysn R1

R1int s1/0/0

R1-Serial1/0/0link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue? Y/N

:y

R1-Serial1/0/0ip add 192.168.1.1 24

R1-Serial1/0/0fr interface-type dte

R1-Serial1/0/0fr inarp //开启逆向解析

R1-Serial1/0/0qu

R2:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huaweiundo info-center ena

Info: Information center is disabled.

Huaweisysn R2

R2int s1/0/0

R2-Serial1/0/0link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue? Y/N

:y

R2-Serial1/0/0ip add 192.168.1.2 24

R2-Serial1/0/0fr interface-type dte

R2-Serial1/0/0fr inarp

R2-Serial1/0/0qu

R2

R3:

<Huawei>sys

Enter system view, return user view with Ctrl+Z.

Huaweiundo info-center ena

Info: Information center is disabled.

Huaweisysn R3

R3int s1/0/0

R3-Serial1/0/0link-protocol fr

Warning: The encapsulation protocol of the link will be changed. Continue? Y/N

:y

R3-Serial1/0/0ip add 192.168.1.3 24

R3\[R3-Serial1/0/0fr interface-type dte

R3-Serial1/0/0fr inarp

R3-Serial1/0/0qu

验证:R1 PING R2通、R1 PING R3通、R2和R3PING不通。

R2和R3之间不通,可以分别添加静态路由,这样就可以PING通了。

2、静态映射:

R1:

R1int s1/0/0

R1-Serial1/0/0undo fr inarp

R1-Serial1/0/0fr map ip 192.168.1.2 102 broadcast

R1-Serial1/0/0fr map ip 192.168.1.3 103 broadcast

R1-Serial1/0/0qu

R2:

R2int s1/0/0

R2-Serial1/0/0undo fr inarp

R2-Serial1/0/0fr map ip 192.168.1.1 201 broadcast

R2-Serial1/0/0fr map ip 192.168.1.3 201 broadcast

R2-Serial1/0/0qu

R2

R3:

ial1/0/0]undo fr ina

R3-Serial1/0/0undo fr inarp

R3-Serial1/0/0fr map ip 192.168.1.1 301 broadcast

R3-Serial1/0/0fr map ip 192.168.1.2 301 broadcast

R3-Serial1/0/0qu

R3

验证:R1、R2、R3之间互通

相关推荐
Eloudy6 分钟前
QSFP28、RoCEv2、RFSoC-4x2 数据传输与器件链路
网络·fpga开发·rocev2
平生幻24 分钟前
基于优先级的流量控制PFC
网络
yeflx40 分钟前
基于 ROS2 bag 的多激光雷达外参标定(无标定板方案)
网络
qizayaoshuap1 小时前
# [特殊字符] 手电筒 — 鸿蒙ArkTS设备功能调用与UI交互设计
ui·华为·交互·harmonyos
D2aZXN3FhrDa7e2121 小时前
佛山乐从低预算实体店如何选择?看美诚AI自动化获客方案
运维·人工智能·自动化·佛山美诚科技有限公司
listening7771 小时前
HarmonyOS 6.1 UX动效实战:从“生硬”到“灵动”的物理动画引擎
华为·harmonyos·ux
无足鸟ICT2 小时前
【RHCA+】查看变量
linux·运维·服务器
Kina_C2 小时前
Linux DNS 服务器-从高速缓存到辅助 DNS 部署指南
linux·运维·服务器·dns
suaizai_2 小时前
TypeScript 7 正式发布!Vue 暂被 “拒之门外“ !!!
linux·运维·ubuntu