get-media-detail

Returns the media properties of all the interfaces of the managed entity.

Usage

<get-media-detail></get-media-detail>


<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="59">
	<interface xmlns="urn:brocade.com:mgmt:brocade-interface-ext">
		<interface-type>ethernet</interface-type>
		<interface-name>2/5</interface-name>
		<qsfpp>
			<speed>40Gbps</speed>
			<connector>lc</connector>
			<encoding>ieee-802-3ab</encoding>
			<vendor-name>BROCADE         </vendor-name>
			<vendor-oui>00:05:1e</vendor-oui>
			<vendor-pn>57-1000263-01   </vendor-pn>
			<vendor-rev>A </vendor-rev>
			<distance>long-dist</distance>
			<media-form-factor>unknown</media-form-factor>
			<wavelength>26020</wavelength>
			<serial-no>LDF113390001CBS </serial-no>
			<date-code>130928  </date-code>
			<temperature>31</temperature>
			<voltage>3305.7</voltage>
			<current>37.364</current>
			<tx-power>0.0</tx-power>
			<rx-power>2.7</rx-power>
		</qsfpp>
	</interface>
	<interface xmlns="urn:brocade.com:mgmt:brocade-interface-ext">
		<interface-type>ethernet</interface-type>
		<interface-name>2/5</interface-name>
		<sfp>
			<speed>10Gbps</speed>
			<connector>lc</connector>
			<encoding>unknown</encoding>
			<vendor-name>BROCADE</vendor-name>
			<vendor-oui>00:05:1e</vendor-oui>
			<vendor-pn>57-0000076-01</vendor-pn>
			<vendor-rev>A</vendor-rev>
			<distance>unknown</distance>
			<media-form-factor>unknown</media-form-factor>
			<wavelength>1310</wavelength>
			<serial-no>ADF21346000071B </serial-no>
			<date-code>131110</date-code>
			<temperature>36</temperature>
			<voltage>3292.0</voltage>
			<current>38.602</current>
			<tx-power>700.5</tx-power>
			<rx-power>741.6</rx-power>
		</sfp>
	</interface>
</rpc-reply>

Parameters

interface-type
Displays the interface type.
interface-name
Displays the interface name.
speed
Specifies the speed.
connector
Specifies the connector.
encoding
Displays the type of encoding used to transmit the data on this interface.
vendor-name
Displays the vendor of the interface.
vendor-oui
Displays the vendor IEEE company ID.
vendor-pn
Displays the vendor part number.
vendor-rev
Displays the vendor revision level.
distance
Displays the SFP distance.
media-form-factor
Displays the media form factor.
wavelength
Displays the wavelength of pluggable media.
serial-no
Displays the serial number.
date-code
Displays the vendor's manufactoring date code.
temperature
Displays the module temperature (degrees C).
voltage
Indicates the supply voltage (Volts).
current
Displays the laser diode drive current (milliAmps).
tx-power
Displays the transmitted optical power (microWatts).
rx-power
Displays the received optical power (microWatts).