Service IronWare Administration Guide (Supporting R05.6.00) User Manual

Multi-Service IronWare Administration Guide 299
53-1003028-02
Basic NETCONF operations
8
To display the NETCONF session level statistics, enter the following command.
Syntax: show netconf sessions
Table 44 describes the output of the show netconf sessions command.
TABLE 43 NETCONF server parameters
Field Description
server status The admin status (enabled or disabled) of the NETCONF server. Also displays the SSH
status, when SSH is not enabled.
Port The NETCONF server port number.
Transport The NETCONF transport (currently only SSH is supported).
Start Time The time at which the NETCONF subsystem is started.
Max allowed sessions The maximum number of simultaneous NETCONF sessions supported by the server.
Active sessions The number of active NETCONF sessions.
Hello timeout The NETCONF session hello message timeout in seconds.
Idle timeout The NETCONF session idle message timeout in seconds.
In sessions The number of sessions started.
In bad hellos The number of sessions silently dropped because an invalid hello message was
received.
Dropped sessions The number of sessions that were abnormally terminated (for example, due to transport
close).
In too big rpcs The total number of RPC requests received by the server that are larger than the
supported maximum RPC request size.
In rpcs The total number of correct RPC requests received by the server.
In bad rpcs The total number of incorrect RPC messages received by the server. This includes XML
parse errors and errors on the RPC layer.
Out rpcs The total number of RPC reply messages sent by the server containing an <rpc-ok>
element or <data> element.
Out rpc errors The total number of RPC reply messages sent by the server containing an
<rpc-error> element.
Out too big rpcs The total number of RPC reply messages sent by the server containing an
<rpc-error> element with too-big as the error tag.
Brocade# show netconf session
Session Id: 1 SSH session Id: 1
Username: lab Login time: Feb 7 21:28:47
Client Ip Address: 10.120.73.112
Privilege Level: <edit-config> <get-config> <get> <close-session>
Session Statistics:
In rpcs : 1 In bad rpcs : 0
Out rpcs : 1 Out rpc errors : 0
Edit-Config : 0 Get-Config : 0
Get : 1 Un-supported : 0