Leaflet
CLI Configuration
Use this section in order to configure your VLAN via command−line interface (CLI).
Create the interface and the associated VLAN tag.
The command is config interface create interface_name vlan_id .
(lab5wlc4404ip15) >config interface create "vlan 15" 15
Note: If there is a space in the VLAN/WLAN name as is the case in this example, make sure the
name is in quotes.
1.
Define the IP address and default gateway.
The command is config interface interface_name IP_address netmask gateway .
(lab5wlc4404ip15) >config interface address "vlan 15" 192.168.15.10
255.255.255.0 192.168.15.1
!−−− This command should be on one line.
2.
Define the DHCP server.
The command is config interface dhcp dynamic−interface <interface−name> primary
<primary−server> [secondary] <secondary−server> .
(lab5wlc4404ip15) >config interface dhcp dynamic−interface "vlan 15" primary 1
2.168.15.15
3.
Issue this command in order to map the interface to a physical port:
config interface port operator_defined_interface_name physical_ds_port_number. . Here is an
example:
(Cisco Controller) >config interface port "vlan 15" 2
4.
Verify the interface configuration.
The command is show interface summary.
5.