Specifications

3-520
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) interface GigabitEthernet
have not made it the primary interface, you cannot specify the command again to add the primary
designation. First, remove the interface from the standby group, then reassign it, specifying the primary
option at the same time.
A physical interface can be a member of a standby group or a port channel, but not both.
You cannot assign an IP address to both a standby group and a port channel. Only one virtual interface
can be configured with an IP address.
Examples The following example shows how to configure an attribute of an interface with a single CLI command:
WAE(config)# interface GigabitEthernet 1/0 full-duplex
The following example shows that an interface can be configured in a sequence of CLI commands:
WAE(config)# interface GigabitEthernet 1/0
WAE(config-if)# full-duplex
WAE(config-if)# exit
WAE(config)#
The following example shows how to enable a shut down interface:
WAE(config)# no interface GigabitEthernet 1/0 shutdown
The following example shows how to create an EtherChannel. The port channel is port channel 1 and is
assigned an IP address of 10.10.10.10 and a netmask of 255.0.0.0
WAE# configure
WAE(config)# interface PortChannel 1
WAE(config-if)# ip address 10.10.10.10 255.0.0.0
WAE(config-if)# exit
The following example shows how to remove an EtherChannel:
WAE(config)# interface PortChannel 1
WAE(config-if)# no ip address 10.10.10.10 255.0.0.0
WAE(config-if)# exit
WAE(config)# no interface PortChannel 1
The following example shows how to add an interface to a channel group:
WAE# configure
WAE(config)# interface GigabitEthernet 1/0
WAE(config-if)# channel-group 1
WAE(config-if)# exit
The following example shows how to remove an interface from a channel group:
WAE(config)# interface GigabitEthernet 1/0
WAE(config-if)# no channel-group 1
WAE(config-if)# exit
The following example shows how to assign a secondary IP address on a Gigabit Ethernet interface on
a WAAS device:
WAE# configure
WAE(config)# interface GigabitEthernet 1/0
WAE(config-if)# ip address 10.10.10.10 255.0.0.0 secondary
The following example shows how to configure a description for a Gigabit Ethernet interface:
WAE(config)# interface GigabitEthernet 1/0
WAE(config-if)# description This is a GigabitEthernet interface.