R E V I E W D R A F T - C I S C O C O N F I D E N T I A L
9-21
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
Chapter 9 Configuring the XML Interface
Configuring HTTP and HTTPS Management Traffic Services
The syntax of this command is:
service-policy
input
policy_name
The keywords, arguments, and options are:
•
input—
Specifies that the traffic policy is to be attached to the input direction
of an interface. The traffic policy evaluates all traffic received by that
interface.
•
policy_name
—Name of a previously defined policy map, configured with a
previously created
policy-map
command. The name can be a maximum of 40
alphanumeric characters.
For example, to specify an interface VLAN and apply an XML HTTPS
management policy to the VLAN, enter:
host1/Admin(config)#
interface vlan 50
host1/Admin(config-if)#
ip address 192.168.10.1 255.255.0.0
host1/Admin(config-if)#
service-policy input MGMT_XML-HTTPS_POLICY
For example, to globally apply an XML HTTPS management policy to all of the
VLANs associated with a context, enter:
host1/Admin(config)#
service-policy input MGMT_XML-HTTPS_POLICY
To detach the XML HTTPS management policy from an interface, enter:
host1/Admin(config-if)#
service-policy input MGMT_XML-HTTPS_POLICY
To detach the XML HTTPS management policy from an interface, enter:
host1/Admin(config-if)#
no service-policy input MGMT_XML-HTTPS_POLICY
To globally detach the XML HTTPS management policy from all VLANs
associated with a context, enter:
host1/Admin(config)#
no service-policy input MGMT_XML-HTTPS_POLICY