设为首页收藏本站language 语言切换
查看: 1838|回复: 6
收起左侧

[求助] 帧中继多点子接口配置

[复制链接]
发表于 2015-8-23 13:11:06 | 显示全部楼层 |阅读模式
10鸿鹄币
本帖最后由 sonichee 于 2015-8-23 13:23 编辑

R4
frame-relay switching
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 102 interface Serial1/2 201
frame-relay route 103 interface Serial1/3 301
end
interface Serial1/2
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 201 interface Serial1/1 102
interface Serial1/3
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 301 interface Serial1/1 103

R4#show frame-relay route
Input Intf      Input Dlci      Output Intf     Output Dlci     Status
Serial1/1       102             Serial1/2       201             active
Serial1/1       103             Serial1/3       301             active
Serial1/2       201             Serial1/1       102             active
Serial1/3       301             Serial1/1       103             active
R4#

0.jpg

最佳答案

查看完整内容

你好像配置错了。 多点子接口的话, 你应该在R1上配置2个子接口, 类似 serial1/0.1 用于和R2的PVC, 而且得用12.1.1.x/24 IP 地址。然后另外一个子接口serial1/0.2用于和R3的PVC,得用13.1.1.x/24 的IP 地址。
发表于 2015-8-23 13:11:07 | 显示全部楼层
你好像配置错了。

多点子接口的话, 你应该在R1上配置2个子接口, 类似 serial1/0.1 用于和R2的PVC, 而且得用12.1.1.x/24 IP 地址。然后另外一个子接口serial1/0.2用于和R3的PVC,得用13.1.1.x/24 的IP 地址。

沙发 2015-8-23 13:11:07 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2015-8-23 13:12:41 | 显示全部楼层
本帖最后由 sonichee 于 2015-8-23 13:24 编辑

!
interface Serial1/0
no ip address
encapsulation frame-relay
end

R1#show run int s1/0.1
Building configuration...

Current configuration : 161 bytes
!
interface Serial1/0.1 multipoint
ip address 11.1.1.1 255.255.255.0
frame-relay map ip 12.1.1.1 102 broadcast
frame-relay map ip 13.1.1.1 103 broadcast
end

R1#show frame-relay map
Serial1/0.1 (up): ip 12.1.1.1 dlci 102(0x66,0x1860), static,
              broadcast,
              CISCO, status defined, active
Serial1/0.1 (up): ip 13.1.1.1 dlci 103(0x67,0x1870), static,
              broadcast,
              CISCO, status defined, active
R1#show frame-relay pvc

PVC Statistics for interface Serial1/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static
  Local          2            0            0            0
  Switched       0            0            0            0
  Unused         0            0            0            0

DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1

  input pkts 10            output pkts 30           in bytes 690      
  out bytes 3120           dropped pkts 0           in pkts dropped 0         
  out pkts dropped 0                out bytes dropped 0         
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0         
  out BECN pkts 0          in DE pkts 0             out DE pkts 0         
  out bcast pkts 0         out bcast bytes 0         
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 01:04:37, last time pvc status changed 01:04:37
         
DLCI = 103, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0.1

  input pkts 10            output pkts 0            in bytes 690      
  out bytes 0              dropped pkts 0           in pkts dropped 0         
  out pkts dropped 0                out bytes dropped 0         
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0         
  out BECN pkts 0          in DE pkts 0             out DE pkts 0         
  out bcast pkts 0         out bcast bytes 0         
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 01:05:20, last time pvc status changed 01:05:20
板凳 2015-8-23 13:12:41 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2015-8-23 13:13:39 | 显示全部楼层
R2#show run int s1/0
Building configuration...

Current configuration : 173 bytes
!
interface Serial1/0
ip address 12.1.1.1 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 201
frame-relay lmi-type cisco
end

R2#show fram map
Serial1/0 (up): ip 11.1.1.1 dlci 201(0xC9,0x3090), dynamic,
              broadcast,, status defined, active
R2#show fram pvc

PVC Statistics for interface Serial1/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static
  Local          1            0            0            0
  Switched       0            0            0            0
  Unused         0            0            0            0

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0

  input pkts 47            output pkts 19           in bytes 4398      
  out bytes 1346           dropped pkts 0           in pkts dropped 0         
  out pkts dropped 0                out bytes dropped 0         
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0         
  out BECN pkts 0          in DE pkts 0             out DE pkts 0         
  out bcast pkts 9         out bcast bytes 306      
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 01:43:29, last time pvc status changed 01:11:39
地板 2015-8-23 13:13:39 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2015-8-23 13:14:28 | 显示全部楼层
R3#sho run int s1/0
Building configuration...

Current configuration : 173 bytes
!
interface Serial1/0
ip address 13.1.1.1 255.255.255.0
encapsulation frame-relay
serial restart-delay 0
frame-relay interface-dlci 301
frame-relay lmi-type cisco
end

R3#sho fram map   
Serial1/0 (up): ip 11.1.1.1 dlci 301(0x12D,0x48D0), dynamic,
              broadcast,, status defined, active
R3#sho fram pvc

PVC Statistics for interface Serial1/0 (Frame Relay DTE)

              Active     Inactive      Deleted       Static
  Local          1            0            0            0
  Switched       0            0            0            0
  Unused         0            0            0            0

DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial1/0

  input pkts 12            output pkts 15           in bytes 758      
  out bytes 860            dropped pkts 0           in pkts dropped 0         
  out pkts dropped 0                out bytes dropped 0         
  in FECN pkts 0           in BECN pkts 0           out FECN pkts 0         
  out BECN pkts 0          in DE pkts 0             out DE pkts 0         
  out bcast pkts 10        out bcast bytes 340      
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 01:36:08, last time pvc status changed 01:12:28
5# 2015-8-23 13:14:28 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2015-8-23 13:16:02 | 显示全部楼层
R1ping不通R2和R3
11.1.1.1---->12.1.1.1不通
11.1.1.1---->13.1.1.1不通
6# 2015-8-23 13:16:02 回复 收起回复
回复

使用道具 举报

发表于 2015-8-24 13:05:12 | 显示全部楼层
我利用你的拓扑搭了一个LAB试了下。R1可以ping通R2和R3。

拓扑图

拓扑图

configs.zip

6.24 KB, 下载次数: 0, 下载积分: 鸿鹄币 -1 个

4个router的配置

7# 2015-8-24 13:05:12 回复 收起回复
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-10 07:51 , Processed in 0.098731 second(s), 16 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

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