帧中继
R0 int s0/0/0.1为点对多点模式,int s0/0/1.1和int s0/0/1.2为点对点模式,全网只有R1、R2不能相互远程登录请问各位大虾怎样才能使它们相互远程登录?
能否描述的再详细一些?
建议把配置贴上来。 本帖最后由 Out-Man是我 于 2011-11-18 12:52 编辑
ezsimple 发表于 2011-11-16 20:22 http://bbs.spoto.net/static/image/common/back.gif
能否描述的再详细一些?
建议把配置贴上来。
配置如下:
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配置省略
看不懂,呵呵,还得学习
页:
[1]