在配置思科NCS-5501与华为NE05E ISIS互联的时候,碰到一个问题,两边配置看起来都没问题,但是ISIS邻居就是起不来。
仔细研究了配置手册,发现原来问题出在这里,CISCO XRv 在配置address-family ipv6 unicast的时候,选择配置single-topology,相关的ISIS接口上必须要有IPV6地址才行。
思科NCS-5501上配置:
router isis 1
net 49.0001.0xxx.xxxx.xxxx.00
log adjacency changes
lsp-password text encrypted 104D000A061843 send-only
address-family ipv4 unicast
metric-style wide
!
address-family ipv6 unicast
single-topology
!
interface Loopback0
address-family ipv4 unicast
!
!
interface TenGigE0/0/0/0
circuit-type level-2-only
hello-padding disable
address-family ipv4 unicast
!
address-family ipv6 unicast
!
!
!
interface TenGigE0/0/0/0
ipv4 address 10.112.34.2 255.255.255.0
ipv6 address 2ab2:6bf0:0:1:ffff::/64
!
华为路由器上的配置:
#
isis 1
is-level level-2
cost-style wide
flash-flood level-2
bandwidth-reference 1000000
auto-cost enable
network-entity 49.0001.xxxx.xxxx.xxxx.00
is-name ar01.xxx-xxx.lon
domain-authentication-mode hmac-sha256 key-id 1 cipher %^%#;~v#SnLXPT}eeE9/8Vu(b`gaE[QIe>"%[w8tlLsGLl{T>6`rkH7$;k%b2Xn)%^%# all-send-only
#
ipv6 enable topology standard
ipv6 bandwidth-reference 1000000
ipv6 auto-cost enable
#
#
interface GigabitEthernet0/2/10
description #NCS-Lab-Router-2#
undo shutdown
ipv6 enable
ip address 10.112.34.1 255.255.255.0
ipv6 address 2ab2:6bf0:0:1:ffff::1/64
isis enable 1
isis ipv6 enable 1
isis circuit-level level-2
undo dcn
#
现在看ISIS状态,已经建立连接了。
RP/0/RP0/CPU0:NCS-ROUTER-2#show isis neighbors
Wed Jun 5 22:36:17.694 UTC
IS-IS 1 neighbors:
System Id Interface SNPA State Holdtime Type IETF-NSF
ar01.xxx-xx.lon Te0/0/0/0 9835.ed33.726f Up 7 L2 Capable
Total neighbor count: 1
网友评论