IPV6 ISIS基本配置

作者: admin 分类: 网络 发布时间: 2019-04-29 01:07 浏览:961 次    

%title插图%num

  • R1:
en

conf t

hostname R1V6

ipv6 unicast-routing

int f0/0

ipv6 add 2002::1/64

no sh

int f0/1

ipv6 add 2001::1/64

no sh

int loop 0

ip add 1.1.1.1 255.255.255.255

end

show ipv6 int brief

en

conf t

clns routing

router isis

net 49.0001.0000.0000.0001.00

int f0/0

ipv6 router isis

int f0/1

ipv6 router isis

end

show ipv6 route
  • R2:
en

conf t

hostname R2V6

ipv6 unicast-routing

int f0/0

ipv6 add 2002::2/64

no sh

int f0/1

ipv6 add 2003::1/64

no sh

int loop 0

ip add 2.2.2.2 255.255.255.255

end

show ipv6 int brief

conf t

clns routing

router isis

net 49.0002.0000.0000.0002.00

int f0/0

ipv6 router isis

int f0/1

ipv6 router isis

end

show ipv6 route
  • R3:
en

conf t

hostname R3V6

ipv6 unicast-routing

int f0/0

ipv6 add 2004::1/64

no sh

int f0/1

ipv6 add 2003::2/64

no sh

int loop 0

ip add 3.3.3.3 255.255.255.255

end

show ipv6 int brief

conf t

clns routing

router isis

net 49.0002.0000.0000.0003.00

int f0/0

ipv6 router isis

int f0/1

ipv6 router isis

end

show ipv6 route
  • 测试
PC1: 2001::2

PC2: 2004::2

%title插图%num

 


温馨提示:如无特殊说明,本站文章均为作者原创,转载时请注明出处及相应链接!

发表评论