11-108
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-01
Chapter 11 XML Transport and Event Notifications
Cisco CRS-1 Series XML Transport and CORBA IDL
<EventID>Number</EventID>
<Timestamp>Number</Timestamp>
<Category>String</Category>
<Group>String</Group>
<Code>String</Code>
<Severity>String</Severity>
<State>String</State>
<CorrelationID>Number</CorrelationID>
<AdditionalText>String</AdditionalText>
</Alarm>
</Event>
Severity and State are enumerations are as follows:
Severity:
Unknown,
Emergency,
Alert,
Critical ,
Error ,
Warning,
Notice,
Informational,
Debug
State:
NotAvailable,
Active,
Clear
Starting the CORBA XML Agent
The CORBA XML agent is started on the router via the xml agent corba command-line interface (CLI)
command. The ssl option is used to enable SSL for any subsequent client-to-agent CORBA connections.
The CORBA XML agent is started as follows:
router# configure terminal
router(config)# xml agent corba ssl
router(config)# commit
router(config)# exit
CORBA XML Limitations
The following limitations apply to the XML transport over CORBA:
• The maximum size of the response data returned to the client application is 32 KB. Responses
containing more than 32 KB will be returned via iterators as described in Chapter 7, “Cisco CRS-1
Series XML and Large Data Retrieval (Iterators).”
• The maximum number of simultaneous client logins that will be accepted by the CORBA XML
agent is five. Each client may in turn have up to four open connections.
• The inactivity timeout for a client connection is 15 minutes. After this timeout the client connection
will be terminated by the CORBA XML agent.