Configuration example – cli, Ap configuration, Vlan configuration – Polycom 1725-36082-001 User Manual

Page 10

Advertising
background image

Configuration Guide

PN: 1725-36082-001_G.doc

10

Configuration Example – CLI

AP configuration

To add a directly connected AP-2330 attached to port 1 on a WSS
using CLI:

set port type ap 1 model 2330 poe enable

# Defines the port number on the switch that the AP
is connected to, the model number of the AP and
enables PoE on the switch port. Valid model numbers

include the 2330, 2330A and 2330B.

set ap 1 radio 1 tx-power 10 mode enable

# Sets the channel number, transmit power and enables
the 802.11g radio.

set ap 1 radio 2 channel 44 tx-power 10 mode enable

# Sets the channel number, transmit power and enables
the 802.11a radio.

To add a distributed AP-2330 to a WSS using CLI:

set dap 1 serial-id stpw20kc3 model 2330

# Defines the DAP number, serial-id and model number

of the AP. Valid model numbers include the 2330,
2330A and 2330B.

set dap 1 radio 1 channel 11 tx-power 10 mode enable

# Sets the channel number, transmit power and enables
the 802.11g radio.

set dap 1 radio 2 channel 40 tx-power 10 mode enable

# Sets the channel number, transmit power and enables
the 802.11a radio.

VLAN configuration

For security and flexibility it is recommended that voice and data be
configured on separate VLANs. For this example a new VLAN named
Voice with a VLAN ID 2 will be created and tagged to the uplink port
8:

set vlan 2 name Voice

# Creates a new VLAN ID and defines the name.

set vlan 2 port 8 tag 2

# Assigns the VLAN to a port and specifies an 802.1Q
tag value.

set igmp disable vlan Voice

# Disables IGMP on Voice VLAN.

Advertising