7
service-loopback group 1 type tunnel
#
ospfv3 1
router-id 1.1.1.1
area 0.0.0.0
#
vlan 10
#
vlan 20
#
interface Vlan-interface10
ip address 20.1.1.1 255.255.255.0
#
interface Vlan-interface20
ospfv3 1 area 0.0.0.0
ipv6 address 2001::1/64
#
interface GigabitEthernet1/0/1
port link-mode bridge
port access vlan 10
#
interface GigabitEthernet1/0/2
port link-mode bridge
port access vlan 20
#
interface GigabitEthernet1/0/3
port link-mode bridge
port service-loopback group 1
#
interface Tunnel1 mode ipv6-ipv4
ospfv3 1 area 0.0.0.0
source Vlan-interface10
destination 30.1.1.1
ipv6 address 3001::1/64
#
interface Tunnel2 mode ipv6-ipv4
ospfv3 1 area 0.0.0.0
source Vlan-interface10
destination 40.1.1.1
ipv6 address 4001::1/64
#
•
Device B:
#
service-loopback group 1 type tunnel
#
ospfv3 1
router-id 2.2.2.2
area 0.0.0.0