
C613-50186-01 Rev B
Command Reference for AR2050V
2634
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
PPLICATION
AND
E
NTITY
C
OMMANDS
IPV
6
ADDRESS
(E
NTITY
)
ipv6 address (Entity)
Overview
Use this command to assign an IPv6 address to a host entity.
Use the
no
variant of this command to remove an IPv6 address from an host entity.
Syntax
ipv6 address <
ipv6-address
>
ipv6 address dynamic interface
<interface_name>
no ipv6 address <
ipv6-address
>
no ipv6 address dynamic interface
<interface_name>
Mode
Host Mode
Usage
You can add multiple IPv6 addresses to a host entity. If the IPv6 address is not in
the scope of any of its parent network’s IPv6 subnets, a warning message will be
given. Such an IP address is still acceptable because in the future the user may
assign a network subnet that contains the host’s IPv6 address. Firewall policy rules
will not apply to an IPv6 address that is not in at least one of the network’s subnets.
Examples
To add an IPv6 address to host
web-server
, use the commands:
awplus#
configure terminal
awplus(config)#
zone dmz
awplus(config-zone)#
network servers
awplus(config-network)#
ipv6 subnet 2001:db8:24:100::/64
awplus(config-network)#
host web-server
awplus(config-host)#
ipv6 address 2001:db8:24:100::1
To add multiple IP addresses to host
web-server
, use the commands:
awplus#
configure terminal
awplus(config)#
zone dmz
awplus(config-zone)#
network servers
awplus(config-network)#
ipv6 subnet 2001:db8:24:100::/64
awplus(config-network)#
host web-server
awplus(config-host)#
ipv6 address 2001:db8:24:100::2
awplus(config-host)#
ipv6 address 2001:db8:24:100::3
awplus(config-host)#
ipv6 address 2001:db8:24:100::4
Parameter
Description
<
ipv6-address
>
The IPv6 address in the format x:x::x:x.
dynamic
Dynamic IPv6 address, for example, obtained from a DHCP
server.
<interface_name>
Interface to acquire IP addresses from.