Specifications

3-526
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) interface PortChannel
Note You cannot use the inline Ethernet interfaces that are located on the WAE inline network adapter to form
an EtherChannel.
Note No two interfaces can have IP addresses in the same subnet.
Examples 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
Related Commands show interface
show running-config
show startup-config