- Command Summary by Mode
- Preface
- Using the WAAS Command-Line Interface
- Cisco WAAS Software Command Summary
- CLI Commands
- EXEC Mode Commands
- Global Configuration Mode Commands
- Interface Configuration Mode Commands
- Standard ACL Configuration Mode Commands
- Extended ACL Configuration Mode Commands
- Preposition Configuration Mode Commands
- Virtual Blade Configuration Mode Commands
- PKI Certificate Authority Configuration Mode Commands
- PKI Global Settings Configuration Mode Commands
- SSL Accelerated Service Configuration Mode Commands
- SSL Cipher List Configuration Mode Commands
- SSL Global Service Configuration Mode Commands
- SSL Host Peering Service Configuration Mode Commands
- SSL Management Service Configuration Mode Commands
- WCCP Configuration Mode Commands
- AppNav Controller Group Configuration Mode Commands
- Service Node Group Configuration Mode Commands
- Service Node Configuration Mode Commands
- Service Context Configuration Mode Commands
- Class Map Configuration Mode Commands
- Policy Map Configuration Mode Commands
- Policy Map Class Configuration Mode Commands
- Acronyms and Abbreviations
AppNav Controller Group Configuration Mode Commands
To configure an AppNav Controller group (ANCG) that is part of an AppNav Cluster, use the service-insertion appnav-controller-group global configuration command. To unconfigure settings, use the no form of this command.
service-insertion appnav-controller-group ancgroupname{description description | appnav-controller ip-address [description description]}
no service-insertion appnav-controller-group ancgroupname {description description | appnav-controller ip-address [description description]}
Syntax Description
Defaults
No default behavior or values.
Command Modes
global configuration
Device Modes
appnav-controller
Usage Guidelines
Use the service-insertion appnav-controller-group command to configure an ANCG that is part of a AppNav Cluster. This command initiates the AppNav Controller group configuration mode, which is indicated by a different prompt (config-scg). To return to global configuration mode, enter the exit command.
Each ANC in the AppNav Cluster must be configured with the settings for each ANCG in the cluster by using the service-insertion appnav-controller-group command.
An ANCG can contain a maximum of eight ANCs.
Examples
The following example shows how to configure and enable an ANCG with two ANC members, on an ANC:
ANC(config)# service-insertion appnav-controller-group myControllerGroup
ANC(config-scg)# description AppNav Controller group
ANC(config-scg)# appnav-controller 10.10.8.15 description Primary controller
ANC(config-scg)# appnav-controller 10.10.8.16 description Secondary controller
Related Commands
(config-scg) appnav-controller
(config-scg) appnav-controller
To configure the IP address and description of an ANC to be added to the ANCG, use the appnav-controller AppNav Controller group configuration command. To unconfigure the IP address or description, use the no form of this command.
appnav-controller ip-address [description description]
no appnav-controller ip-address [description description]
Syntax Description
Defaults
No default behavior or values.
Command Modes
AppNav Controller group configuration
Device Modes
appnav-controller
Usage Guidelines
An ANCG can contain a maximum of eight ANCs.
Examples
The following example shows how to configure the IP addresses of two ANCs in an ANCG:
ANC(config)# service-insertion appnav-controller-group myControllerGroup
ANC(config-scg)# appnav-controller 10.10.8.15 description Primary controller
ANC(config-scg)# appnav-controller 10.10.8.16 description Secondary controller
Related Commands
(config-scg) description
To configure the ANC description, use the description AppNav Controller group configuration command. To unconfigure the description, use the no form of this command.
description description
no description description
Syntax Description
description |
Specifies a description of the ANC with up to 200 alphanumeric and space characters. |
Defaults
No default behavior or values.
Command Modes
AppNav Controller group configuration
Device Modes
appnav-controller
Examples
The following example shows how to configure an ANC description:
ANC(config)# service-insertion appnav-controller-group myControllerGroup
ANC(config-scg)# description AppNav Controller group
Related Commands
(config-scg) appnav-controller