
C613-50186-01 Rev B
Command Reference for AR2050V
2636
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
PPLICATION
AND
E
NTITY
C
OMMANDS
IPV
6
SUBNET
ipv6 subnet
Overview
Use this command to assign an IPv6 subnet to a network entity.
Use the
no
variant of this command to remove a IPv6 subnet from a network entity.
Syntax
ipv6 subnet
<ip-network/m>
[interface
<interface-name>
]
no ipv6 subnet
<ip-network/m
> [interface <interface-name>]
Mode
Network Mode
Usage
You can create multiple subnets for a network entity.
Examples
To add a subnet to network
servers
, use the commands:
awplus#
configure terminal
awplus(config)#
zone dmz
awplus(config-zone)#
network servers
awplus(config-network)#
ipv6 subnet 2001:db8::/32
To add a subnet and an interface to network
servers
, use the commands:
awplus#
configure terminal
awplus(config)#
zone dmz
awplus(config-zone)#
network servers
awplus(config-network)#
ipv6 subnet 2001:db8::/32 interface
eth1
Parameter
Description
<
ip-network/m
>
IPv6 address of the network, entered in the
form X:X::X:X/M, followed by the prefix length
in slash notation.
interface
Specify an interface name. An interface may
be specified to add a further restriction on the
subnet. No interface configured indicates that
any matching address from any interface is a
member of this network.
<interface-name>
Interface name. Any AlliedWare Plus interface
type (eth, vlan, ppp, tunnel, lo and so on.)
followed by any character.
A warning message is given if the interface
does not match an existing interface on the
device.