[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

startup errors notification



Hi,

Let's say an agent implementation saves any error and warning
messages that were generated when the <startup> config was
loaded into the <running> config at boot-time.  The default mode
is to continue (if possible) instead of halting.

There is no notification to package these errors so they
can be delivered in a notification.

Therefore, I'm making one up on the fly, hope my XSD is right :-)


XML:

 <notification xmlns="netconf-notification">
   <startup-messages xmlns="netconf-startup-messages">
     <rpc-error>
       ...
     </rpc-error>
     <rpc-error>
       ...
     </rpc-error>
   </startup-messages>
 </notification>

XSD:

 <complexType name="StartupMessages">
   <sequence>
     <element name="rpc-error" type="nc:rpcErrorType"
       minOccurs="0" maxOccurs="unbounded"/>
   </sequence>
 </complexType>

 <element name="startup-messages" type="StartupMessages"/>


Andy


--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>