RUGGEDCOM ROX II
CLI User Guide
Chapter 15
Network Discovery and Management
Viewing NETCONF Statistics 685
A table or list similar to the following example appears:
ruggedcom# show admin netconf
netconf
statistics
in bad hellos 0
in sessions 0
dropped sessions 0
in rpcs 0
in bad rpcs 0
out rpc errors 0
out notifications 0
This table or list provides the following information:
Parameter Description
in-bad-hellos Synopsis: A 32-bit unsigned integer
The total number of sessions silently dropped because an invalid 'hello' message was
received. This includes hello messages with a 'session-id' attribute, bad namespace, and bad
capability declarations.
This parameter is mandatory.
in-sessions Synopsis: A 32-bit unsigned integer
The total number of NETCONF sessions started towards the NETCONF peer. inSessions -
inBadHellos = 'The number of correctly started NETCONF sessions.'
This parameter is mandatory.
dropped-sessions Synopsis: A 32-bit unsigned integer
The total number of NETCONF sessions dropped. inSessions - inBadHellos = 'The number of
correctly started NETCONF sessions.'
This parameter is mandatory.
in-rpcs Synopsis: A 32-bit unsigned integer
The total number of RPC requests received.
This parameter is mandatory.
in-bad-rpcs Synopsis: A 32-bit unsigned integer
The total number of RPCs which were parsed correctly, but couldn't be serviced because they
contained non-conformant XML.
This parameter is mandatory.
out-rpc-errors Synopsis: A 32-bit unsigned integer
The total number of 'rpc-reply' messages with 'rpc-error' sent.
This parameter is mandatory.
out-notifications Synopsis: A 32-bit unsigned integer
The total number of 'notification' messages sent.
This parameter is mandatory.