Specifications

3-464
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) interface PortChannel
(config) interface PortChannel
To configure a port-channel interface, use the interface global configuration command. To disable
selected options, restore default values, or enable a shutdown interface, use the no form of this
command.
interface PortChannel {1 | 2} [description text | ip {access-group {acl-num | acl_name} {in |
out} | address ip-address netmask} | shutdown]
no interface PortChannel {1 | 2} [description text | ip {access-group {acl-num | acl_name} {in |
out} | address ip-address netmask} | shutdown]
Syntax Description
Defaults No default behavior or values.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Examples The following example shows how to create an EtherChannel. The port channel is port channel 2 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 2
WAE(config-if)# ip address 10.10.10.10 255.0.0.0
PortChannel Selects the EtherChannel of interfaces to configure.
1 Sets the port-channel interface number to 1.
2 Sets the port-channel interface number to 2.
description text (Optional) Enters a description of the interface.
ip (Optional) Enables IP configuration commands for the interface.
access-group Configures access control for IP packets on this interface using an access
control list (ACL).
acl_num Numeric identifier that identifies the ACL to apply to the current interface.
For standard ACLs, the valid range is 1–99; for extended ACLs, the valid
range is 100–199.
acl_name Alphanumeric identifier of up to 30 characters, beginning with a letter that
identifies the ACL to apply to the current interface.
in Applies the specified ACL to inbound packets on the current interface.
out Applies the specified ACL to outbound packets on the current interface.
address ip-address
netmask
Sets the interface IP address and netmask.
shutdown (Optional) Shuts down this interface.