configure tunnel ipaddress
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1445
configure tunnel ipaddress
configure tunnel <tunnel_name> ipaddress [{eui64} [<ipv6_address_mask> |
<ipv6_address>] | ipv6-link-local]
Description
Configures an IPv6 address/prefix on a tunnel.
Syntax Description
Default
N/A.
Usage Guidelines
This command will configure an IPv6 address/prefix route on the specified tunnel.
6to4 tunnels must follow the standard address requirement. The address must be of the form
2002:<IPv4_source_endpoint>::/16, where <IPv4_source_endpoint> is replaced by the IPv4 source
address of the endpoint, in hexadecimal, colon separated form. For example, for a tunnel endpoint
located at IPv4 address 10.20.30.40, the tunnel address would be 2002:a14:1e28::/16. In hex, 10 is a, 20 is
14, 30 is 1e and 40 is 28.
6in4 tunnels have no restrictions on their address format or prefix allocations.
Example
The following command configures the 6in4 tunnel link39 with the IPv6 link-local address:
configure tunnel link39 ipv6-link-local
History
This command was first available in ExtremeWare XOS 11.2.
Platform Availability
This command is available on all platforms.
tunnel_name
Specifies an IPv6 tunnel.
eui64
Specifies an EUI64 interface identifier for the lower 64 bits of the address.
ipv6_address_mask
Specifies an IPv6 address / IPv6 prefix length.
Ipv6_address
Specifies an IPv6 address.
ipv6-link-local
Specifies the link-local address for a tunnel.