get-netconf-client-capabilities

Returns the vendor information for all NETCONF clients.

Usage

<get-netconf-client-capabilities></get-netconf-client-capabilities>

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="57">
	<session xmlns="urn:extreme.com:mgmt:extreme-netconf-ext">
		<session-id>30</session-id>
		<user-name>admin</user-name>
		<vendor>Extreme</vendor>
		<product>NOS Netconf Client</product>
		<version>0.8 beta</version>
		<identity>sgajaraj</identity>
		<af-type>IPV4</af-type>
		<host-ip>172.22.8.111</host-ip>
		<time>2014-06-04T11:00:35+00:00</time>
	</session>
</rpc-reply>

Parameters

session-id
Displays the session ID of the NETCONF client session.
user-name
Displays the login name of the user for the NETCONF client session.
vendor
Displays the vendor name of the NETCONF client session.
product
Displays the product name of the NETCONF client session.
version
Displays the product version of the NETCONF client session.
identity
Displays the identity of the NETCONF client session.
af-type
Specifies the address family type.
host-ip
Displays IP address of NETCONF client session.
time
Displays the login time of NETCONF client session.