![H3C H3C S7500E Series Configuration Examples Download Page 7](http://html1.mh-extra.com/html/h3c/h3c-s7500e-series/h3c-s7500e-series_configuration-examples_3131395007.webp)
5
# Specify VLAN-interface 10 as the source interface of Tunnel 2.
[DeviceC-Tunnel2] source vlan-interface 10
# Specify the destination address for Tunnel 2.
[DeviceC-Tunnel2] destination 20.1.1.1
[DeviceC-Tunnel2] quit
Configuring OSPFv3
•
Configure Device A:
# Specify the router ID as 1.1.1.1.
[DeviceA] ospfv3
[DeviceA-ospfv3-1] router-id 1.1.1.1
[DeviceA-ospfv3-1] quit
# Enable OSPFv3 on Tunnel 1.
[DeviceA] interface Tunnel 1
[DeviceA-Tunnel1] ospfv3 1 area 0
[DeviceA-Tunnel1] quit
# Enable OSPFv3 on Tunnel 2.
[DeviceA] interface Tunnel 2
[DeviceA-Tunnel2] ospfv3 1 area 0
[DeviceA-Tunnel2] quit
# Enable OSPFv3 on VLAN-interface 20.
[DeviceA] interface vlan-interface 20
[DeviceA-Vlan-interface20] ospfv3 1 area 0
[DeviceA-Vlan-interface20] quit
•
Configure Device B:
# Specify the router ID as 2.2.2.2.
[DeviceB] ospfv3
[DeviceB-ospfv3-1] router-id 2.2.2.2
[DeviceB-ospfv3-1] quit
# Enable OSPFv3 on Tunnel 1.
[DeviceB] interface Tunnel 1
[DeviceB-Tunnel1] ospfv3 1 area 0
[DeviceB-Tunnel1] quit
# Enable OSPFv3 on VLAN-interface 20.
[DeviceB] interface vlan-interface 20
[DeviceB-Vlan-interface20] ospfv3 1 area 0
[DeviceB-Vlan-interface20] quit
•
Configure Device C:
# Specify the router ID as 3.3.3.3.
[DeviceC] ospfv3
[DeviceC-ospfv3-1] router-id 3.3.3.3
[DeviceC-ospfv3-1] quit
# Enable OSPFv3 on Tunnel 2.
[DeviceC] interface Tunnel 2