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

[ISP] SP问题高手进

[复制链接]
发表于 2014-10-30 18:23:35 | 显示全部楼层 |阅读模式
我把IOU和XR进行桥接连接到一起,XR和IOU的路由器接口相互可以PING通,但是做的IS-IS协议连接一端是init,另外一端没有输出,请高手回答
IOU:R5
interface Ethernet0/0.25
encapsulation dot1Q 25
ip address 9.9.25.5 255.255.255.0
ip router isis
ipv6 address 2002:9:9:25::5/64
ipv6 router isis

router isis
net 47.0009.0000.0000.0005.00
is-type level-1
metric-style wide


R5#ping 9.9.25.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 9.9.25.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 6/9/18 ms

R5#show isis neighbors

System Id      Type Interface   IP Address      State Holdtime Circuit Id

-------------------------------显示为空

XRV:
interface GigabitEthernet0/0/0/0.25
ipv4 address 9.9.25.2 255.255.255.0
ipv6 address 2002:9:9:25::2/64
encapsulation dot1q 25

router isis 47.0009
is-type level-1
net 47.0009.0000.0000.0002.00
address-family ipv4 unicast
  metric-style wide
!
address-family ipv6 unicast
  single-topology
!
interface Loopback0
  circuit-type level-1
  address-family ipv4 unicast
  !
  address-family ipv6 unicast
  !
interface GigabitEthernet0/0/0/0.25
  circuit-type level-1
  address-family ipv4 unicast
  !
  address-family ipv6 unicast
  !
RP/0/0/CPU0:XR-R2#show isis neighbors
Thu Oct 30 18:22:47.792 UTC

IS-IS 47.0009 neighbors:
System Id      Interface        SNPA           State Holdtime Type IETF-NSF
XR-R3          Gi0/0/0/0.23     000c.2995.a7a3 Up    28       L1   Capable
0000.0000.0005 Gi0/0/0/0.25     aabb.cc00.0500 Init 23       L1   Capable


求高手解答



 成长值: 53560
发表于 2014-10-30 18:42:24 | 显示全部楼层
MTU··把clns mtu改小··或者把pading关了
沙发 2014-10-30 18:42:24 回复 收起回复
回复 支持 2 反对 0

使用道具 举报

 成长值: 53560
发表于 2014-10-30 18:42:32 | 显示全部楼层
MTU··把clns mtu改小··或者把pading关了
板凳 2014-10-30 18:42:32 回复 收起回复
回复 支持 2 反对 0

使用道具 举报

 楼主| 发表于 2014-10-30 19:22:09 | 显示全部楼层
R5(config)#int e0/0.25
R5(config-subif)#clns mtu
R5(config-subif)#clns mtu 1473

R5#show isis neighbors

System Id      Type Interface   IP Address      State Holdtime Circuit Id



地板 2014-10-30 19:22:09 回复 收起回复
回复 支持 1 反对 1

使用道具 举报

 楼主| 发表于 2014-10-30 19:26:39 | 显示全部楼层
关掉PADDING

router isis 47.0009
is-type level-1
net 47.0009.0000.0000.0002.00
address-family ipv4 unicast
  metric-style wide
!
address-family ipv6 unicast
  single-topology
!
interface Loopback0
  circuit-type level-1
  address-family ipv4 unicast
  !
  address-family ipv6 unicast
  !
!
interface GigabitEthernet0/0/0/0.23
  circuit-type level-1
  address-family ipv4 unicast
  !
  address-family ipv6 unicast
  !
!
interface GigabitEthernet0/0/0/0.25
  circuit-type level-1
  hello-padding disable
  address-family ipv4 unicast
  !
  address-family ipv6 unicast


interface Ethernet0/0.25
encapsulation dot1Q 25
ip address 9.9.25.5 255.255.255.0
ip router isis
ipv6 address 2002:9:9:25::5/64
ipv6 router isis
clns mtu 1473
isis circuit-type level-1
no isis hello padding


router isis
net 47.0009.0000.0000.0005.00
is-type level-1
metric-style wide
no hello padding

还是不行     
5# 2014-10-30 19:26:39 回复 收起回复
回复 支持 1 反对 1

使用道具 举报

 楼主| 发表于 2014-10-30 19:27:27 | 显示全部楼层
如果是IOU那边init    而XRV那边没有邻居  可以更改MTU 和关闭PADDING可以实现    这个我以前有测试过
现在现象是反过来   
6# 2014-10-30 19:27:27 回复 收起回复
回复 支持 1 反对 0

使用道具 举报

 楼主| 发表于 2014-10-30 20:08:00 | 显示全部楼层
有没有朋友遇到这样的问题的    可以一起讨论一下
7# 2014-10-30 20:08:00 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2014-11-7 14:42:37 | 显示全部楼层
改用物理接口来连接吧,子接口的方式是有问题。有什么问题大家可以私下交流下
9# 2014-11-7 14:42:37 回复 收起回复
回复 支持 1 反对 0

使用道具 举报

发表于 2014-11-27 00:13:15 | 显示全部楼层
ITAA小马哥 发表于 2014-10-30 19:26
关掉PADDING

router isis 47.0009

我的也是不行,用子接口做isis是做不了的,下面ldp也是起不来,路由不可达的。我现在准备用物理接口去和iou的路由连接,正在研究,表示1月15号考试,烦啊
10# 2014-11-27 00:13:15 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2014-11-30 16:56:21 | 显示全部楼层
楼上如果有需要,我们可以私聊。
11# 2014-11-30 16:56:21 回复 收起回复
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-29 14:10 , Processed in 0.065879 second(s), 11 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

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