6
Copyright © 2011, Juniper Networks, Inc.
APPLICATION NOTE - Configuring and deploying the AX411 Wireless Access Point
wlan {
access-point <AP name> {
mac-address <ap mac address>;
#This attribute is mandatory and can be found on rear-
label of AX411
description <AP description>;
location <AP location>;
external {
system {
console baudrate <console baudrate>;
ports {
ethernet {
management-vlan <vlan-id>;
untagged-vlan <vlan-id>;
static {
address <Access Point address>;
gateway <default gateway>;
}
}
}
}
dot1x-supplicant {
username <username>;
password <password>;
}
}
access-point options {
country <country where the AP is located>;
#This is used for regulatory purposes.
#The AP will only transmit in the bands allowed
by each country
station-mac-filter {
#Allow and deny list of mac addresses, used for
local mac authentication
}
}
radio <1|2> {
quality-of-service {
#QoS configuration options
}
radio-options {
#Phy layer configuration options, such as transmit
power, channel, mode, etc
}
virtual-access-point <0..15> {
#virtual-access-point configuration options
including SSID, security
#and http redirect options
}
}
}
}