Configuring an ISATAP Tunnel
Context
When configuring an ISATAP tunnel, note the following points:
You must create a tunnel interface before setting tunnel parameters.
You are advised to set the tunnel number to be the same as the number of the source physical interface of the tunnel.
You can specify an IP address or interface name for the source interface (the source interface of a tunnel is the physical interface that forwards tunnel packets).
You need to configure an ISATAP address with a 64-bit prefix-length as the IPv6 address of a tunnel interface.
Procedure
- Run system-view
The system view is displayed.
- Run interface tunnel interface-number
A tunnel interface is created.
- Run tunnel-protocol ipv6-ipv4 isatap
The tunnel mode is set to ISATAP.
- Run source { source-ip-address | interface-type interface-number }
A source address or source interface is specified for the tunnel.
- Run ipv6 enable
The IPv6 function is enabled on the interface.
- Run ipv6 address { ipv6-address prefix-length | ipv6-address/prefix-length }
An IPv6 address is configured for the tunnel interface.
- Run undo ipv6 nd ra halt
The device is enabled to send router advertisement (RA) packets.