Cisco Cisco IOS Software Release 12.4(6)T

Page de 34
Tag and Template
  identity policy (policy-map)
16
Cisco IOS Security Configuration Guide
identity policy (policy-map)
To create an identity policy, use the command in policy map class configuration mode. To remove the 
policy, use the no form of this command.
identity policy {policy-name}
no identity policy {policy-name}
Syntax Description
Command Default
An identity policy is not created.
Command Modes
Policy map configuration
Command History
Usage Guidelines
This command refers to the global identity policy that is configured on the device that contains the access 
policies that are to be applied. Only a single identity policy can be configured under the policy class 
configuration submode. If the identity policy is not defined on the device, an error is generated during 
the application of the policy.
Examples
The following example shows that an identity policy is being configured:
Router (config)# policy-map type control tag healthy_pmap
Router (config-pmap)# class healthy_class
Router (config-pmap-class)# identity policy healthy_identity
Router (config-pmap-class)# end
In the following example, an identity policy named “healthy_policy” is being configured:
Router (config)# identity policy healthy_identity
Router (config-identity-policy)# access-group healthy_acl
Router (config-identity-policy)# end
Related Commands
policy-name
Name of the policy.
Release
Modification
12.4(6)T
This command was introduced. 
Command
Description
class type tag
Associates a class map with a policy map. 
policy-map
Creates or modifies a policy map that can be attached to one or 
more interfaces to specify a service policy.