华为帧中继配置

一、动态映射

二、帧中继配置

1、动态映射

R1:

<Huawei>sys

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

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R1 \[R1\]int s1/0/0 \[R1-Serial1/0/0\]link-protocol fr Warning: The encapsulation protocol of the link will be changed. Continue? \[Y/N

:y

R1-Serial1/0/0\]ip add 192.168.1.1 24 \[R1-Serial1/0/0\]fr interface-type dte \[R1-Serial1/0/0\]fr inarp //开启逆向解析 \[R1-Serial1/0/0\]qu R2: \sys Enter system view, return user view with Ctrl+Z. \[Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R2 \[R2\]int s1/0/0 \[R2-Serial1/0/0\]link-protocol fr Warning: The encapsulation protocol of the link will be changed. Continue? \[Y/N

:y

R2-Serial1/0/0\]ip add 192.168.1.2 24 \[R2-Serial1/0/0\]fr interface-type dte \[R2-Serial1/0/0\]fr inarp \[R2-Serial1/0/0\]qu \[R2

R3:

<Huawei>sys

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

Huawei\]undo info-center ena Info: Information center is disabled. \[Huawei\]sysn R3 \[R3\]int s1/0/0 \[R3-Serial1/0/0\]link-protocol fr Warning: The encapsulation protocol of the link will be changed. Continue? \[Y/N

:y

R3-Serial1/0/0\]ip add 192.168.1.3 24 \[R3\[R3-Serial1/0/0\]fr interface-type dte \[R3-Serial1/0/0\]fr inarp \[R3-Serial1/0/0\]qu 验证:R1 PING R2通、R1 PING R3通、R2和R3PING不通。 ![](https://i-blog.csdnimg.cn/direct/704a1a22058c44efb73e6cbab2842723.png)![](https://i-blog.csdnimg.cn/direct/67ab6bb2f02c4ae8badb033df2a95ef5.png)![](https://i-blog.csdnimg.cn/direct/ad5632d892454ea293b9853a28b602dd.png)![](https://i-blog.csdnimg.cn/direct/fb0f245f43c44df39b3fb0865a9ff252.png) R2和R3之间不通,可以分别添加静态路由,这样就可以PING通了。 ![](https://i-blog.csdnimg.cn/direct/eaa7592ad6dd44508477900bafd46353.png) 2、静态映射: R1: \[R1\]int s1/0/0 \[R1-Serial1/0/0\]undo fr inarp \[R1-Serial1/0/0\]fr map ip 192.168.1.2 102 broadcast \[R1-Serial1/0/0\]fr map ip 192.168.1.3 103 broadcast \[R1-Serial1/0/0\]qu R2: \[R2\]int s1/0/0 \[R2-Serial1/0/0\]undo fr inarp \[R2-Serial1/0/0\]fr map ip 192.168.1.1 201 broadcast \[R2-Serial1/0/0\]fr map ip 192.168.1.3 201 broadcast \[R2-Serial1/0/0\]qu \[R2

R3:

ial1/0/0]undo fr ina

R3-Serial1/0/0\]undo fr inarp \[R3-Serial1/0/0\]fr map ip 192.168.1.1 301 broadcast \[R3-Serial1/0/0\]fr map ip 192.168.1.2 301 broadcast \[R3-Serial1/0/0\]qu \[R3

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

相关推荐
搬砖的kk2 小时前
在鸿蒙PC上开发鸿蒙应用:一场从协同到高效的技术之旅
华为·harmonyos
踏浪无痕2 小时前
从 node-exporter 学如何写出可复用的监控指标
运维·后端·架构
飞Link2 小时前
【CentOS】Linux(CentOS7)安装教程
linux·运维·服务器·centos
菩提小狗2 小时前
小迪安全_第4天:基础入门-30余种加密编码进制&Web&数据库&系统&代码&参数值|小迪安全笔记|网络安全|
前端·网络·数据库·笔记·安全·web安全
lifewange2 小时前
100 个接口,1000 个业务场景,如何设计自动化测试用例?框架是如何设计的?
运维·自动化·测试用例
牛奔2 小时前
Linux 的日志分析命令
linux·运维·服务器·python·excel
深耕AI2 小时前
Docker Volumes详解
运维·docker·容器
飞Link2 小时前
【Linux】Linux(CentOS7)配置SSH免密登录
linux·运维·服务器
飞Link2 小时前
【Java】Linux(CentOS7)下安装JDK8(Java)教程
java·linux·运维·服务器