User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Networking and Radio Configuration
101
mismatch between the IPv4 address associated with the
Management VLAN ID and that of the Mesh Point’s
management interface, you can restore remote management
access to the Mesh Point only by reconfiguring it via a direct
physical connection to its
Console port.
Additionally, when VLANs are enabled, the Mesh Point’s
internal DHCP and DNS services (described in Section 3.8) are
accessible only in the management VLAN. The Mesh Point will
not provide DHCP and DNS services on VLANs other than the
one associated with the Management VLAN ID.
Use
add vlan to include additional VLANs in the Active VLAN
Table:
# add vlan -id 1–4094 -ip
<IPv4Addr>
-nm
<subnetMask>
NOTE: VLAN IDs
0 and 4095 are
reserved for internal
use.
The -id switch specifies a VLAN ID number, from 14094,
inclusive, for the VLAN.
The
-ip switch associates the VLAN with a specific Unicast
IPv4 address. Alternatively, you can associate the VLAN with
an IP Address of
0.0.0.0. This will prevent IGMP queries from
being sent on the VLAN, in which cases IPv4 multicast
listeners on the VLAN may not be automatically discovered.
VLANs configured in this manner will appear as
Not
Configured
in show vlan.
Use the
-nm switch to enter the IPv4 subnet mask associated
with this VLAN.
To change the IP address associated with a VLAN, use
update:
# update vlan -id
<vlanID>
-ip
<IPv4Addr>
-nm
<subnetMask>
View the current VLAN configuration with show:
> show vlan
Mode: enabled
Management VLAN: 1
[ACTIVE VLAN ID TABLE]
ID IPv4 Address IPv4 Subnet Mask
-- ------------ ----------------
1 192.168.1.6 255.255.255.0
2 Not Configured 255.255.255.0
3 Not Configured 255.255.255.0
[VLAN STATISTICS]
ID EncryptRx EncryptTx ClearRx ClearTx KeyExchangeRx KeyExchangeTx WllsRx WllsTx VlanMgmt
-- --------- --------- ------- ------- ------------- ------------- ------ ------ --------
1 0 0 142 35 0 0 0 0 0
2 0 0 0 0 0 0 0 0 0
3 0 0 0 0 0 0 0 0
Delete one VLAN or all VLANs from the Mesh Point
configuration by ID number with
del vlans:
# del vlan -id
<vlanID>|
all