
C613-50186-01 Rev B
Command Reference for AR2050V
2638
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
PPLICATION
AND
E
NTITY
C
OMMANDS
NETWORK
(E
NTITY
)
network (Entity)
Overview
Use this command to add a network to a zone entity or configure an existing
network.
A network is a high level abstraction of a logical network in a zone. This consists of
the IP subnets and interfaces over which it is reachable. Subnets are grouped into
networks to apply a common set of rules among the subnets.
Use the
no
variant of this command to destroy a network entity.
Syntax
network <
network-name
>
no network <
network-name
>
Mode
Zone Mode
Usage
A network is a member of a zone. You can create multiple networks in a zone. A
network entity is identified with its parent zone using the dot notation, for
example, ZoneName.NetworkName.
This commands allows you to enter the Network Mode with the prompt
awplus(config- network)#
. In the Network Mode, you can:
•
Configure subnets and interfaces for the network entity
•
Create and delete host entities in the network
A network must have at least one valid network address for it to result in
functioning rules using that network entity. For more information about how to
add network address, see the
command and the
Note that if the network entity is destroyed, the subnets and hosts in the network
entity will be destroyed as well.
Example
To create a network entity named
servers
, use the commands:
awplus#
configure terminal
awplus(config)#
zone dmz
awplus(config-zone)#
network servers
awplus(config-network)#
Parameter
Description
<
network-name
>
Network name.
You can use all alphanumeric ASCII characters, and the dash (-)
and underscore (_) characters. The name can be 1 to 64
characters in long.