Vlan Interface Context; End; Ip Address; Ip Address Mode - Alvarion Wi² AP CLI Reference Manual

Table of Contents

Advertisement

Chapter 2 - CLI Commands
2.9

VLAN interface Context

Context path: View > Enable > Config > Port-2 interface > VLAN
interface
View > Enable > Config > Port-1 interface > VLAN interface
View > Enable > Config > Local mesh > VLAN interface
This context provides commands for configuring Virtual LANs (VLANs). In this
context, VLANs can be added or edited.
For example, to create a new VLAN interface named "hongkong" on the LAN
port with VLAN id 88, do the following:
CLI(config)# interface lan
CLI(if-lan)# interface vlan 88
CLI(if-vlan)# vlan name hongkong
CLI(if-vlan)# ip address mode dhcp
CLI(if-vlan)# no nat
CLI(if-vlan)# end
CLI(if-lan)#

end

Supported on: Wi² AP
end
Switches to parent context.

ip address

Supported on: Wi² AP
ip address <ip address>/<mask>
Sets a static IP address for the VLAN.
Parameters
<address>
</mask>

ip address mode

Supported on: Wi² AP
ip address mode (dhcp | static | none)
Sets the IP addressing mode for this VLAN interface.
Parameters
dhcp
78
IP address.
Subnet mask in CIDR format. Specifies the number of
bits in the mask.
Dynamic host configuration protocol. The DHCP server
will automatically assign an address to the Wi² AP,
which functions as a DHCP client.
Wi² AP CLI Reference Guide

Advertisement

Table of Contents
loading

Table of Contents