Specifications
3-417
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config-if) bandwidth
(config-if) bandwidth
To configure the link speed on a network interface, use the bandwidth interface configuration command.
To restore default values, use the no form of this command.
bandwidth {10 | 100 | 1000}
Syntax Description
Defaults No default behaviors or values
Command Modes interface configuration
Device Modes application-accelerator
central-manager
Usage Guidelines To configure the link speed of a network interface on a WAAS device, use the bandwidth interface
configuration command. The speed is specified in megabits per second (Mbps). The WAAS software
automatically enables autosense if the speed is set to 1000 Mbps.
You can configure the Gigabit Ethernet interface settings (autosense, link speed, and duplex settings) if
the Gigabit over copper interface is up or down. If the interface is up, it applies the specific interface
settings. If the interface is down, the specified settings are stored and then applied when the interface is
brought up. For example, you can specify any of the following commands for an Gigabit over copper
interface, which is currently down, and have these settings automatically applied when the interface is
brought up.
WAE(config-if)# bandwidth 10
WAE(config-if)# bandwidth 100
WAE(config-if)# bandwidth 1000
WAE(config-if)# autosense
WAE(config-if)# half-duplex
WAE(config-if)# full-duplex
Examples The following example shows how to set an interface bandwidth to 1000 Mbps:
WAE(config-if)# bandwidth 1000
The following example shows how to restore default bandwidth values on an interface:
WAE(config-if)# no bandwidth
10 Sets the link speed to 10 megabits per second (Mbps).
100 Sets the link speed to 100 Mbps.
1000 Sets the link speed to 1000 Mbps. This option is not available on all ports
and is the same as autosense.