雏鹰部落

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 1593|回复: 3

[讨论/求助] 帧中继

[复制链接]
发表于 2011-11-14 22:12:35 | 显示全部楼层 |阅读模式
R0 int s0/0/0.1为点对多点模式,int s0/0/1.1和int s0/0/1.2为点对点模式,全网只有R1、R2不能相互远程登录
请问各位大虾怎样才能使它们相互远程登录?

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
发表于 2011-11-16 20:22:53 | 显示全部楼层
能否描述的再详细一些?
建议把配置贴上来。
 楼主| 发表于 2011-11-18 12:51:12 | 显示全部楼层
本帖最后由 Out-Man是我 于 2011-11-18 12:52 编辑
ezsimple 发表于 2011-11-16 20:22
能否描述的再详细一些?
建议把配置贴上来。


配置如下:

r1:
en
conf t
hostname r1
int s0/0

no shut

encapsulation frame-relay
int s0/0.1 multipoint

ip address 1.1.1.1 255.255.255.0

frame-relay interface-dlci 102

frame-relay interface-dlci 103
int s0/1

no shut

encapsulation frame-relay
int s0/1.1 point-to-point

ip address 2.1.1.1 255.255.255.252

frame-relay interface-dlci 102
int s0/1.2 point-to-point

ip address 2.1.1.5 255.255.255.252

frame-relay interface-dlci 103
int fa0/0

no shut

ip address 10.0.0.1 255.255.255.0



r2:
en
conf t
hostname r2
int s0/0

no shut

encapsulation frame-relay

ip address 1.1.1.2 255.255.255.0
int fa0/0

no shut

ip address 10.1.1.1 255.255.255.0

r3:
en
conf t
hostname r3
int s0/0

no shut

encapsulation frame-relay

ip address 1.1.1.3 255.255.255.0
int fa0/0

no shut

ip address 10.2.1.1 255.255.255.0

r4:
en
conf t
hostname r4
int s0/0

no shut

encapsulation frame-relay

ip address 2.1.1.2 255.255.255.252
int fa0/0

no shut

ip address 10.3.1.1 255.255.255.0

r5:
en
conf t
hostname r5
int s0/0

no shut

encapsulation frame-relay

ip address 2.1.1.6 255.255.255.252
int fa0/0

no shut

ip address 10.4.1.1 255.255.255.0


需要解决各个网段之前的互访问还需要添加路由:
这里选择是静态路由:

r1:
ip route 10.1.1.0 255.255.255.0 1.1.1.2
ip route 10.2.1.0 255.255.255.0 1.1.1.3
ip route 10.3.1.0 255.255.255.0 2.1.1.2
ip route 10.4.1.0 255.255.255.0 2.1.1.6
r2:
ip route 0.0.0.0 0.0.0.0 1.1.1.1

r3:
ip route 0.0.0.0 0.0.0.0 1.1.1.1

r4:
ip route 0.0.0.0 0.0.0.0 2.1.1.1

r5:
ip route 0.0.0.0 0.0.0.0 2.1.1.5

PS:telnet配置省略
发表于 2011-11-18 21:44:38 | 显示全部楼层
看不懂,呵呵,还得学习
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|熊猫同学技术论坛|小黑屋| 网络工程师论坛 ( 沪ICP备09076391 )

GMT+8, 2024-9-30 04:23 , Processed in 0.084378 second(s), 19 queries , Gzip On.

快速回复 返回顶部 返回列表