帧中继多点子接口配置
创始人
2024-06-01 14:11:56
0

帧中继多点子接口配置

拓扑图:

 

设备参数:

设备

接口

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

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

千里之行,始于足下;

每天一个小实验。

相关内容

热门资讯

【NI Multisim 14...   目录 序言 一、工具栏 🍊1.“标准”工具栏 🍊 2.视图工具...
银河麒麟V10SP1高级服务器... 银河麒麟高级服务器操作系统简介: 银河麒麟高级服务器操作系统V10是针对企业级关键业务...
不能访问光猫的的管理页面 光猫是现代家庭宽带网络的重要组成部分,它可以提供高速稳定的网络连接。但是,有时候我们会遇到不能访问光...
AWSECS:访问外部网络时出... 如果您在AWS ECS中部署了应用程序,并且该应用程序需要访问外部网络,但是无法正常访问,可能是因为...
Android|无法访问或保存... 这个问题可能是由于权限设置不正确导致的。您需要在应用程序清单文件中添加以下代码来请求适当的权限:此外...
北信源内网安全管理卸载 北信源内网安全管理是一款网络安全管理软件,主要用于保护内网安全。在日常使用过程中,卸载该软件是一种常...
AWSElasticBeans... 在Dockerfile中手动配置nginx反向代理。例如,在Dockerfile中添加以下代码:FR...
AsusVivobook无法开... 首先,我们可以尝试重置BIOS(Basic Input/Output System)来解决这个问题。...
ASM贪吃蛇游戏-解决错误的问... 要解决ASM贪吃蛇游戏中的错误问题,你可以按照以下步骤进行:首先,确定错误的具体表现和问题所在。在贪...
月入8000+的steam搬砖... 大家好,我是阿阳 今天要给大家介绍的是 steam 游戏搬砖项目,目前...