Specifications

B-43
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
class-map type control
class-map type control
To create an Intelligent Services Gateway (ISG) control class map, which defines the conditions under
which the actions of a control policy map are executed, use the class-map type control command in
global configuration mode. To remove a control class map, use the no form of this command.
class-map type control [match-all | match-any | match-none] class-map-name
no class-map type control [match-all | match-any | match-none] class-map-name
Syntax Description
Command Default A control class map is not created.
Command Modes Global configuration
Command History
Usage Guidelines A control class map specifies conditions that must be met for a control policy to be activated, and,
optionally, the event that causes the class to be evaluated. A control class map can contain multiple
conditions, each of which is evaluated as either true or false. Use the match-any, match-all, and
match-none keywords to specify which, if any, conditions must be true before the control policy is
executed.
A control policy map, which is configured with the policy-map type control command, contains one or
more control policy rules. A control policy rule associates a control class map with one or more actions.
Use the class type control command to associate a control class map with a control policy map.
Examples The following example shows how to configure a control policy in which virtual private dial-up network
(VPDN) forwarding is applied to anyone dialing in from “xyz.com”:
class-map type control match-all MY-FORWARDED-USERS
match unauthenticated-domain "xyz.com"
!
match-all (Optional) Class map evaluates true if all of the conditions in the class map
evaluates true.
match-any (Optional) Class map evaluates true if any of the conditions in the class map
evaluates true.
match-none (Optional) Class map evaluates true if none of the conditions in the class map
evaluates true.
class-map-name Name of the class map.
Release Modification
12.2(28)SB This command was introduced.
12.4(20)MR This command was integrated into Cisco IOS Release 12.4(20)MR.
12.2(33)MRA This command was integrated into Cisco IOS Release 12.2(33)MRA.