Configuring Interfaces - Cisco WLC 5700 Series Interface Configuration Manual

Cisco ios xe release 3e
Hide thumbs Also See for WLC 5700 Series:
Table of Contents

Advertisement

Configuring Interfaces

This example shows how to enter interface-range configuration mode for the interface-range macro enet_list:
Controller# configure terminal
Controller(config)# interface range macro enet_list
Controller(config-if-range)#
This example shows how to delete the interface-range macro enet_list and to verify that it was deleted.
Controller# configure terminal
Controller(config)# no define interface-range enet_list
Controller(config)# end
Controller# show run | include define
Controller#
Configuring Interfaces
These general instructions apply to all interface configuration processes.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
Controller> enable
Step 2
configure terminal
Example:
Controller# configure terminal
Step 3
interface
Example:
Controller(config)# interface
gigabitethernet1/0/1
Controller(config-if)#
Step 4
Follow each interface command with the
interface configuration commands that the
interface requires.
Step 5
interface range or interface range macro
OL-32314-01
Purpose
Enables privileged EXEC mode. Enter your password if prompted.
Enters the global configuration mode.
Identifies the interface type, the controller number (only on
stacking-capable switches), and the number of the connector.
Note
You do not need to add a space between the interface type and
the interface number. For example, in the preceding line, you
can specify either gigabitethernet 1/0/1, gigabitethernet1/0/1,
gi 1/0/1, or gi1/0/1.
Defines the protocols and applications that will run on the interface. The
commands are collected and applied to the interface when you enter
another interface command or enter end to return to privileged EXEC
mode.
(Optional) Configures a range of interfaces.
Interfaces configured in a range must be the same type and must
Note
be configured with the same feature options.
Interface Configuration Guide, Cisco IOS XE Release 3E (Cisco WLC 5700 Series)
Configuring Interfaces
35

Advertisement

Table of Contents
loading

Table of Contents