HP 3600 v2 Series Configuration Manual page 234

Hide thumbs Also See for 3600 v2 Series:
Table of Contents

Advertisement

[SwitchB-vlan100] port Ethernet 1/0/1
[SwitchB-vlan100] quit
[SwitchB] interface vlan-interface 100
[SwitchB-Vlan-interface100] ip address 10.1.3.1 255.255.255.0
[SwitchB-Vlan-interface100] quit
# Configure an IPv4 address for interface Ethernet 1/0/2, the physical interface of the tunnel.
[SwitchB] vlan 101
[SwitchB-vlan101] port Ethernet 1/0/2
[SwitchB-vlan101] quit
[SwitchB] interface vlan-interface 101
[SwitchB-Vlan-interface101] ip address 2.2.2.2 255.255.255.0
[SwitchB-Vlan-interface101] quit
# Create service loopback group 1, and configure the service type as tunnel.
[SwitchB] service-loopback group 1 type tunnel
# Add port Ethernet 1/0/3 to service loopback group 1, and disable STP, NDP, and LLDP on the
port.
[SwitchB] interface Ethernet 1/0/3
[SwitchB-Ethernet1/0/3] undo stp enable
[SwitchB-Ethernet1/0/3] undo ndp enable
[SwitchB-Ethernet1/0/3] undo lldp enable
[SwitchB-Ethernet1/0/3] port service-loopback group 1
[SwitchB-Ethernet1/0/3] quit
# Create a tunnel interface Tunnel1.
[SwitchB] interface tunnel 1
# Configure an IPv4 address for tunnel interface Tunnel1.
[SwitchB-Tunnel1] ip address 10.1.2.2 255.255.255.0
# Configure the tunnel encapsulation mode as GRE over IPv4.
[SwitchB-Tunnel1] tunnel-protocol gre
# Configure the source address for tunnel interface Tunnel1 (IP address of the VLAN interface to
which Ethernet 1/0/2 belongs).
[SwitchB-Tunnel1] source vlan-interface 101
# Configure the destination address for tunnel interface Tunnel1 (IP address of the VLAN interface
to which Ethernet 1/0/2 of Switch A belongs).
[SwitchB-Tunnel1] destination 1.1.1.1
# Apply service loopback group 1 to the tunnel in tunnel interface view.
[SwitchB-Tunnel1] service-loopback-group 1
[SwitchB-Tunnel1] quit
# Configure a static route from Switch B through tunnel interface Tunnel1 to Group 1.
[SwitchB] ip route-static 10.1.1.0 255.255.255.0 Tunnel 1
Verify the configuration:
3.
# View the tunnel interface status on Switch A and Switch B.
[SwitchA] display interface tunnel 1
Tunnel1 current state: UP
Line protocol current state: UP
Description: Tunnel1 Interface
The Maximum Transmit Unit is 1476
223

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents