HPE FlexNetwork 10500 Series Configuration Manual page 264

Layer 3-ip services
Table of Contents

Advertisement

[Switch] vlan 100
[Switch-vlan100] port gigabitethernet 1/0/1
[Switch-vlan100] quit
# Specify an IPv6 address for VLAN-interface 100.
[Switch] interface vlan-interface 100
[Switch-Vlan-interface100] ipv6 address 3001::1/64
[Switch-Vlan-interface100] quit
# Add GigabitEthernet 1/0/2 (the physical interface of the tunnel) to VLAN 101.
[Switch] vlan 101
[Switch-vlan101] port gigabitethernet 1/0/2
[Switch-vlan101] quit
# Specify an IPv4 address for VLAN-interface 101.
[Switch] interface vlan-interface 101
[Switch-Vlan-interface101] ip address 1.1.1.1 255.0.0.0
[Switch-Vlan-interface101] quit
# Create service loopback group 1, and specify its service type as tunnel.
[Switch] service-loopback group 1 type tunnel
# Assign GigabitEthernet 1/0/3 to service loopback group 1.
[Switch] interface gigabitethernet 1/0/3
[Switch-GigabitEthernet1/0/3] port service-loopback group 1
[Switch-GigabitEthernet1/0/3] quit
# Create ISATAP tunnel interface Tunnel 1.
[Switch] interface tunnel 1 mode ipv6-ipv4 isatap
# Specify an EUI-64 IPv6 address for the tunnel interface.
[Switch-Tunnel1] ipv6 address 2001:: 64 eui-64
# Specify VLAN-interface 101 as the source interface of the tunnel interface.
[Switch-Tunnel1] source vlan-interface 101
# Disable RA message suppression so that the ISATAP host can acquire information such as
the address prefix from the RA message advertised by the ISATAP switch.
[Switch-Tunnel1] undo ipv6 nd ra halt
[Switch-Tunnel1] quit
Configure the ISATAP host:
Configurations on the ISATAP host vary by operating system. The following configuration is
performed on Windows XP.
# Install IPv6.
C:\>ipv6 install
# On a host running Windows XP, the ISATAP interface is typically interface 2. Display
information about the ISATAP interface.
C:\>ipv6 if 2
Interface 2: Automatic Tunneling Pseudo-Interface
Guid {48FCE3FC-EC30-E50E-F1A7-71172AEEE3AE}
does not use Neighbor Discovery
does not use Router Discovery
routing preference 1
EUI-64 embedded IPv4 address: 0.0.0.0
router link-layer address: 0.0.0.0
preferred link-local fe80::5efe:1.1.1.2, life infinite
link MTU 1280 (true link MTU 65515)
253

Advertisement

Table of Contents
loading

Table of Contents