PurposeCommand or Action
Example:
•
Specify the memory size in Mbytes. Values can range
from 100 to 600. The default is 300.
RP/0/RSP0/CPU0:router:router(config-xml-agent)#
throttle memory 300
•
Specify the process-rate as the number of tags that the
XML agent can process per second. Values can range
from 1000 to 30000. By default the process rate is not
throttled.
Configures the dedicated agent or SSL agent to receive and
send messages via the specified VPN routing and forwarding
(VRF) instance.
vrf { default | vrf-name} [access-list access-list-name]
Example:
RP/0/RSP0/CPU0:router:router(config-xml-agent)#
vrf my-vrf
Step 5
Configuration Examples for Manageability
Enabling VRF on an XML Agent: Examples
The following example illustrates how to configure the dedicated XML agent to receive and send messages
via VRF1, VRF2 and the default VRF:
RP/0/RSP0/CPU0:router:router(config)# xml agent
RP/0/RSP0/CPU0:router:router(config-xml-agent)# vrf VRF1
RP/0/RSP0/CPU0:router:router(config-xml-agent)# vrf VRF2
The following example illustrates how to remove access to VRF2 from the dedicated agent:
RP/0/RSP0/CPU0:router:router(config)# xml agent
RP/0/RSP0/CPU0:router:router(config-xml-agent)# no vrf VRF2
The following example shows how to configure the XML SSL agent to receive and send messages through
VRF1, VRF2 and the default VRF:
RP/0/RSP0/CPU0:router:router(config)# xml agent ssl
RP/0/RSP0/CPU0:router:router(config-xml-agent)# vrf VRF1
RP/0/RSP0/CPU0:router:router(config-xml-agent)# vrf VRF2
The following example removes access for VRF2 from the dedicated XML agent:
RP/0/RSP0/CPU0:router:router(config)# xml agent ssl
RP/0/RSP0/CPU0:router:router(config-xml-agent)# no vrf VRF2
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
303
Configuring Manageability
Configuration Examples for Manageability