H3C Technologies H3C S7500E Series Switches User Manual
Page 197

15-40
# Configure an IPv4 address .
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] ip address 10.1.1.1 255.255.255.0
[SwitchA-Vlan-interface100] quit
[SwitchA] interface vlan-interface 101
[SwitchA-Vlan-interface101] ip address 1.1.1.1 255.255.255.0
[SwitchA-Vlan-interface101] quit
# Create an interface named Tunnel 1.
[SwitchA] interface tunnel 1
# Configure an IPv4 address for interface Tunnel 1.
[SwitchA-Tunnel1] ip address 10.1.2.1 255.255.255.0
# Configure the tunnel encapsulation mode.
[SwitchA-Tunnel1] tunnel-protocol gre
# Configure the source address of interface Tunnel 1 to be the IP address of the VLAN interface.
[SwitchA-Tunnel1] source vlan-interface 101
# Configure the destination address for interface Tunnel 1.
[SwitchA-Tunnel1] destination 2.2.2.2
[SwitchA-Tunnel1] quit
# Create service loopback group 1, setting the service type to tunnel.
[SwitchA] service-loopback group 1 type tunnel
# Add interface GigabitEthernet 2/0/3 to service loopback group 1.
[SwitchA] interface GigabitEthernet 2/0/3
[SwitchA-GigabitEthernet2/0/3] undo stp enable
[SwitchA-GigabitEthernet2/0/3] port service-loopback group 1
# Apply service loopback group 1 to the tunnel in tunnel interface view.
[SwitchA-GigabitEthernet2/0/3] quit
[SwitchA] interface tunnel 1
[SwitchA-Tunnel1] service-loopback-group 1
[SwitchA-Tunnel1] quit
# Configure a static route from Switch A through interface Tunnel 1 to Group 2.
[SwitchA] ip route-static 10.1.3.0 255.255.255.0 tunnel 1
2) Configure Switch B
# Configure an IPv4 address.
[SwitchB] interface vlan-interface 100
[SwitchB-Vlan-interface100] ip address 10.1.3.1 255.255.255.0
[SwitchB-Vlan-interface100] quit
[SwitchB] interface vlan-interface 101
[SwitchB-Vlan-interface101] ip address 2.2.2.2 255.255.255.0
[SwitchB-Vlan-interface101] quit
# Create an interface named Tunnel 1.
[SwitchB] interface tunnel 1
# Configure an IPv4 address for interface Tunnel 1.
[SwitchB-Tunnel1] ip address 10.1.2.2 255.255.255.0
# Configure the tunnel encapsulation mode.
[SwitchB-Tunnel1] tunnel-protocol gre