Configuring ISG Integration with SCE
How to Configure ISG Integration with SCE
7
DETAILED STEPS
Configuring Control Policy on the Policy Manager
To configure the policy manager to download a service, through rules configured by Cisco IOS command
line interface (CLI) commands, follow the steps in this section.
Configuring Control Policy on the ISG
To configure the control policy on the ISG device, perform the steps in this section.
SUMMARY STEPS
1. enable
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
policy-peer address ip-address keepalive
seconds
Example:
Router(config)# policy-peer address 10.10.10.1
keepalive 6
Configures the keepalive value, in seconds, for a specific
policy defined by the given IP address.
• Valid values are from 5 to 3600.
• The default value is zero (0).
• If the default value is in effect on the ISG device, the
keepalive value proposed by the external policy device
is used.
Step 4
policy-peer keepalive seconds
Example:
Router(config)# policy-peer keepalive 10
Configures the keepalive value, in seconds, globally.
• The range of valid values is from 5 to 3600.
• The default value is zero (0).
• If no per-server keepalive value is configured, the
global value is used.
• If different values are configured on the ISG device and
the SCE, the lower value is used as the keepalive
interval.
• If neither a per-server nor a global value is configured,
the default value of zero is used.
Step 5
exit
Example:
Router(config)# exit
Exits global configuration mode.