get-ip-interface

Returns brief details of all interfaces, loopback and VE interface details of particular managed entity.

Usage

<get-ip-interface></get-ip-interface>

<rpc-reply message-id="307" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
		<interface-type>ethernet</interface-type>
		<interface-name>2/4</interface-name>
		<if-name>ethernet 2/4</if-name>
		<if-state>up</if-state>
		<line-protocol-state>down</line-protocol-state>
		<ip-address>
			<ipv4>unassigned</ipv4>
		</ip-address>
	</interface>
</rpc-reply>

Parameters

interface-type
Displays the network interface name in a VCS environment in the format: slot/port .
interface-name
Displays the interface value.
if-name
The interface display name as in MIB-II's ifTable. However interface-name and interface-type values of this instance forms fully qualified name for this interface.
if-state
Displays the current operational state of the interface.
line-protocol-state
Displays the 'Line protocol' state of the interface.
ipv4
Displays the IP address in dotted decimal/Mask (A.B.C.D/M).