Specifications
11-112
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-02
Chapter 11 XML Transport and Event Notifications
CORBA XML Agent Initiative
The complete definition of the structured event is as follows:
Fixed header:
<LR_dnsname>.alarm.<event_id>
Filterable data:
filter:SourceID :
filter:Category :
filter:Severity :
Variable header:
variable:SourceID :
variable:Category :
variable:Severity :
Payload:
<?xml version= "1.0" encoding= "UTF-8"?>
<Event Version= "1.0" Module= "AlarmAgent">
<Alarm>
<SourceID>String</SourceID>
<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
CORBA XML Agent Initiative
The CORBA XML agent is started on the router through 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.