A-6
Catalyst 3750 SwitchSoftware Configuration Guide
OL-8550-09
AppendixA Configuring the Catalyst 3750G Integrated Wireless LAN Controller Switch
Configuring the Wireless LAN Controller Switch
Accessing the Controller
You can configure the internal wireless controller by using the embedded controller GUI, WCS, or the
controller CLI. You use the management interface IP address to access the controller GUI from a browser
or from WCS.
You access the controller CLI from the master switch in a switch stack or from a standalone wireless
LAN controller switch by using the session stack-member-number processor 1privileged EXEC
command. This command takes you to the controller CLI to enter controller configuration commands.
This example assumes that switch 2 in a stack is the wireless LAN controller switch:
Switch# session 1 processor 1
(Cisco Controller)
User:
See the Cisco Wireless LAN Controller Configuration Guide Release 4.0 for controller CLI configuration
information.
Step3 channel-group channel-group-number
mode on
Assign the port to a channel group, and disable PAgP and LACP.
For channel-group-number, the range is 1 to 48.
Selecting mode on forces the port to channel without PAgP or
LACP.
Note No other ports in the switch stack should be members of this
channel group.
Step4 exit Return to privileged EXEC mode.
Step5 interface interface-id Specify the other internal port, and enter interface configuration mode.
Step6 channel-group channel-group-number
mode on
Assign the port to the same channel group used in Step 3.
Step7 exit Return to privileged EXEC mode.
Step8 interface port-channel
channel-group-number
Enter interface configuration mode for the port channel that includes
the internal ports.
Step9 channel-group channel-group-number
mode on
Assign the port to the same channel group used in Step 3.
Step10 switchport mode trunk Set the internal ports to trunk mode.
Step11 switchport trunk encapsulation dot1q Set the trunk encapsulation method to IEEE 802.1Q.
Step12 switchport no negotiate Disable generation of DTP frames.
Step13 spanning tree portfast Enable STP Port Fast mode.
Step14 no cdp Disable CDP.
Step15 no udld Disable UDLD (the default is disabled).
Step16 switchport trunk allowed vlan remove
vlan-list
Control the VLAN traffic sent to the controller by not allowing VLAN
traffic on the trunk from specified VLANs.
Step17 exit Return to privileged EXEC mode.
Step18 show running-config Verify your entries.
Step19 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose