帧中继多点子接口配置

news2024/11/24 18:41:10

帧中继多点子接口配置

拓扑图:

 

设备参数:

设备

接口

DLCI

设备

接口

DLCI

R1

S0/0/0

102

R2

S0/0/0

201

R1

S0/0/0

103

R3

S0/0/0

301

IP参数:

设备

接口

IP地址

子网掩码

默认网关

R1

S0/0/0.1

192.168.123.1

255.255.255.0

N/A

R2

S0/0/0.1

192.168.123.2

255.255.255.0

N/A

R3

S0/0/0。1

192.168.123.2

255.255.255.0

N/A

实验过程:

FRSwitch配置:

 

 

 

 

R1步骤:

Router>enable

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R1

R1(config)#interface s0/0/0

R1(config-if)#no ip address

R1(config-if)#encapsulation frame-relay

R1(config-if)#no frame-relay inverse-arp

R1(config-if)#no shutdown

R1(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R1(config-if)#interface s0/0/0.1 mu

R1(config-if)#interface s0/0/0.1 multipoint

R1(config-subif)#

%LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to up

R1(config-subif)#ip address 192.168.123.1 255.255.255.0

R1(config-subif)#frame-relay map ip 192.168.123.2 102 broadcast

R1(config-subif)#frame-relay map ip 192.168.123.3 103 broadcast

R1(config-subif)#frame-relay map ip 192.168.123.1 102

R1(config-subif)#no frame-relay inverse-arp

R1(config-subif)#end

R1#

%SYS-5-CONFIG_I: Configured from console by console

R1#show frame-relay map

Serial0/0/0.1 (up): ip 192.168.123.2 dlci 102, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.3 dlci 103, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.1 dlci 102, static,

CISCO, status defined, active

R1#ping 192.168.123.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 33/44/53 ms

R1#ping 192.168.123.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 13/22/26 ms

R1#ping 192.168.123.3

R2步骤:

Router>enable

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R2

R2(config)#interface s0/0/0

R2(config-if)#no ip address

R2(config-if)#encapsulation frame-relay

R2(config-if)#no frame-relay inverse-arp

R2(config-if)#no shutdown

R2(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R2(config-if)#interface s0/0/0.1 multipoint

R2(config-subif)#

%LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to up

R2(config-subif)#ip address 192.168.123.2 255.255.255.0

R2(config-subif)#frame-relay map ip 192.168.123.1 201 broadcast

R2(config-subif)#frame-relay map ip 192.168.123.3 201 broadcast

R2(config-subif)#frame-relay map ip 192.168.123.2 201

interface-dlci Define a DLCI on an interface/subinterface

map Map a protocol address to a DLCI address

R2(config-subif)#no frame-relay inverse-arp

R2(config-subif)#end

R2#

%SYS-5-CONFIG_I: Configured from console by console

R2#show frame-relay map

Serial0/0/0.1 (up): ip 192.168.123.1 dlci 201, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.3 dlci 201, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.2 dlci 201, static,

CISCO, status defined, active

R2#ping 192.168.123.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 33/39/47 ms

R2#ping 192.168.123.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 15/21/28 ms

R2#ping 192.168.123.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 34/42/57 ms

R3配置:

Router>enable

Router#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#hostname R3

R3(config)#interface s0/0/0

R3(config-if)#no ip address

R3(config-if)#encapsulation frame-relay

R3(config-if)#no sh

R3(config-if)#no frame-relay inverse-arp

R3(config-if)#no shutdown  

R3(config-if)#interface s0/0/0.1 multipoint

R3(config-subif)#ip address 192.168.123.3 255.255.255.0

R3(config-subif)#frame-relay map ip 192.168.123.1 301 broadcast

R3(config-subif)#frame-relay map ip 192.168.123.2 301 broadcast

R3(config-subif)#frame-relay map ip 192.168.123.3 301

R3(config-subif)#no frame-relay inverse-arp

% Invalid input detected at '^' marker.

R3(config-subif)#end

R3#

%SYS-5-CONFIG_I: Configured from console by console

R3#show frame-relay map

Serial0/0/0.1 (down): ip 192.168.123.1 dlci 301, static,

broadcast,

CISCO, status defined, inactive

Serial0/0/0.1 (down): ip 192.168.123.2 dlci 301, static,

broadcast,

CISCO, status defined, inactive

Serial0/0/0.1 (down): ip 192.168.123.3 dlci 301, static,

CISCO, status defined, inactive

R3(config-if)#

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/0/0.1, changed state to up

R3(config-if)#end

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0.1, changed state to up

R3#

%SYS-5-CONFIG_I: Configured from console by console

R3#show frame-relay map

Serial0/0/0.1 (up): ip 192.168.123.1 dlci 301, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.2 dlci 301, static,

broadcast,

CISCO, status defined, active

Serial0/0/0.1 (up): ip 192.168.123.3 dlci 301, static,

CISCO, status defined, active

R3#ping 192.168.123.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 35/42/51 ms

R3#ping 192.168.123.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 13/23/32 ms

R3#ping 192.168.123.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 192.168.123.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 34/38/45 ms

不积跬步无以至千里不积小流无以成江海

千里之行,始于足下;

每天一个小实验。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/403665.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

荧光成像技术原理ICG-PEG-N3/COOH/NH2/Alkyne吲哚菁绿-聚乙二醇-叠氮

品牌:为华生物产地:广州产品名称:吲哚菁绿-聚乙二醇-叠氮英文名称:ICG-PEG-N3PEG分子量:600、800、1000、2000、3400、5000、10000质量:95%激发波长:785nm发射波长:821nm外观&#x…

【算法基础】最短路算法(朴素Dijkstra + 堆优化Dijkstra + Bellman-Ford +SPFA + Floyd)

一、最短路算法 1. 朴素Dijkstra算法 Dijkstra算法 用来求 所有边权都是正数 的 单源最短路。边权 即两个点之间的距离;单源, 即只求从源点(起点,终点也称为汇点)到其他点的最短距离; 朴素Dijkstra 算法适用于求 稠密图 的最短距离问题。稠密图是指边数有很多的图,假设…

Flask-mock接口数据流程

背景:由于在开发过程中,会遇到以下的痛点 1.服务端接口提测延期,具体接口逻辑未完成实现,接口未能正常调通,导致客户端提测停滞; 2.因为前期已在技术评审上已与客户端开发定好接口字段,客户端比…

【蓝桥杯-筑基篇】基础数学思维与技巧(2)

🍓系列专栏:蓝桥杯 🍉个人主页:个人主页 目录 🍪1.判断素数🍪 🥦2.大整数🥦 🍋3.求n的约数个数🍋 🍉4.数学归纳法🍉 🍓5.阶乘之和&#x1f3…

使用 typora软件 编写 markdown 写作的技巧

typora 编写 markdown 写作的技巧 作者:虚坏叔叔 博客:https://xuhss.com 早餐店不会开到晚上,想吃的人早就来了!😄 使用typora 编写 markdown 写作的时间久了后,会发现一些技巧 ,分享给大家 …

LeetCode206_206. 反转链表

LeetCode206_206. 反转链表 一、描述 给你单链表的头节点 head ,请你反转链表,并返回反转后的链表。 示例 1: 输入:head [1,2,3,4,5] 输出:[5,4,3,2,1]示例 2: 输入:head [1,2] 输出&…

结构体内存大小

000、前言 要想计算结构体内存大小,就会涉及到一个结构体内存对齐的问题,而不是对其成员进行简单的加运算 (1)在写本博客之前 有位同学和我讨论了一个学校的题目,题目如下: 我借这道题目问了另外一位同…

JS学习笔记day05(完结)!

今日内容 零、 复习昨日 一、作业 二、BOM 三、定时器 四、正则表达式 零、 复习昨日 事件 事件绑定方式鼠标事件 onmouseoveronmouseoutonmousemove 键盘事件 onkeydownonkeyuponkeypress 表单事件 onfocusonbluronchangeonsubmit 页面加载事件 onload dom dom树查找dom do…

what data contract

URLS 笔记内容主要来自 https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/cloud-scale-analytics/architectures/data-contracts Data contracts Data contracts are similar to service contracts or data delivery contracts.A contract also…

One-YOLOv5 v1.2.0发布:支持分类、检测、实例分割

One-YOLOv5 v1.2.0正式发布。完整更新列表请查看链接:https://github.com/Oneflow-Inc/one-yolov5/releases/tag/v1.2.0,欢迎体验新版本,期待你的反馈。 1 新版本特性 1. 同步了Ultralytics YOLOv5的上游分支v7.0,同时支持分类、目…

多校园SaaS运营智慧校园云平台源码 智慧校园移动小程序源码

智慧校园管理平台源码 智慧校园云平台源码 智慧校园全套源码包含:电子班牌管理系统、成绩管理系统、考勤人脸刷卡管理系统、综合素养评价系统、请假管理系统、电子班牌发布系统、校务管理系统、小程序移动端、教师后台管理系统、SaaS运营云平台(支持多学…

每天学一点之Stream流相关操作

StreamAPI 一、Stream特点 Stream是数据渠道,用于操作数据源(集合、数组等)所生成的元素序列。“集合讲的是数据,负责存储数据,Stream流讲的是计算,负责处理数据!” 注意: ①Str…

Java面试总结(六)

进程和线程的区别 根本区别: 进程时操作系统资源分配的基本单位,而线程是处理器任务调度和执行的基本单位。 资源开销: 每个进程都有自己独立的代码和数据空间(程序上下文),进程之间的切换开销比较大&…

狂扫近300万读者,蟒蛇书升级版即将出版,招募审读人

狂扫全世界近 300 万爱好者成为编程领域的现象级爆品豆瓣累计超过 5000 人评价第2版中文版获得了 9.3 分的好评Amazon 近 10000 人评价第2版原版获得了 4.7 星好评毫不夸张,它是全世界读者心中的 Python 入门圣经因为封面上是一只蠢萌的蟒蛇这本书又被读者亲切地称为…

SQL注入——文件上传

目录 一,mysql文件上传要点 二,文件上传指令 一句话木马 三,实例 1,判断注入方式 2,测试目标网站的闭合方式: 3,写入一句话木马 4,拿到控制权 一,mysql文件上传…

【面试系列】volatile的底层原理

并发编程的三大特性 原子性可见性原子性 JAVA内存模型 Java内存模型(Java Memory Model)主要分为主内存和线程工作内存。 主内存:方法区和堆空间 线程工作内存:虚拟机栈,本地方法栈,程序计数器。 所有…

centos安装docker详细步骤

目录 一.前言 1.环境要求2.官网中文安装参考手册 二.安装步骤 1.卸载旧版本2.安装需要的软件包3.设置docker镜像源 1.配置docker镜像源 方式1:官网地址(外国):方式2:阿里云源:2.查看配置是否成功 4.更新yum软件包索引5.可以查看…

C++ | 探究函数重载的原理:函数名修饰【基于Windows + Linux双系统】

文章目录一、前言【中国乒乓和中国男足】【文言文一词多义】二、函数重载概念引入1、参数【类型】不同构成重载2、参数【个数】不同构成重载3、参数【类型顺序】不同构成重载三、函数重载的原理1、回顾程序编译 链接的过程2、Linux下【objdump】查看反汇编3、Windows下反汇编查…

Maven安装与配置,IDEA配置Maven

文章目录1. 安装本地Maven2. 安装3. 配置环境变量4. 配置settings.xml文件5. IDEA配置1. 安装本地Maven 官网下载:https://maven.apache.org/download.cgi 2. 安装 把下载好的maven压缩包解压到一个没有中文,空格或其他特殊字符的文件夹,…

数据结构与算法基础(王卓)(15):KMP算法详解(含速成套路和详细思路剖析)

如果时间不够,急(忙)着应付考试没心思看,直接参考(照抄)如下套路: PART 1:关于next [ j ] PPT:P30 根据书上以及视频上给出的思路(提醒)&#x…