admin 发表于 2018-7-30 14:46:29

Eve-NG搭建的基本IPv6 lab和OSPFv3的基本配置

拓扑如下:



验证:


路由器上的主要配置(以R1为例,其余路由器类似):hostname R1
ipv6 unicast-routing
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ipv6 address 2001::1111/128
ipv6 enable
ipv6 ospf 1 area 0
!
interface Ethernet0/0
ip address 192.168.12.1 255.255.255.0
ipv6 address 2001:12::1/64
ipv6 enable
ipv6 ospf 1 area 0
!
interface Ethernet0/1
ip address 192.168.13.1 255.255.255.0
ipv6 address 2001:13::1/64
ipv6 enable
ipv6 ospf 1 area 0
!
interface Ethernet0/2
ip address 10.1.1.11 255.255.255.0
ipv6 address 2002:AAAA::1/64
ipv6 enable
ipv6 ospf 1 area 0

ipv6 router ospf 1
router-id 1.1.1.1从我本机到远端R5的路由已经通了。
从本机trace R5的结果:

EVE-NG统计的负荷情况:



页: [1]
查看完整版本: Eve-NG搭建的基本IPv6 lab和OSPFv3的基本配置