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/RP0/CPU0:router(config)#
xml agent
RP/0/RP0/CPU0:router(config-xml-agent)#
vrf VRF1
RP/0/RP0/CPU0:router(config-xml-agent)#
vrf VRF2
The following example illustrates how to remove access to VRF2 from the dedicated agent:
RP/0/RP0/CPU0:router(config)#
xml agent ssl
RP/0/RP0/CPU0:router(config-xml-ssl)#
vrf VRF1
RP/0/RP0/CPU0:router(config-xml-ssl-vrf)#
vrf VRF2
RP/0/RP0/CPU0:router(config)#
xml agent
RP/0/RP0/CPU0:router(config-xml-agent)#
no vrf VRF1
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/RP0/CPU0:router(config)#
xml agent ssl
RP/0/RP0/CPU0:router(config-xml-agent)#
vrf VRF1
RP/0/RP0/CPU0:router(config-xml-agent)#
vrf VRF2
The following example removes access for VRF2 from the dedicated XML agent:
RP/0/RP0/CPU0:router(config)#
xml agent ssl
RP/0/RP0/CPU0:router(config-xml-agent)#
no vrf VRF2
System Management Configuration Guide for Cisco NCS 5000 Series Routers, IOS XR Release 6.2.x
5
Configuring Manageability
Configuration Examples for Manageability