Operation Manual

AT-RG213 Residential VoIP Gateway - SIP Software Reference Manual
SIP Software Release 6-0-0
J613-M0524-00
84
PC to receive the packets. This VLAN is needed to allow traffic incoming
and outgoing from PC to reach the network and vice versa.
ADD VLAN=3 PORT=LAN3 FRAME=UNTAGGED
ADD VLAN=3 PORT=WAN FRAME=TAGGED
Command Reference
ADD VLAN PORT
Syntax
ADD VLAN={vlanname|1..4094} PORT={port-list|ALL}
[FRAME={TAGGED|UNTAGGED}]
Short Syntax
A VLAN={vlanname|1..4094} PORT={port-list|ALL}
[FRAME={TAG|UTAG}]
where:
vlanname is a unique name for the VLAN, 1 to 15 characters in length.Valid
characters are uppercase letters (A-Z), lowercase letters (a-z), digits (0-9) the
underscore character (‘‘_’’), and the hyphen character (-). The vlanname cannot
be a number or ALL.
port-list is an identifier or a comma se
p
arated list of
p
ort identifiers.
Port identifier could be: VOIP, WAN, LAN1, LAN2 and LAN3.
Description
This command adds ports to the specified VLAN.
The VLAN parameter specifies the name or numerical VLAN Identifier of
the VLAN. The name is case insensitive, although the case is preserved for
display purposes. The VLAN must already exist. By default, all ports belong
to the default VLAN, with a numerical VLAN Identifier (VID) of 1.
The PORT parameter specifies the ports.
The FRAME parameter specifies whether a VLAN tag header is included in
each frame transmitted on the specified ports. If TAGGED is specified, a
VLAN tag is added to frames prior to transmission. The port is then called a
tagged port for this VLAN. If UNTAGGED is specified, the frame is
transmitted without a VLAN tag. The port is then called an untagged port
for this VLAN.
The following constrain are assumed:
A port can be untagged for one and only one of the VLANs to which it belongs,
or for none of the VLANs to which it belongs.