show interface

show interface
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface": [
        {
            "ROW_interface": [
                {
                    "admin_beacon_mode": "off",
                    "admin_mode": "auto",
                    "admin_rxbufsize": 2112,
                    "admin_trunk_mode": "on",
                    "hardware": "Fibre Channel",
                    "interface": "fc1/1",
                    "interface_last_changed": "Wed Nov 10 14:12:35 1976",
                    "last_cleared_time": "never",
                    "logical_type": "Unknown(0)",
                    "oper_port_state": "down",
                    "port_down_reason": "Link failure or not-connected",
                    "port_vsan": 1,
                    "port_wwn": "20:01:00:2a:6a:fd:04:a0",
                    "rx_bytes": 1529072,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 28453,
                    "rx_invalid_crc": 0,
                    "rx_loop_inits": 1,
                    "rx_lrr": 1,
                    "rx_nos": 0,
                    "rx_ols": 1,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "sfp": "SFP is short wave laser w/o OFC (SN)",
                    "snmp_trap": "enabled",
                    "tx_bytes": 2290864,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 28454,
                    "tx_loop_inits": 1,
                    "tx_lrr": 1,
                    "tx_nos": 1,
                    "tx_ols": 1,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "admin_b2b_state_change": "on",
                    "admin_beacon_mode": "off",
                    "admin_mode": "F",
                    "admin_rxbufsize": 2112,
                    "admin_speed": "auto",
                    "admin_trunk_mode": "on",
                    "b2b_state_change_neg_val": 14,
                    "fcid": "0xab1800",
                    "flow_control": "R_RDY",
                    "hardware": "Fibre Channel",
                    "interface": "fc1/2",
                    "interface_last_changed": "Tue Nov  9 12:16:33 1976",
                    "last_cleared_time": "never",
                    "logical_type": "edge",
                    "oper_b2b_state_change": "up",
                    "oper_mode": "F",
                    "oper_port_state": "up",
                    "oper_rxbbcredit": 64,
                    "oper_speed": "8 Gbps",
                    "oper_txbbcredit": 64,
                    "peer_port_wwn": "20:03:8c:60:4f:19:b4:70",
                    "port_vsan": 1,
                    "port_wwn": "20:02:00:2a:6a:fd:04:a0",
                    "rate_mode": "dedicated",
                    "rx_b2b_credit_remain": 64,
                    "rx_bytes": 162116,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 3111,
                    "rx_invalid_crc": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "sfp": "SFP is short wave laser w/o OFC (SN)",
                    "snmp_trap": "enabled",
                    "tx_b2b_credit_remain": 64,
                    "tx_b2b_low_pri_cre": 64,
                    "tx_bytes": 4917992,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 3120,
                    "tx_loop_inits": 0,
                    "tx_lrr": 1,
                    "tx_nos": 0,
                    "tx_ols": 1,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "admin_beacon_mode": "off",
                    "admin_mode": "F",
                    "admin_rxbufsize": 2112,
                    "admin_trunk_mode": "off",
                    "hardware": "Fibre Channel",
                    "interface": "fc1/3",
                    "last_cleared_time": "never",
                    "logical_type": "Unknown(0)",
                    "oper_port_state": "down",
                    "port_down_reason": "Link failure or not-connected",
                    "port_vsan": 1,
                    "port_wwn": "20:03:00:2a:6a:fd:04:a0",
                    "rx_bytes": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_invalid_crc": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "sfp": "SFP is short wave laser w/o OFC (SN)",
                    "snmp_trap": "enabled",
                    "tx_bytes": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "admin_beacon_mode": "off",
                    "admin_mode": "auto",
                    "admin_rxbufsize": 2112,
                    "admin_trunk_mode": "on",
                    "hardware": "Fibre Channel",
                    "interface": "fc1/4",
                    "last_cleared_time": "never",
                    "logical_type": "Unknown(0)",
                    "oper_port_state": "down",
                    "port_down_reason": "Link failure or not-connected",
                    "port_vsan": 1,
                    "port_wwn": "20:04:00:2a:6a:fd:04:a0",
                    "rx_bytes": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_invalid_crc": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "sfp": "SFP is short wave laser w/o OFC (SN)",
                    "snmp_trap": "enabled",
                    "tx_bytes": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "admin_beacon_mode": "off",
                    "admin_mode": "auto",
                    "admin_rxbufsize": 2112,
                    "admin_trunk_mode": "on",
                    "hardware": "Fibre Channel",
                    "interface": "fc1/5",
                    "last_cleared_time": "never",
                    "logical_type": "Unknown(0)",
                    "oper_port_state": "down",
                    "port_down_reason": "Link failure or not-connected",
                    "port_vsan": 1,
                    "port_wwn": "20:05:00:2a:6a:fd:04:a0",
                    "rx_bytes": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_invalid_crc": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "sfp": "SFP is short wave laser w/o OFC (SN)",
                    "snmp_trap": "enabled",
                    "tx_bytes": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                }
            ]
        },
        {
            "ROW_interface": [
                {
                    "admin_state": "down",
                    "eth_autoneg": "on",
                    "eth_babbles": 0,
                    "eth_bad_eth": 0,
                    "eth_bad_proto": 0,
                    "eth_beacon": "off",
                    "eth_bia_addr": "74a2.e661.9d65",
                    "eth_bw": 10000000,
                    "eth_clear_counters": "never",
                    "eth_coll": 0,
                    "eth_crc": 0,
                    "eth_deferred": 0,
                    "eth_dly": 10,
                    "eth_dribble": 0,
                    "eth_duplex": "auto",
                    "eth_encap": "ARPA",
                    "eth_frame": 0,
                    "eth_giants": 0,
                    "eth_hw_addr": "74a2.e661.9d65",
                    "eth_hw_desc": "10000 Ethernet",
                    "eth_ignored": 0,
                    "eth_in_flowctrl": "off",
                    "eth_in_ifdown_drops": 0,
                    "eth_inbcast": 0,
                    "eth_inbytes": 0,
                    "eth_indiscard": 0,
                    "eth_inerr": 0,
                    "eth_inmcast": 0,
                    "eth_inpause": 0,
                    "eth_inpkts": 0,
                    "eth_inrate1_bits": 0,
                    "eth_inrate1_pkts": 0,
                    "eth_inrate1_summary_bits": "0 bps",
                    "eth_inrate1_summary_pkts": "0 pps",
                    "eth_inrate2_bits": 0,
                    "eth_inrate2_pkts": 0,
                    "eth_inrate2_summary_bits": "0 bps",
                    "eth_inrate2_summary_pkts": "0 pps",
                    "eth_inucast": 0,
                    "eth_jumbo_inpkts": 0,
                    "eth_jumbo_outpkts": 0,
                    "eth_latecoll": 0,
                    "eth_link_flapped": "never",
                    "eth_load_interval1_rx": 30,
                    "eth_load_interval1_tx": 30,
                    "eth_load_interval2_rx": 300,
                    "eth_load_interval2_tx": 300,
                    "eth_lostcarrier": 0,
                    "eth_mdix": "off",
                    "eth_media": "10G",
                    "eth_mode": "access",
                    "eth_mtu": "  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes",
                    "eth_nobuf": 0,
                    "eth_nocarrier": 0,
                    "eth_out_flowctrl": "off",
                    "eth_outbcast": 0,
                    "eth_outbytes": 0,
                    "eth_outdiscard": 0,
                    "eth_outerr": 0,
                    "eth_outmcast": 0,
                    "eth_outpause": 0,
                    "eth_outpkts": 0,
                    "eth_outrate1_bits": 0,
                    "eth_outrate1_pkts": 0,
                    "eth_outrate1_summary_bits": "0 bps",
                    "eth_outrate1_summary_pkts": "0 pps",
                    "eth_outrate2_bits": 0,
                    "eth_outrate2_pkts": 0,
                    "eth_outrate2_summary_bits": "0 bps",
                    "eth_outrate2_summary_pkts": "0 pps",
                    "eth_outucast": 0,
                    "eth_overrun": 0,
                    "eth_ratemode": "dedicated",
                    "eth_reliability": "255",
                    "eth_reset_cntr": 0,
                    "eth_runts": 0,
                    "eth_rxload": "1",
                    "eth_speed": "auto-speed",
                    "eth_storm_supp": 0,
                    "eth_swt_monitor": "off",
                    "eth_txload": "1",
                    "eth_underrun": 0,
                    "eth_watchdog": 0,
                    "interface": "Ethernet1/1",
                    "medium": "broadcast",
                    "share_state": "Dedicated",
                    "state": "down",
                    "state_rsn_desc": "Administratively down"
                },
                {
                    "admin_state": "down",
                    "eth_autoneg": "on",
                    "eth_babbles": 0,
                    "eth_bad_eth": 0,
                    "eth_bad_proto": 0,
                    "eth_beacon": "off",
                    "eth_bia_addr": "74a2.e661.9d66",
                    "eth_bw": 10000000,
                    "eth_clear_counters": "never",
                    "eth_coll": 0,
                    "eth_crc": 0,
                    "eth_deferred": 0,
                    "eth_dly": 10,
                    "eth_dribble": 0,
                    "eth_duplex": "auto",
                    "eth_encap": "ARPA",
                    "eth_frame": 0,
                    "eth_giants": 0,
                    "eth_hw_addr": "74a2.e661.9d66",
                    "eth_hw_desc": "10000 Ethernet",
                    "eth_ignored": 0,
                    "eth_in_flowctrl": "off",
                    "eth_in_ifdown_drops": 0,
                    "eth_inbcast": 0,
                    "eth_inbytes": 0,
                    "eth_indiscard": 0,
                    "eth_inerr": 0,
                    "eth_inmcast": 0,
                    "eth_inpause": 0,
                    "eth_inpkts": 0,
                    "eth_inrate1_bits": 0,
                    "eth_inrate1_pkts": 0,
                    "eth_inrate1_summary_bits": "0 bps",
                    "eth_inrate1_summary_pkts": "0 pps",
                    "eth_inrate2_bits": 0,
                    "eth_inrate2_pkts": 0,
                    "eth_inrate2_summary_bits": "0 bps",
                    "eth_inrate2_summary_pkts": "0 pps",
                    "eth_inucast": 0,
                    "eth_jumbo_inpkts": 0,
                    "eth_jumbo_outpkts": 0,
                    "eth_latecoll": 0,
                    "eth_link_flapped": "never",
                    "eth_load_interval1_rx": 30,
                    "eth_load_interval1_tx": 30,
                    "eth_load_interval2_rx": 300,
                    "eth_load_interval2_tx": 300,
                    "eth_lostcarrier": 0,
                    "eth_mdix": "off",
                    "eth_mode": "access",
                    "eth_mtu": "  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes",
                    "eth_nobuf": 0,
                    "eth_nocarrier": 0,
                    "eth_out_flowctrl": "off",
                    "eth_outbcast": 0,
                    "eth_outbytes": 0,
                    "eth_outdiscard": 0,
                    "eth_outerr": 0,
                    "eth_outmcast": 0,
                    "eth_outpause": 0,
                    "eth_outpkts": 0,
                    "eth_outrate1_bits": 0,
                    "eth_outrate1_pkts": 0,
                    "eth_outrate1_summary_bits": "0 bps",
                    "eth_outrate1_summary_pkts": "0 pps",
                    "eth_outrate2_bits": 0,
                    "eth_outrate2_pkts": 0,
                    "eth_outrate2_summary_bits": "0 bps",
                    "eth_outrate2_summary_pkts": "0 pps",
                    "eth_outucast": 0,
                    "eth_overrun": 0,
                    "eth_reliability": "255",
                    "eth_reset_cntr": 0,
                    "eth_runts": 0,
                    "eth_rxload": "1",
                    "eth_speed": "auto-speed",
                    "eth_storm_supp": 0,
                    "eth_swt_monitor": "off",
                    "eth_txload": "1",
                    "eth_underrun": 0,
                    "eth_watchdog": 0,
                    "interface": "Ethernet1/2",
                    "medium": "broadcast",
                    "share_state": "Dedicated",
                    "state": "down",
                    "state_rsn_desc": "SFP not inserted"
                },
                {
                    "admin_state": "down",
                    "eth_autoneg": "on",
                    "eth_babbles": 0,
                    "eth_bad_eth": 0,
                    "eth_bad_proto": 0,
                    "eth_beacon": "off",
                    "eth_bia_addr": "74a2.e661.9d67",
                    "eth_bw": 10000000,
                    "eth_clear_counters": "never",
                    "eth_coll": 0,
                    "eth_crc": 0,
                    "eth_deferred": 0,
                    "eth_dly": 10,
                    "eth_dribble": 0,
                    "eth_duplex": "auto",
                    "eth_encap": "ARPA",
                    "eth_frame": 0,
                    "eth_giants": 0,
                    "eth_hw_addr": "74a2.e661.9d67",
                    "eth_hw_desc": "10000 Ethernet",
                    "eth_ignored": 0,
                    "eth_in_flowctrl": "off",
                    "eth_in_ifdown_drops": 0,
                    "eth_inbcast": 0,
                    "eth_inbytes": 0,
                    "eth_indiscard": 0,
                    "eth_inerr": 0,
                    "eth_inmcast": 0,
                    "eth_inpause": 0,
                    "eth_inpkts": 0,
                    "eth_inrate1_bits": 0,
                    "eth_inrate1_pkts": 0,
                    "eth_inrate1_summary_bits": "0 bps",
                    "eth_inrate1_summary_pkts": "0 pps",
                    "eth_inrate2_bits": 0,
                    "eth_inrate2_pkts": 0,
                    "eth_inrate2_summary_bits": "0 bps",
                    "eth_inrate2_summary_pkts": "0 pps",
                    "eth_inucast": 0,
                    "eth_jumbo_inpkts": 0,
                    "eth_jumbo_outpkts": 0,
                    "eth_latecoll": 0,
                    "eth_link_flapped": "never",
                    "eth_load_interval1_rx": 30,
                    "eth_load_interval1_tx": 30,
                    "eth_load_interval2_rx": 300,
                    "eth_load_interval2_tx": 300,
                    "eth_lostcarrier": 0,
                    "eth_mdix": "off",
                    "eth_media": "10G",
                    "eth_mode": "access",
                    "eth_mtu": "  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes",
                    "eth_nobuf": 0,
                    "eth_nocarrier": 0,
                    "eth_out_flowctrl": "off",
                    "eth_outbcast": 0,
                    "eth_outbytes": 0,
                    "eth_outdiscard": 0,
                    "eth_outerr": 0,
                    "eth_outmcast": 0,
                    "eth_outpause": 0,
                    "eth_outpkts": 0,
                    "eth_outrate1_bits": 0,
                    "eth_outrate1_pkts": 0,
                    "eth_outrate1_summary_bits": "0 bps",
                    "eth_outrate1_summary_pkts": "0 pps",
                    "eth_outrate2_bits": 0,
                    "eth_outrate2_pkts": 0,
                    "eth_outrate2_summary_bits": "0 bps",
                    "eth_outrate2_summary_pkts": "0 pps",
                    "eth_outucast": 0,
                    "eth_overrun": 0,
                    "eth_ratemode": "dedicated",
                    "eth_reliability": "255",
                    "eth_reset_cntr": 0,
                    "eth_runts": 0,
                    "eth_rxload": "1",
                    "eth_speed": "auto-speed",
                    "eth_storm_supp": 0,
                    "eth_swt_monitor": "off",
                    "eth_txload": "1",
                    "eth_underrun": 0,
                    "eth_watchdog": 0,
                    "interface": "Ethernet1/3",
                    "medium": "broadcast",
                    "share_state": "Dedicated",
                    "state": "down",
                    "state_rsn_desc": "Administratively down"
                },
                {
                    "admin_state": "down",
                    "eth_autoneg": "on",
                    "eth_babbles": 0,
                    "eth_bad_eth": 0,
                    "eth_bad_proto": 0,
                    "eth_beacon": "off",
                    "eth_bia_addr": "74a2.e661.9d68",
                    "eth_bw": 10000000,
                    "eth_clear_counters": "never",
                    "eth_coll": 0,
                    "eth_crc": 0,
                    "eth_deferred": 0,
                    "eth_dly": 10,
                    "eth_dribble": 0,
                    "eth_duplex": "auto",
                    "eth_encap": "ARPA",
                    "eth_frame": 0,
                    "eth_giants": 0,
                    "eth_hw_addr": "74a2.e661.9d68",
                    "eth_hw_desc": "10000 Ethernet",
                    "eth_ignored": 0,
                    "eth_in_flowctrl": "off",
                    "eth_in_ifdown_drops": 0,
                    "eth_inbcast": 0,
                    "eth_inbytes": 0,
                    "eth_indiscard": 0,
                    "eth_inerr": 0,
                    "eth_inmcast": 0,
                    "eth_inpause": 0,
                    "eth_inpkts": 0,
                    "eth_inrate1_bits": 0,
                    "eth_inrate1_pkts": 0,
                    "eth_inrate1_summary_bits": "0 bps",
                    "eth_inrate1_summary_pkts": "0 pps",
                    "eth_inrate2_bits": 0,
                    "eth_inrate2_pkts": 0,
                    "eth_inrate2_summary_bits": "0 bps",
                    "eth_inrate2_summary_pkts": "0 pps",
                    "eth_inucast": 0,
                    "eth_jumbo_inpkts": 0,
                    "eth_jumbo_outpkts": 0,
                    "eth_latecoll": 0,
                    "eth_link_flapped": "never",
                    "eth_load_interval1_rx": 30,
                    "eth_load_interval1_tx": 30,
                    "eth_load_interval2_rx": 300,
                    "eth_load_interval2_tx": 300,
                    "eth_lostcarrier": 0,
                    "eth_mdix": "off",
                    "eth_media": "10G",
                    "eth_mode": "access",
                    "eth_mtu": "  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes",
                    "eth_nobuf": 0,
                    "eth_nocarrier": 0,
                    "eth_out_flowctrl": "off",
                    "eth_outbcast": 0,
                    "eth_outbytes": 0,
                    "eth_outdiscard": 0,
                    "eth_outerr": 0,
                    "eth_outmcast": 0,
                    "eth_outpause": 0,
                    "eth_outpkts": 0,
                    "eth_outrate1_bits": 0,
                    "eth_outrate1_pkts": 0,
                    "eth_outrate1_summary_bits": "0 bps",
                    "eth_outrate1_summary_pkts": "0 pps",
                    "eth_outrate2_bits": 0,
                    "eth_outrate2_pkts": 0,
                    "eth_outrate2_summary_bits": "0 bps",
                    "eth_outrate2_summary_pkts": "0 pps",
                    "eth_outucast": 0,
                    "eth_overrun": 0,
                    "eth_ratemode": "dedicated",
                    "eth_reliability": "255",
                    "eth_reset_cntr": 0,
                    "eth_runts": 0,
                    "eth_rxload": "1",
                    "eth_speed": "auto-speed",
                    "eth_storm_supp": 0,
                    "eth_swt_monitor": "off",
                    "eth_txload": "1",
                    "eth_underrun": 0,
                    "eth_watchdog": 0,
                    "interface": "Ethernet1/4",
                    "medium": "broadcast",
                    "share_state": "Dedicated",
                    "state": "down",
                    "state_rsn_desc": "Administratively down"
                },
                {
                    "admin_state": "down",
                    "eth_autoneg": "on",
                    "eth_babbles": 0,
                    "eth_bad_eth": 0,
                    "eth_bad_proto": 0,
                    "eth_beacon": "off",
                    "eth_bia_addr": "74a2.e661.9d69",
                    "eth_bw": 10000000,
                    "eth_clear_counters": "never",
                    "eth_coll": 0,
                    "eth_crc": 0,
                    "eth_deferred": 0,
                    "eth_dly": 10,
                    "eth_dribble": 0,
                    "eth_duplex": "auto",
                    "eth_encap": "ARPA",
                    "eth_frame": 0,
                    "eth_giants": 0,
                    "eth_hw_addr": "74a2.e661.9d69",
                    "eth_hw_desc": "10000 Ethernet",
                    "eth_ignored": 0,
                    "eth_in_flowctrl": "off",
                    "eth_in_ifdown_drops": 0,
                    "eth_inbcast": 0,
                    "eth_inbytes": 0,
                    "eth_indiscard": 0,
                    "eth_inerr": 0,
                    "eth_inmcast": 0,
                    "eth_inpause": 0,
                    "eth_inpkts": 0,
                    "eth_inrate1_bits": 0,
                    "eth_inrate1_pkts": 0,
                    "eth_inrate1_summary_bits": "0 bps",
                    "eth_inrate1_summary_pkts": "0 pps",
                    "eth_inrate2_bits": 0,
                    "eth_inrate2_pkts": 0,
                    "eth_inrate2_summary_bits": "0 bps",
                    "eth_inrate2_summary_pkts": "0 pps",
                    "eth_inucast": 0,
                    "eth_jumbo_inpkts": 0,
                    "eth_jumbo_outpkts": 0,
                    "eth_latecoll": 0,
                    "eth_link_flapped": "never",
                    "eth_load_interval1_rx": 30,
                    "eth_load_interval1_tx": 30,
                    "eth_load_interval2_rx": 300,
                    "eth_load_interval2_tx": 300,
                    "eth_lostcarrier": 0,
                    "eth_mdix": "off",
                    "eth_mode": "access",
                    "eth_mtu": "  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes",
                    "eth_nobuf": 0,
                    "eth_nocarrier": 0,
                    "eth_out_flowctrl": "off",
                    "eth_outbcast": 0,
                    "eth_outbytes": 0,
                    "eth_outdiscard": 0,
                    "eth_outerr": 0,
                    "eth_outmcast": 0,
                    "eth_outpause": 0,
                    "eth_outpkts": 0,
                    "eth_outrate1_bits": 0,
                    "eth_outrate1_pkts": 0,
                    "eth_outrate1_summary_bits": "0 bps",
                    "eth_outrate1_summary_pkts": "0 pps",
                    "eth_outrate2_bits": 0,
                    "eth_outrate2_pkts": 0,
                    "eth_outrate2_summary_bits": "0 bps",
                    "eth_outrate2_summary_pkts": "0 pps",
                    "eth_outucast": 0,
                    "eth_overrun": 0,
                    "eth_reliability": "255",
                    "eth_reset_cntr": 0,
                    "eth_runts": 0,
                    "eth_rxload": "1",
                    "eth_speed": "auto-speed",
                    "eth_storm_supp": 0,
                    "eth_swt_monitor": "off",
                    "eth_txload": "1",
                    "eth_underrun": 0,
                    "eth_watchdog": 0,
                    "interface": "Ethernet1/5",
                    "medium": "broadcast",
                    "share_state": "Dedicated",
                    "state": "down",
                    "state_rsn_desc": "SFP not inserted"
                }
            ]
        }
    ],
    "TABLE_interface_fcip": {
        "ROW_interface_fcip": [
            {
                "TABLE_tcp_conn": {
                    "ROW_tcp_conn": [
                        {
                            "rx_bytes": 0,
                            "rx_c2_3_bytes": 0,
                            "rx_c2_3_frames": 0,
                            "rx_cf_bytes": 0,
                            "rx_cf_frames": 0,
                            "rx_error_frames": 0,
                            "rx_packets": 0,
                            "rx_rate_bits_ps": 0,
                            "rx_rate_bytes_ps": 0,
                            "rx_rate_frames_ps": 0,
                            "rx_reass_frames": 0,
                            "rx_tstamp_error": 0,
                            "tx_bytes": 0,
                            "tx_c2_3_bytes": 0,
                            "tx_c2_3_frames": 0,
                            "tx_cf_bytes": 0,
                            "tx_cf_frames": 0,
                            "tx_error_frames": 0,
                            "tx_packets": 0,
                            "tx_rate_bits_ps": 0,
                            "tx_rate_bytes_ps": 0,
                            "tx_rate_frames_ps": 0
                        }
                    ]
                },
                "admin_mode": "auto",
                "admin_tape_acc": "off",
                "admin_trunk_mode": "on",
                "admin_write_acc": "off",
                "ficon_loadbal_acc": "off for all vsans",
                "ficon_tape_acc": "off",
                "ficon_xrc_acc": "off",
                "hardware": "IPStorage",
                "interface": "fcip1",
                "ip_compression": "disabled",
                "max_tcp_conn": 2,
                "num_active_conn": 0,
                "num_conn_attr": 0,
                "num_conn_drops": 0,
                "oper_port_state": "down",
                "port_down_reason": "Tunnel port src interface unbound",
                "port_vsan": 1,
                "port_wwn": "00:00:00:00:00:00:00:00",
                "qos_control": 0,
                "qos_data": 0,
                "snmp_trap": "enabled",
                "tape_acc_bufsize": "automatic"
            }
        ]
    },
    "TABLE_interface_ipstorage": {
        "ROW_interface_ipstorage": [
            {
                "auto_negotiation": "on",
                "beacon_status": "off",
                "hardware": "IPStorage",
                "interface": "IPStorage1/1",
                "mac_address": "74a2.e661.9d63",
                "mtu": 1500,
                "oper_mode": "IPS",
                "oper_port_state": "down",
                "port_down_reason": "Administratively down",
                "rx_bytes": 0,
                "rx_compressed": 0,
                "rx_error_frames": 0,
                "rx_errors": 0,
                "rx_fifo": 0,
                "rx_mcast_frames": 0,
                "rx_overrun": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "tx_bytes": 0,
                "tx_carrier_errors": 0,
                "tx_collisions": 0,
                "tx_errors": 0,
                "tx_fifo": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_underruns": 0
            },
            {
                "auto_negotiation": "on",
                "beacon_status": "off",
                "hardware": "IPStorage",
                "interface": "IPStorage1/2",
                "mac_address": "74a2.e661.9d64",
                "mtu": 1500,
                "oper_mode": "IPS",
                "oper_port_state": "down",
                "port_down_reason": "Administratively down",
                "rx_bytes": 0,
                "rx_compressed": 0,
                "rx_error_frames": 0,
                "rx_errors": 0,
                "rx_fifo": 0,
                "rx_mcast_frames": 0,
                "rx_overrun": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "tx_bytes": 0,
                "tx_carrier_errors": 0,
                "tx_collisions": 0,
                "tx_errors": 0,
                "tx_fifo": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_underruns": 0
            }
        ]
    },
    "TABLE_interface_iscsi": {
        "ROW_interface_iscsi": [
            {
                "admin_mode": "ISCSI",
                "burst_size_in_kb": 50,
                "conf_rtt_in_usec": 1000,
                "forwarding_mode": "store-and-forward",
                "hardware": "IPStorage",
                "initiator_id_mode": "name",
                "interface": "iscsi1/1",
                "jitter_in_us": 500,
                "keepalive_in_sec": 60,
                "local_port": 3260,
                "max_bw_in_kbps": 10000000,
                "max_retrans": 4,
                "min_avail_bw_in_kbps": 70000,
                "min_retrans_in_ms": 300,
                "num_disc_sess": 0,
                "num_iscsi_sess": 0,
                "num_tcp_conn": 0,
                "oper_port_state": "down",
                "pmtu_disc": "enabled",
                "port_down_reason": "Administratively down",
                "port_vsan": 1,
                "port_wwn": "20:29:00:2a:6a:fd:04:a0",
                "qos": 0,
                "reset_timeout_in_sec": 3600,
                "rx_bytes": 0,
                "rx_cmd_pdus": 0,
                "rx_data_bytes": 0,
                "rx_data_pdus": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_unsol_bytes": 0,
                "sack": "enabled",
                "send_buff_size_in_kb": 4096,
                "snmp_trap": "enabled",
                "tmf_queueing_mode": "enabled",
                "trans_rdy_frame": 0,
                "tx_bytes": 0,
                "tx_data_bytes": 0,
                "tx_data_pdus": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_resp_frame": 0,
                "tx_resp_sense_frame": 0
            },
            {
                "admin_mode": "ISCSI",
                "burst_size_in_kb": 50,
                "conf_rtt_in_usec": 1000,
                "forwarding_mode": "store-and-forward",
                "hardware": "IPStorage",
                "initiator_id_mode": "name",
                "interface": "iscsi1/2",
                "jitter_in_us": 500,
                "keepalive_in_sec": 60,
                "local_port": 3260,
                "max_bw_in_kbps": 10000000,
                "max_retrans": 4,
                "min_avail_bw_in_kbps": 70000,
                "min_retrans_in_ms": 300,
                "num_disc_sess": 0,
                "num_iscsi_sess": 0,
                "num_tcp_conn": 0,
                "oper_port_state": "down",
                "pmtu_disc": "enabled",
                "port_down_reason": "Administratively down",
                "port_vsan": 1,
                "port_wwn": "20:31:00:2a:6a:fd:04:a0",
                "qos": 0,
                "reset_timeout_in_sec": 3600,
                "rx_bytes": 0,
                "rx_cmd_pdus": 0,
                "rx_data_bytes": 0,
                "rx_data_pdus": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_unsol_bytes": 0,
                "sack": "enabled",
                "send_buff_size_in_kb": 4096,
                "snmp_trap": "enabled",
                "tmf_queueing_mode": "enabled",
                "trans_rdy_frame": 0,
                "tx_bytes": 0,
                "tx_data_bytes": 0,
                "tx_data_pdus": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_resp_frame": 0,
                "tx_resp_sense_frame": 0
            }
        ]
    },
    "TABLE_interface_mgmt": {
        "ROW_interface_mgmt": [
            {
                "bw": "1000",
                "bw_state": "full",
                "hardware": "GigabitEthernet",
                "interface": "mgmt0",
                "ip_address": "10.197.155.246/24",
                "ipv6_address": [
                    "6666::6/48",
                    "fe80::76a2:e6ff:fe61:9d60/64"
                ],
                "mac_address": "74a2.e661.9d60",
                "mtu": 1500,
                "rx_bytes": 540883948,
                "rx_compressed": 0,
                "rx_dropped": 0,
                "rx_error_frames": 0,
                "rx_errors": 0,
                "rx_fifo_errors": 0,
                "rx_mcast_frames": 0,
                "rx_packets": 4754654,
                "status": "up",
                "tx_bytes": 51878354,
                "tx_carrier_errors": 0,
                "tx_collisions": 0,
                "tx_dropped": 0,
                "tx_errors": 0,
                "tx_fifo_errors": 0,
                "tx_packets": 241132
            }
        ]
    },
    "TABLE_interface_sup": {
        "ROW_interface_sup": [
            {
                "hardware": "Fibre Channel",
                "interface": "sup-fc0",
                "rx_bytes": 140075068,
                "rx_compressed": 0,
                "rx_dropped": 0,
                "rx_error_frames": 0,
                "rx_errors": 0,
                "rx_fifo_errors": 0,
                "rx_mcast_frames": 0,
                "rx_packets": 775617,
                "speed": "1",
                "status": "up",
                "tx_bytes": 145592868,
                "tx_carrier_errors": 0,
                "tx_collisions": 0,
                "tx_dropped": 0,
                "tx_errors": 0,
                "tx_fifo_errors": 0,
                "tx_packets": 775626
            }
        ]
    }
}

     <TABLE_interface>
      <ROW_interface>
       <interface>fc1/1</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Link failure or not-connected</port_down_reason>
       <hardware>Fibre Channel</hardware>
       <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
       <port_wwn>20:01:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>auto</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <admin_rxbufsize>2112</admin_rxbufsize>
       <admin_beacon_mode>off</admin_beacon_mode>
       <logical_type>Unknown(0)</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>28453</rx_frames>
       <rx_bytes>1529072</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>28454</tx_frames>
       <tx_bytes>2290864</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>1</rx_ols>
       <rx_lrr>1</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>1</rx_loop_inits>
       <tx_ols>1</tx_ols>
       <tx_lrr>1</tx_lrr>
       <tx_nos>1</tx_nos>
       <tx_loop_inits>1</tx_loop_inits>
       <interface_last_changed>Wed Nov 10 14:12:35 1976</interface_last_changed>
       <last_cleared_time>never</last_cleared_time>
      </ROW_interface>
      <ROW_interface>
       <interface>fc1/2</interface>
       <oper_port_state>up</oper_port_state>
       <hardware>Fibre Channel</hardware>
       <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
       <port_wwn>20:02:00:2a:6a:fd:04:a0</port_wwn>
       <peer_port_wwn>20:03:8c:60:4f:19:b4:70</peer_port_wwn>
       <admin_mode>F</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <oper_mode>F</oper_mode>
       <fcid>0xab1800</fcid>
       <port_vsan>1</port_vsan>
       <admin_speed>auto</admin_speed>
       <oper_speed>8 Gbps</oper_speed>
       <rate_mode>dedicated</rate_mode>
       <flow_control>R_RDY</flow_control>
       <oper_txbbcredit>64</oper_txbbcredit>
       <oper_rxbbcredit>64</oper_rxbbcredit>
       <admin_b2b_state_change>on</admin_b2b_state_change>
       <oper_b2b_state_change>up</oper_b2b_state_change>
       <b2b_state_change_neg_val>14</b2b_state_change_neg_val>
       <admin_rxbufsize>2112</admin_rxbufsize>
       <admin_beacon_mode>off</admin_beacon_mode>
       <logical_type>edge</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>3111</rx_frames>
       <rx_bytes>162116</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>3120</tx_frames>
       <tx_bytes>4917992</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>0</rx_ols>
       <rx_lrr>0</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>0</rx_loop_inits>
       <tx_ols>1</tx_ols>
       <tx_lrr>1</tx_lrr>
       <tx_nos>0</tx_nos>
       <tx_loop_inits>0</tx_loop_inits>
       <rx_b2b_credit_remain>64</rx_b2b_credit_remain>
       <tx_b2b_credit_remain>64</tx_b2b_credit_remain>
       <tx_b2b_low_pri_cre>64</tx_b2b_low_pri_cre>
       <interface_last_changed>Tue Nov  9 12:16:33 1976</interface_last_changed>
       <last_cleared_time>never</last_cleared_time>
      </ROW_interface>
      <ROW_interface>
       <interface>fc1/3</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Link failure or not-connected</port_down_reason>
       <hardware>Fibre Channel</hardware>
       <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
       <port_wwn>20:03:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>F</admin_mode>
       <admin_trunk_mode>off</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <admin_rxbufsize>2112</admin_rxbufsize>
       <admin_beacon_mode>off</admin_beacon_mode>
       <logical_type>Unknown(0)</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>0</rx_frames>
       <rx_bytes>0</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>0</tx_frames>
       <tx_bytes>0</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>0</rx_ols>
       <rx_lrr>0</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>0</rx_loop_inits>
       <tx_ols>0</tx_ols>
       <tx_lrr>0</tx_lrr>
       <tx_nos>0</tx_nos>
       <tx_loop_inits>0</tx_loop_inits>
       <last_cleared_time>never</last_cleared_time>
      </ROW_interface>
      <ROW_interface>
       <interface>fc1/4</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Link failure or not-connected</port_down_reason>
       <hardware>Fibre Channel</hardware>
       <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
       <port_wwn>20:04:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>auto</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <admin_rxbufsize>2112</admin_rxbufsize>
       <admin_beacon_mode>off</admin_beacon_mode>
       <logical_type>Unknown(0)</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>0</rx_frames>
       <rx_bytes>0</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>0</tx_frames>
       <tx_bytes>0</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>0</rx_ols>
       <rx_lrr>0</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>0</rx_loop_inits>
       <tx_ols>0</tx_ols>
       <tx_lrr>0</tx_lrr>
       <tx_nos>0</tx_nos>
       <tx_loop_inits>0</tx_loop_inits>
       <last_cleared_time>never</last_cleared_time>
      </ROW_interface>
      <ROW_interface>
       <interface>fc1/5</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Link failure or not-connected</port_down_reason>
       <hardware>Fibre Channel</hardware>
       <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
       <port_wwn>20:05:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>auto</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <admin_rxbufsize>2112</admin_rxbufsize>
       <admin_beacon_mode>off</admin_beacon_mode>
       <logical_type>Unknown(0)</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>0</rx_frames>
       <rx_bytes>0</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>0</tx_frames>
       <tx_bytes>0</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>0</rx_ols>
       <rx_lrr>0</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>0</rx_loop_inits>
       <tx_ols>0</tx_ols>
       <tx_lrr>0</tx_lrr>
       <tx_nos>0</tx_nos>
       <tx_loop_inits>0</tx_loop_inits>
       <last_cleared_time>never</last_cleared_time>
      </ROW_interface>
     </TABLE_interface>
     <TABLE_interface_iscsi>
      <ROW_interface_iscsi>
       <interface>iscsi1/1</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Administratively down</port_down_reason>
       <hardware>IPStorage</hardware>
       <port_wwn>20:29:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>ISCSI</admin_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <initiator_id_mode>name</initiator_id_mode>
       <num_iscsi_sess>0</num_iscsi_sess>
       <num_disc_sess>0</num_disc_sess>
       <num_tcp_conn>0</num_tcp_conn>
       <local_port>3260</local_port>
       <pmtu_disc>enabled</pmtu_disc>
       <reset_timeout_in_sec>3600</reset_timeout_in_sec>
       <keepalive_in_sec>60</keepalive_in_sec>
       <min_retrans_in_ms>300</min_retrans_in_ms>
       <max_retrans>4</max_retrans>
       <sack>enabled</sack>
       <qos>0</qos>
       <max_bw_in_kbps>10000000</max_bw_in_kbps>
       <min_avail_bw_in_kbps>70000</min_avail_bw_in_kbps>
       <conf_rtt_in_usec>1000</conf_rtt_in_usec>
       <send_buff_size_in_kb>4096</send_buff_size_in_kb>
       <burst_size_in_kb>50</burst_size_in_kb>
       <jitter_in_us>500</jitter_in_us>
       <forwarding_mode>store-and-forward</forwarding_mode>
       <tmf_queueing_mode>enabled</tmf_queueing_mode>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_packets>0</rx_packets>
       <rx_bytes>0</rx_bytes>
       <rx_cmd_pdus>0</rx_cmd_pdus>
       <tx_data_pdus>0</tx_data_pdus>
       <tx_data_bytes>0</tx_data_bytes>
       <rx_unsol_bytes>0</rx_unsol_bytes>
       <tx_packets>0</tx_packets>
       <tx_bytes>0</tx_bytes>
       <tx_resp_frame>0</tx_resp_frame>
       <tx_resp_sense_frame>0</tx_resp_sense_frame>
       <trans_rdy_frame>0</trans_rdy_frame>
       <rx_data_pdus>0</rx_data_pdus>
       <rx_data_bytes>0</rx_data_bytes>
      </ROW_interface_iscsi>
      <ROW_interface_iscsi>
       <interface>iscsi1/2</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Administratively down</port_down_reason>
       <hardware>IPStorage</hardware>
       <port_wwn>20:31:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>ISCSI</admin_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <initiator_id_mode>name</initiator_id_mode>
       <num_iscsi_sess>0</num_iscsi_sess>
       <num_disc_sess>0</num_disc_sess>
       <num_tcp_conn>0</num_tcp_conn>
       <local_port>3260</local_port>
       <pmtu_disc>enabled</pmtu_disc>
       <reset_timeout_in_sec>3600</reset_timeout_in_sec>
       <keepalive_in_sec>60</keepalive_in_sec>
       <min_retrans_in_ms>300</min_retrans_in_ms>
       <max_retrans>4</max_retrans>
       <sack>enabled</sack>
       <qos>0</qos>
       <max_bw_in_kbps>10000000</max_bw_in_kbps>
       <min_avail_bw_in_kbps>70000</min_avail_bw_in_kbps>
       <conf_rtt_in_usec>1000</conf_rtt_in_usec>
       <send_buff_size_in_kb>4096</send_buff_size_in_kb>
       <burst_size_in_kb>50</burst_size_in_kb>
       <jitter_in_us>500</jitter_in_us>
       <forwarding_mode>store-and-forward</forwarding_mode>
       <tmf_queueing_mode>enabled</tmf_queueing_mode>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_packets>0</rx_packets>
       <rx_bytes>0</rx_bytes>
       <rx_cmd_pdus>0</rx_cmd_pdus>
       <tx_data_pdus>0</tx_data_pdus>
       <tx_data_bytes>0</tx_data_bytes>
       <rx_unsol_bytes>0</rx_unsol_bytes>
       <tx_packets>0</tx_packets>
       <tx_bytes>0</tx_bytes>
       <tx_resp_frame>0</tx_resp_frame>
       <tx_resp_sense_frame>0</tx_resp_sense_frame>
       <trans_rdy_frame>0</trans_rdy_frame>
       <rx_data_pdus>0</rx_data_pdus>
       <rx_data_bytes>0</rx_data_bytes>
      </ROW_interface_iscsi>
     </TABLE_interface_iscsi>
     <TABLE_interface_sup>
      <ROW_interface_sup>
       <interface>sup-fc0</interface>
       <status>up</status>
       <hardware>Fibre Channel</hardware>
       <speed>1</speed>
       <rx_packets>775619</rx_packets>
       <rx_bytes>140075456</rx_bytes>
       <rx_mcast_frames>0</rx_mcast_frames>
       <rx_compressed>0</rx_compressed>
       <rx_errors>0</rx_errors>
       <rx_error_frames>0</rx_error_frames>
       <rx_dropped>0</rx_dropped>
       <rx_fifo_errors>0</rx_fifo_errors>
       <tx_packets>775628</tx_packets>
       <tx_bytes>145593256</tx_bytes>
       <tx_dropped>0</tx_dropped>
       <tx_errors>0</tx_errors>
       <tx_collisions>0</tx_collisions>
       <tx_fifo_errors>0</tx_fifo_errors>
       <tx_carrier_errors>0</tx_carrier_errors>
      </ROW_interface_sup>
     </TABLE_interface_sup>
     <TABLE_interface_ipstorage>
      <ROW_interface_ipstorage>
       <interface>IPStorage1/1</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Administratively down</port_down_reason>
       <hardware>IPStorage</hardware>
       <mac_address>74a2.e661.9d63</mac_address>
       <mtu>1500</mtu>
       <oper_mode>IPS</oper_mode>
       <beacon_status>off</beacon_status>
       <auto_negotiation>on</auto_negotiation>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_packets>0</rx_packets>
       <rx_bytes>0</rx_bytes>
       <rx_mcast_frames>0</rx_mcast_frames>
       <rx_compressed>0</rx_compressed>
       <rx_errors>0</rx_errors>
       <rx_error_frames>0</rx_error_frames>
       <rx_overrun>0</rx_overrun>
       <rx_fifo>0</rx_fifo>
       <tx_packets>0</tx_packets>
       <tx_bytes>0</tx_bytes>
       <tx_underruns>0</tx_underruns>
       <tx_errors>0</tx_errors>
       <tx_collisions>0</tx_collisions>
       <tx_fifo>0</tx_fifo>
       <tx_carrier_errors>0</tx_carrier_errors>
      </ROW_interface_ipstorage>
      <ROW_interface_ipstorage>
       <interface>IPStorage1/2</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Administratively down</port_down_reason>
       <hardware>IPStorage</hardware>
       <mac_address>74a2.e661.9d64</mac_address>
       <mtu>1500</mtu>
       <oper_mode>IPS</oper_mode>
       <beacon_status>off</beacon_status>
       <auto_negotiation>on</auto_negotiation>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_packets>0</rx_packets>
       <rx_bytes>0</rx_bytes>
       <rx_mcast_frames>0</rx_mcast_frames>
       <rx_compressed>0</rx_compressed>
       <rx_errors>0</rx_errors>
       <rx_error_frames>0</rx_error_frames>
       <rx_overrun>0</rx_overrun>
       <rx_fifo>0</rx_fifo>
       <tx_packets>0</tx_packets>
       <tx_bytes>0</tx_bytes>
       <tx_underruns>0</tx_underruns>
       <tx_errors>0</tx_errors>
       <tx_collisions>0</tx_collisions>
       <tx_fifo>0</tx_fifo>
       <tx_carrier_errors>0</tx_carrier_errors>
      </ROW_interface_ipstorage>
     </TABLE_interface_ipstorage>
     <TABLE_interface_fcip>
      <ROW_interface_fcip>
       <interface>fcip1</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>Tunnel port src interface unbound</port_down_reason>
       <hardware>IPStorage</hardware>
       <port_wwn>00:00:00:00:00:00:00:00</port_wwn>
       <admin_mode>auto</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <admin_write_acc>off</admin_write_acc>
       <admin_tape_acc>off</admin_tape_acc>
       <tape_acc_bufsize>automatic</tape_acc_bufsize>
       <ficon_xrc_acc>off</ficon_xrc_acc>
       <ficon_loadbal_acc>off for all vsans</ficon_loadbal_acc>
       <ficon_tape_acc>off</ficon_tape_acc>
       <ip_compression>disabled</ip_compression>
       <max_tcp_conn>2</max_tcp_conn>
       <qos_control>0</qos_control>
       <qos_data>0</qos_data>
       <num_active_conn>0</num_active_conn>
       <num_conn_attr>0</num_conn_attr>
       <num_conn_drops>0</num_conn_drops>
       <TABLE_tcp_conn>
        <ROW_tcp_conn>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <rx_packets>0</rx_packets>
         <rx_bytes>0</rx_bytes>
         <rx_cf_frames>0</rx_cf_frames>
         <rx_cf_bytes>0</rx_cf_bytes>
         <rx_c2_3_frames>0</rx_c2_3_frames>
         <rx_c2_3_bytes>0</rx_c2_3_bytes>
         <rx_reass_frames>0</rx_reass_frames>
         <rx_error_frames>0</rx_error_frames>
         <rx_tstamp_error>0</rx_tstamp_error>
         <tx_packets>0</tx_packets>
         <tx_bytes>0</tx_bytes>
         <tx_cf_frames>0</tx_cf_frames>
         <tx_cf_bytes>0</tx_cf_bytes>
         <tx_c2_3_frames>0</tx_c2_3_frames>
         <tx_c2_3_bytes>0</tx_c2_3_bytes>
         <tx_error_frames>0</tx_error_frames>
        </ROW_tcp_conn>
       </TABLE_tcp_conn>
      </ROW_interface_fcip>
     </TABLE_interface_fcip>
     <TABLE_interface_mgmt>
      <ROW_interface_mgmt>
       <interface>mgmt0</interface>
       <status>up</status>
       <ip_address>10.197.155.246/24</ip_address>
       <ipv6_address>6666::6/48</ipv6_address>
       <ipv6_address>fe80::76a2:e6ff:fe61:9d60/64</ipv6_address>
       <hardware>GigabitEthernet</hardware>
       <mac_address>74a2.e661.9d60</mac_address>
       <mtu>1500</mtu>
       <bw>1000</bw>
       <bw_state>full</bw_state>
       <rx_packets>4754721</rx_packets>
       <rx_bytes>540889909</rx_bytes>
       <rx_mcast_frames>0</rx_mcast_frames>
       <rx_compressed>0</rx_compressed>
       <rx_errors>0</rx_errors>
       <rx_error_frames>0</rx_error_frames>
       <rx_dropped>0</rx_dropped>
       <rx_fifo_errors>0</rx_fifo_errors>
       <tx_packets>241186</tx_packets>
       <tx_bytes>51952768</tx_bytes>
       <tx_dropped>0</tx_dropped>
       <tx_errors>0</tx_errors>
       <tx_collisions>0</tx_collisions>
       <tx_fifo_errors>0</tx_fifo_errors>
       <tx_carrier_errors>0</tx_carrier_errors>
      </ROW_interface_mgmt>
     </TABLE_interface_mgmt>
     <TABLE_interface>
      <ROW_interface>
       <interface>Ethernet1/1</interface>
       <state>down</state>
       <state_rsn_desc>Administratively down</state_rsn_desc>
       <admin_state>down</admin_state>
       <share_state>Dedicated</share_state>
       <eth_hw_desc>10000 Ethernet</eth_hw_desc>
       <eth_hw_addr>74a2.e661.9d65</eth_hw_addr>
       <eth_bia_addr>74a2.e661.9d65</eth_bia_addr>
       <eth_mtu>  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes</eth_mtu>
       <eth_bw>10000000</eth_bw>
       <eth_dly>10</eth_dly>
       <eth_reliability>255</eth_reliability>
       <eth_txload>1</eth_txload>
       <eth_rxload>1</eth_rxload>
       <eth_encap>ARPA</eth_encap>
       <medium>broadcast</medium>
       <eth_mode>access</eth_mode>
       <eth_duplex>auto</eth_duplex>
       <eth_speed>auto-speed</eth_speed>
       <eth_media>10G</eth_media>
       <eth_beacon>off</eth_beacon>
       <eth_autoneg>on</eth_autoneg>
       <eth_in_flowctrl>off</eth_in_flowctrl>
       <eth_out_flowctrl>off</eth_out_flowctrl>
       <eth_mdix>off</eth_mdix>
       <eth_ratemode>dedicated</eth_ratemode>
       <eth_swt_monitor>off</eth_swt_monitor>
       <eth_link_flapped>never</eth_link_flapped>
       <eth_clear_counters>never</eth_clear_counters>
       <eth_reset_cntr>0</eth_reset_cntr>
       <eth_load_interval1_rx>30</eth_load_interval1_rx>
       <eth_inrate1_bits>0</eth_inrate1_bits>
       <eth_inrate1_pkts>0</eth_inrate1_pkts>
       <eth_load_interval1_tx>30</eth_load_interval1_tx>
       <eth_outrate1_bits>0</eth_outrate1_bits>
       <eth_outrate1_pkts>0</eth_outrate1_pkts>
       <eth_inrate1_summary_bits>0 bps</eth_inrate1_summary_bits>
       <eth_inrate1_summary_pkts>0 pps</eth_inrate1_summary_pkts>
       <eth_outrate1_summary_bits>0 bps</eth_outrate1_summary_bits>
       <eth_outrate1_summary_pkts>0 pps</eth_outrate1_summary_pkts>
       <eth_load_interval2_rx>300</eth_load_interval2_rx>
       <eth_inrate2_bits>0</eth_inrate2_bits>
       <eth_inrate2_pkts>0</eth_inrate2_pkts>
       <eth_load_interval2_tx>300</eth_load_interval2_tx>
       <eth_outrate2_bits>0</eth_outrate2_bits>
       <eth_outrate2_pkts>0</eth_outrate2_pkts>
       <eth_inrate2_summary_bits>0 bps</eth_inrate2_summary_bits>
       <eth_inrate2_summary_pkts>0 pps</eth_inrate2_summary_pkts>
       <eth_outrate2_summary_bits>0 bps</eth_outrate2_summary_bits>
       <eth_outrate2_summary_pkts>0 pps</eth_outrate2_summary_pkts>
       <eth_inucast>0</eth_inucast>
       <eth_inmcast>0</eth_inmcast>
       <eth_inbcast>0</eth_inbcast>
       <eth_inpkts>0</eth_inpkts>
       <eth_inbytes>0</eth_inbytes>
       <eth_jumbo_inpkts>0</eth_jumbo_inpkts>
       <eth_storm_supp>0</eth_storm_supp>
       <eth_runts>0</eth_runts>
       <eth_giants>0</eth_giants>
       <eth_crc>0</eth_crc>
       <eth_nobuf>0</eth_nobuf>
       <eth_inerr>0</eth_inerr>
       <eth_frame>0</eth_frame>
       <eth_overrun>0</eth_overrun>
       <eth_underrun>0</eth_underrun>
       <eth_ignored>0</eth_ignored>
       <eth_watchdog>0</eth_watchdog>
       <eth_bad_eth>0</eth_bad_eth>
       <eth_bad_proto>0</eth_bad_proto>
       <eth_in_ifdown_drops>0</eth_in_ifdown_drops>
       <eth_dribble>0</eth_dribble>
       <eth_indiscard>0</eth_indiscard>
       <eth_inpause>0</eth_inpause>
       <eth_outucast>0</eth_outucast>
       <eth_outmcast>0</eth_outmcast>
       <eth_outbcast>0</eth_outbcast>
       <eth_outpkts>0</eth_outpkts>
       <eth_outbytes>0</eth_outbytes>
       <eth_jumbo_outpkts>0</eth_jumbo_outpkts>
       <eth_outerr>0</eth_outerr>
       <eth_coll>0</eth_coll>
       <eth_deferred>0</eth_deferred>
       <eth_latecoll>0</eth_latecoll>
       <eth_lostcarrier>0</eth_lostcarrier>
       <eth_nocarrier>0</eth_nocarrier>
       <eth_babbles>0</eth_babbles>
       <eth_outdiscard>0</eth_outdiscard>
       <eth_outpause>0</eth_outpause>
      </ROW_interface>
      <ROW_interface>
       <interface>Ethernet1/2</interface>
       <state>down</state>
       <state_rsn_desc>SFP not inserted</state_rsn_desc>
       <admin_state>down</admin_state>
       <share_state>Dedicated</share_state>
       <eth_hw_desc>10000 Ethernet</eth_hw_desc>
       <eth_hw_addr>74a2.e661.9d66</eth_hw_addr>
       <eth_bia_addr>74a2.e661.9d66</eth_bia_addr>
       <eth_mtu>  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes</eth_mtu>
       <eth_bw>10000000</eth_bw>
       <eth_dly>10</eth_dly>
       <eth_reliability>255</eth_reliability>
       <eth_txload>1</eth_txload>
       <eth_rxload>1</eth_rxload>
       <eth_encap>ARPA</eth_encap>
       <medium>broadcast</medium>
       <eth_mode>access</eth_mode>
       <eth_duplex>auto</eth_duplex>
       <eth_speed>auto-speed</eth_speed>
       <eth_beacon>off</eth_beacon>
       <eth_autoneg>on</eth_autoneg>
       <eth_in_flowctrl>off</eth_in_flowctrl>
       <eth_out_flowctrl>off</eth_out_flowctrl>
       <eth_mdix>off</eth_mdix>
       <eth_swt_monitor>off</eth_swt_monitor>
       <eth_link_flapped>never</eth_link_flapped>
       <eth_clear_counters>never</eth_clear_counters>
       <eth_reset_cntr>0</eth_reset_cntr>
       <eth_load_interval1_rx>30</eth_load_interval1_rx>
       <eth_inrate1_bits>0</eth_inrate1_bits>
       <eth_inrate1_pkts>0</eth_inrate1_pkts>
       <eth_load_interval1_tx>30</eth_load_interval1_tx>
       <eth_outrate1_bits>0</eth_outrate1_bits>
       <eth_outrate1_pkts>0</eth_outrate1_pkts>
       <eth_inrate1_summary_bits>0 bps</eth_inrate1_summary_bits>
       <eth_inrate1_summary_pkts>0 pps</eth_inrate1_summary_pkts>
       <eth_outrate1_summary_bits>0 bps</eth_outrate1_summary_bits>
       <eth_outrate1_summary_pkts>0 pps</eth_outrate1_summary_pkts>
       <eth_load_interval2_rx>300</eth_load_interval2_rx>
       <eth_inrate2_bits>0</eth_inrate2_bits>
       <eth_inrate2_pkts>0</eth_inrate2_pkts>
       <eth_load_interval2_tx>300</eth_load_interval2_tx>
       <eth_outrate2_bits>0</eth_outrate2_bits>
       <eth_outrate2_pkts>0</eth_outrate2_pkts>
       <eth_inrate2_summary_bits>0 bps</eth_inrate2_summary_bits>
       <eth_inrate2_summary_pkts>0 pps</eth_inrate2_summary_pkts>
       <eth_outrate2_summary_bits>0 bps</eth_outrate2_summary_bits>
       <eth_outrate2_summary_pkts>0 pps</eth_outrate2_summary_pkts>
       <eth_inucast>0</eth_inucast>
       <eth_inmcast>0</eth_inmcast>
       <eth_inbcast>0</eth_inbcast>
       <eth_inpkts>0</eth_inpkts>
       <eth_inbytes>0</eth_inbytes>
       <eth_jumbo_inpkts>0</eth_jumbo_inpkts>
       <eth_storm_supp>0</eth_storm_supp>
       <eth_runts>0</eth_runts>
       <eth_giants>0</eth_giants>
       <eth_crc>0</eth_crc>
       <eth_nobuf>0</eth_nobuf>
       <eth_inerr>0</eth_inerr>
       <eth_frame>0</eth_frame>
       <eth_overrun>0</eth_overrun>
       <eth_underrun>0</eth_underrun>
       <eth_ignored>0</eth_ignored>
       <eth_watchdog>0</eth_watchdog>
       <eth_bad_eth>0</eth_bad_eth>
       <eth_bad_proto>0</eth_bad_proto>
       <eth_in_ifdown_drops>0</eth_in_ifdown_drops>
       <eth_dribble>0</eth_dribble>
       <eth_indiscard>0</eth_indiscard>
       <eth_inpause>0</eth_inpause>
       <eth_outucast>0</eth_outucast>
       <eth_outmcast>0</eth_outmcast>
       <eth_outbcast>0</eth_outbcast>
       <eth_outpkts>0</eth_outpkts>
       <eth_outbytes>0</eth_outbytes>
       <eth_jumbo_outpkts>0</eth_jumbo_outpkts>
       <eth_outerr>0</eth_outerr>
       <eth_coll>0</eth_coll>
       <eth_deferred>0</eth_deferred>
       <eth_latecoll>0</eth_latecoll>
       <eth_lostcarrier>0</eth_lostcarrier>
       <eth_nocarrier>0</eth_nocarrier>
       <eth_babbles>0</eth_babbles>
       <eth_outdiscard>0</eth_outdiscard>
       <eth_outpause>0</eth_outpause>
      </ROW_interface>
      <ROW_interface>
       <interface>Ethernet1/3</interface>
       <state>down</state>
       <state_rsn_desc>Administratively down</state_rsn_desc>
       <admin_state>down</admin_state>
       <share_state>Dedicated</share_state>
       <eth_hw_desc>10000 Ethernet</eth_hw_desc>
       <eth_hw_addr>74a2.e661.9d67</eth_hw_addr>
       <eth_bia_addr>74a2.e661.9d67</eth_bia_addr>
       <eth_mtu>  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes</eth_mtu>
       <eth_bw>10000000</eth_bw>
       <eth_dly>10</eth_dly>
       <eth_reliability>255</eth_reliability>
       <eth_txload>1</eth_txload>
       <eth_rxload>1</eth_rxload>
       <eth_encap>ARPA</eth_encap>
       <medium>broadcast</medium>
       <eth_mode>access</eth_mode>
       <eth_duplex>auto</eth_duplex>
       <eth_speed>auto-speed</eth_speed>
       <eth_media>10G</eth_media>
       <eth_beacon>off</eth_beacon>
       <eth_autoneg>on</eth_autoneg>
       <eth_in_flowctrl>off</eth_in_flowctrl>
       <eth_out_flowctrl>off</eth_out_flowctrl>
       <eth_mdix>off</eth_mdix>
       <eth_ratemode>dedicated</eth_ratemode>
       <eth_swt_monitor>off</eth_swt_monitor>
       <eth_link_flapped>never</eth_link_flapped>
       <eth_clear_counters>never</eth_clear_counters>
       <eth_reset_cntr>0</eth_reset_cntr>
       <eth_load_interval1_rx>30</eth_load_interval1_rx>
       <eth_inrate1_bits>0</eth_inrate1_bits>
       <eth_inrate1_pkts>0</eth_inrate1_pkts>
       <eth_load_interval1_tx>30</eth_load_interval1_tx>
       <eth_outrate1_bits>0</eth_outrate1_bits>
       <eth_outrate1_pkts>0</eth_outrate1_pkts>
       <eth_inrate1_summary_bits>0 bps</eth_inrate1_summary_bits>
       <eth_inrate1_summary_pkts>0 pps</eth_inrate1_summary_pkts>
       <eth_outrate1_summary_bits>0 bps</eth_outrate1_summary_bits>
       <eth_outrate1_summary_pkts>0 pps</eth_outrate1_summary_pkts>
       <eth_load_interval2_rx>300</eth_load_interval2_rx>
       <eth_inrate2_bits>0</eth_inrate2_bits>
       <eth_inrate2_pkts>0</eth_inrate2_pkts>
       <eth_load_interval2_tx>300</eth_load_interval2_tx>
       <eth_outrate2_bits>0</eth_outrate2_bits>
       <eth_outrate2_pkts>0</eth_outrate2_pkts>
       <eth_inrate2_summary_bits>0 bps</eth_inrate2_summary_bits>
       <eth_inrate2_summary_pkts>0 pps</eth_inrate2_summary_pkts>
       <eth_outrate2_summary_bits>0 bps</eth_outrate2_summary_bits>
       <eth_outrate2_summary_pkts>0 pps</eth_outrate2_summary_pkts>
       <eth_inucast>0</eth_inucast>
       <eth_inmcast>0</eth_inmcast>
       <eth_inbcast>0</eth_inbcast>
       <eth_inpkts>0</eth_inpkts>
       <eth_inbytes>0</eth_inbytes>
       <eth_jumbo_inpkts>0</eth_jumbo_inpkts>
       <eth_storm_supp>0</eth_storm_supp>
       <eth_runts>0</eth_runts>
       <eth_giants>0</eth_giants>
       <eth_crc>0</eth_crc>
       <eth_nobuf>0</eth_nobuf>
       <eth_inerr>0</eth_inerr>
       <eth_frame>0</eth_frame>
       <eth_overrun>0</eth_overrun>
       <eth_underrun>0</eth_underrun>
       <eth_ignored>0</eth_ignored>
       <eth_watchdog>0</eth_watchdog>
       <eth_bad_eth>0</eth_bad_eth>
       <eth_bad_proto>0</eth_bad_proto>
       <eth_in_ifdown_drops>0</eth_in_ifdown_drops>
       <eth_dribble>0</eth_dribble>
       <eth_indiscard>0</eth_indiscard>
       <eth_inpause>0</eth_inpause>
       <eth_outucast>0</eth_outucast>
       <eth_outmcast>0</eth_outmcast>
       <eth_outbcast>0</eth_outbcast>
       <eth_outpkts>0</eth_outpkts>
       <eth_outbytes>0</eth_outbytes>
       <eth_jumbo_outpkts>0</eth_jumbo_outpkts>
       <eth_outerr>0</eth_outerr>
       <eth_coll>0</eth_coll>
       <eth_deferred>0</eth_deferred>
       <eth_latecoll>0</eth_latecoll>
       <eth_lostcarrier>0</eth_lostcarrier>
       <eth_nocarrier>0</eth_nocarrier>
       <eth_babbles>0</eth_babbles>
       <eth_outdiscard>0</eth_outdiscard>
       <eth_outpause>0</eth_outpause>
      </ROW_interface>
      <ROW_interface>
       <interface>Ethernet1/4</interface>
       <state>down</state>
       <state_rsn_desc>Administratively down</state_rsn_desc>
       <admin_state>down</admin_state>
       <share_state>Dedicated</share_state>
       <eth_hw_desc>10000 Ethernet</eth_hw_desc>
       <eth_hw_addr>74a2.e661.9d68</eth_hw_addr>
       <eth_bia_addr>74a2.e661.9d68</eth_bia_addr>
       <eth_mtu>  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes</eth_mtu>
       <eth_bw>10000000</eth_bw>
       <eth_dly>10</eth_dly>
       <eth_reliability>255</eth_reliability>
       <eth_txload>1</eth_txload>
       <eth_rxload>1</eth_rxload>
       <eth_encap>ARPA</eth_encap>
       <medium>broadcast</medium>
       <eth_mode>access</eth_mode>
       <eth_duplex>auto</eth_duplex>
       <eth_speed>auto-speed</eth_speed>
       <eth_media>10G</eth_media>
       <eth_beacon>off</eth_beacon>
       <eth_autoneg>on</eth_autoneg>
       <eth_in_flowctrl>off</eth_in_flowctrl>
       <eth_out_flowctrl>off</eth_out_flowctrl>
       <eth_mdix>off</eth_mdix>
       <eth_ratemode>dedicated</eth_ratemode>
       <eth_swt_monitor>off</eth_swt_monitor>
       <eth_link_flapped>never</eth_link_flapped>
       <eth_clear_counters>never</eth_clear_counters>
       <eth_reset_cntr>0</eth_reset_cntr>
       <eth_load_interval1_rx>30</eth_load_interval1_rx>
       <eth_inrate1_bits>0</eth_inrate1_bits>
       <eth_inrate1_pkts>0</eth_inrate1_pkts>
       <eth_load_interval1_tx>30</eth_load_interval1_tx>
       <eth_outrate1_bits>0</eth_outrate1_bits>
       <eth_outrate1_pkts>0</eth_outrate1_pkts>
       <eth_inrate1_summary_bits>0 bps</eth_inrate1_summary_bits>
       <eth_inrate1_summary_pkts>0 pps</eth_inrate1_summary_pkts>
       <eth_outrate1_summary_bits>0 bps</eth_outrate1_summary_bits>
       <eth_outrate1_summary_pkts>0 pps</eth_outrate1_summary_pkts>
       <eth_load_interval2_rx>300</eth_load_interval2_rx>
       <eth_inrate2_bits>0</eth_inrate2_bits>
       <eth_inrate2_pkts>0</eth_inrate2_pkts>
       <eth_load_interval2_tx>300</eth_load_interval2_tx>
       <eth_outrate2_bits>0</eth_outrate2_bits>
       <eth_outrate2_pkts>0</eth_outrate2_pkts>
       <eth_inrate2_summary_bits>0 bps</eth_inrate2_summary_bits>
       <eth_inrate2_summary_pkts>0 pps</eth_inrate2_summary_pkts>
       <eth_outrate2_summary_bits>0 bps</eth_outrate2_summary_bits>
       <eth_outrate2_summary_pkts>0 pps</eth_outrate2_summary_pkts>
       <eth_inucast>0</eth_inucast>
       <eth_inmcast>0</eth_inmcast>
       <eth_inbcast>0</eth_inbcast>
       <eth_inpkts>0</eth_inpkts>
       <eth_inbytes>0</eth_inbytes>
       <eth_jumbo_inpkts>0</eth_jumbo_inpkts>
       <eth_storm_supp>0</eth_storm_supp>
       <eth_runts>0</eth_runts>
       <eth_giants>0</eth_giants>
       <eth_crc>0</eth_crc>
       <eth_nobuf>0</eth_nobuf>
       <eth_inerr>0</eth_inerr>
       <eth_frame>0</eth_frame>
       <eth_overrun>0</eth_overrun>
       <eth_underrun>0</eth_underrun>
       <eth_ignored>0</eth_ignored>
       <eth_watchdog>0</eth_watchdog>
       <eth_bad_eth>0</eth_bad_eth>
       <eth_bad_proto>0</eth_bad_proto>
       <eth_in_ifdown_drops>0</eth_in_ifdown_drops>
       <eth_dribble>0</eth_dribble>
       <eth_indiscard>0</eth_indiscard>
       <eth_inpause>0</eth_inpause>
       <eth_outucast>0</eth_outucast>
       <eth_outmcast>0</eth_outmcast>
       <eth_outbcast>0</eth_outbcast>
       <eth_outpkts>0</eth_outpkts>
       <eth_outbytes>0</eth_outbytes>
       <eth_jumbo_outpkts>0</eth_jumbo_outpkts>
       <eth_outerr>0</eth_outerr>
       <eth_coll>0</eth_coll>
       <eth_deferred>0</eth_deferred>
       <eth_latecoll>0</eth_latecoll>
       <eth_lostcarrier>0</eth_lostcarrier>
       <eth_nocarrier>0</eth_nocarrier>
       <eth_babbles>0</eth_babbles>
       <eth_outdiscard>0</eth_outdiscard>
       <eth_outpause>0</eth_outpause>
      </ROW_interface>
      <ROW_interface>
       <interface>Ethernet1/5</interface>
       <state>down</state>
       <state_rsn_desc>SFP not inserted</state_rsn_desc>
       <admin_state>down</admin_state>
       <share_state>Dedicated</share_state>
       <eth_hw_desc>10000 Ethernet</eth_hw_desc>
       <eth_hw_addr>74a2.e661.9d69</eth_hw_addr>
       <eth_bia_addr>74a2.e661.9d69</eth_bia_addr>
       <eth_mtu>  MTU  1500(0-2,4-7) bytes  MTU  2112(3) bytes</eth_mtu>
       <eth_bw>10000000</eth_bw>
       <eth_dly>10</eth_dly>
       <eth_reliability>255</eth_reliability>
       <eth_txload>1</eth_txload>
       <eth_rxload>1</eth_rxload>
       <eth_encap>ARPA</eth_encap>
       <medium>broadcast</medium>
       <eth_mode>access</eth_mode>
       <eth_duplex>auto</eth_duplex>
       <eth_speed>auto-speed</eth_speed>
       <eth_beacon>off</eth_beacon>
       <eth_autoneg>on</eth_autoneg>
       <eth_in_flowctrl>off</eth_in_flowctrl>
       <eth_out_flowctrl>off</eth_out_flowctrl>
       <eth_mdix>off</eth_mdix>
       <eth_swt_monitor>off</eth_swt_monitor>
       <eth_link_flapped>never</eth_link_flapped>
       <eth_clear_counters>never</eth_clear_counters>
       <eth_reset_cntr>0</eth_reset_cntr>
       <eth_load_interval1_rx>30</eth_load_interval1_rx>
       <eth_inrate1_bits>0</eth_inrate1_bits>
       <eth_inrate1_pkts>0</eth_inrate1_pkts>
       <eth_load_interval1_tx>30</eth_load_interval1_tx>
       <eth_outrate1_bits>0</eth_outrate1_bits>
       <eth_outrate1_pkts>0</eth_outrate1_pkts>
       <eth_inrate1_summary_bits>0 bps</eth_inrate1_summary_bits>
       <eth_inrate1_summary_pkts>0 pps</eth_inrate1_summary_pkts>
       <eth_outrate1_summary_bits>0 bps</eth_outrate1_summary_bits>
       <eth_outrate1_summary_pkts>0 pps</eth_outrate1_summary_pkts>
       <eth_load_interval2_rx>300</eth_load_interval2_rx>
       <eth_inrate2_bits>0</eth_inrate2_bits>
       <eth_inrate2_pkts>0</eth_inrate2_pkts>
       <eth_load_interval2_tx>300</eth_load_interval2_tx>
       <eth_outrate2_bits>0</eth_outrate2_bits>
       <eth_outrate2_pkts>0</eth_outrate2_pkts>
       <eth_inrate2_summary_bits>0 bps</eth_inrate2_summary_bits>
       <eth_inrate2_summary_pkts>0 pps</eth_inrate2_summary_pkts>
       <eth_outrate2_summary_bits>0 bps</eth_outrate2_summary_bits>
       <eth_outrate2_summary_pkts>0 pps</eth_outrate2_summary_pkts>
       <eth_inucast>0</eth_inucast>
       <eth_inmcast>0</eth_inmcast>
       <eth_inbcast>0</eth_inbcast>
       <eth_inpkts>0</eth_inpkts>
       <eth_inbytes>0</eth_inbytes>
       <eth_jumbo_inpkts>0</eth_jumbo_inpkts>
       <eth_storm_supp>0</eth_storm_supp>
       <eth_runts>0</eth_runts>
       <eth_giants>0</eth_giants>
       <eth_crc>0</eth_crc>
       <eth_nobuf>0</eth_nobuf>
       <eth_inerr>0</eth_inerr>
       <eth_frame>0</eth_frame>
       <eth_overrun>0</eth_overrun>
       <eth_underrun>0</eth_underrun>
       <eth_ignored>0</eth_ignored>
       <eth_watchdog>0</eth_watchdog>
       <eth_bad_eth>0</eth_bad_eth>
       <eth_bad_proto>0</eth_bad_proto>
       <eth_in_ifdown_drops>0</eth_in_ifdown_drops>
       <eth_dribble>0</eth_dribble>
       <eth_indiscard>0</eth_indiscard>
       <eth_inpause>0</eth_inpause>
       <eth_outucast>0</eth_outucast>
       <eth_outmcast>0</eth_outmcast>
       <eth_outbcast>0</eth_outbcast>
       <eth_outpkts>0</eth_outpkts>
       <eth_outbytes>0</eth_outbytes>
       <eth_jumbo_outpkts>0</eth_jumbo_outpkts>
       <eth_outerr>0</eth_outerr>
       <eth_coll>0</eth_coll>
       <eth_deferred>0</eth_deferred>
       <eth_latecoll>0</eth_latecoll>
       <eth_lostcarrier>0</eth_lostcarrier>
       <eth_nocarrier>0</eth_nocarrier>
       <eth_babbles>0</eth_babbles>
       <eth_outdiscard>0</eth_outdiscard>
       <eth_outpause>0</eth_outpause>
      </ROW_interface>
      <ROW_interface>
       <interface>port-channel1</interface>
       <oper_port_state>down</oper_port_state>
       <port_down_reason>No operational members</port_down_reason>
       <hardware>Fibre Channel</hardware>
       <port_wwn>24:01:00:2a:6a:fd:04:a0</port_wwn>
       <admin_mode>auto</admin_mode>
       <admin_trunk_mode>on</admin_trunk_mode>
       <snmp_trap>enabled</snmp_trap>
       <port_vsan>1</port_vsan>
       <logical_type>Unknown(0)</logical_type>
       <rx_rate_bits_ps>0</rx_rate_bits_ps>
       <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
       <rx_rate_frames_ps>0</rx_rate_frames_ps>
       <tx_rate_bits_ps>0</tx_rate_bits_ps>
       <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
       <tx_rate_frames_ps>0</tx_rate_frames_ps>
       <rx_frames>0</rx_frames>
       <rx_bytes>0</rx_bytes>
       <rx_discard_frames>0</rx_discard_frames>
       <rx_error_frames>0</rx_error_frames>
       <rx_invalid_crc>0</rx_invalid_crc>
       <rx_unknown_class_frames>0</rx_unknown_class_frames>
       <rx_too_long_frames>0</rx_too_long_frames>
       <rx_too_short_frames>0</rx_too_short_frames>
       <tx_frames>0</tx_frames>
       <tx_bytes>0</tx_bytes>
       <tx_discard_frames>0</tx_discard_frames>
       <tx_error_frames>0</tx_error_frames>
       <rx_ols>0</rx_ols>
       <rx_lrr>0</rx_lrr>
       <rx_nos>0</rx_nos>
       <rx_loop_inits>0</rx_loop_inits>
       <tx_ols>0</tx_ols>
       <tx_lrr>0</tx_lrr>
       <tx_nos>0</tx_nos>
       <tx_loop_inits>0</tx_loop_inits>
      </ROW_interface>
     </TABLE_interface>
    

The show interface command displays the status of an interface. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface

fc1/1 is down (Link failure or not-connected)
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:01:00:2a:6a:fd:04:a0
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Receive data field Size is 2112
Beacon is turned off
Logical type is Unknown(0)
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
28453 frames input,1529072 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
28454 frames output,2290864 bytes
0 discards,0 errors
1 input OLS,1 LRR,0 NOS,1 loop inits
1 output OLS,1 LRR, 1 NOS, 1 loop inits
Interface last changed at Wed Nov 10 14:12:35 1976
Last clearing of "show interface" counters: never

fc1/2 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:02:00:2a:6a:fd:04:a0
Peer port WWN is 20:03:8c:60:4f:19:b4:70
Admin port mode is F, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xab1800
Port vsan is 1
Admin Speed is auto
Operating Speed is 8 Gbps
Rate mode is dedicated
Port flow-control is R_RDY

Transmit B2B Credit is 64
Receive B2B Credit is 64
B2B State Change: Admin(on), Oper(up), Negotiated Value(14)
Receive data field Size is 2112
Beacon is turned off
Logical type is edge
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
3111 frames input,162116 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
3120 frames output,4917992 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
1 output OLS,1 LRR, 0 NOS, 0 loop inits
64 receive B2B credit remaining
64 transmit B2B credit remaining
64 low priority transmit B2B credit remaining
Interface last changed at Tue Nov 9 12:16:33 1976
Last clearing of "show interface" counters: never

fc1/3 is down (Link failure or not-connected)
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:03:00:2a:6a:fd:04:a0
Admin port mode is F, trunk mode is off
snmp link state traps are enabled
Port vsan is 1
Receive data field Size is 2112
Beacon is turned off
Logical type is Unknown(0)
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
0 frames input,0 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
0 frames output,0 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
0 output OLS,0 LRR, 0 NOS, 0 loop inits
Last clearing of "show interface" counters: never

fc1/4 is down (Link failure or not-connected)
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:04:00:2a:6a:fd:04:a0
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Receive data field Size is 2112
Beacon is turned off
Logical type is Unknown(0)
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
0 frames input,0 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
0 frames output,0 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
0 output OLS,0 LRR, 0 NOS, 0 loop inits
Last clearing of "show interface" counters: never

fc1/5 is down (Link failure or not-connected)
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:05:00:2a:6a:fd:04:a0
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Receive data field Size is 2112
Beacon is turned off
Logical type is Unknown(0)
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
0 frames input,0 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
0 frames output,0 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
0 output OLS,0 LRR, 0 NOS, 0 loop inits
Last clearing of "show interface" counters: never

iscsi1/1 is down (Administratively down)
Hardware is IPStorage
Port WWN is 20:29:00:2a:6a:fd:04:a0
Admin port mode is ISCSI
snmp link state traps are enabled
Port vsan is 1
iSCSI initiator is identified by name
Number of iSCSI session: 0 (discovery session: 0)
Number of TCP connection: 0
Configured TCP parameters
Local Port is 3260
PMTU discover is enabled, reset timeout is 3600 sec
Keepalive-timeout is 60 sec
Minimum-retransmit-time is 300 ms
Max-retransmissions 4
Sack is enabled
QOS code point is 0
Maximum allowed bandwidth is 10000000 kbps
Minimum available bandwidth is 70000 kbps
Configured round trip time is 1000 usec
Send buffer size is 4096 KB
Congestion window monitoring is enabled, burst size is 50 KB
Configured maximum jitter is 500 us
Forwarding mode: store-and-forward
TMF Queuing Mode: enabled
Proxy Initiator Mode: disabled
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
iSCSI statistics
Input 0 packets, 0 bytes
Command 0 pdus, Data-out 0 pdus, 0 bytes, Unsolicited 0 bytes
Output 0 packets, 0 bytes
Response 0 pdus (with sense 0), R2T 0 pdus
Data-in 0 pdus, 0 bytes


iscsi1/2 is down (Administratively down)
Hardware is IPStorage
Port WWN is 20:31:00:2a:6a:fd:04:a0
Admin port mode is ISCSI
snmp link state traps are enabled
Port vsan is 1
iSCSI initiator is identified by name
Number of iSCSI session: 0 (discovery session: 0)
Number of TCP connection: 0
Configured TCP parameters
Local Port is 3260
PMTU discover is enabled, reset timeout is 3600 sec
Keepalive-timeout is 60 sec
Minimum-retransmit-time is 300 ms
Max-retransmissions 4
Sack is enabled
QOS code point is 0
Maximum allowed bandwidth is 10000000 kbps
Minimum available bandwidth is 70000 kbps
Configured round trip time is 1000 usec
Send buffer size is 4096 KB
Congestion window monitoring is enabled, burst size is 50 KB
Configured maximum jitter is 500 us
Forwarding mode: store-and-forward
TMF Queuing Mode: enabled
Proxy Initiator Mode: disabled
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
iSCSI statistics
Input 0 packets, 0 bytes
Command 0 pdus, Data-out 0 pdus, 0 bytes, Unsolicited 0 bytes
Output 0 packets, 0 bytes
Response 0 pdus (with sense 0), R2T 0 pdus
Data-in 0 pdus, 0 bytes


sup-fc0 is up
Hardware is Fibre Channel
Speed is 1 Gbps
775617 packets input, 140075068 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame
0 overrun, 0 fifo
775626 packets output, 145592868 bytes
0 underruns, 0 output errors
0 collisions, 0 fifo
0 carrier errors

IPStorage1/1 is down (Administratively down)
Hardware is IPStorage, address is 74a2.e661.9d63
Internet address(es):
MTU 1500 bytes
Port mode is IPS
Beacon is turned off
Auto-Negotiation is turned on
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 packets input, 0 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame, 0 overrun 0 fifo
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 fifo
0 carrier errors

IPStorage1/2 is down (Administratively down)
Hardware is IPStorage, address is 74a2.e661.9d64
Internet address(es):
MTU 1500 bytes
Port mode is IPS
Beacon is turned off
Auto-Negotiation is turned on
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 packets input, 0 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame, 0 overrun 0 fifo
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 fifo
0 carrier errors

fcip1 is down (Tunnel port src interface unbound)
Hardware is IPStorage
Port WWN is 00:00:00:00:00:00:00:00
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Peer Information
Write acceleration mode is configured off
Tape acceleration mode is configured off
Tape Accelerator flow control buffer size is automatic
FICON XRC Accelerator is configured off
Ficon Load Balancer configured off for all vsans
Ficon Tape acceleration configured off for all vsans
IP Compression is disabled
Maximum number of TCP connections is 2
QOS control code point is 0
QOS data code point is 0
TCP Connection Information
0 Active TCP connections
0 Attempts for active connections, 0 close of connections
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 Class F frames input, 0 bytes
0 Class 2/3 frames input, 0 bytes
0 Reass frames
0 Error frames timestamp error 0
0 frames output, 0 bytes
0 Class F frames output, 0 bytes
0 Class 2/3 frames output, 0 bytes
0 Error frames

mgmt0 is up
Internet address(es):
10.197.155.246/24
6666::6/48
fe80::76a2:e6ff:fe61:9d60/64
Hardware is GigabitEthernet
Address is 74a2.e661.9d60
MTU 1500 bytes, BW 1000 Mbps full Duplex
4754633 packets input, 540881164 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame
0 overrun, 0 fifo
241116 packets output, 51861890 bytes
0 underruns, 0 output errors
0 collisions, 0 fifo
0 carrier errors

Ethernet1/1 is down (Administratively down)
admin state is down, Dedicated Interface
Hardware: 10000 Ethernet, address: 74a2.e661.9d65 (bia 74a2.e661.9d65)
MTU bytes (CoS values): MTU 1500(0-2,4-7) bytes MTU 2112(3) bytes
BW 10000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, auto-speed, media type is 10G
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
Last link flapped never
Last clearing of "show interface" counters never
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC/FCS 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
0 unicast packets 0 multicast packets 0 broadcast packets
0 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause

Ethernet1/2 is down (SFP not inserted)
admin state is down, Dedicated Interface
Hardware: 10000 Ethernet, address: 74a2.e661.9d66 (bia 74a2.e661.9d66)
MTU bytes (CoS values): MTU 1500(0-2,4-7) bytes MTU 2112(3) bytes
BW 10000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, auto-speed
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Switchport monitor is off
Last link flapped never
Last clearing of "show interface" counters never
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC/FCS 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
0 unicast packets 0 multicast packets 0 broadcast packets
0 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause

Ethernet1/3 is down (Administratively down)
admin state is down, Dedicated Interface
Hardware: 10000 Ethernet, address: 74a2.e661.9d67 (bia 74a2.e661.9d67)
MTU bytes (CoS values): MTU 1500(0-2,4-7) bytes MTU 2112(3) bytes
BW 10000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, auto-speed, media type is 10G
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
Last link flapped never
Last clearing of "show interface" counters never
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC/FCS 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
0 unicast packets 0 multicast packets 0 broadcast packets
0 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause

Ethernet1/4 is down (Administratively down)
admin state is down, Dedicated Interface
Hardware: 10000 Ethernet, address: 74a2.e661.9d68 (bia 74a2.e661.9d68)
MTU bytes (CoS values): MTU 1500(0-2,4-7) bytes MTU 2112(3) bytes
BW 10000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, auto-speed, media type is 10G
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Rate mode is dedicated
Switchport monitor is off
Last link flapped never
Last clearing of "show interface" counters never
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC/FCS 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
0 unicast packets 0 multicast packets 0 broadcast packets
0 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause

Ethernet1/5 is down (SFP not inserted)
admin state is down, Dedicated Interface
Hardware: 10000 Ethernet, address: 74a2.e661.9d69 (bia 74a2.e661.9d69)
MTU bytes (CoS values): MTU 1500(0-2,4-7) bytes MTU 2112(3) bytes
BW 10000000 Kbit, DLY 10 usec, reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, auto-speed
Beacon is turned off
Auto-Negotiation is turned on
Input flow-control is off, output flow-control is off
Auto-mdix is turned off
Switchport monitor is off
Last link flapped never
Last clearing of "show interface" counters never
0 interface resets
Load-Interval #1: 30 seconds
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
Load-Interval #2: 5 minute (300 seconds)
300 seconds input rate 0 bits/sec, 0 packets/sec
300 seconds output rate 0 bits/sec, 0 packets/sec
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
0 unicast packets 0 multicast packets 0 broadcast packets
0 input packets 0 bytes
0 jumbo packets 0 storm suppression packets
0 runts 0 giants 0 CRC/FCS 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
0 unicast packets 0 multicast packets 0 broadcast packets
0 output packets 0 bytes
0 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause

port-channel1 is down (No operational members)
Hardware is Fibre Channel
Port WWN is 24:01:00:2a:6a:fd:04:a0
Admin port mode is auto, trunk mode is on
snmp link state traps are enabled
Port vsan is 1
Logical type is Unknown(0)
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
0 frames input,0 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
0 frames output,0 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
0 output OLS,0 LRR, 0 NOS, 0 loop inits
No members
iSCSI authentication: None
ParameterDescriptionTypeValue
state_rsn_descInterface state reason description in detailString['SFP not inserted', 'Administratively down']
hardwareInterface typeString['IPStorage', 'Fibre Channel', 'GigabitEthernet']
eth_beaconEthernet beacon stateString['off,on']
oper_port_statePort operational stateString['down', 'trunking', 'up']
pmtu_discPath MTU discovery modeString['enabled', 'disabled']
tmf_queueing_modeTMF queuing modeString['enabled', 'disabled']
sackSackString['enabled', 'disabled']
auto_negotiationAuto-Negotiation modeString['off', 'on']
admin_b2b_state_changePort B2B state change admin modeString['off', 'on']
beacon_statusBeacon statusString['off', 'on']
eth_swt_monitorEthernet switchport monitor stateString['off', 'on']
eth_out_flowctrlEthernet output flow control stateString['off', 'on']
eth_in_flowctrlEthernet input flow control stateString['off', 'on']
admin_beacon_modeMaster/Admin beacon mode for the interfaceString['off', 'on']
statePort stateString['down', ' up', ' testing', ' trunking']
admin_stateMaster/Admin port stateString['down', ' up', ' testing', ' trunking']
oper_stateOperational port state['down', ' up', ' testing', ' trunking']
statusPort statusString['up', 'down']
mediumMedium typeString['broadcast', 'p2p']
oper_modePort operational modeString['--', 'auto', 'SD', 'F', 'E', 'TF', 'TE', 'IPS', 'ISCSI']
admin_modeInterface admin modeString['--', 'auto', 'SD', 'F', 'E', 'TF', 'TE', 'IPS', 'ISCSI']
port_down_reasonReason for port down stateString['SFP not present', ' No operational members', ' Administratively down', ' Link failure or not-connected', ' Initializing']
admin_trunk_modeAdmin/Master trunking mode for the interfaceString['off', ' on']
eth_autonegEthernet auto-negotiation modeString['off', 'on']
eth_mdixEthernet Medium dependent independent crossover (MDIX) enabled or disabledString['off', 'on']
snmp_trapSNMP trap stateString['enabled', 'disabled']
speedPort speedString
rx_droppedDropped input packetsInteger
eth_watchdogEthernet input packets watchdog statusInteger
eth_ignoredEthernet input ignored packetsInteger
eth_indiscardEthernet input discarded packetsInteger
rx_loop_initsInput loop initsInteger
eth_deferredEthernet output packets deferredInteger
burst_size_in_kbBurst size (in kb) for ISCSI interfaceInteger
max_retransMaximum retransmit time for ISCSI interfaceInteger
rx_rate_frames_psFibre channel input frames per secondInteger
rx_compressedFibre channel input compressed framesInteger
eth_dribbleInput packets with dribble conditionInteger
num_tcp_connNumber of TCP connectionInteger
jitter_in_usConfigured maximum jitterInteger
eth_babblesEthernet babbles valueInteger
eth_outpauseEthernet pause outputInteger
interface_last_changedLast changed interfaceString
max_bw_in_kbpsMaximum allowed bandwidthInteger
eth_outmcastEthernet output multicastInteger
tx_discard_framesEthernet output discarded framesInteger
eth_runtsEthernet runtsInteger
qosQuality of service valueInteger
eth_reliabilityEthernet reliability parameterString
eth_inpauseEthernet pause inputInteger
ipv6_addressIPV6 internet addressString List
eth_crcInvalid CRC for ethernet input framesInteger
eth_storm_suppEthernet input packets storm supressionInteger
eth_outbytesEthernet output bytesInteger
eth_inpktsEthernet input packetsInteger
eth_inmcastEthernet input multicastsInteger
ip_addressIPV4 address for interfaceString
eth_jumbo_outpktsEthernet outgoing jumbo packetsInteger
eth_jumbo_inpktsEthernet incoming jumbo packetsInteger
eth_nocarrierEthernet no carrierInteger
eth_giantsEthernet giantsInteger
num_iscsi_sessNumber of ISCSI sessionsInteger
eth_outpktsEthernet output packetsInteger
rx_mcast_framesInput multicast framesInteger
eth_inucastEthernet input unicast framesInteger
eth_inerrEthernet input packet errorsInteger
eth_collEthernet output packet collisionsInteger
eth_outbcastEthernet output packet broadcastsInteger
eth_lostcarrierEthernet output packet lost carrierInteger
local_portLocal port value for FCIP interfaceInteger
min_avail_bw_in_kbpsMinimum available bandwidth for ISCSIInteger
mac_addressPort MAC addressString
eth_frameEthernet processed framesInteger
eth_latecollEthernet output late collision packetsInteger
eth_bwEthernet bandwidthInteger
eth_underrunEthernet underrunsInteger
eth_outerrEthernet output errorsInteger
min_retrans_in_msMinimum retransmit time for ISCSI interfaceInteger
bwBandwidth valueString
eth_bad_ethBad ethernet type drop valueInteger
eth_reset_cntrNumber of ethernet interface resetsInteger
reset_timeout_in_secISCSI reset timeout in secondsInteger
keepalive_in_secKeep alive timeout for ISCSI interfaceInteger
eth_dlyEthernet frame delayInteger
eth_overrunEthernet output packet overrunsInteger
eth_hw_addrEthernet port hardware addressString
eth_outdiscardEthernet output discarded packetsInteger
num_disc_sessISCSI number of discovery sessionInteger
eth_inbcastEthernet input broadcast valueInteger
src_ipaddrSource IP addressString
lsp_idLSP ID for FC-tunnelString
eth_bia_addrEthernet hardware address (BIA - burned in address)String
conf_rtt_in_usecConfigured round trip time for ISCSI interfaceInteger
eth_bad_protoEthernet dropped input packets due to bad protocol Integer
rx_unsol_bytesInput unsolicited bytesInteger
trunk_vsan_upTrunking vsans in up stateString
trans_rdy_frameReady to transmit frames for ISCSI interfaceInteger
port_vsanPort vsan IDInteger
eth_outucastEthernet output unicast framesInteger
eth_inbytesTotal number of ethernet input bytesInteger
fcidFibre channel IDString
rx_cmd_pdusReceived command pdusInteger
tx_lrrLink reset responses transmittedInteger
rx_nosNon-operational sequences receivedInteger
oper_rxbbcreditOperational Rx B2B creditInteger
rx_b2b_credit_remainRx B2B credit remainingInteger
rx_discard_framesRx discarded framesInteger
eth_load_interval2_rxEthernet timer values (in sec) for 2nd intervalInteger
eth_nobufEthernet no buffer receivedInteger
eth_rxloadEthernet Rx loadString
rx_packetsReceiveed FCOE packetsInteger
eth_inrate2_bitsEthernet input bit rate for 2nd intervalInteger
tx_data_pdusTransmitted data PDUsInteger
eth_load_interval1_rxEthernet timer values (in sec) for 1st intervalInteger
tx_olsOffline sequences transmittedInteger
peer_port_wwnPeer port wwnString
tx_resp_sense_frameTx response with sense framesInteger
rx_errorsTx packet errorsInteger
tx_nosNon-operational sequences transmitted Integer
tx_error_framesTotal Tx frame errorsInteger
rx_error_framesTotal Rx frame errorsInteger
rx_overrunRx overrunsInteger
rx_rate_bits_psReceived rate in bits per secondInteger
rx_invalid_crcReceived frames for invalid CRC Integer
rx_too_long_framesReceived frames too long Integer
eth_outrate2_bitsEthernet output bit rate for 2nd intervalInteger
eth_outrate2_pktsEthernet output packet rate for 2nd intervalInteger
oper_txbbcreditOperational Tx B2B creditInteger
interfaceInterface IDString
tx_bytesTotal transmitted bytesInteger
rx_bytesTotal received bytesInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
eth_in_ifdown_dropsEthernet input if-down dropsInteger
rx_unknown_class_framesReceived unknown class framesInteger
tx_framesTotal transmitted framesInteger
rx_fifoReceived FIFO (First in first out)Integer
tx_fifo_errorsTransmitted FIFO errosInteger
rx_data_bytesReceived data bytesInteger
tx_droppedDropped Tx packetsInteger
port_wwnPort wwnString
tx_rate_bytes_psTransmitted rate in bytes per secInteger
rx_olsOffline sequences receivedInteger
eth_outrate1_bitsEthernet output bit rate for 1st intervalInteger
b2b_state_change_neg_valPort B2B state changeInteger
tx_data_bytesTransmitted data in bytesInteger
rx_data_pdusReceived data in PDUsInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
rx_rate_bytes_psReceived rate in bytes per secondInteger
eth_inrate2_pktsEthernet input packet rate for 2nd intervalInteger
tx_loop_initsTransmitted loop initialisationInteger
admin_rxbufsizeAdmin Rx buffer sizeInteger
tx_errorsTransmitted packet errorsInteger
eth_txloadEthernet Tx loadString
eth_inrate1_pktsEthernet input packet rate for 1st intervalInteger
tx_fifoTx FIFO (first in first out) for IPStorageInteger
eth_load_interval1_txEthernet timer value (per sec) for 1st intervalInteger
eth_load_interval2_txEthernet timer value (per sec) for 2nd intervalInteger
rx_lrrLink reset response receivedInteger
mtuMaximum transmission unitInteger
active_vsanAllowed and active vsan listString
rx_too_short_framesReceived short frames valueInteger
tx_packetsTransmitted FCOE packetsInteger
eth_inrate1_bitsEthernet input bit rate for 1st interfaceInteger
tx_b2b_low_pri_creTx B2B low priority creditInteger
eth_outrate1_pktsEthernet output packet rate for 1st intervalInteger
rx_framesTotal received framesInteger
tx_rate_frames_psTransmitted frame rate per secondInteger
vsanVsan IDInteger
tunnel_idFC-tunnel IDInteger
wwnPort wwnString
tx_dropNumber of dropped transmitted packetsInteger
send_buff_size_in_kbSend buffer size (in kb) for ISCSI interfaceInteger
tx_carrier_errorsTransmitted carrier errorsInteger
tx_resp_frameTransmitted response frames for ISCSI interfaceInteger
rx_mcastTotal number of received multicastsInteger
rx_fifo_errorsReceived FIFO errorsInteger
tx_underrunsTransmitted frame underrunsInteger
tx_collisionsNumber of transmitted collisionsInteger
eth_link_flappedName of last flapped linkString
eth_hw_descEthernet port hardware descriptionString
last_cleared_timeList of last cleared countersString
eth_clear_countersLast clearing of ethernet interface countersString
initiator_id_modeInitiator ID mode for ISCSI interface statisticsString
rate_modeOperational port rate modeString
share_stateInterface ownership typeString
sfpSFP descriptionString
oper_speedPort operational speedString
descriptionInterface descriptionString
eth_speedEthernet port speedString
admin_speedPort speedString
eth_outrate1_summary_bitsEthernet output bit rate summary for 1st intervalString
eth_ratemodeEthernet port rate modeString
bw_stateBandwidth stateString
eth_inrate2_summary_pktsEthernet input packet rate for 2nd intervalString
eth_modeEthernet modeString
eth_outrate2_summary_bitsEthernet output bit rate summary for 2nd intervalString
dest_ipaddrDestination IP addressString
eth_mediaEthernet media typeString
oper_state_causeOperational state cause for FC tunnelString
trunk_vsan_isolatedList of isolated trunk VSANsString
eth_outrate2_summary_pktsEthernet output packet rate summary for 2nd intervalString
eth_inrate1_summary_pktsEthernet input packet rate summary for 1st intervalString
eth_outrate1_summary_pktsEthernet output packet rate summary for 1st intervalString
trunk_vsan_initializingInitialisation of trunk VsanString
explicit_pathExplicit path name for fibre channel tunnelString
oper_b2b_state_changePort B2B state change operation modeString
eth_inrate2_summary_bitsEthernet input bit rate summary for 2nd intervalString
eth_inrate1_summary_bitsEthernet input bit rate summary for 1st interval String
line_protoLine protocol status for interfaceString
eth_mtuEthernet maximum transmission unit (MTU)String
flow_controlPacket flow-control mode for the interfaceString
forwarding_modePort-Forwarding modeString
eth_encapEthernet encapsulation valueString
eth_duplexEthernet duplex modeString
logical_typeLogical typeString

show interface <*interface_id*>

show interface <interface_id>
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id>"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface": {
        "ROW_interface": [
            {
                "admin_b2b_state_change": "on",
                "admin_beacon_mode": "off",
                "admin_mode": "F",
                "admin_rxbufsize": 2112,
                "admin_speed": "auto",
                "admin_trunk_mode": "on",
                "b2b_state_change_neg_val": 14,
                "fcid": "0xab1800",
                "flow_control": "R_RDY",
                "hardware": "Fibre Channel",
                "interface": "fc1/2",
                "interface_last_changed": "Tue Nov  9 12:16:33 1976",
                "last_cleared_time": "never",
                "logical_type": "edge",
                "oper_b2b_state_change": "up",
                "oper_mode": "F",
                "oper_port_state": "up",
                "oper_rxbbcredit": 64,
                "oper_speed": "8 Gbps",
                "oper_txbbcredit": 64,
                "peer_port_wwn": "20:03:8c:60:4f:19:b4:70",
                "port_vsan": 1,
                "port_wwn": "20:02:00:2a:6a:fd:04:a0",
                "rate_mode": "dedicated",
                "rx_b2b_credit_remain": 64,
                "rx_bytes": 162116,
                "rx_discard_frames": 0,
                "rx_error_frames": 0,
                "rx_frames": 3111,
                "rx_invalid_crc": 0,
                "rx_loop_inits": 0,
                "rx_lrr": 0,
                "rx_nos": 0,
                "rx_ols": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_too_long_frames": 0,
                "rx_too_short_frames": 0,
                "rx_unknown_class_frames": 0,
                "sfp": "SFP is short wave laser w/o OFC (SN)",
                "snmp_trap": "enabled",
                "tx_b2b_credit_remain": 64,
                "tx_b2b_low_pri_cre": 64,
                "tx_bytes": 4917992,
                "tx_discard_frames": 0,
                "tx_error_frames": 0,
                "tx_frames": 3120,
                "tx_loop_inits": 0,
                "tx_lrr": 1,
                "tx_nos": 0,
                "tx_ols": 1,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0
            }
        ]
    }
}

      <TABLE_interface>
       <ROW_interface>
        <interface>fc1/2</interface>
        <oper_port_state>up</oper_port_state>
        <hardware>Fibre Channel</hardware>
        <sfp>SFP is short wave laser w/o OFC (SN)</sfp>
        <port_wwn>20:02:00:2a:6a:fd:04:a0</port_wwn>
        <peer_port_wwn>20:03:8c:60:4f:19:b4:70</peer_port_wwn>
        <admin_mode>F</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <snmp_trap>enabled</snmp_trap>
        <oper_mode>F</oper_mode>
        <fcid>0xab1800</fcid>
        <port_vsan>1</port_vsan>
        <admin_speed>auto</admin_speed>
        <oper_speed>8 Gbps</oper_speed>
        <rate_mode>dedicated</rate_mode>
        <flow_control>R_RDY</flow_control>
        <oper_txbbcredit>64</oper_txbbcredit>
        <oper_rxbbcredit>64</oper_rxbbcredit>
        <admin_b2b_state_change>on</admin_b2b_state_change>
        <oper_b2b_state_change>up</oper_b2b_state_change>
        <b2b_state_change_neg_val>14</b2b_state_change_neg_val>
        <admin_rxbufsize>2112</admin_rxbufsize>
        <admin_beacon_mode>off</admin_beacon_mode>
        <logical_type>edge</logical_type>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>3111</rx_frames>
        <rx_bytes>162116</rx_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_invalid_crc>0</rx_invalid_crc>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>3120</tx_frames>
        <tx_bytes>4917992</tx_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <rx_ols>0</rx_ols>
        <rx_lrr>0</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>0</rx_loop_inits>
        <tx_ols>1</tx_ols>
        <tx_lrr>1</tx_lrr>
        <tx_nos>0</tx_nos>
        <tx_loop_inits>0</tx_loop_inits>
        <rx_b2b_credit_remain>64</rx_b2b_credit_remain>
        <tx_b2b_credit_remain>64</tx_b2b_credit_remain>
        <tx_b2b_low_pri_cre>64</tx_b2b_low_pri_cre>
        <interface_last_changed>Tue Nov  9 12:16:33 1976</interface_last_changed>
        <last_cleared_time>never</last_cleared_time>
       </ROW_interface>
      </TABLE_interface>
     

The show interface <*interface_id*> command displays the status of the specified interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2

fc1/2 is up
Hardware is Fibre Channel, SFP is short wave laser w/o OFC (SN)
Port WWN is 20:02:00:2a:6a:fd:04:a0
Peer port WWN is 20:03:8c:60:4f:19:b4:70
Admin port mode is F, trunk mode is on
snmp link state traps are enabled
Port mode is F, FCID is 0xab1800
Port vsan is 1
Admin Speed is auto
Operating Speed is 8 Gbps
Rate mode is dedicated
Port flow-control is R_RDY

Transmit B2B Credit is 64
Receive B2B Credit is 64
B2B State Change: Admin(on), Oper(up), Negotiated Value(14)
Receive data field Size is 2112
Beacon is turned off
Logical type is edge
5 minutes input rate 0 bits/sec,0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec,0 bytes/sec, 0 frames/sec
3111 frames input,162116 bytes
0 discards,0 errors
0 invalid CRC/FCS,0 unknown class
0 too long,0 too short
3120 frames output,4917992 bytes
0 discards,0 errors
0 input OLS,0 LRR,0 NOS,0 loop inits
1 output OLS,1 LRR, 0 NOS, 0 loop inits
64 receive B2B credit remaining
64 transmit B2B credit remaining
64 low priority transmit B2B credit remaining
Interface last changed at Tue Nov 9 12:16:33 1976
Last clearing of "show interface" counters: never
ParameterDescriptionTypeValue
state_rsn_descInterface state reason description in detailString['SFP not inserted', 'Administratively down']
hardwareInterface typeString['IPStorage', 'Fibre Channel', 'GigabitEthernet']
eth_beaconEthernet beacon stateString['off,on']
oper_port_statePort operational stateString['down', 'trunking', 'up']
pmtu_discPath MTU discovery modeString['enabled', 'disabled']
tmf_queueing_modeTMF queuing modeString['enabled', 'disabled']
sackSackString['enabled', 'disabled']
auto_negotiationAuto-Negotiation modeString['off', 'on']
admin_b2b_state_changePort B2B state change admin modeString['off', 'on']
beacon_statusBeacon statusString['off', 'on']
eth_swt_monitorEthernet switchport monitor stateString['off', 'on']
eth_out_flowctrlEthernet output flow control stateString['off', 'on']
eth_in_flowctrlEthernet input flow control stateString['off', 'on']
admin_beacon_modeMaster/Admin beacon mode for the interfaceString['off', 'on']
statePort stateString['down', ' up', ' testing', ' trunking']
admin_stateMaster/Admin port stateString['down', ' up', ' testing', ' trunking']
oper_stateOperational port state['down', ' up', ' testing', ' trunking']
statusPort statusString['up', 'down']
mediumMedium typeString['broadcast', 'p2p']
oper_modePort operational modeString['--', 'auto', 'SD', 'F', 'E', 'TF', 'TE', 'IPS', 'ISCSI']
admin_modeInterface admin modeString['--', 'auto', 'SD', 'F', 'E', 'TF', 'TE', 'IPS', 'ISCSI']
port_down_reasonReason for port down stateString['SFP not present', ' No operational members', ' Administratively down', ' Link failure or not-connected', ' Initializing']
admin_trunk_modeAdmin/Master trunking mode for the interfaceString['off', ' on']
eth_autonegEthernet auto-negotiation modeString['off', 'on']
eth_mdixEthernet Medium dependent independent crossover (MDIX) enabled or disabledString['off', 'on']
snmp_trapSNMP trap stateString['enabled', 'disabled']
speedPort speedString
rx_droppedDropped input packetsInteger
eth_watchdogEthernet input packets watchdog statusInteger
eth_ignoredEthernet input ignored packetsInteger
eth_indiscardEthernet input discarded packetsInteger
rx_loop_initsInput loop initsInteger
eth_deferredEthernet output packets deferredInteger
burst_size_in_kbBurst size (in kb) for ISCSI interfaceInteger
max_retransMaximum retransmit time for ISCSI interfaceInteger
rx_rate_frames_psFibre channel input frames per secondInteger
rx_compressedFibre channel input compressed framesInteger
eth_dribbleInput packets with dribble conditionInteger
num_tcp_connNumber of TCP connectionInteger
jitter_in_usConfigured maximum jitterInteger
eth_babblesEthernet babbles valueInteger
eth_outpauseEthernet pause outputInteger
interface_last_changedLast changed interfaceString
max_bw_in_kbpsMaximum allowed bandwidthInteger
eth_outmcastEthernet output multicastInteger
tx_discard_framesEthernet output discarded framesInteger
eth_runtsEthernet runtsInteger
qosQuality of service valueInteger
eth_reliabilityEthernet reliability parameterString
eth_inpauseEthernet pause inputInteger
ipv6_addressIPV6 internet addressString List
eth_crcInvalid CRC for ethernet input framesInteger
eth_storm_suppEthernet input packets storm supressionInteger
eth_outbytesEthernet output bytesInteger
eth_inpktsEthernet input packetsInteger
eth_inmcastEthernet input multicastsInteger
ip_addressIPV4 address for interfaceString
eth_jumbo_outpktsEthernet outgoing jumbo packetsInteger
eth_jumbo_inpktsEthernet incoming jumbo packetsInteger
eth_nocarrierEthernet no carrierInteger
eth_giantsEthernet giantsInteger
num_iscsi_sessNumber of ISCSI sessionsInteger
eth_outpktsEthernet output packetsInteger
rx_mcast_framesInput multicast framesInteger
eth_inucastEthernet input unicast framesInteger
eth_inerrEthernet input packet errorsInteger
eth_collEthernet output packet collisionsInteger
eth_outbcastEthernet output packet broadcastsInteger
eth_lostcarrierEthernet output packet lost carrierInteger
local_portLocal port value for FCIP interfaceInteger
min_avail_bw_in_kbpsMinimum available bandwidth for ISCSIInteger
mac_addressPort MAC addressString
eth_frameEthernet processed framesInteger
eth_latecollEthernet output late collision packetsInteger
eth_bwEthernet bandwidthInteger
eth_underrunEthernet underrunsInteger
eth_outerrEthernet output errorsInteger
min_retrans_in_msMinimum retransmit time for ISCSI interfaceInteger
bwBandwidth valueString
eth_bad_ethBad ethernet type drop valueInteger
eth_reset_cntrNumber of ethernet interface resetsInteger
reset_timeout_in_secISCSI reset timeout in secondsInteger
keepalive_in_secKeep alive timeout for ISCSI interfaceInteger
eth_dlyEthernet frame delayInteger
eth_overrunEthernet output packet overrunsInteger
eth_hw_addrEthernet port hardware addressString
eth_outdiscardEthernet output discarded packetsInteger
num_disc_sessISCSI number of discovery sessionInteger
eth_inbcastEthernet input broadcast valueInteger
src_ipaddrSource IP addressString
lsp_idLSP ID for FC-tunnelString
eth_bia_addrEthernet hardware address (BIA - burned in address)String
conf_rtt_in_usecConfigured round trip time for ISCSI interfaceInteger
eth_bad_protoEthernet dropped input packets due to bad protocol Integer
rx_unsol_bytesInput unsolicited bytesInteger
trunk_vsan_upTrunking vsans in up stateString
trans_rdy_frameReady to transmit frames for ISCSI interfaceInteger
port_vsanPort vsan IDInteger
eth_outucastEthernet output unicast framesInteger
eth_inbytesTotal number of ethernet input bytesInteger
fcidFibre channel IDString
rx_cmd_pdusReceived command pdusInteger
tx_lrrLink reset responses transmittedInteger
rx_nosNon-operational sequences receivedInteger
oper_rxbbcreditOperational Rx B2B creditInteger
rx_b2b_credit_remainRx B2B credit remainingInteger
rx_discard_framesRx discarded framesInteger
eth_load_interval2_rxEthernet timer values (in sec) for 2nd intervalInteger
eth_nobufEthernet no buffer receivedInteger
eth_rxloadEthernet Rx loadString
rx_packetsReceiveed FCOE packetsInteger
eth_inrate2_bitsEthernet input bit rate for 2nd intervalInteger
tx_data_pdusTransmitted data PDUsInteger
eth_load_interval1_rxEthernet timer values (in sec) for 1st intervalInteger
tx_olsOffline sequences transmittedInteger
peer_port_wwnPeer port wwnString
tx_resp_sense_frameTx response with sense framesInteger
rx_errorsTx packet errorsInteger
tx_nosNon-operational sequences transmitted Integer
tx_error_framesTotal Tx frame errorsInteger
rx_error_framesTotal Rx frame errorsInteger
rx_overrunRx overrunsInteger
rx_rate_bits_psReceived rate in bits per secondInteger
rx_invalid_crcReceived frames for invalid CRC Integer
rx_too_long_framesReceived frames too long Integer
eth_outrate2_bitsEthernet output bit rate for 2nd intervalInteger
eth_outrate2_pktsEthernet output packet rate for 2nd intervalInteger
oper_txbbcreditOperational Tx B2B creditInteger
interfaceInterface IDString
tx_bytesTotal transmitted bytesInteger
rx_bytesTotal received bytesInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
eth_in_ifdown_dropsEthernet input if-down dropsInteger
rx_unknown_class_framesReceived unknown class framesInteger
tx_framesTotal transmitted framesInteger
rx_fifoReceived FIFO (First in first out)Integer
tx_fifo_errorsTransmitted FIFO errosInteger
rx_data_bytesReceived data bytesInteger
tx_droppedDropped Tx packetsInteger
port_wwnPort wwnString
tx_rate_bytes_psTransmitted rate in bytes per secInteger
rx_olsOffline sequences receivedInteger
eth_outrate1_bitsEthernet output bit rate for 1st intervalInteger
b2b_state_change_neg_valPort B2B state changeInteger
tx_data_bytesTransmitted data in bytesInteger
rx_data_pdusReceived data in PDUsInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
rx_rate_bytes_psReceived rate in bytes per secondInteger
eth_inrate2_pktsEthernet input packet rate for 2nd intervalInteger
tx_loop_initsTransmitted loop initialisationInteger
admin_rxbufsizeAdmin Rx buffer sizeInteger
tx_errorsTransmitted packet errorsInteger
eth_txloadEthernet Tx loadString
eth_inrate1_pktsEthernet input packet rate for 1st intervalInteger
tx_fifoTx FIFO (first in first out) for IPStorageInteger
eth_load_interval1_txEthernet timer value (per sec) for 1st intervalInteger
eth_load_interval2_txEthernet timer value (per sec) for 2nd intervalInteger
rx_lrrLink reset response receivedInteger
mtuMaximum transmission unitInteger
active_vsanAllowed and active vsan listString
rx_too_short_framesReceived short frames valueInteger
tx_packetsTransmitted FCOE packetsInteger
eth_inrate1_bitsEthernet input bit rate for 1st interfaceInteger
tx_b2b_low_pri_creTx B2B low priority creditInteger
eth_outrate1_pktsEthernet output packet rate for 1st intervalInteger
rx_framesTotal received framesInteger
tx_rate_frames_psTransmitted frame rate per secondInteger
vsanVsan IDInteger
tunnel_idFC-tunnel IDInteger
wwnPort wwnString
tx_dropNumber of dropped transmitted packetsInteger
send_buff_size_in_kbSend buffer size (in kb) for ISCSI interfaceInteger
tx_carrier_errorsTransmitted carrier errorsInteger
tx_resp_frameTransmitted response frames for ISCSI interfaceInteger
rx_mcastTotal number of received multicastsInteger
rx_fifo_errorsReceived FIFO errorsInteger
tx_underrunsTransmitted frame underrunsInteger
tx_collisionsNumber of transmitted collisionsInteger
eth_link_flappedName of last flapped linkString
eth_hw_descEthernet port hardware descriptionString
last_cleared_timeList of last cleared countersString
eth_clear_countersLast clearing of ethernet interface countersString
initiator_id_modeInitiator ID mode for ISCSI interface statisticsString
rate_modeOperational port rate modeString
share_stateInterface ownership typeString
sfpSFP descriptionString
oper_speedPort operational speedString
descriptionInterface descriptionString
eth_speedEthernet port speedString
admin_speedPort speedString
eth_outrate1_summary_bitsEthernet output bit rate summary for 1st intervalString
eth_ratemodeEthernet port rate modeString
bw_stateBandwidth stateString
eth_inrate2_summary_pktsEthernet input packet rate for 2nd intervalString
eth_modeEthernet modeString
eth_outrate2_summary_bitsEthernet output bit rate summary for 2nd intervalString
dest_ipaddrDestination IP addressString
eth_mediaEthernet media typeString
oper_state_causeOperational state cause for FC tunnelString
trunk_vsan_isolatedList of isolated trunk VSANsString
eth_outrate2_summary_pktsEthernet output packet rate summary for 2nd intervalString
eth_inrate1_summary_pktsEthernet input packet rate summary for 1st intervalString
eth_outrate1_summary_pktsEthernet output packet rate summary for 1st intervalString
trunk_vsan_initializingInitialisation of trunk VsanString
explicit_pathExplicit path name for fibre channel tunnelString
oper_b2b_state_changePort B2B state change operation modeString
eth_inrate2_summary_bitsEthernet input bit rate summary for 2nd intervalString
eth_inrate1_summary_bitsEthernet input bit rate summary for 1st interval String
line_protoLine protocol status for interfaceString
eth_mtuEthernet maximum transmission unit (MTU)String
flow_controlPacket flow-control mode for the interfaceString
forwarding_modePort-Forwarding modeString
eth_encapEthernet encapsulation valueString
eth_duplexEthernet duplex modeString
logical_typeLogical typeString

show interface <*interface_id*> brief

show interface <interface_id> brief
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> brief"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_brief_if": {
        "ROW_interface_brief_if": [
            {
                "admin_mode": "F",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/2",
                "logical_type": "edge",
                "oper_mode": "F",
                "oper_speed": "8",
                "port_channel": "--",
                "status": "up",
                "vsan": 1
            }
        ]
    }
}

       <TABLE_interface_brief_if>
        <ROW_interface_brief_if>
         <interface>fc1/2</interface>
         <vsan>1</vsan>
         <admin_mode>F</admin_mode>
         <admin_trunk_mode>on</admin_trunk_mode>
         <status>up</status>
         <fcot_info>swl</fcot_info>
         <oper_mode>F</oper_mode>
         <oper_speed>8</oper_speed>
         <port_channel>--</port_channel>
         <logical_type>edge</logical_type>
        </ROW_interface_brief_if>
       </TABLE_interface_brief_if>
      

The show interface <*interface_id*> brief command displays brief information for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 brief


-----------------------------------------------------------------------------------------
Interface Vsan Admin Admin Status SFP Oper Oper Port Logical
Mode Trunk Mode Speed Channel Type
Mode (Gbps)
-----------------------------------------------------------------------------------------
fc1/2 1 F on up swl F 8 -- edge
ParameterDescriptionTypeValue
oper_modeOper modeString['--', 'SD', 'TE', 'TF', 'F']
admin_trunk_modeAdmin trunk modeString['on', '--', 'off']
logical_typeLogical typeString['--', 'core', 'edge']
statusPort statusString['sfpAbsent', 'notConnected', 'up', 'init', 'down', 'trunking', 'noOperMembers', 'errDisabled', 'offline', 'outOfServc']
port_channelPort channel numberString['--', '15', '4']
stateInterface stateString['down']
ratemodeInterface port speedString['D', 'S', 'I']
portmodePort modeString['Access', ' Layer 3', ' Trunk', ' PVLAN', ' Fabric', ' 1q-Tunnel', ' FabricPath']
vsanVsan IDInteger['1-4093']
vlanVlan IDString['1-4094']
admin_modeAdmin modeString['auto', 'SD', 'F', 'E']
oper_speedOper speedString['--', '4', '8', '32', '16', '64']
fcot_infoFcot infoString['--', 'swl']
dest_ipaddrDestination IP addressString
src_ipaddrSource IP addressString
clusterCluster nameString
mtuMTU valueInteger
ip_addressIP Address for IPStorage/vsan/mgmt/Port-channel InterfacesString
tunnel_idTunnel IDInteger
speedSpeedString
state_rsn_descInterface state reason detailedString
explicit_pathExplicit path nameString
typeInterface typeString
interfaceInterface IDString

show interface <*interface_id*> capabilities

show interface <interface_id> capabilities
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> capabilities"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_capabilities_if": {
        "ROW_interface_capabilities_if": [
            {
                "BB_state_change": "supported",
                "FC-PH_version_high": 0,
                "FC-PH_version_low": 6,
                "FX_rx_BB_credit_def": 64,
                "FX_rx_BB_credit_max": 253,
                "FX_rx_BB_credit_min": 1,
                "ISL_rx_BB_credit_def": 64,
                "ISL_rx_BB_credit_max": 253,
                "ISL_rx_BB_credit_min": 2,
                "beacon_mode_config": "yes",
                "class_2": "supported",
                "class_3": "supported",
                "class_service": "Class 2, Class 3, Class F",
                "dedicated_performance_buf_mod_supp": "no",
                "extended_B2B": "no",
                "hold_time_max": 100000,
                "hold_time_min": 1,
                "interface": "fc1/2",
                "max_BB_state_change": 14,
                "max_speed": "16 Gbps",
                "min_speed": "2 Gbps",
                "on_demand_port": "yes",
                "out_of_order": "yes",
                "rate_mode_cap": "Dedicated",
                "rate_mode_change": "not supported",
                "recieve_BB_credit": "yes",
                "recieve_data_max": 2112,
                "recieve_data_min": 256,
                "transmit_data_max": 2112,
                "transmit_data_min": 128
            }
        ]
    }
}

       <TABLE_interface_capabilities_if>
        <ROW_interface_capabilities_if>
         <interface>fc1/2</interface>
         <min_speed>2 Gbps</min_speed>
         <max_speed>16 Gbps</max_speed>
         <FC-PH_version_high>0</FC-PH_version_high>
         <FC-PH_version_low>6</FC-PH_version_low>
         <recieve_data_max>2112</recieve_data_max>
         <recieve_data_min>256</recieve_data_min>
         <transmit_data_max>2112</transmit_data_max>
         <transmit_data_min>128</transmit_data_min>
         <class_service>Class 2, Class 3, Class F</class_service>
         <class_2>supported</class_2>
         <class_3>supported</class_3>
         <hold_time_max>100000</hold_time_max>
         <hold_time_min>1</hold_time_min>
         <BB_state_change>supported</BB_state_change>
         <max_BB_state_change>14</max_BB_state_change>
         <rate_mode_change>not supported</rate_mode_change>
         <rate_mode_cap>Dedicated</rate_mode_cap>
         <recieve_BB_credit>yes</recieve_BB_credit>
         <FX_rx_BB_credit_min>1</FX_rx_BB_credit_min>
         <FX_rx_BB_credit_max>253</FX_rx_BB_credit_max>
         <FX_rx_BB_credit_def>64</FX_rx_BB_credit_def>
         <ISL_rx_BB_credit_min>2</ISL_rx_BB_credit_min>
         <ISL_rx_BB_credit_max>253</ISL_rx_BB_credit_max>
         <ISL_rx_BB_credit_def>64</ISL_rx_BB_credit_def>
         <dedicated_performance_buf_mod_supp>no</dedicated_performance_buf_mod_supp>
         <out_of_order>yes</out_of_order>
         <beacon_mode_config>yes</beacon_mode_config>
         <extended_B2B>no</extended_B2B>
         <on_demand_port>yes</on_demand_port>
        </ROW_interface_capabilities_if>
       </TABLE_interface_capabilities_if>
      

The show interface <*interface_id*> capabilities command displays hardware port capabilities for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 capabilities

fc1/2
Min Speed is 2 Gbps
Max Speed is 16 Gbps
FC-PH Version (high, low) (0,6)
Receive data field size (max/min) (2112/256) bytes
Transmit data field size (max/min) (2112/128) bytes
Classes of Service supported are Class 2, Class 3, Class F
Class 2 sequential delivery supported
Class 3 sequential delivery supported
Hold time (max/min) (100000/1) micro sec
BB state change notification supported
Maximum BB state change notifications 14
Rate Mode change not supported

Rate Mode Capabilities Dedicated
Receive BB Credit modification supported yes
FX mode Receive BB Credit (min/max/default) (1/253/64)
ISL mode Receive BB Credit (min/max/default) (2/253/64)
Performance buffer modification supported no

Out of Service capable yes
Beacon mode configurable yes
Extended B2B credit capable no
On demand port activation license supported yes
ParameterDescriptionTypeValue
class_serviceClasses of service supportedString['Class 2', 'Class 3', 'Class F']
extended_B2BExtended B2B credit capableString['yes', 'no']
dedicated_performance_buf_mod_supp Performance buffer modification supportedString['yes', 'no']
on_demand_portOn demand port activation license supportedString['yes', 'no']
BB_state_change BB state change notificationString['supported', 'not supported']
class_2 Class 2 sequential deliveryString['supported']
class_3Class 3 sequential deliveryString['\\tDedicated', 'Shared', 'supported']
bcast_supp Broadcast suppressionString['percentage(0-100)', 'no']
duplex DuplexString['full', 'half', 'auto']
cos_rewrite CoS rewriteString['yes', 'no']
dce_capable DCE mode capableString['yes', 'no']
eee_capable EEE (efficient-eth)String['yes', 'no']
channelChannelString['yes', 'no']
rate_mode_cap Rate mode capabilitiesString['Dedicated', 'Shared']
rate_mode Port bandwidth type String['dedicated', 'shared', 'none']
out_of_order Out of service capableString['yes', 'no']
port_mode Port modeString['Routed', 'Switched', 'Unknown']
rate_mode_change Rate mode changeString['supported', 'not supported']
pfc_capablePFC capableString['yes', 'no']
interface Interface IDString['fc', 'ethernet']
lnk_debounce_timeEnable or disable the debounce timer for Ethernet portsString['yes', 'no']
lnk_debounceLink debounce enabled or disabledString['yes', 'no']
beacon_mode_configBeacon mode whether enabled or disabledString['yes', 'no']
span SPANString['yes', 'no']
mdixMedium dependent independent crossover (MDIX) enabled or disabledString['yes', 'no']
udldUnidirectional link detection (UDLD) enabled or disabledString['yes', 'no']
tdrTime domain reflectometry (TDR) enabled or disabledString['yes', 'no']
tos_rewriteToS rewriteString['yes', 'no']
lnk_up_debounceLink debounce enable or disableString['yes', 'no']
recieve_BB_creditRx buffer to buffer credit modification supportedString['\\tyes', 'no']
flo_ctrl Flow controlString
qos_scheduling QOS schedulingString
max_BB_state_changeMaximum BB state change notificationsInteger
isl_mode_perf_buf_min ISL mode performance buffers minimunString
fx_mode_perf_buf_maxFX mode performance buffers maximumString
isl_mode_perf_buf_max ISL mode performance buffers maximumString
fx_mode_perf_buf_def FX mode performance buffers defaultString
recieve_data_maxReceive data field size maximumInteger
FC-PH_version_low FC-PH version lowInteger
FC-PH_version_high FC-PH version highInteger
isl_mode_perf_buf_defISL mode performance buffers defaultString
recieve_data_minReceive data field size minimumInteger
transmit_data_max Transmit data field size maximumInteger
fx_mode_perf_buf_min FX mode performance buffers minimumString
transmit_data_min Transmit data field size minimumInteger
trunk_encapTrunk encapsulation typeString
max_speed Maximum speed of interfaceString
min_speed Minimum speed of interfaceString
typeSFP typeString
hold_time_max Hold time maximum (in micro second)Integer
hold_time_min Hold time minimum (in micro second)Integer
speedSpeed of interfaceString
modelModel numberString
ISL_rx_BB_credit_minISL mode Rx BB credit minimumInteger
ISL_rx_BB_credit_max ISL mode Rx BB credit maximumInteger
FX_rx_BB_credit_defFX mode Rx BB credit defaultInteger
ISL_rx_BB_credit_def ISL mode Rx BB credit defaultInteger
FX_rx_BB_credit_min FX mode Rx BB credit minimumInteger
FX_rx_BB_credit_max FX mode Rx BB credit maximum Integer

show interface <*interface_id*> counters

show interface <interface_id> counters
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> counters"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters": {
        "ROW_counters": [
            {
                "interface": "fc1/2",
                "last_cleared_time": "never",
                "rx_b2b_credit_remain": 64,
                "rx_b2b_credit_to_zero": 1,
                "rx_bytes": 162116,
                "rx_c2_bytes": 0,
                "rx_c2_frames": 0,
                "rx_c3_bytes": 162116,
                "rx_c3_frames": 3111,
                "rx_cf_bytes": 0,
                "rx_cf_frames": 0,
                "rx_crc_fcs": 0,
                "rx_discard_frames": 0,
                "rx_error_frames": 0,
                "rx_frames": 3111,
                "rx_link_faliures": 0,
                "rx_loop_inits": 0,
                "rx_lrr": 0,
                "rx_nos": 0,
                "rx_ols": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_signal_loss": 0,
                "rx_sync_loss": 0,
                "rx_too_long_frames": 0,
                "rx_too_short_frames": 0,
                "rx_unknown_class_frames": 0,
                "tx_b2b_credit_remain": 64,
                "tx_b2b_credit_to_zero": 3,
                "tx_b2b_low_pri_cre": 64,
                "tx_bytes": 4917992,
                "tx_c2_bytes": 0,
                "tx_c2_frames": 0,
                "tx_c3_bytes": 4917992,
                "tx_c3_frames": 3120,
                "tx_cf_bytes": 0,
                "tx_cf_frames": 0,
                "tx_credit_loss": 0,
                "tx_discard_frames": 0,
                "tx_error_frames": 0,
                "tx_frames": 3120,
                "tx_loop_inits": 0,
                "tx_lrr": 1,
                "tx_nos": 0,
                "tx_ols": 1,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_timeout_discards": 0,
                "txwait": 0,
                "txwait_percent_1hr": 0,
                "txwait_percent_1m": 0,
                "txwait_percent_1s": 0,
                "txwait_percent_72hr": 0
            }
        ]
    }
}

       <TABLE_counters>
        <ROW_counters>
         <interface>fc1/2</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <rx_frames>3111</rx_frames>
         <rx_bytes>162116</rx_bytes>
         <rx_c2_frames>0</rx_c2_frames>
         <rx_c2_bytes>0</rx_c2_bytes>
         <rx_c3_frames>3111</rx_c3_frames>
         <rx_c3_bytes>162116</rx_c3_bytes>
         <rx_cf_frames>0</rx_cf_frames>
         <rx_cf_bytes>0</rx_cf_bytes>
         <rx_discard_frames>0</rx_discard_frames>
         <rx_error_frames>0</rx_error_frames>
         <rx_crc_fcs>0</rx_crc_fcs>
         <rx_unknown_class_frames>0</rx_unknown_class_frames>
         <rx_too_long_frames>0</rx_too_long_frames>
         <rx_too_short_frames>0</rx_too_short_frames>
         <tx_frames>3120</tx_frames>
         <tx_bytes>4917992</tx_bytes>
         <tx_c2_frames>0</tx_c2_frames>
         <tx_c2_bytes>0</tx_c2_bytes>
         <tx_c3_frames>3120</tx_c3_frames>
         <tx_c3_bytes>4917992</tx_c3_bytes>
         <tx_cf_frames>0</tx_cf_frames>
         <tx_cf_bytes>0</tx_cf_bytes>
         <tx_discard_frames>0</tx_discard_frames>
         <tx_error_frames>0</tx_error_frames>
         <tx_timeout_discards>0</tx_timeout_discards>
         <tx_credit_loss>0</tx_credit_loss>
         <rx_ols>0</rx_ols>
         <rx_lrr>0</rx_lrr>
         <rx_nos>0</rx_nos>
         <rx_loop_inits>0</rx_loop_inits>
         <tx_ols>1</tx_ols>
         <tx_lrr>1</tx_lrr>
         <tx_nos>0</tx_nos>
         <tx_loop_inits>0</tx_loop_inits>
         <rx_link_faliures>0</rx_link_faliures>
         <rx_sync_loss>0</rx_sync_loss>
         <rx_signal_loss>0</rx_signal_loss>
         <tx_b2b_credit_to_zero>3</tx_b2b_credit_to_zero>
         <rx_b2b_credit_to_zero>1</rx_b2b_credit_to_zero>
         <txwait>0</txwait>
         <txwait_percent_1s>0</txwait_percent_1s>
         <txwait_percent_1m>0</txwait_percent_1m>
         <txwait_percent_1hr>0</txwait_percent_1hr>
         <txwait_percent_72hr>0</txwait_percent_72hr>
         <rx_b2b_credit_remain>64</rx_b2b_credit_remain>
         <tx_b2b_credit_remain>64</tx_b2b_credit_remain>
         <tx_b2b_low_pri_cre>64</tx_b2b_low_pri_cre>
         <last_cleared_time>never</last_cleared_time>
        </ROW_counters>
       </TABLE_counters>
      

The show interface <*interface_id*> counters command displays the interface counter information for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 counters

fc1/2
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
3111 frames input, 162116 bytes
0 class-2 frames, 0 bytes
3111 class-3 frames, 162116 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
3120 frames output, 4917992 bytes
0 class-2 frames, 0 bytes
3120 class-3 frames, 4917992 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
0 input OLS, 0 LRR, 0 NOS, 0 loop inits
1 output OLS, 1 LRR, 0 NOS, 0 loop inits
0 link failures, 0 sync losses, 0 signal losses
3 Transmit B2B credit transitions to zero
1 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
64 receive B2B credit remaining
64 transmit B2B credit remaining
64 low priority transmit B2B credit remaining
Last clearing of "show interface" counters: never
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
interface_txInterface ID TxString['ethernet', ' ethernet-port-channel']
interface_rxInterface ID RxString['ethernet', ' ethernet-port-channel']
rx_rate_frames_psReceived rate frames per secondInteger
rx_bytesReceived bytesInteger
pg_acl_dropsPort group ACL dropsInteger
tx_rate_bytes_psTransmitted rate in bytes per secondInteger
pg_xbar_dropsPort group XBAR dropsInteger
tx_credit_lossTransmitted credit lossInteger
rx_rate_bytes_psReceived rate in bytes per secondInteger
rx_rate_bits_psReceived rate in bits per secondInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
rx_c2_bytesBytes received for Class 2 framesInteger
tx_c2_framesTransmitted Class 2 framesInteger
rx_cf_framesReceived Class f framesInteger
rx_crc_fcsReceived CRC framesInteger
rx_unknown_class_framesBytes received for Unknown Class framesInteger
tx_cf_framesTransmitted Class f framesInteger
tx_cf_bytesBytes transmitted for Class f framesInteger
tx_bytesTransmitted bytesInteger
pg_other_dropsPort group other dropsInteger
rx_c3_bytesBytes received for Class 3 framesInteger
rx_b2b_credit_remainReceived B2B credit remainingInteger
rx_loop_initsReceived loop initializationInteger
pg_fib_dropsPort group FIB dropsInteger
rx_link_faliuresReceived link failuresInteger
rx_cf_bytesBytes received for Class f framesInteger
rx_signal_lossReceived signal lossInteger
tx_loop_initsTransmitted loop initializationInteger
tx_discard_framesTransmitted discard framesInteger
rx_sync_lossReceived sync lossInteger
rx_c2_framesReceived Class 2 framesInteger
tx_error_framesTransmitted error framesInteger
rx_too_long_framesToo long frames receivedInteger
tx_c3_bytesBytes transmitted for Class 3 framesInteger
rx_c3_framesReceived Class 3 framesInteger
tx_c2_bytesBytes transmitted for Class 2 framesInteger
tx_framesTransmitted framesInteger
rx_framesReceived framesInteger
tx_timeout_discardsTransmitted timeout discardsInteger
tx_c3_framesTransmitted Class 3 framesInteger
rx_discard_framesReceived discard framesInteger
rx_error_framesReceived error framesInteger
tx_rate_frames_psTransmitted rate frames per secondInteger
rx_compressedReceived compressed framesInteger
tx_carrier_errorsTransmitted carrier errorsInteger
rx_packetsReceived packetsInteger
rx_errorsReceived errorsInteger
rx_fifoReceived FIFO framesInteger
tx_errorsTransmitted errorsInteger
tx_underrunsTransmitted underrunsInteger
tx_collisionsTransmitted collisionsInteger
rx_mcast_framesReceived multicast framesInteger
rx_overrunReceived overrun framesInteger
tx_fifoTransmitted FIFO framesInteger
tx_packetsTransmitted packetsInteger
rx_data_pdusReceived data PDUSInteger
rx_cmd_pdusReceived command PDUSInteger
tx_data_bytesTransmitted data in bytesInteger
trans_rdy_frameReady to transmit framesInteger
rx_unsol_bytesReceived unsolicited bytesInteger
tx_resp_sense_frameTransmitted response frames with senseInteger
rx_data_bytesReceived data in bytesInteger
tx_resp_frameTransmitted response framesInteger
tx_data_pdusTransmitted data PDUSInteger
rx_bad_protocol_dropsReceived bad protocol dropsInteger
rx_bad_ether_type_dropsReceived bad ether type dropsInteger
tx_arp_dropsTransmitted ARP dropsInteger
tx_bcast_framesTransmitted broadcast framesInteger
rx_queue_dropsReceived queue dropsInteger
rx_bcast_framesReceived broadcast framesInteger
rx_if_down_dropsReceived interface down dropsInteger
rx_red_dropsReceived red dropsInteger
tx_mcast_framesTransmitted multicast framesInteger
tx_if_down_dropsTransmitted interface down dropsInteger
eth_inucastReceived unicast framesInteger
eth_inmcastReceived multicast framesInteger
eth_outbytesTransmitted frames in bytesInteger
eth_outbcastTransmitted broadcast framesInteger
eth_outmcastTransmitted multicast framesInteger
eth_inbytesReceived frames in bytesInteger
eth_outucastTransmitted unicast framesInteger
eth_inbcastReceived broadcast framesInteger
tx_lrrLink reset responses transmittedInteger
rx_lrrLink reset responses receivedInteger
rx_olsOffline sequences receivedInteger
tx_olsOffline sequences transmittedInteger
rx_nosNon-operational sequences receivedInteger
tx_nosNon-operational sequences transmittedInteger
txwait_percent_1sPercentage Tx wait for last 1 secondInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
rx_b2b_credit_to_zeroRx B2B credit transitions to zeroInteger
tx_b2b_credit_to_zeroTx B2B credit transitions to zeroInteger
txwaitTx wait for 2.5us due to lack of transmit creditsInteger
tx_b2b_low_pri_creTx B2B low priority credit remainingInteger
txwait_percent_1hrPercentage Tx wait for last 1 hourInteger
txwait_percent_72hrPercentage Tx wait for last 72 hourInteger
txwait_percent_1mPercentage Tx wait for last 1 minuteInteger
rx_peer_bytesReceived peer bytes Integer
tx_peer_bytesTransmitted peer bytesInteger
rx_dev_pktsReceived device packetsInteger
tx_dev_pktsTransmitted device packetsInteger
rx_peer_pktsReceived peer packetsInteger
rx_dev_bytesReceived device bytesInteger
deact_reqDeactivate requestString
create_reqCreate requestString
destroy_reqCreate destroyString
activate_reqActivate requestString
tx_dev_bytesTransmitted device bytesInteger
tx_peer_pktsTransmitted peer packetsInteger
rx_too_short_framesFrames received with length less than the minimum indicated by the frame headerInteger
pg_fib_startFIB drops port group start portString
pg_fib_endFIB drops port group end portString
pg_other_startOther drops port group start portString
pg_xbar_endXBAR drops port group end portString
pg_xbar_startXBAR drops port group start portString
pg_other_endOther drops port group end portString
last_cleared_timeLast clearing of "show interface" countersString

show interface <*interface_id*> counters brief

show interface <interface_id> counters brief
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> counters brief"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters_brief": {
        "ROW_counters_brief": [
            {
                "interface": "fc1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 3111,
                "tx_rate_MBps": 0,
                "tx_total_frames": 3120
            }
        ]
    }
}

        <TABLE_counters_brief>
         <ROW_counters_brief>
          <interface>fc1/2</interface>
          <rx_rate_MBps>0</rx_rate_MBps>
          <rx_total_frames>3111</rx_total_frames>
          <tx_rate_MBps>0</tx_rate_MBps>
          <tx_total_frames>3120</tx_total_frames>
         </ROW_counters_brief>
        </TABLE_counters_brief>
       

The show interface <*interface_id*> counters brief command displays the interface counter information in brief for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 counters brief


-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
fc1/2 0 3111 0 3120
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
tx_rate_MBpsTransmitted rate in Mega bytes per secondInteger
rx_rate_MBpsReceived rate in Mega bytes per secondInteger
tx_total_framesTotal transmitted framesInteger
rx_total_framesTotal received framesInteger
eth_load_intv1Interval 1 timer value in secondsInteger
eth_outframes1Interval 1 output rate in output frames (pkts)Integer
eth_outframes2Interval 2 output rate in output frames (pkts)Integer
eth_load_intv2Interval 2 timer value in secondsInteger
eth_inframes2Interval 2 input rate in frames (pkts)Integer
eth_outrate2Interval 2 output rate in Mega bits per secondInteger
eth_inrate2Interval 2 input rate in Mega bits per secondInteger
eth_inframes1Interval 1 input rate in frames (pkts)Integer
eth_inrate1Interval 1 input rate in Mega bits per secondInteger
eth_outrate1Interval 1 output rate in Mega bits per secondInteger
dev_rate_12hrAverage received rate (MBps) in 12 hourInteger
dev_rate_5minAverage received rate (MBps) in 5 minuteInteger
dev_rate_24hrAverage received rate (MBps) in 24 hourInteger
peer_rate_5minAverage transmitted rate (MBps) in 5 minuteInteger
peer_rate_24hrAverage transmitted rate (MBps) in 24 hourInteger
peer_rate_12hrAverage transmitted rate (MBps) in 12 hourInteger
dev_bytesTotal bytes receivedInteger
peer_bytesTotal bytes transmittedInteger

show interface <*interface_id*> counters detailed

show interface <interface_id> counters detailed
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> counters detailed"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters": {
        "ROW_counters": [
            {
                "TABLE_congestion": {
                    "ROW_congestion": [
                        {
                            "rx_b2b_credit_remain": 0,
                            "rx_b2b_credit_to_zero": 1,
                            "tx_b2b_credit_remain": 0,
                            "tx_b2b_credit_to_zero": 3,
                            "tx_b2b_low_pri_cre": 0,
                            "tx_credit_loss": 0,
                            "tx_timeout_discards": 0,
                            "txwait": 0,
                            "txwait_percent_1hr": 0,
                            "txwait_percent_1m": 0,
                            "txwait_percent_1s": 0,
                            "txwait_percent_72hr": 0
                        }
                    ]
                },
                "TABLE_link": {
                    "ROW_link": [
                        {
                            "bb_scr_incr": 0,
                            "bb_scs_resend": 0,
                            "rx_delim_err": 0,
                            "rx_eof_abort_frames": 0,
                            "rx_frag_frames": 0,
                            "rx_inv_crc": 0,
                            "rx_inv_trans_err": 0,
                            "rx_jabber_frames": 0,
                            "rx_link_failures": 0,
                            "rx_link_reset": 0,
                            "rx_link_reset_resp": 0,
                            "rx_non_oper_seq": 0,
                            "rx_off_seq_err": 0,
                            "rx_prm_seq_pro_err": 0,
                            "rx_runt_frames": 0,
                            "rx_signal_loss": 0,
                            "rx_sync_loss": 0,
                            "rx_too_long_frames": 0,
                            "rx_too_short_frames": 0,
                            "rx_unknown_class_frames": 0,
                            "tx_link_reset": 0,
                            "tx_link_reset_resp": 1,
                            "tx_non_oper_seq": 0,
                            "tx_off_seq_err": 1
                        }
                    ]
                },
                "TABLE_loop": {
                    "ROW_loop": [
                        {
                            "rx_f8_lip_seq_err": 0,
                            "rx_non_f8_lip_seq_err": 0,
                            "tx_f8_lip_seq_err": 0,
                            "tx_non_f8_lip_seq_err": 0
                        }
                    ]
                },
                "TABLE_others": {
                    "ROW_others": [
                        {
                            "last_cleared_time": "never"
                        }
                    ]
                },
                "TABLE_totals": {
                    "ROW_totals": [
                        {
                            "rx_bcast_frames": 0,
                            "rx_bytes": 162116,
                            "rx_c2_bytes": 0,
                            "rx_c2_discard_frames": 0,
                            "rx_c2_frames": 0,
                            "rx_c2_port_rjt_frames": 0,
                            "rx_c3_bytes": 162116,
                            "rx_c3_discard_frames": 0,
                            "rx_c3_frames": 3111,
                            "rx_cf_bytes": 0,
                            "rx_cf_discard_frames": 0,
                            "rx_cf_frames": 0,
                            "rx_discard_frames": 0,
                            "rx_error_frames": 0,
                            "rx_frames": 3111,
                            "rx_mcast_frames": 0,
                            "rx_ucast_frames": 3111,
                            "tx_bcast_frames": 0,
                            "tx_bytes": 4917992,
                            "tx_c2_bytes": 0,
                            "tx_c2_frames": 0,
                            "tx_c3_bytes": 4917992,
                            "tx_c3_frames": 3120,
                            "tx_cf_bytes": 0,
                            "tx_cf_frames": 0,
                            "tx_discard_frames": 0,
                            "tx_error_frames": 0,
                            "tx_frames": 3120,
                            "tx_mcast_frames": 0,
                            "tx_ucast_frames": 3120
                        }
                    ]
                },
                "interface": "fc1/2",
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0
            }
        ]
    }
}

        <TABLE_counters>
         <ROW_counters>
          <interface>fc1/2</interface>
          <rx_rate_bits_ps>0</rx_rate_bits_ps>
          <tx_rate_bits_ps>0</tx_rate_bits_ps>
          <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
          <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
          <rx_rate_frames_ps>0</rx_rate_frames_ps>
          <tx_rate_frames_ps>0</tx_rate_frames_ps>
          <TABLE_totals>
           <ROW_totals>
            <rx_frames>3111</rx_frames>
            <tx_frames>3120</tx_frames>
            <rx_bytes>162116</rx_bytes>
            <tx_bytes>4917992</tx_bytes>
            <rx_mcast_frames>0</rx_mcast_frames>
            <tx_mcast_frames>0</tx_mcast_frames>
            <rx_bcast_frames>0</rx_bcast_frames>
            <tx_bcast_frames>0</tx_bcast_frames>
            <rx_ucast_frames>3111</rx_ucast_frames>
            <tx_ucast_frames>3120</tx_ucast_frames>
            <rx_discard_frames>0</rx_discard_frames>
            <tx_discard_frames>0</tx_discard_frames>
            <rx_error_frames>0</rx_error_frames>
            <tx_error_frames>0</tx_error_frames>
            <rx_c2_frames>0</rx_c2_frames>
            <tx_c2_frames>0</tx_c2_frames>
            <rx_c2_bytes>0</rx_c2_bytes>
            <tx_c2_bytes>0</tx_c2_bytes>
            <rx_c2_discard_frames>0</rx_c2_discard_frames>
            <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
            <rx_c3_frames>3111</rx_c3_frames>
            <tx_c3_frames>3120</tx_c3_frames>
            <rx_c3_bytes>162116</rx_c3_bytes>
            <tx_c3_bytes>4917992</tx_c3_bytes>
            <rx_c3_discard_frames>0</rx_c3_discard_frames>
            <rx_cf_frames>0</rx_cf_frames>
            <tx_cf_frames>0</tx_cf_frames>
            <rx_cf_bytes>0</rx_cf_bytes>
            <tx_cf_bytes>0</tx_cf_bytes>
            <rx_cf_discard_frames>0</rx_cf_discard_frames>
           </ROW_totals>
          </TABLE_totals>
          <TABLE_link>
           <ROW_link>
            <rx_link_failures>0</rx_link_failures>
            <rx_sync_loss>0</rx_sync_loss>
            <rx_signal_loss>0</rx_signal_loss>
            <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
            <rx_inv_trans_err>0</rx_inv_trans_err>
            <rx_inv_crc>0</rx_inv_crc>
            <rx_delim_err>0</rx_delim_err>
            <rx_frag_frames>0</rx_frag_frames>
            <rx_eof_abort_frames>0</rx_eof_abort_frames>
            <rx_unknown_class_frames>0</rx_unknown_class_frames>
            <rx_runt_frames>0</rx_runt_frames>
            <rx_jabber_frames>0</rx_jabber_frames>
            <rx_too_long_frames>0</rx_too_long_frames>
            <rx_too_short_frames>0</rx_too_short_frames>
            <rx_link_reset>0</rx_link_reset>
            <tx_link_reset>0</tx_link_reset>
            <rx_link_reset_resp>0</rx_link_reset_resp>
            <tx_link_reset_resp>1</tx_link_reset_resp>
            <rx_off_seq_err>0</rx_off_seq_err>
            <tx_off_seq_err>1</tx_off_seq_err>
            <rx_non_oper_seq>0</rx_non_oper_seq>
            <tx_non_oper_seq>0</tx_non_oper_seq>
            <bb_scs_resend>0</bb_scs_resend>
            <bb_scr_incr>0</bb_scr_incr>
           </ROW_link>
          </TABLE_link>
          <TABLE_loop>
           <ROW_loop>
            <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
            <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
            <rx_non_f8_lip_seq_err>0</rx_non_f8_lip_seq_err>
            <tx_non_f8_lip_seq_err>0</tx_non_f8_lip_seq_err>
           </ROW_loop>
          </TABLE_loop>
          <TABLE_congestion>
           <ROW_congestion>
            <tx_timeout_discards>0</tx_timeout_discards>
            <tx_credit_loss>0</tx_credit_loss>
            <txwait>0</txwait>
            <txwait_percent_1s>0</txwait_percent_1s>
            <txwait_percent_1m>0</txwait_percent_1m>
            <txwait_percent_1hr>0</txwait_percent_1hr>
            <txwait_percent_72hr>0</txwait_percent_72hr>
            <rx_b2b_credit_remain>0</rx_b2b_credit_remain>
            <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
            <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
            <rx_b2b_credit_to_zero>1</rx_b2b_credit_to_zero>
            <tx_b2b_credit_to_zero>3</tx_b2b_credit_to_zero>
           </ROW_congestion>
          </TABLE_congestion>
          <TABLE_others>
           <ROW_others>
            <last_cleared_time>never</last_cleared_time>
           </ROW_others>
          </TABLE_others>
         </ROW_counters>
        </TABLE_counters>
       

The show interface <*interface_id*> counters detailed command displays the interface counter information in detail for the Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 counters detailed

fc1/2
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 3111
Tx total frames: 3120
Rx total bytes: 162116
Tx total bytes: 4917992
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 3111
Tx total unicast: 3120
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 3111
Tx class-3 frames: 3120
Rx class-3 bytes: 162116
Tx class-3 bytes: 4917992
Rx class-3 frames discards: 0
Rx class-f frames: 0
Tx class-f frames: 0
Rx class-f bytes: 0
Tx class-f bytes: 0
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 0
Rx Sync losses: 0
Rx Signal losses: 0
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 0
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 0
Tx Link Reset Responses(LRR): 1
Rx Offline Sequences(OLS): 0
Tx Offline Sequences(OLS): 1
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 0
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 0
Tx Non F8 type LIP sequence errors: 0

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit remaining: 0
Tx B2B credit remaining: 0
Tx Low Priority B2B credit remaining: 0
Rx B2B credit transitions to zero: 1
Tx B2B credit transitions to zero: 3

Last clearing of "show interface" counters : never
String
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
rx_off_seq_errOffline sequence error receivedInteger
tx_discard_framesTransmitted discard framesInteger
rx_c2_discard_framesBytes received for Class 2 discard framesInteger
rx_fec_uncorrectedReceived FEC uncorrected blocksInteger
tx_c3_bytesBytes transmitted for Class 3 framesInteger
tx_c3_framesTransmitted Class 3 framesInteger
rx_runt_framesFrames received that are shorter than the minimum allowable frame length regardless of the CRC/FCS errorInteger
rx_rate_frames_psReceived rate frames per secondInteger
pg_acl_dropsPort group ACL dropsInteger
tx_link_reset_respLink reset responses transmittedInteger
pg_xbar_dropsPort group XBAR dropsInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
rx_link_reset_respLink reset responses receivedInteger
rx_jabber_framesFrames received that are longer than the minimum allowable frame length regardless of the CRC/FCS errorInteger
rx_inv_trans_errReceived invalid transmission errorsInteger
tx_bytesTransmitted bytesInteger
pg_other_dropsPort group other dropsInteger
tx_bcast_framesTransmitted broadcast framesInteger
tx_ucast_framesTransmitted unicast framesInteger
rx_signal_lossReceived signal lossInteger
rx_too_long_framesToo long frames receivedInteger
rx_link_resetLink reset receivedInteger
rx_c3_framesReceived Class 3 framesInteger
rx_mcast_framesReceived multicast framesInteger
rx_prm_seq_pro_errReceived primitive sequence protocol errorsInteger
tx_link_resetLink reset transmittedInteger
rx_framesReceived framesInteger
tx_rate_frames_psTransmitted rate frames per secondInteger
tx_f8_lip_seq_errf8 LIP sequence error transmittedInteger
rx_f8_lip_seq_errf8 LIP sequence error receivedInteger
rx_non_f8_lip_seq_errNon f8 LIP sequence error receivedInteger
tx_non_f8_lip_seq_errNon f8 LIP sequence error transmittedInteger
last_cleared_timeLast clearing of "show interface" countersString
rx_rate_bytes_psReceived rate in bytes per secondInteger
rx_rate_bits_psReceived rate in bits per secondInteger
rx_c2_bytesBytes received for Class 2 framesInteger
tx_off_seq_errOffline sequence error transmittedInteger
rx_eof_abort_framesFrames EOF abort receivedInteger
tx_cf_bytesBytes transmitted for Class f framesInteger
rx_c3_bytesBytes received for Class 3 framesInteger
rx_bcast_framesReceived broadcast framesInteger
rx_inv_crcReceived invalid CRCInteger
rx_sync_lossReceived sync lossInteger
tx_error_framesTransmitted error framesInteger
tx_c2_bytesBytes transmitted for Class 2 framesInteger
bb_scr_incrBuffer-to-buffer state change R_RDY credit incrementsInteger
rx_frag_framesFragmented frames receivedInteger
rx_discard_framesReceived discard framesInteger
tx_mcast_framesTransmitted multicast framesInteger
rx_error_framesReceived error framesInteger
tx_rate_bytes_psTransmitted rate in bytes per secondInteger
rx_cf_discard_framesBytes received for Class f discard framesInteger
tx_credit_lossTransmitted credit lossInteger
rx_bytesReceived bytesInteger
rx_unknown_class_framesBytes received for Unknown Class framesInteger
rx_cf_bytesBytes received for Class f framesInteger
rx_c2_framesReceived Class 2 framesInteger
pg_xbar_startPort group XBAR drops start portString
rx_c3_discard_framesBytes received for Class 3 discard framesInteger
tx_framesTransmitted framesInteger
tx_timeout_discardsTransmitted timeout discardsInteger
bb_scs_resendBuffer-to-buffer state change credit recoveriesInteger
rx_fec_correctedReceived FEC corrected blocksInteger
rx_ucast_framesReceived unicast framesInteger
tx_c2_framesTransmitted Class 2 framesInteger
rx_link_failuresReceived link failuresInteger
rx_cf_framesReceived Class f framesInteger
tx_cf_framesTransmitted Class f framesInteger
pg_fib_dropsPort group FIB dropsInteger
rx_c2_port_rjt_framesBytes received for Class 2 port reject framesInteger
rx_non_oper_seqNon-operational sequences receivedInteger
tx_non_oper_seqNon-operational sequences transmittedInteger
rx_delim_errReceived delimiter errorsInteger
txwait_percent_1hrPercentage Tx wait for last 1 hourInteger
txwait_percent_72hrPercentage Tx wait for last 72 hourInteger
txwait_percent_1sPercentage Tx wait for last 1 secondInteger
tx_b2b_credit_to_zeroTx B2B credit transitions to zeroInteger
txwaitTx wait for 2.5us due to lack of transmit creditsInteger
txwait_percent_1mPercentage Tx wait for last 1 minuteInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
rx_b2b_credit_to_zeroRx B2B credit transitions to zeroInteger
tx_b2b_low_pri_creTx B2B low priority credit remainingInteger
rx_b2b_credit_remainRx B2B credit remainingInteger
pg_fib_startFIB drops port group start port
rx_too_short_framesFrames received with length less than the minimum indicated by the frame headerInteger
pg_fib_endFIB drops port group end portString
pg_xbar_endXBAR drops port group end portString

show interface <*interface_id*> description

show interface <interface_id> description
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> description"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface": {
        "ROW_interface": [
            {
                "description": "--",
                "interface": "fc1/2"
            }
        ]
    }
}

       <TABLE_interface>
        <ROW_interface>
         <interface>fc1/2</interface>
         <description>--</description>
        </ROW_interface>
       </TABLE_interface>
      

The show interface <*interface_id*> description command displays the interface description for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 description


-------------------------------------------------------------------------------
Interface Description
-------------------------------------------------------------------------------
fc1/2 --
ParameterDescriptionTypeValue
speedInterface speedString['10G']
typeInterface typeString['eth', 'cli_show']
interfaceInterface IDString
descriptionDescription for FC interfacesString
fc_tun_id FC tunnel ID Integer
descDescription for ethernet interfacesString

show interface <*interface_id*> transceiver

show interface <interface_id> transceiver
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> transceiver"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "6.97",
                            "optical_rx_pwr": "-3.29",
                            "optical_tx_pwr": "-3.21",
                            "temperature": "34.20",
                            "tx_fault_type": 0,
                            "volt": "3.31"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            }
        ]
    }
}

       <TABLE_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VQV</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
          <ROW_calib>
           <temperature>34.20</temperature>
           <volt>3.31</volt>
           <current>6.97</current>
           <optical_tx_pwr>-3.21</optical_tx_pwr>
           <optical_rx_pwr>-3.29</optical_rx_pwr>
           <tx_fault_type>0</tx_fault_type>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
       </TABLE_interface_trans>
      

The show interface <*interface_id*> transceiver command displays the transceiver information for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 transceiver

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 34.20 C
Voltage : 3.31 V
Current : 6.97 mA
Optical Tx Power : -3.21 dBm
Optical Rx Power : -3.29 dBm
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning
ParameterDescriptionTypeValue
tx_lengthFC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
sfpSFP present or notString['sfp not present', 'sfp is present']
cisco_part_numberCisco part numberString
nominal_bitrateNominal bit rate in MBits/secInteger
optical_tx_pwrOptical transmitter powerString
cisco_vendor_idCisco vendor identifierString
ciscoid_1Cisco extended Id NumberInteger
voltVoltage of SFP (in volt)String
currentCurrent (in mA)String
len_50_OM3Link length supported for 50/125um fiber (in meter)Integer
curr_intensityCurrent intensityString
interface_sfpInterface IDString
optical_rx_pwrOptical receiver powerString
typeSFP type String
revVendor revisionString
tx_mediumTransmission mediumString
tx_fault_typeTranmitted fault typeInteger
serialnumSerial numberString
partnumManufacturer's part numberString
cisco_product_idCisco product identifierString
nameVendor nameString
ciscoidCisco extended IDString
supported_speedsSupported speed (min and max speed ) in Mb/sString
optical_rx_pw_intensityOptical receiver power intensityString
optical_tx_pwr_intensityOptical transmitter power intensityString
txcvr_typeTransceiver type String
len_50Link length supported for 50/125um fiber (in meter)Integer
len_625Link length supported for 62.5/125um fiber (in meter)Integer
temperatureTemperature (in celsius)String

show interface <*interface_id*> transceiver calibrations

show interface <interface_id> transceiver calibrations
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> transceiver calibrations"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            }
        ]
    }
}

        <TABLE_interface_trans>
         <ROW_interface_trans>
          <interface_sfp>fc1/2</interface_sfp>
          <TABLE_calib>
           <ROW_calib>
            <sfp>sfp is present</sfp>
            <name>CISCO-FINISAR</name>
            <partnum>FTLF8528P3BCV-CS</partnum>
            <rev>A</rev>
            <serialnum>FNS18030VQV</serialnum>
            <nominal_bitrate>8500</nominal_bitrate>
            <len_50>50</len_50>
            <len_625>21</len_625>
            <len_50_OM3>150</len_50_OM3>
            <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
            <tx_length>short distance</tx_length>
            <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
            <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
            <ciscoid>unknown (0x0)</ciscoid>
            <cisco_part_number>10-2418-01</cisco_part_number>
            <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           </ROW_calib>
          </TABLE_calib>
         </ROW_interface_trans>
        </TABLE_interface_trans>
       

The show interface <*interface_id*> transceiver calibrations command displays transceiver calibration information for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 transceiver calibrations

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP is internally calibrated
ParameterDescriptionTypeValue
tx_length FC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
sfpSFP present or notString['sfp not present', 'sfp is present', 'present', 'not present']
nominal_bitrateNominal bit rate in MBits/secInteger
temp_slopeTemperature slopeInteger
curr_offsetCurrent offsetInteger
curr_slopeCurrent slopeInteger
tx_mediumTransmission mediumString
cisco_part_numberCisco part umberString
ciscoid_1Cisco extended ID numberInteger
cisco_vendor_id Cisco vendor identifierString
volt_offsetVoltage offsetInteger
interface_sfpInterface IDString
temp_offsetTemperature offsetInteger
volt_slopeVoltage slopeInteger
txcvr_type Transceiver type String
tx_pwr_slopeTransmitted power slopeInteger
rx_pwr_3Received power 3Integer
tx_pwr_offsetTransmitted power offsetInteger
rx_pwr_2Received power 2Integer
rx_pwr_0Received power 0Integer
rx_pwr_4Received power 4Integer
rx_pwr_1Received power 1 Integer
partnum Manufacturer's part numberString
name Vendor nameString
serialnum Vendor serial numberString
cisco_product_idCisco product identifierString
revVendor revisionString
supported_speedsSupported speed (min and max speed ) in Mb/sString
ciscoid Cisco extended IDString
type SFP typeString
len_50_OM3 Link length supported for 50/125um fiber (in meter)Integer
len_50Link length supported for 50/125um fiber (in meter)Integer
len_625 Link length supported for 62.5/125um fiber (in meter)Integer

show interface <*interface_id*> transceiver details

show interface <interface_id> transceiver details
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface <interface_id> transceiver details"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "6.98 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-3.28 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "34.20 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.21 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.31 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            }
        ]
    }
}

        <TABLE_interface_trans>
         <ROW_interface_trans>
          <interface_sfp>fc1/2</interface_sfp>
          <TABLE_calib>
           <ROW_calib>
            <sfp>sfp is present</sfp>
            <name>CISCO-FINISAR</name>
            <partnum>FTLF8528P3BCV-CS</partnum>
            <rev>A</rev>
            <serialnum>FNS18030VQV</serialnum>
            <nominal_bitrate>8500</nominal_bitrate>
            <len_50>50</len_50>
            <len_625>21</len_625>
            <len_50_OM3>150</len_50_OM3>
            <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
            <tx_length>short distance</tx_length>
            <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
            <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
            <ciscoid>unknown (0x0)</ciscoid>
            <cisco_part_number>10-2418-01</cisco_part_number>
            <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
            <TABLE_calibration>
             <ROW_calibration>
              <TABLE_detail>
               <ROW_detail>
                <temperature>34.20 C</temperature>
                <temp_alrm_hi>75.00 C</temp_alrm_hi>
                <temp_alrm_lo>-5.00 C</temp_alrm_lo>
                <temp_warn_hi>70.00 C</temp_warn_hi>
                <temp_warn_lo>0.00 C</temp_warn_lo>
                <voltage>3.31 V</voltage>
                <volt_alrm_hi>3.63 V</volt_alrm_hi>
                <volt_alrm_lo>2.97 V</volt_alrm_lo>
                <volt_warn_hi>3.46 V</volt_warn_hi>
                <volt_warn_lo>3.13 V</volt_warn_lo>
                <current>6.97 mA</current>
                <current_alrm_hi>11.80 mA</current_alrm_hi>
                <current_alrm_lo>4.00 mA</current_alrm_lo>
                <current_warn_hi>10.80 mA</current_warn_hi>
                <current_warn_lo>5.00 mA</current_warn_lo>
                <tx_pwr>-3.21 dBm</tx_pwr>
                <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
                <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
                <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
                <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
                <rx_pwr>-3.30 dBm</rx_pwr>
                <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
                <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
                <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
                <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
                <tx_faults>0</tx_faults>
               </ROW_detail>
              </TABLE_detail>
             </ROW_calibration>
            </TABLE_calibration>
           </ROW_calib>
          </TABLE_calib>
         </ROW_interface_trans>
        </TABLE_interface_trans>
       

The show interface <*interface_id*> transceiver details command displays the transceiver information in detail for the specified Fibre Channel and Ethernet interface range. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface fc1/2 transceiver details

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 34.11 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.31 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 6.97 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.22 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -3.29 dBm 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning
ParameterDescriptionTypeValue
tx_lengthFC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
sfpSFP present or notString['sfp not present', 'sfp is present']
currentCurrentString
cisco_part_number Cisco part numberString
nominal_bitrate Nominal bit rate in MBits/secInteger
cisco_vendor_id Cisco vendor identifierString
number_of_lanesNumber of lanesInteger
len_50Link length supported for 50/125um fiber (in meter)Integer
interface_sfp Interface IDString
volt_warn_hiVoltage warning highString
temp_alrm_hiTemperature warn highString
temp_warn_hiTemperature warn highString
volt_warn_loVoltage warning lowString
temp_warn_loTemperature warn lowString
current_warn_loCurrent warning lowString
current_warn_hiCurrent warning high String
current_alrm_hiCurrent alarm highString
volt_alrm_loVoltage alarm lowString
temp_alrm_loTemperature alarm lowString
current_alrm_loCurrent alarm lowString
volt_alrm_hiVoltage alarm highString
xmit_faultsTransmit fault countInteger
volt_flagVoltage flag String
ciscoid_1Cisco extended ID numberInteger
temp_flagTemperature flagString
txcvr_type Transceiver typeString
current_flagCurrent flagString
rx_pwr_alrm_hiReceived power alarm highString
rx_pwr_alrm_loReceived power alarm low String
rx_pwrReceived powerString
tx_pwrReceived powerString
tx_pwr_warn_loReceived power warning lowString
rx_pwr_warn_hiReceived power warning highString
rx_pwr_warn_loReceived power warning lowString
rx_pwr_flagReceived power flagString
tx_pwr_flagTransmitted power flagString
tx_pwr_alrm_hi Transmitted power alarm highString
tx_faultsTransmitted fault countInteger
tx_pwr_alrm_lo Transmitted Power Alarm LowString
tx_mediumTransmission mediumString
tx_pwr_warn_hi Transmitted power warning highString
partnumManufacturer's part numberString
cisco_product_id Cisco product identifierString
type SFP typeString
rev Vendor revisionString
ciscoidCisco extended IDString
supported_speeds Supported speed (min and max speed ) in Mb/sString
name Vendor nameString
serialnumVendor serial numberString
len_50_OM3Link length supported for 50/125um fiber (in meter)Integer
len_625 Link length supported for 62.5/125um fiber (in meter)Integer
temperatureTemperature (in celsius)String
voltageVoltage of SFP (in volt)String

show interface brief

show interface brief
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface brief"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_brief_eth": {
        "ROW_interface_brief_eth": [
            {
                "eth_speed": "auto",
                "interface": "Eth1/1",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "Administratively down",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/2",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "SFP not inserted",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/3",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "Administratively down",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/4",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "Administratively down",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/5",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "SFP not inserted",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/6",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "SFP not inserted",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/7",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "Administratively down",
                "type": "eth",
                "vlan": "1"
            },
            {
                "eth_speed": "auto",
                "interface": "Eth1/8",
                "portmode": "access",
                "ratemode": "D",
                "state": "down",
                "state_rsn_desc": "Administratively down",
                "type": "eth",
                "vlan": "1"
            }
        ]
    },
    "TABLE_interface_brief_fc": {
        "ROW_interface_brief_fc": [
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/1",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "notConnected",
                "vsan": 1
            },
            {
                "admin_mode": "F",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/2",
                "logical_type": "edge",
                "oper_mode": "F",
                "oper_speed": "8",
                "port_channel": "--",
                "status": "up",
                "vsan": 1
            },
            {
                "admin_mode": "F",
                "admin_trunk_mode": "off",
                "fcot_info": "swl",
                "interface": "fc1/3",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "notConnected",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/4",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "notConnected",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/5",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "notConnected",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/6",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/7",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/8",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/9",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/10",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/11",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/12",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/13",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/14",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/15",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/16",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/17",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/18",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/19",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/20",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/21",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/22",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/23",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/24",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "swl",
                "interface": "fc1/25",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "down",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/26",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/27",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/28",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/29",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/30",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/31",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/32",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/33",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/34",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/35",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/36",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/37",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/38",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/39",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            },
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "fcot_info": "--",
                "interface": "fc1/40",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "port_channel": "--",
                "status": "sfpAbsent",
                "vsan": 1
            }
        ]
    },
    "TABLE_interface_brief_fcip": {
        "ROW_interface_brief_fcip": [
            {
                "admin_mode": "auto",
                "admin_trunk_mode": "on",
                "interface": "fcip1",
                "ips": "--",
                "oper_mode": "--",
                "port_channel": "--",
                "status": "srcUnbound",
                "vsan": 1
            }
        ]
    },
    "TABLE_interface_brief_ips": {
        "ROW_interface_brief_ips": [
            {
                "interface": "IPStorage1/1",
                "ip_address": "--",
                "mtu": 1500,
                "speed": "10 Gbps",
                "status": "down"
            },
            {
                "interface": "IPStorage1/2",
                "ip_address": "--",
                "mtu": 1500,
                "speed": "10 Gbps",
                "status": "down"
            }
        ]
    },
    "TABLE_interface_brief_iscsi": {
        "ROW_interface_brief_iscsi": [
            {
                "interface": "iscsi1/1",
                "oper_mode": "--",
                "oper_speed": "--",
                "status": "down"
            },
            {
                "interface": "iscsi1/2",
                "oper_mode": "--",
                "oper_speed": "--",
                "status": "down"
            }
        ]
    },
    "TABLE_interface_brief_mgmt": {
        "ROW_interface_brief_mgmt": [
            {
                "interface": "mgmt0",
                "ip_address": "10.197.155.246/24",
                "mtu": 1500,
                "speed": "1 Gbps",
                "status": "up"
            }
        ]
    },
    "TABLE_interface_brief_portchannel": {
        "ROW_interface_brief_portchannel": [
            {
                "admin_trunk_mode": "on",
                "interface": "port-channel1",
                "ip_address": "--",
                "logical_type": "--",
                "oper_mode": "--",
                "oper_speed": "--",
                "status": "noOperMembers",
                "vsan": 1
            }
        ]
    },
    "TABLE_interface_brief_sup": {
        "ROW_interface_brief_sup": [
            {
                "interface": "sup-fc0",
                "speed": "1",
                "status": "up"
            }
        ]
    }
}

      <TABLE_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/1</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>notConnected</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/2</interface>
        <vsan>1</vsan>
        <admin_mode>F</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>up</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>F</oper_mode>
        <oper_speed>8</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>edge</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/3</interface>
        <vsan>1</vsan>
        <admin_mode>F</admin_mode>
        <admin_trunk_mode>off</admin_trunk_mode>
        <status>notConnected</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/4</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>notConnected</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/5</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>notConnected</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/6</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/7</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/8</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/9</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/10</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/11</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/12</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/13</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/14</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/15</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/16</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/17</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/18</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/19</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/20</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/21</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/22</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/23</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/24</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/25</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>down</status>
        <fcot_info>swl</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/26</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/27</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/28</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/29</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/30</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/31</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/32</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/33</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/34</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/35</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/36</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/37</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/38</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/39</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
       <ROW_interface_brief_fc>
        <interface>fc1/40</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>sfpAbsent</status>
        <fcot_info>--</fcot_info>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <port_channel>--</port_channel>
        <logical_type>--</logical_type>
       </ROW_interface_brief_fc>
      </TABLE_interface_brief_fc>
      <TABLE_interface_brief_iscsi>
       <ROW_interface_brief_iscsi>
        <interface>iscsi1/1</interface>
        <status>down</status>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
       </ROW_interface_brief_iscsi>
       <ROW_interface_brief_iscsi>
        <interface>iscsi1/2</interface>
        <status>down</status>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
       </ROW_interface_brief_iscsi>
      </TABLE_interface_brief_iscsi>
      <TABLE_interface_brief_sup>
       <ROW_interface_brief_sup>
        <interface>sup-fc0</interface>
        <status>up</status>
        <speed>1</speed>
       </ROW_interface_brief_sup>
      </TABLE_interface_brief_sup>
      <TABLE_interface_brief_ips>
       <ROW_interface_brief_ips>
        <interface>IPStorage1/1</interface>
        <status>down</status>
        <ip_address>--</ip_address>
        <speed>10 Gbps</speed>
        <mtu>1500</mtu>
       </ROW_interface_brief_ips>
       <ROW_interface_brief_ips>
        <interface>IPStorage1/2</interface>
        <status>down</status>
        <ip_address>--</ip_address>
        <speed>10 Gbps</speed>
        <mtu>1500</mtu>
       </ROW_interface_brief_ips>
      </TABLE_interface_brief_ips>
      <TABLE_interface_brief_fcip>
       <ROW_interface_brief_fcip>
        <interface>fcip1</interface>
        <vsan>1</vsan>
        <admin_mode>auto</admin_mode>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>srcUnbound</status>
        <oper_mode>--</oper_mode>
        <ips>--</ips>
        <port_channel>--</port_channel>
       </ROW_interface_brief_fcip>
      </TABLE_interface_brief_fcip>
      <TABLE_interface_brief_mgmt>
       <ROW_interface_brief_mgmt>
        <interface>mgmt0</interface>
        <status>up</status>
        <ip_address>10.197.155.246/24</ip_address>
        <speed>1 Gbps</speed>
        <mtu>1500</mtu>
       </ROW_interface_brief_mgmt>
      </TABLE_interface_brief_mgmt>
      <TABLE_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/1</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>Administratively down</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/2</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>SFP not inserted</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/3</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>Administratively down</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/4</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>Administratively down</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/5</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>SFP not inserted</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/6</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>SFP not inserted</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/7</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>Administratively down</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
       <ROW_interface_brief_eth>
        <interface>Eth1/8</interface>
        <vlan>1</vlan>
        <type>eth</type>
        <portmode>access</portmode>
        <state>down</state>
        <state_rsn_desc>Administratively down</state_rsn_desc>
        <eth_speed>auto</eth_speed>
        <ratemode>D</ratemode>
       </ROW_interface_brief_eth>
      </TABLE_interface_brief_eth>
      <TABLE_interface_brief_portchannel>
       <ROW_interface_brief_portchannel>
        <interface>port-channel1</interface>
        <vsan>1</vsan>
        <admin_trunk_mode>on</admin_trunk_mode>
        <status>noOperMembers</status>
        <oper_mode>--</oper_mode>
        <oper_speed>--</oper_speed>
        <ip_address>--</ip_address>
        <logical_type>--</logical_type>
       </ROW_interface_brief_portchannel>
      </TABLE_interface_brief_portchannel>
     

The show interface brief command displays brief information for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface brief


-----------------------------------------------------------------------------------------
Interface Vsan Admin Admin Status SFP Oper Oper Port Logical
Mode Trunk Mode Speed Channel Type
Mode (Gbps)
-----------------------------------------------------------------------------------------
fc1/1 1 auto on notConnected swl -- -- -- --
fc1/2 1 F on up swl F 8 -- edge
fc1/3 1 F off notConnected swl -- -- -- --
fc1/4 1 auto on notConnected swl -- -- -- --
fc1/5 1 auto on notConnected swl -- -- -- --
fc1/6 1 auto on down swl -- -- -- --
fc1/7 1 auto on sfpAbsent -- -- -- -- --
fc1/8 1 auto on sfpAbsent -- -- -- -- --
fc1/9 1 auto on sfpAbsent -- -- -- -- --
fc1/10 1 auto on sfpAbsent -- -- -- -- --
fc1/11 1 auto on sfpAbsent -- -- -- -- --
fc1/12 1 auto on sfpAbsent -- -- -- -- --
fc1/13 1 auto on sfpAbsent -- -- -- -- --
fc1/14 1 auto on down swl -- -- -- --
fc1/15 1 auto on down swl -- -- -- --
fc1/16 1 auto on sfpAbsent -- -- -- -- --
fc1/17 1 auto on sfpAbsent -- -- -- -- --
fc1/18 1 auto on sfpAbsent -- -- -- -- --
fc1/19 1 auto on down swl -- -- -- --
fc1/20 1 auto on sfpAbsent -- -- -- -- --
fc1/21 1 auto on sfpAbsent -- -- -- -- --
fc1/22 1 auto on sfpAbsent -- -- -- -- --
fc1/23 1 auto on down swl -- -- -- --
fc1/24 1 auto on sfpAbsent -- -- -- -- --
fc1/25 1 auto on down swl -- -- -- --
fc1/26 1 auto on sfpAbsent -- -- -- -- --
fc1/27 1 auto on sfpAbsent -- -- -- -- --
fc1/28 1 auto on sfpAbsent -- -- -- -- --
fc1/29 1 auto on sfpAbsent -- -- -- -- --
fc1/30 1 auto on sfpAbsent -- -- -- -- --
fc1/31 1 auto on sfpAbsent -- -- -- -- --
fc1/32 1 auto on sfpAbsent -- -- -- -- --
fc1/33 1 auto on sfpAbsent -- -- -- -- --
fc1/34 1 auto on sfpAbsent -- -- -- -- --
fc1/35 1 auto on sfpAbsent -- -- -- -- --
fc1/36 1 auto on sfpAbsent -- -- -- -- --
fc1/37 1 auto on sfpAbsent -- -- -- -- --
fc1/38 1 auto on sfpAbsent -- -- -- -- --
fc1/39 1 auto on sfpAbsent -- -- -- -- --
fc1/40 1 auto on sfpAbsent -- -- -- -- --

-------------------------------------------------------------------------------
Interface Status Oper Mode Oper Speed
(Gbps)
-------------------------------------------------------------------------------
iscsi1/1 down -- --
iscsi1/2 down -- --

-------------------------------------------------------------------------------
Interface Status Speed
(Gbps)
-------------------------------------------------------------------------------
sup-fc0 up 1

--------------------------------------------------------------------------------
Interface Status IP Address Speed MTU
--------------------------------------------------------------------------------
IPStorage1/1 down -- 10 Gbps 1500
IPStorage1/2 down -- 10 Gbps 1500

-------------------------------------------------------------------------------
Interface Vsan Admin Admin Status Oper Profile IPS Int Port-channel
Mode Trunk Mode
Mode
-------------------------------------------------------------------------------
fcip1 1 auto on srcUnbound -- -- --

-------------------------------------------------------------------------------
Interface Status IP Address Speed MTU
-------------------------------------------------------------------------------
mgmt0 up 10.197.155.246/24 1 Gbps 1500

--------------------------------------------------------------------------------
Ethernet VLAN Type Mode Status Reason Speed Port
Interface Ch #
--------------------------------------------------------------------------------
Eth1/1 1 eth access down Administratively down auto(D) --
Eth1/2 1 eth access down SFP not inserted auto(D) --
Eth1/3 1 eth access down Administratively down auto(D) --
Eth1/4 1 eth access down Administratively down auto(D) --
Eth1/5 1 eth access down SFP not inserted auto(D) --
Eth1/6 1 eth access down SFP not inserted auto(D) --
Eth1/7 1 eth access down Administratively down auto(D) --
Eth1/8 1 eth access down Administratively down auto(D) --

-----------------------------------------------------------------------------------------
Interface Vsan Admin Status Oper Oper IP Logical
Trunk Mode Speed Address Type
Mode (Gbps)
-----------------------------------------------------------------------------------------
port-channel1 1 on noOperMembers -- -- -- --
ParameterDescriptionTypeValue
statusPort statusString['sfpAbsent', 'down', 'notConnected', 'up', 'init', 'noOperMembers', 'trunking', 'outOfServc', 'offline', 'errDisabled']
admin_modeAdmin modeString['auto', 'SD', 'F', 'E']
oper_modeOper modeString['SD', '--', 'TE', 'TF', 'F']
admin_trunk_modeAdmin trunk modeString['--', 'on', 'off']
logical_typeLogical typeString['--', 'core', 'edge']
vsanVsan IDInteger['1-4093']
vlanVlan IDString['1-4094']
portmodePort modeString['Access', ' Layer 3', ' Trunk', ' PVLAN', ' Fabric', ' 1q-Tunnel', ' FabricPath']
stateInterface stateString['down', ' up', ' testing', ' trunking']
eth_speedEthernet interface speedString['auto', '10', '100', '1000', '10000', '100000', '40000']
fcot_infoFcot infoString['--', 'swl']
oper_speedOper speedString['--', '4', '8', '32', '16', '64']
ratemodeEthernet interface port speedString['D', 'S', 'I']
src_ipaddrSource IP addressString
mtuMTU valueInteger
clusterCluster nameString
tunnel_idTunnel IDInteger
ip_addressIP Address for IPStorage/vsan/mgmt/Port-channel InterfacesString
dest_ipaddrDestination IP addressString
port_channelPort channel numberString
state_rsn_descInterface state reason detailedString
speedSpeedString
interfaceInterface IDString
typeInterface typeString
explicit_pathFC tunnel - explicit path nameString

show interface capabilities

show interface capabilities
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface capabilities"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface": {
        "ROW_interface": [
            {
                "bcast_supp": "percentage(0-100)",
                "channel": "yes",
                "cos_rewrite": "yes",
                "dce_capable": "yes",
                "duplex": "full",
                "eee_capable": "no",
                "flo_ctrl": "rx-(off/on/desired),tx-(off/on/desired)",
                "interface": "Ethernet1/1",
                "lnk_debounce": "yes",
                "lnk_debounce_time": "yes",
                "lnk_up_debounce": "no",
                "mdix": "no",
                "model": "DS-C9250I-K9-SUP",
                "pfc_capable": "yes",
                "port_mode": "Routed,Switched",
                "qos_scheduling": "rx-(8q4t),tx-(3p5q1t)",
                "rate_mode": "dedicated",
                "span": "yes",
                "speed": "10000",
                "tdr": "no",
                "tos_rewrite": "yes",
                "trunk_encap": "802.1Q",
                "type": "10Gbase-SR",
                "udld": "yes"
            },
            {
                "bcast_supp": "percentage(0-100)",
                "channel": "yes",
                "cos_rewrite": "yes",
                "dce_capable": "yes",
                "duplex": "full",
                "eee_capable": "no",
                "flo_ctrl": "rx-(off/on/desired),tx-(off/on/desired)",
                "interface": "Ethernet1/2",
                "lnk_debounce": "yes",
                "lnk_debounce_time": "yes",
                "lnk_up_debounce": "no",
                "mdix": "no",
                "model": "DS-C9250I-K9-SUP",
                "pfc_capable": "yes",
                "port_mode": "Routed,Switched",
                "qos_scheduling": "rx-(8q4t),tx-(3p5q1t)",
                "rate_mode": "dedicated",
                "span": "yes",
                "speed": "10000",
                "tdr": "no",
                "tos_rewrite": "yes",
                "trunk_encap": "802.1Q",
                "type": "10Gbase-(unknown)",
                "udld": "yes"
            },
            {
                "bcast_supp": "percentage(0-100)",
                "channel": "yes",
                "cos_rewrite": "yes",
                "dce_capable": "yes",
                "duplex": "full",
                "eee_capable": "no",
                "flo_ctrl": "rx-(off/on/desired),tx-(off/on/desired)",
                "interface": "Ethernet1/3",
                "lnk_debounce": "yes",
                "lnk_debounce_time": "yes",
                "lnk_up_debounce": "no",
                "mdix": "no",
                "model": "DS-C9250I-K9-SUP",
                "pfc_capable": "yes",
                "port_mode": "Routed,Switched",
                "qos_scheduling": "rx-(8q4t),tx-(3p5q1t)",
                "rate_mode": "dedicated",
                "span": "yes",
                "speed": "10000",
                "tdr": "no",
                "tos_rewrite": "yes",
                "trunk_encap": "802.1Q",
                "type": "10Gbase-SR",
                "udld": "yes"
            },
            {
                "bcast_supp": "percentage(0-100)",
                "channel": "yes",
                "cos_rewrite": "yes",
                "dce_capable": "yes",
                "duplex": "full",
                "eee_capable": "no",
                "flo_ctrl": "rx-(off/on/desired),tx-(off/on/desired)",
                "interface": "Ethernet1/4",
                "lnk_debounce": "yes",
                "lnk_debounce_time": "yes",
                "lnk_up_debounce": "no",
                "mdix": "no",
                "model": "DS-C9250I-K9-SUP",
                "pfc_capable": "yes",
                "port_mode": "Routed,Switched",
                "qos_scheduling": "rx-(8q4t),tx-(3p5q1t)",
                "rate_mode": "dedicated",
                "span": "yes",
                "speed": "10000",
                "tdr": "no",
                "tos_rewrite": "yes",
                "trunk_encap": "802.1Q",
                "type": "10Gbase-SR",
                "udld": "yes"
            }
        ]
    },
    "TABLE_interface_capabilities_if": {
        "ROW_interface_capabilities_if": [
            {
                "BB_state_change": "supported",
                "FC-PH_version_high": 0,
                "FC-PH_version_low": 6,
                "FX_rx_BB_credit_def": 64,
                "FX_rx_BB_credit_max": 253,
                "FX_rx_BB_credit_min": 1,
                "ISL_rx_BB_credit_def": 64,
                "ISL_rx_BB_credit_max": 253,
                "ISL_rx_BB_credit_min": 2,
                "beacon_mode_config": "yes",
                "class_2": "supported",
                "class_3": "supported",
                "class_service": "Class 2, Class 3, Class F",
                "dedicated_performance_buf_mod_supp": "no",
                "extended_B2B": "no",
                "hold_time_max": 100000,
                "hold_time_min": 1,
                "interface": "fc1/1",
                "max_BB_state_change": 14,
                "max_speed": "16 Gbps",
                "min_speed": "2 Gbps",
                "on_demand_port": "yes",
                "out_of_order": "yes",
                "rate_mode_cap": "Dedicated",
                "rate_mode_change": "not supported",
                "recieve_BB_credit": "yes",
                "recieve_data_max": 2112,
                "recieve_data_min": 256,
                "transmit_data_max": 2112,
                "transmit_data_min": 128
            },
            {
                "BB_state_change": "supported",
                "FC-PH_version_high": 0,
                "FC-PH_version_low": 6,
                "FX_rx_BB_credit_def": 64,
                "FX_rx_BB_credit_max": 253,
                "FX_rx_BB_credit_min": 1,
                "ISL_rx_BB_credit_def": 64,
                "ISL_rx_BB_credit_max": 253,
                "ISL_rx_BB_credit_min": 2,
                "beacon_mode_config": "yes",
                "class_2": "supported",
                "class_3": "supported",
                "class_service": "Class 2, Class 3, Class F",
                "dedicated_performance_buf_mod_supp": "no",
                "extended_B2B": "no",
                "hold_time_max": 100000,
                "hold_time_min": 1,
                "interface": "fc1/2",
                "max_BB_state_change": 14,
                "max_speed": "16 Gbps",
                "min_speed": "2 Gbps",
                "on_demand_port": "yes",
                "out_of_order": "yes",
                "rate_mode_cap": "Dedicated",
                "rate_mode_change": "not supported",
                "recieve_BB_credit": "yes",
                "recieve_data_max": 2112,
                "recieve_data_min": 256,
                "transmit_data_max": 2112,
                "transmit_data_min": 128
            },
            {
                "BB_state_change": "supported",
                "FC-PH_version_high": 0,
                "FC-PH_version_low": 6,
                "FX_rx_BB_credit_def": 64,
                "FX_rx_BB_credit_max": 253,
                "FX_rx_BB_credit_min": 1,
                "ISL_rx_BB_credit_def": 64,
                "ISL_rx_BB_credit_max": 253,
                "ISL_rx_BB_credit_min": 2,
                "beacon_mode_config": "yes",
                "class_2": "supported",
                "class_3": "supported",
                "class_service": "Class 2, Class 3, Class F",
                "dedicated_performance_buf_mod_supp": "no",
                "extended_B2B": "no",
                "hold_time_max": 100000,
                "hold_time_min": 1,
                "interface": "fc1/3",
                "max_BB_state_change": 14,
                "max_speed": "16 Gbps",
                "min_speed": "2 Gbps",
                "on_demand_port": "yes",
                "out_of_order": "yes",
                "rate_mode_cap": "Dedicated",
                "rate_mode_change": "not supported",
                "recieve_BB_credit": "yes",
                "recieve_data_max": 2112,
                "recieve_data_min": 256,
                "transmit_data_max": 2112,
                "transmit_data_min": 128
            },
            {
                "BB_state_change": "supported",
                "FC-PH_version_high": 0,
                "FC-PH_version_low": 6,
                "FX_rx_BB_credit_def": 64,
                "FX_rx_BB_credit_max": 253,
                "FX_rx_BB_credit_min": 1,
                "ISL_rx_BB_credit_def": 64,
                "ISL_rx_BB_credit_max": 253,
                "ISL_rx_BB_credit_min": 2,
                "beacon_mode_config": "yes",
                "class_2": "supported",
                "class_3": "supported",
                "class_service": "Class 2, Class 3, Class F",
                "dedicated_performance_buf_mod_supp": "no",
                "extended_B2B": "no",
                "hold_time_max": 100000,
                "hold_time_min": 1,
                "interface": "fc1/4",
                "max_BB_state_change": 14,
                "max_speed": "16 Gbps",
                "min_speed": "2 Gbps",
                "on_demand_port": "yes",
                "out_of_order": "yes",
                "rate_mode_cap": "Dedicated",
                "rate_mode_change": "not supported",
                "recieve_BB_credit": "yes",
                "recieve_data_max": 2112,
                "recieve_data_min": 256,
                "transmit_data_max": 2112,
                "transmit_data_min": 128
            }
        ]
    }
}

      <TABLE_interface_capabilities_if>
       <ROW_interface_capabilities_if>
        <interface>fc1/1</interface>
        <min_speed>2 Gbps</min_speed>
        <max_speed>16 Gbps</max_speed>
        <FC-PH_version_high>0</FC-PH_version_high>
        <FC-PH_version_low>6</FC-PH_version_low>
        <recieve_data_max>2112</recieve_data_max>
        <recieve_data_min>256</recieve_data_min>
        <transmit_data_max>2112</transmit_data_max>
        <transmit_data_min>128</transmit_data_min>
        <class_service>Class 2, Class 3, Class F</class_service>
        <class_2>supported</class_2>
        <class_3>supported</class_3>
        <hold_time_max>100000</hold_time_max>
        <hold_time_min>1</hold_time_min>
        <BB_state_change>supported</BB_state_change>
        <max_BB_state_change>14</max_BB_state_change>
        <rate_mode_change>not supported</rate_mode_change>
        <rate_mode_cap>Dedicated</rate_mode_cap>
        <recieve_BB_credit>yes</recieve_BB_credit>
        <FX_rx_BB_credit_min>1</FX_rx_BB_credit_min>
        <FX_rx_BB_credit_max>253</FX_rx_BB_credit_max>
        <FX_rx_BB_credit_def>64</FX_rx_BB_credit_def>
        <ISL_rx_BB_credit_min>2</ISL_rx_BB_credit_min>
        <ISL_rx_BB_credit_max>253</ISL_rx_BB_credit_max>
        <ISL_rx_BB_credit_def>64</ISL_rx_BB_credit_def>
        <dedicated_performance_buf_mod_supp>no</dedicated_performance_buf_mod_supp>
        <out_of_order>yes</out_of_order>
        <beacon_mode_config>yes</beacon_mode_config>
        <extended_B2B>no</extended_B2B>
        <on_demand_port>yes</on_demand_port>
       </ROW_interface_capabilities_if>
       <ROW_interface_capabilities_if>
        <interface>fc1/2</interface>
        <min_speed>2 Gbps</min_speed>
        <max_speed>16 Gbps</max_speed>
        <FC-PH_version_high>0</FC-PH_version_high>
        <FC-PH_version_low>6</FC-PH_version_low>
        <recieve_data_max>2112</recieve_data_max>
        <recieve_data_min>256</recieve_data_min>
        <transmit_data_max>2112</transmit_data_max>
        <transmit_data_min>128</transmit_data_min>
        <class_service>Class 2, Class 3, Class F</class_service>
        <class_2>supported</class_2>
        <class_3>supported</class_3>
        <hold_time_max>100000</hold_time_max>
        <hold_time_min>1</hold_time_min>
        <BB_state_change>supported</BB_state_change>
        <max_BB_state_change>14</max_BB_state_change>
        <rate_mode_change>not supported</rate_mode_change>
        <rate_mode_cap>Dedicated</rate_mode_cap>
        <recieve_BB_credit>yes</recieve_BB_credit>
        <FX_rx_BB_credit_min>1</FX_rx_BB_credit_min>
        <FX_rx_BB_credit_max>253</FX_rx_BB_credit_max>
        <FX_rx_BB_credit_def>64</FX_rx_BB_credit_def>
        <ISL_rx_BB_credit_min>2</ISL_rx_BB_credit_min>
        <ISL_rx_BB_credit_max>253</ISL_rx_BB_credit_max>
        <ISL_rx_BB_credit_def>64</ISL_rx_BB_credit_def>
        <dedicated_performance_buf_mod_supp>no</dedicated_performance_buf_mod_supp>
        <out_of_order>yes</out_of_order>
        <beacon_mode_config>yes</beacon_mode_config>
        <extended_B2B>no</extended_B2B>
        <on_demand_port>yes</on_demand_port>
       </ROW_interface_capabilities_if>
       <ROW_interface_capabilities_if>
        <interface>fc1/3</interface>
        <min_speed>2 Gbps</min_speed>
        <max_speed>16 Gbps</max_speed>
        <FC-PH_version_high>0</FC-PH_version_high>
        <FC-PH_version_low>6</FC-PH_version_low>
        <recieve_data_max>2112</recieve_data_max>
        <recieve_data_min>256</recieve_data_min>
        <transmit_data_max>2112</transmit_data_max>
        <transmit_data_min>128</transmit_data_min>
        <class_service>Class 2, Class 3, Class F</class_service>
        <class_2>supported</class_2>
        <class_3>supported</class_3>
        <hold_time_max>100000</hold_time_max>
        <hold_time_min>1</hold_time_min>
        <BB_state_change>supported</BB_state_change>
        <max_BB_state_change>14</max_BB_state_change>
        <rate_mode_change>not supported</rate_mode_change>
        <rate_mode_cap>Dedicated</rate_mode_cap>
        <recieve_BB_credit>yes</recieve_BB_credit>
        <FX_rx_BB_credit_min>1</FX_rx_BB_credit_min>
        <FX_rx_BB_credit_max>253</FX_rx_BB_credit_max>
        <FX_rx_BB_credit_def>64</FX_rx_BB_credit_def>
        <ISL_rx_BB_credit_min>2</ISL_rx_BB_credit_min>
        <ISL_rx_BB_credit_max>253</ISL_rx_BB_credit_max>
        <ISL_rx_BB_credit_def>64</ISL_rx_BB_credit_def>
        <dedicated_performance_buf_mod_supp>no</dedicated_performance_buf_mod_supp>
        <out_of_order>yes</out_of_order>
        <beacon_mode_config>yes</beacon_mode_config>
        <extended_B2B>no</extended_B2B>
        <on_demand_port>yes</on_demand_port>
       </ROW_interface_capabilities_if>
       <ROW_interface_capabilities_if>
        <interface>fc1/4</interface>
        <min_speed>2 Gbps</min_speed>
        <max_speed>16 Gbps</max_speed>
        <FC-PH_version_high>0</FC-PH_version_high>
        <FC-PH_version_low>6</FC-PH_version_low>
        <recieve_data_max>2112</recieve_data_max>
        <recieve_data_min>256</recieve_data_min>
        <transmit_data_max>2112</transmit_data_max>
        <transmit_data_min>128</transmit_data_min>
        <class_service>Class 2, Class 3, Class F</class_service>
        <class_2>supported</class_2>
        <class_3>supported</class_3>
        <hold_time_max>100000</hold_time_max>
        <hold_time_min>1</hold_time_min>
        <BB_state_change>supported</BB_state_change>
        <max_BB_state_change>14</max_BB_state_change>
        <rate_mode_change>not supported</rate_mode_change>
        <rate_mode_cap>Dedicated</rate_mode_cap>
        <recieve_BB_credit>yes</recieve_BB_credit>
        <FX_rx_BB_credit_min>1</FX_rx_BB_credit_min>
        <FX_rx_BB_credit_max>253</FX_rx_BB_credit_max>
        <FX_rx_BB_credit_def>64</FX_rx_BB_credit_def>
        <ISL_rx_BB_credit_min>2</ISL_rx_BB_credit_min>
        <ISL_rx_BB_credit_max>253</ISL_rx_BB_credit_max>
        <ISL_rx_BB_credit_def>64</ISL_rx_BB_credit_def>
        <dedicated_performance_buf_mod_supp>no</dedicated_performance_buf_mod_supp>
        <out_of_order>yes</out_of_order>
        <beacon_mode_config>yes</beacon_mode_config>
        <extended_B2B>no</extended_B2B>
        <on_demand_port>yes</on_demand_port>
       </ROW_interface_capabilities_if>
      </TABLE_interface_capabilities_if>
      <TABLE_interface>
       <ROW_interface>
        <interface>Ethernet1/1</interface>
        <model>DS-C9250I-K9-SUP</model>
        <type>10Gbase-SR</type>
        <speed>10000</speed>
        <duplex>full</duplex>
        <trunk_encap>802.1Q</trunk_encap>
        <dce_capable>yes</dce_capable>
        <channel>yes</channel>
        <bcast_supp>percentage(0-100)</bcast_supp>
        <flo_ctrl>rx-(off/on/desired),tx-(off/on/desired)</flo_ctrl>
        <rate_mode>dedicated</rate_mode>
        <port_mode>Routed,Switched</port_mode>
        <qos_scheduling>rx-(8q4t),tx-(3p5q1t)</qos_scheduling>
        <cos_rewrite>yes</cos_rewrite>
        <tos_rewrite>yes</tos_rewrite>
        <span>yes</span>
        <udld>yes</udld>
        <mdix>no</mdix>
        <tdr>no</tdr>
        <lnk_debounce>yes</lnk_debounce>
        <lnk_debounce_time>yes</lnk_debounce_time>
        <eee_capable>no</eee_capable>
        <pfc_capable>yes</pfc_capable>
        <lnk_up_debounce>no</lnk_up_debounce>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/2</interface>
        <model>DS-C9250I-K9-SUP</model>
        <type>10Gbase-(unknown)</type>
        <speed>10000</speed>
        <duplex>full</duplex>
        <trunk_encap>802.1Q</trunk_encap>
        <dce_capable>yes</dce_capable>
        <channel>yes</channel>
        <bcast_supp>percentage(0-100)</bcast_supp>
        <flo_ctrl>rx-(off/on/desired),tx-(off/on/desired)</flo_ctrl>
        <rate_mode>dedicated</rate_mode>
        <port_mode>Routed,Switched</port_mode>
        <qos_scheduling>rx-(8q4t),tx-(3p5q1t)</qos_scheduling>
        <cos_rewrite>yes</cos_rewrite>
        <tos_rewrite>yes</tos_rewrite>
        <span>yes</span>
        <udld>yes</udld>
        <mdix>no</mdix>
        <tdr>no</tdr>
        <lnk_debounce>yes</lnk_debounce>
        <lnk_debounce_time>yes</lnk_debounce_time>
        <eee_capable>no</eee_capable>
        <pfc_capable>yes</pfc_capable>
        <lnk_up_debounce>no</lnk_up_debounce>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/3</interface>
        <model>DS-C9250I-K9-SUP</model>
        <type>10Gbase-SR</type>
        <speed>10000</speed>
        <duplex>full</duplex>
        <trunk_encap>802.1Q</trunk_encap>
        <dce_capable>yes</dce_capable>
        <channel>yes</channel>
        <bcast_supp>percentage(0-100)</bcast_supp>
        <flo_ctrl>rx-(off/on/desired),tx-(off/on/desired)</flo_ctrl>
        <rate_mode>dedicated</rate_mode>
        <port_mode>Routed,Switched</port_mode>
        <qos_scheduling>rx-(8q4t),tx-(3p5q1t)</qos_scheduling>
        <cos_rewrite>yes</cos_rewrite>
        <tos_rewrite>yes</tos_rewrite>
        <span>yes</span>
        <udld>yes</udld>
        <mdix>no</mdix>
        <tdr>no</tdr>
        <lnk_debounce>yes</lnk_debounce>
        <lnk_debounce_time>yes</lnk_debounce_time>
        <eee_capable>no</eee_capable>
        <pfc_capable>yes</pfc_capable>
        <lnk_up_debounce>no</lnk_up_debounce>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/4</interface>
        <model>DS-C9250I-K9-SUP</model>
        <type>10Gbase-SR</type>
        <speed>10000</speed>
        <duplex>full</duplex>
        <trunk_encap>802.1Q</trunk_encap>
        <dce_capable>yes</dce_capable>
        <channel>yes</channel>
        <bcast_supp>percentage(0-100)</bcast_supp>
        <flo_ctrl>rx-(off/on/desired),tx-(off/on/desired)</flo_ctrl>
        <rate_mode>dedicated</rate_mode>
        <port_mode>Routed,Switched</port_mode>
        <qos_scheduling>rx-(8q4t),tx-(3p5q1t)</qos_scheduling>
        <cos_rewrite>yes</cos_rewrite>
        <tos_rewrite>yes</tos_rewrite>
        <span>yes</span>
        <udld>yes</udld>
        <mdix>no</mdix>
        <tdr>no</tdr>
        <lnk_debounce>yes</lnk_debounce>
        <lnk_debounce_time>yes</lnk_debounce_time>
        <eee_capable>no</eee_capable>
        <pfc_capable>yes</pfc_capable>
        <lnk_up_debounce>no</lnk_up_debounce>
       </ROW_interface>
      </TABLE_interface>
     

The show interface capabilities command displays hardware port capabilities for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface capabilities

fc1/1
Min Speed is 2 Gbps
Max Speed is 16 Gbps
FC-PH Version (high, low) (0,6)
Receive data field size (max/min) (2112/256) bytes
Transmit data field size (max/min) (2112/128) bytes
Classes of Service supported are Class 2, Class 3, Class F
Class 2 sequential delivery supported
Class 3 sequential delivery supported
Hold time (max/min) (100000/1) micro sec
BB state change notification supported
Maximum BB state change notifications 14
Rate Mode change not supported

Rate Mode Capabilities Dedicated
Receive BB Credit modification supported yes
FX mode Receive BB Credit (min/max/default) (1/253/64)
ISL mode Receive BB Credit (min/max/default) (2/253/64)
Performance buffer modification supported no

Out of Service capable yes
Beacon mode configurable yes
Extended B2B credit capable no
On demand port activation license supported yes
fc1/2
Min Speed is 2 Gbps
Max Speed is 16 Gbps
FC-PH Version (high, low) (0,6)
Receive data field size (max/min) (2112/256) bytes
Transmit data field size (max/min) (2112/128) bytes
Classes of Service supported are Class 2, Class 3, Class F
Class 2 sequential delivery supported
Class 3 sequential delivery supported
Hold time (max/min) (100000/1) micro sec
BB state change notification supported
Maximum BB state change notifications 14
Rate Mode change not supported

Rate Mode Capabilities Dedicated
Receive BB Credit modification supported yes
FX mode Receive BB Credit (min/max/default) (1/253/64)
ISL mode Receive BB Credit (min/max/default) (2/253/64)
Performance buffer modification supported no

Out of Service capable yes
Beacon mode configurable yes
Extended B2B credit capable no
On demand port activation license supported yes
fc1/3
Min Speed is 2 Gbps
Max Speed is 16 Gbps
FC-PH Version (high, low) (0,6)
Receive data field size (max/min) (2112/256) bytes
Transmit data field size (max/min) (2112/128) bytes
Classes of Service supported are Class 2, Class 3, Class F
Class 2 sequential delivery supported
Class 3 sequential delivery supported
Hold time (max/min) (100000/1) micro sec
BB state change notification supported
Maximum BB state change notifications 14
Rate Mode change not supported

Rate Mode Capabilities Dedicated
Receive BB Credit modification supported yes
FX mode Receive BB Credit (min/max/default) (1/253/64)
ISL mode Receive BB Credit (min/max/default) (2/253/64)
Performance buffer modification supported no

Out of Service capable yes
Beacon mode configurable yes
Extended B2B credit capable no
On demand port activation license supported yes
fc1/4
Min Speed is 2 Gbps
Max Speed is 16 Gbps
FC-PH Version (high, low) (0,6)
Receive data field size (max/min) (2112/256) bytes
Transmit data field size (max/min) (2112/128) bytes
Classes of Service supported are Class 2, Class 3, Class F
Class 2 sequential delivery supported
Class 3 sequential delivery supported
Hold time (max/min) (100000/1) micro sec
BB state change notification supported
Maximum BB state change notifications 14
Rate Mode change not supported

Rate Mode Capabilities Dedicated
Receive BB Credit modification supported yes
FX mode Receive BB Credit (min/max/default) (1/253/64)
ISL mode Receive BB Credit (min/max/default) (2/253/64)
Performance buffer modification supported no

Out of Service capable yes
Beacon mode configurable yes
Extended B2B credit capable no
On demand port activation license supported yes
Ethernet1/1
Model: DS-C9250I-K9-SUP
Type (SFP capable): 10Gbase-SR
Speed: 10000
Duplex: full
Trunk encap. type: 802.1Q
FabricPath capable: yes
Channel: yes
Broadcast suppression: percentage(0-100)
Flowcontrol: rx-(off/on/desired),tx-(off/on/desired)
Rate mode: dedicated
Port mode: Routed,Switched
QOS scheduling: rx-(8q4t),tx-(3p5q1t)
CoS rewrite: yes
ToS rewrite: yes
SPAN: yes
UDLD: yes
MDIX: no
TDR capable: no
Link Debounce: yes
Link Debounce Time: yes
Port Group Members: none
EEE (efficient-eth): no
PFC capable: yes
Link Up Debounce: no

Ethernet1/2
Model: DS-C9250I-K9-SUP
Type (SFP capable): 10Gbase-(unknown)
Speed: 10000
Duplex: full
Trunk encap. type: 802.1Q
FabricPath capable: yes
Channel: yes
Broadcast suppression: percentage(0-100)
Flowcontrol: rx-(off/on/desired),tx-(off/on/desired)
Rate mode: dedicated
Port mode: Routed,Switched
QOS scheduling: rx-(8q4t),tx-(3p5q1t)
CoS rewrite: yes
ToS rewrite: yes
SPAN: yes
UDLD: yes
MDIX: no
TDR capable: no
Link Debounce: yes
Link Debounce Time: yes
Port Group Members: none
EEE (efficient-eth): no
PFC capable: yes
Link Up Debounce: no

Ethernet1/3
Model: DS-C9250I-K9-SUP
Type (SFP capable): 10Gbase-SR
Speed: 10000
Duplex: full
Trunk encap. type: 802.1Q
FabricPath capable: yes
Channel: yes
Broadcast suppression: percentage(0-100)
Flowcontrol: rx-(off/on/desired),tx-(off/on/desired)
Rate mode: dedicated
Port mode: Routed,Switched
QOS scheduling: rx-(8q4t),tx-(3p5q1t)
CoS rewrite: yes
ToS rewrite: yes
SPAN: yes
UDLD: yes
MDIX: no
TDR capable: no
Link Debounce: yes
Link Debounce Time: yes
Port Group Members: none
EEE (efficient-eth): no
PFC capable: yes
Link Up Debounce: no

Ethernet1/4
Model: DS-C9250I-K9-SUP
Type (SFP capable): 10Gbase-SR
Speed: 10000
Duplex: full
Trunk encap. type: 802.1Q
FabricPath capable: yes
Channel: yes
Broadcast suppression: percentage(0-100)
Flowcontrol: rx-(off/on/desired),tx-(off/on/desired)
Rate mode: dedicated
Port mode: Routed,Switched
QOS scheduling: rx-(8q4t),tx-(3p5q1t)
CoS rewrite: yes
ToS rewrite: yes
SPAN: yes
UDLD: yes
MDIX: no
TDR capable: no
Link Debounce: yes
Link Debounce Time: yes
Port Group Members: none
EEE (efficient-eth): no
PFC capable: yes
Link Up Debounce: no
ParameterDescriptionTypeValue
extended_B2BExtended B2B credit capableString['yes', 'no']
class_2Class 2 sequential deliveryString['supported']
class_3Class 3 sequential deliveryString['supported']
port_modePort modeString['Routed', 'Switched', 'Unknown']
cos_rewriteCoS rewriteString['yes', 'no']
tos_rewriteToS rewriteString['yes', 'no']
eee_capableEEE (efficient-eth)String['yes', 'no']
on_demand_portOn demand port activation license supportedString['yes', 'no']
BB_state_changeBB state change notificationString['supported', 'not supported']
bcast_suppBroadcast suppressionString['percentage(0-100)', 'no']
dedicated_performance_buf_mod_suppPerformance buffer modification supportedString['yes', 'no']
dce_capableDCE mode capableString['yes', 'no']
spanSPANString['yes', 'no']
channelChannelString['yes', 'no']
class_serviceClasses of service supportedString['Class 2', 'Class 3', 'Class F']
out_of_orderOut of service capableString['yes', 'no']
rate_mode_capRate mode capabilitiesString['Dedicated', 'Shared']
duplexDuplexString['full', 'half', 'auto']
rate_modePort bandwidth type String['dedicated', 'shared', 'none']
pfc_capablePFC capableString['yes', 'no']
rate_mode_changeRate mode changeString['supported', 'not supported']
interfaceInterface IDString['\\tfc', 'ethernet']
lnk_debounce_timeEnable or disable the debounce timer for Ethernet portsString['yes', 'no']
tdrTime domain reflectometry (TDR) enabled or disabledString['yes', 'no']
mdixMedium dependent independent crossover (MDIX) enabled or disabledString['yes', 'no']
lnk_debounceLink debounce enabled or disabledString['yes', 'no']
beacon_mode_config Beacon mode whether enabled or disabledString['yes', 'no']
lnk_up_debounce Link debounce enable or disableString['yes', 'no']
recieve_BB_credit Rx buffer to buffer credit modification supportedString['yes', 'no']
udldUnidirectional link detection (UDLD) enabled or disabledString['yes', 'no']
max_BB_state_changeMaximum BB state change notificationsInteger
fx_mode_perf_buf_defFX mode performance buffers defaultString
FC-PH_version_lowFC-PH version lowInteger
FC-PH_version_highFC-PH version highInteger
isl_mode_perf_buf_defISL mode performance buffers defaultString
trunk_encapTrunk encapsulation typeString
ISL_rx_BB_credit_defISL mode receive BB credit defaultInteger
isl_mode_perf_buf_minISL mode performance buffers minimumString
fx_mode_perf_buf_maxFX mode performance buffers maximumString
isl_mode_perf_buf_maxISL mode performance buffers maximumString
recieve_data_maxReceive data field size maximumInteger
recieve_data_minReceive data field size minimum Integer
transmit_data_maxTransmit data field size maximum Integer
fx_mode_perf_buf_minFX mode performance buffers minimumString
transmit_data_minTransmit data field size minimum Integer
max_speedMaximum speed of interfaceString
min_speedMinimum speed of interfaceString
speedSpeed of interfaceString
hold_time_minHold time minimum (in micro second)Integer
hold_time_maxHold time maximum (in micro second)Integer
typeSFP typeString
qos_schedulingQOS schedulingString
flo_ctrlFlow controlString
modelModel numberString
FX_rx_BB_credit_maxFX mode Rx BB credit maximumInteger
FX_rx_BB_credit_minFX mode Rx BB credit minimum Integer
ISL_rx_BB_credit_minISL mode Rx BB credit minimum Integer
ISL_rx_BB_credit_maxISL mode Rx BB credit maximum Integer
FX_rx_BB_credit_defFX mode Rx BB credit defaultInteger

show interface counters

show interface counters
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface counters"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters": [
        {
            "ROW_counters": [
                {
                    "interface": "fc1/1",
                    "last_cleared_time": "never",
                    "rx_b2b_credit_remain": 1,
                    "rx_b2b_credit_to_zero": 3,
                    "rx_bytes": 1529072,
                    "rx_c2_bytes": 0,
                    "rx_c2_frames": 0,
                    "rx_c3_bytes": 232,
                    "rx_c3_frames": 5,
                    "rx_cf_bytes": 1528840,
                    "rx_cf_frames": 28448,
                    "rx_crc_fcs": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 28453,
                    "rx_link_faliures": 1,
                    "rx_loop_inits": 1,
                    "rx_lrr": 1,
                    "rx_nos": 0,
                    "rx_ols": 1,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_signal_loss": 1,
                    "rx_sync_loss": 1,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "tx_b2b_credit_remain": 0,
                    "tx_b2b_credit_to_zero": 8,
                    "tx_b2b_low_pri_cre": 0,
                    "tx_bytes": 2290864,
                    "tx_c2_bytes": 0,
                    "tx_c2_frames": 0,
                    "tx_c3_bytes": 272,
                    "tx_c3_frames": 6,
                    "tx_cf_bytes": 2290592,
                    "tx_cf_frames": 28448,
                    "tx_credit_loss": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 28454,
                    "tx_loop_inits": 1,
                    "tx_lrr": 1,
                    "tx_nos": 1,
                    "tx_ols": 1,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_timeout_discards": 0,
                    "txwait": 0,
                    "txwait_percent_1hr": 0,
                    "txwait_percent_1m": 0,
                    "txwait_percent_1s": 0,
                    "txwait_percent_72hr": 0
                },
                {
                    "interface": "fc1/2",
                    "last_cleared_time": "never",
                    "rx_b2b_credit_remain": 64,
                    "rx_b2b_credit_to_zero": 1,
                    "rx_bytes": 162116,
                    "rx_c2_bytes": 0,
                    "rx_c2_frames": 0,
                    "rx_c3_bytes": 162116,
                    "rx_c3_frames": 3111,
                    "rx_cf_bytes": 0,
                    "rx_cf_frames": 0,
                    "rx_crc_fcs": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 3111,
                    "rx_link_faliures": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_signal_loss": 0,
                    "rx_sync_loss": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "tx_b2b_credit_remain": 64,
                    "tx_b2b_credit_to_zero": 3,
                    "tx_b2b_low_pri_cre": 64,
                    "tx_bytes": 4917992,
                    "tx_c2_bytes": 0,
                    "tx_c2_frames": 0,
                    "tx_c3_bytes": 4917992,
                    "tx_c3_frames": 3120,
                    "tx_cf_bytes": 0,
                    "tx_cf_frames": 0,
                    "tx_credit_loss": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 3120,
                    "tx_loop_inits": 0,
                    "tx_lrr": 1,
                    "tx_nos": 0,
                    "tx_ols": 1,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_timeout_discards": 0,
                    "txwait": 0,
                    "txwait_percent_1hr": 0,
                    "txwait_percent_1m": 0,
                    "txwait_percent_1s": 0,
                    "txwait_percent_72hr": 0
                },
                {
                    "interface": "fc1/3",
                    "last_cleared_time": "never",
                    "rx_b2b_credit_remain": 1,
                    "rx_b2b_credit_to_zero": 0,
                    "rx_bytes": 0,
                    "rx_c2_bytes": 0,
                    "rx_c2_frames": 0,
                    "rx_c3_bytes": 0,
                    "rx_c3_frames": 0,
                    "rx_cf_bytes": 0,
                    "rx_cf_frames": 0,
                    "rx_crc_fcs": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_link_faliures": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_signal_loss": 0,
                    "rx_sync_loss": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "tx_b2b_credit_remain": 0,
                    "tx_b2b_credit_to_zero": 0,
                    "tx_b2b_low_pri_cre": 0,
                    "tx_bytes": 0,
                    "tx_c2_bytes": 0,
                    "tx_c2_frames": 0,
                    "tx_c3_bytes": 0,
                    "tx_c3_frames": 0,
                    "tx_cf_bytes": 0,
                    "tx_cf_frames": 0,
                    "tx_credit_loss": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_timeout_discards": 0,
                    "txwait": 0,
                    "txwait_percent_1hr": 0,
                    "txwait_percent_1m": 0,
                    "txwait_percent_1s": 0,
                    "txwait_percent_72hr": 0
                },
                {
                    "interface": "fc1/4",
                    "last_cleared_time": "never",
                    "rx_b2b_credit_remain": 1,
                    "rx_b2b_credit_to_zero": 0,
                    "rx_bytes": 0,
                    "rx_c2_bytes": 0,
                    "rx_c2_frames": 0,
                    "rx_c3_bytes": 0,
                    "rx_c3_frames": 0,
                    "rx_cf_bytes": 0,
                    "rx_cf_frames": 0,
                    "rx_crc_fcs": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_link_faliures": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_signal_loss": 0,
                    "rx_sync_loss": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "tx_b2b_credit_remain": 0,
                    "tx_b2b_credit_to_zero": 0,
                    "tx_b2b_low_pri_cre": 0,
                    "tx_bytes": 0,
                    "tx_c2_bytes": 0,
                    "tx_c2_frames": 0,
                    "tx_c3_bytes": 0,
                    "tx_c3_frames": 0,
                    "tx_cf_bytes": 0,
                    "tx_cf_frames": 0,
                    "tx_credit_loss": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_timeout_discards": 0,
                    "txwait": 0,
                    "txwait_percent_1hr": 0,
                    "txwait_percent_1m": 0,
                    "txwait_percent_1s": 0,
                    "txwait_percent_72hr": 0
                }
            ]
        },
        {
            "ROW_counters": [
                {
                    "interface": "sup-fc0",
                    "rx_bytes": 140080364,
                    "rx_compressed": 0,
                    "rx_error_frames": 0,
                    "rx_errors": 0,
                    "rx_fifo": 0,
                    "rx_mcast_frames": 0,
                    "rx_overrun": 0,
                    "rx_packets": 0,
                    "tx_bytes": 145598164,
                    "tx_carrier_errors": 0,
                    "tx_collisions": 0,
                    "tx_errors": 0,
                    "tx_fifo": 0,
                    "tx_packets": 0,
                    "tx_underruns": 0
                },
                {
                    "interface": "IPStorage1/1",
                    "rx_bad_ether_type_drops": 0,
                    "rx_bad_protocol_drops": 0,
                    "rx_bcast_frames": 0,
                    "rx_bytes": 0,
                    "rx_errors": 0,
                    "rx_if_down_drops": 0,
                    "rx_mcast_frames": 0,
                    "rx_packets": 0,
                    "rx_queue_drops": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_red_drops": 0,
                    "tx_arp_drops": 0,
                    "tx_bcast_frames": 0,
                    "tx_bytes": 0,
                    "tx_collisions": 0,
                    "tx_errors": 0,
                    "tx_if_down_drops": 0,
                    "tx_mcast_frames": 0,
                    "tx_packets": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_underruns": 0
                },
                {
                    "interface": "IPStorage1/2",
                    "rx_bad_ether_type_drops": 0,
                    "rx_bad_protocol_drops": 0,
                    "rx_bcast_frames": 0,
                    "rx_bytes": 0,
                    "rx_errors": 0,
                    "rx_if_down_drops": 0,
                    "rx_mcast_frames": 0,
                    "rx_packets": 0,
                    "rx_queue_drops": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_red_drops": 0,
                    "tx_arp_drops": 0,
                    "tx_bcast_frames": 0,
                    "tx_bytes": 0,
                    "tx_collisions": 0,
                    "tx_errors": 0,
                    "tx_if_down_drops": 0,
                    "tx_mcast_frames": 0,
                    "tx_packets": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_underruns": 0
                }
            ]
        },
        {
            "ROW_counters": [
                {
                    "interface": "mgmt0",
                    "rx_bytes": 541075085,
                    "rx_compressed": 0,
                    "rx_error_frames": 0,
                    "rx_errors": 0,
                    "rx_fifo": 0,
                    "rx_mcast_frames": 0,
                    "rx_overrun": 0,
                    "rx_packets": 0,
                    "tx_bytes": 52605748,
                    "tx_carrier_errors": 0,
                    "tx_collisions": 0,
                    "tx_errors": 0,
                    "tx_fifo": 0,
                    "tx_packets": 0,
                    "tx_underruns": 0
                },
                {
                    "interface": "port-channel1",
                    "rx_b2b_credit_to_zero": 0,
                    "rx_bytes": 0,
                    "rx_c2_bytes": 0,
                    "rx_c2_frames": 0,
                    "rx_c3_bytes": 0,
                    "rx_c3_frames": 0,
                    "rx_cf_bytes": 0,
                    "rx_cf_frames": 0,
                    "rx_crc_fcs": 0,
                    "rx_discard_frames": 0,
                    "rx_error_frames": 0,
                    "rx_frames": 0,
                    "rx_link_faliures": 0,
                    "rx_loop_inits": 0,
                    "rx_lrr": 0,
                    "rx_nos": 0,
                    "rx_ols": 0,
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "rx_signal_loss": 0,
                    "rx_sync_loss": 0,
                    "rx_too_long_frames": 0,
                    "rx_too_short_frames": 0,
                    "rx_unknown_class_frames": 0,
                    "tx_b2b_credit_to_zero": 0,
                    "tx_bytes": 0,
                    "tx_c2_bytes": 0,
                    "tx_c2_frames": 0,
                    "tx_c3_bytes": 0,
                    "tx_c3_frames": 0,
                    "tx_cf_bytes": 0,
                    "tx_cf_frames": 0,
                    "tx_credit_loss": 0,
                    "tx_discard_frames": 0,
                    "tx_error_frames": 0,
                    "tx_frames": 0,
                    "tx_loop_inits": 0,
                    "tx_lrr": 0,
                    "tx_nos": 0,
                    "tx_ols": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0,
                    "tx_timeout_discards": 0,
                    "txwait": 0,
                    "txwait_percent_1hr": 0,
                    "txwait_percent_1m": 0,
                    "txwait_percent_1s": 0,
                    "txwait_percent_72hr": 0
                }
            ]
        }
    ],
    "TABLE_fcip": {
        "ROW_fcip": [
            {
                "TABLE_tcp_conn": {
                    "ROW_tcp_conn": [
                        {
                            "rx_bytes": 0,
                            "rx_c2_3_bytes": 0,
                            "rx_c2_3_frames": 0,
                            "rx_cf_bytes": 0,
                            "rx_cf_frames": 0,
                            "rx_error_frames": 0,
                            "rx_packets": 0,
                            "rx_rate_bits_ps": 0,
                            "rx_rate_bytes_ps": 0,
                            "rx_rate_frames_ps": 0,
                            "rx_reass_frames": 0,
                            "rx_tstamp_error": 0,
                            "tx_bytes": 0,
                            "tx_c2_3_bytes": 0,
                            "tx_c2_3_frames": 0,
                            "tx_cf_bytes": 0,
                            "tx_cf_frames": 0,
                            "tx_error_frames": 0,
                            "tx_packets": 0,
                            "tx_rate_bits_ps": 0,
                            "tx_rate_bytes_ps": 0,
                            "tx_rate_frames_ps": 0
                        }
                    ]
                },
                "interface": "fcip1",
                "num_active_conn": 0,
                "num_conn_attr": 0,
                "num_conn_drops": 0
            }
        ]
    },
    "TABLE_iscsi": {
        "ROW_iscsi": [
            {
                "interface": "iscsi1/1",
                "rx_bytes": 0,
                "rx_cmd_pdus": 0,
                "rx_data_bytes": 0,
                "rx_data_pdus": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_unsol_bytes": 0,
                "trans_rdy_frame": 0,
                "tx_bytes": 0,
                "tx_data_bytes": 0,
                "tx_data_pdus": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_resp_frame": 0,
                "tx_resp_sense_frame": 0
            },
            {
                "interface": "iscsi1/2",
                "rx_bytes": 0,
                "rx_cmd_pdus": 0,
                "rx_data_bytes": 0,
                "rx_data_pdus": 0,
                "rx_packets": 0,
                "rx_rate_bits_ps": 0,
                "rx_rate_bytes_ps": 0,
                "rx_rate_frames_ps": 0,
                "rx_unsol_bytes": 0,
                "trans_rdy_frame": 0,
                "tx_bytes": 0,
                "tx_data_bytes": 0,
                "tx_data_pdus": 0,
                "tx_packets": 0,
                "tx_rate_bits_ps": 0,
                "tx_rate_bytes_ps": 0,
                "tx_rate_frames_ps": 0,
                "tx_resp_frame": 0,
                "tx_resp_sense_frame": 0
            }
        ]
    }
}

      <TABLE_counters>
       <ROW_counters>
        <interface>fc1/1</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>28453</rx_frames>
        <rx_bytes>1529072</rx_bytes>
        <rx_c2_frames>0</rx_c2_frames>
        <rx_c2_bytes>0</rx_c2_bytes>
        <rx_c3_frames>5</rx_c3_frames>
        <rx_c3_bytes>232</rx_c3_bytes>
        <rx_cf_frames>28448</rx_cf_frames>
        <rx_cf_bytes>1528840</rx_cf_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_crc_fcs>0</rx_crc_fcs>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>28454</tx_frames>
        <tx_bytes>2290864</tx_bytes>
        <tx_c2_frames>0</tx_c2_frames>
        <tx_c2_bytes>0</tx_c2_bytes>
        <tx_c3_frames>6</tx_c3_frames>
        <tx_c3_bytes>272</tx_c3_bytes>
        <tx_cf_frames>28448</tx_cf_frames>
        <tx_cf_bytes>2290592</tx_cf_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <tx_timeout_discards>0</tx_timeout_discards>
        <tx_credit_loss>0</tx_credit_loss>
        <rx_ols>1</rx_ols>
        <rx_lrr>1</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>1</rx_loop_inits>
        <tx_ols>1</tx_ols>
        <tx_lrr>1</tx_lrr>
        <tx_nos>1</tx_nos>
        <tx_loop_inits>1</tx_loop_inits>
        <rx_link_faliures>1</rx_link_faliures>
        <rx_sync_loss>1</rx_sync_loss>
        <rx_signal_loss>1</rx_signal_loss>
        <tx_b2b_credit_to_zero>8</tx_b2b_credit_to_zero>
        <rx_b2b_credit_to_zero>3</rx_b2b_credit_to_zero>
        <txwait>0</txwait>
        <txwait_percent_1s>0</txwait_percent_1s>
        <txwait_percent_1m>0</txwait_percent_1m>
        <txwait_percent_1hr>0</txwait_percent_1hr>
        <txwait_percent_72hr>0</txwait_percent_72hr>
        <rx_b2b_credit_remain>1</rx_b2b_credit_remain>
        <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
        <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
        <last_cleared_time>never</last_cleared_time>
       </ROW_counters>
       <ROW_counters>
        <interface>fc1/2</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>3111</rx_frames>
        <rx_bytes>162116</rx_bytes>
        <rx_c2_frames>0</rx_c2_frames>
        <rx_c2_bytes>0</rx_c2_bytes>
        <rx_c3_frames>3111</rx_c3_frames>
        <rx_c3_bytes>162116</rx_c3_bytes>
        <rx_cf_frames>0</rx_cf_frames>
        <rx_cf_bytes>0</rx_cf_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_crc_fcs>0</rx_crc_fcs>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>3120</tx_frames>
        <tx_bytes>4917992</tx_bytes>
        <tx_c2_frames>0</tx_c2_frames>
        <tx_c2_bytes>0</tx_c2_bytes>
        <tx_c3_frames>3120</tx_c3_frames>
        <tx_c3_bytes>4917992</tx_c3_bytes>
        <tx_cf_frames>0</tx_cf_frames>
        <tx_cf_bytes>0</tx_cf_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <tx_timeout_discards>0</tx_timeout_discards>
        <tx_credit_loss>0</tx_credit_loss>
        <rx_ols>0</rx_ols>
        <rx_lrr>0</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>0</rx_loop_inits>
        <tx_ols>1</tx_ols>
        <tx_lrr>1</tx_lrr>
        <tx_nos>0</tx_nos>
        <tx_loop_inits>0</tx_loop_inits>
        <rx_link_faliures>0</rx_link_faliures>
        <rx_sync_loss>0</rx_sync_loss>
        <rx_signal_loss>0</rx_signal_loss>
        <tx_b2b_credit_to_zero>3</tx_b2b_credit_to_zero>
        <rx_b2b_credit_to_zero>1</rx_b2b_credit_to_zero>
        <txwait>0</txwait>
        <txwait_percent_1s>0</txwait_percent_1s>
        <txwait_percent_1m>0</txwait_percent_1m>
        <txwait_percent_1hr>0</txwait_percent_1hr>
        <txwait_percent_72hr>0</txwait_percent_72hr>
        <rx_b2b_credit_remain>64</rx_b2b_credit_remain>
        <tx_b2b_credit_remain>64</tx_b2b_credit_remain>
        <tx_b2b_low_pri_cre>64</tx_b2b_low_pri_cre>
        <last_cleared_time>never</last_cleared_time>
       </ROW_counters>
       <ROW_counters>
        <interface>fc1/3</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>0</rx_frames>
        <rx_bytes>0</rx_bytes>
        <rx_c2_frames>0</rx_c2_frames>
        <rx_c2_bytes>0</rx_c2_bytes>
        <rx_c3_frames>0</rx_c3_frames>
        <rx_c3_bytes>0</rx_c3_bytes>
        <rx_cf_frames>0</rx_cf_frames>
        <rx_cf_bytes>0</rx_cf_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_crc_fcs>0</rx_crc_fcs>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>0</tx_frames>
        <tx_bytes>0</tx_bytes>
        <tx_c2_frames>0</tx_c2_frames>
        <tx_c2_bytes>0</tx_c2_bytes>
        <tx_c3_frames>0</tx_c3_frames>
        <tx_c3_bytes>0</tx_c3_bytes>
        <tx_cf_frames>0</tx_cf_frames>
        <tx_cf_bytes>0</tx_cf_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <tx_timeout_discards>0</tx_timeout_discards>
        <tx_credit_loss>0</tx_credit_loss>
        <rx_ols>0</rx_ols>
        <rx_lrr>0</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>0</rx_loop_inits>
        <tx_ols>0</tx_ols>
        <tx_lrr>0</tx_lrr>
        <tx_nos>0</tx_nos>
        <tx_loop_inits>0</tx_loop_inits>
        <rx_link_faliures>0</rx_link_faliures>
        <rx_sync_loss>0</rx_sync_loss>
        <rx_signal_loss>0</rx_signal_loss>
        <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
        <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
        <txwait>0</txwait>
        <txwait_percent_1s>0</txwait_percent_1s>
        <txwait_percent_1m>0</txwait_percent_1m>
        <txwait_percent_1hr>0</txwait_percent_1hr>
        <txwait_percent_72hr>0</txwait_percent_72hr>
        <rx_b2b_credit_remain>1</rx_b2b_credit_remain>
        <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
        <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
        <last_cleared_time>never</last_cleared_time>
       </ROW_counters>
       <ROW_counters>
        <interface>fc1/4</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>0</rx_frames>
        <rx_bytes>0</rx_bytes>
        <rx_c2_frames>0</rx_c2_frames>
        <rx_c2_bytes>0</rx_c2_bytes>
        <rx_c3_frames>0</rx_c3_frames>
        <rx_c3_bytes>0</rx_c3_bytes>
        <rx_cf_frames>0</rx_cf_frames>
        <rx_cf_bytes>0</rx_cf_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_crc_fcs>0</rx_crc_fcs>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>0</tx_frames>
        <tx_bytes>0</tx_bytes>
        <tx_c2_frames>0</tx_c2_frames>
        <tx_c2_bytes>0</tx_c2_bytes>
        <tx_c3_frames>0</tx_c3_frames>
        <tx_c3_bytes>0</tx_c3_bytes>
        <tx_cf_frames>0</tx_cf_frames>
        <tx_cf_bytes>0</tx_cf_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <tx_timeout_discards>0</tx_timeout_discards>
        <tx_credit_loss>0</tx_credit_loss>
        <rx_ols>0</rx_ols>
        <rx_lrr>0</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>0</rx_loop_inits>
        <tx_ols>0</tx_ols>
        <tx_lrr>0</tx_lrr>
        <tx_nos>0</tx_nos>
        <tx_loop_inits>0</tx_loop_inits>
        <rx_link_faliures>0</rx_link_faliures>
        <rx_sync_loss>0</rx_sync_loss>
        <rx_signal_loss>0</rx_signal_loss>
        <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
        <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
        <txwait>0</txwait>
        <txwait_percent_1s>0</txwait_percent_1s>
        <txwait_percent_1m>0</txwait_percent_1m>
        <txwait_percent_1hr>0</txwait_percent_1hr>
        <txwait_percent_72hr>0</txwait_percent_72hr>
        <rx_b2b_credit_remain>1</rx_b2b_credit_remain>
        <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
        <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
        <last_cleared_time>never</last_cleared_time>
       </ROW_counters>
      </TABLE_counters>
      <TABLE_iscsi>
       <ROW_iscsi>
        <interface>iscsi1/1</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_packets>0</rx_packets>
        <rx_bytes>0</rx_bytes>
        <rx_cmd_pdus>0</rx_cmd_pdus>
        <tx_data_pdus>0</tx_data_pdus>
        <tx_data_bytes>0</tx_data_bytes>
        <rx_unsol_bytes>0</rx_unsol_bytes>
        <tx_packets>0</tx_packets>
        <tx_bytes>0</tx_bytes>
        <tx_resp_frame>0</tx_resp_frame>
        <tx_resp_sense_frame>0</tx_resp_sense_frame>
        <trans_rdy_frame>0</trans_rdy_frame>
        <rx_data_pdus>0</rx_data_pdus>
        <rx_data_bytes>0</rx_data_bytes>
       </ROW_iscsi>
       <ROW_iscsi>
        <interface>iscsi1/2</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_packets>0</rx_packets>
        <rx_bytes>0</rx_bytes>
        <rx_cmd_pdus>0</rx_cmd_pdus>
        <tx_data_pdus>0</tx_data_pdus>
        <tx_data_bytes>0</tx_data_bytes>
        <rx_unsol_bytes>0</rx_unsol_bytes>
        <tx_packets>0</tx_packets>
        <tx_bytes>0</tx_bytes>
        <tx_resp_frame>0</tx_resp_frame>
        <tx_resp_sense_frame>0</tx_resp_sense_frame>
        <trans_rdy_frame>0</trans_rdy_frame>
        <rx_data_pdus>0</rx_data_pdus>
        <rx_data_bytes>0</rx_data_bytes>
       </ROW_iscsi>
      </TABLE_iscsi>
      <TABLE_counters>
       <ROW_counters>
        <interface>sup-fc0</interface>
        <rx_packets>0</rx_packets>
        <rx_bytes>140080364</rx_bytes>
        <rx_mcast_frames>0</rx_mcast_frames>
        <rx_compressed>0</rx_compressed>
        <rx_errors>0</rx_errors>
        <rx_error_frames>0</rx_error_frames>
        <rx_overrun>0</rx_overrun>
        <rx_fifo>0</rx_fifo>
        <tx_packets>0</tx_packets>
        <tx_bytes>145598164</tx_bytes>
        <tx_underruns>0</tx_underruns>
        <tx_errors>0</tx_errors>
        <tx_collisions>0</tx_collisions>
        <tx_fifo>0</tx_fifo>
        <tx_carrier_errors>0</tx_carrier_errors>
       </ROW_counters>
       <ROW_counters>
        <interface>IPStorage1/1</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_packets>0</rx_packets>
        <rx_bytes>0</rx_bytes>
        <rx_mcast_frames>0</rx_mcast_frames>
        <rx_bcast_frames>0</rx_bcast_frames>
        <rx_errors>0</rx_errors>
        <rx_queue_drops>0</rx_queue_drops>
        <rx_if_down_drops>0</rx_if_down_drops>
        <rx_red_drops>0</rx_red_drops>
        <rx_bad_ether_type_drops>0</rx_bad_ether_type_drops>
        <rx_bad_protocol_drops>0</rx_bad_protocol_drops>
        <tx_packets>0</tx_packets>
        <tx_bytes>0</tx_bytes>
        <tx_underruns>0</tx_underruns>
        <tx_mcast_frames>0</tx_mcast_frames>
        <tx_bcast_frames>0</tx_bcast_frames>
        <tx_errors>0</tx_errors>
        <tx_collisions>0</tx_collisions>
        <tx_arp_drops>0</tx_arp_drops>
        <tx_if_down_drops>0</tx_if_down_drops>
       </ROW_counters>
       <ROW_counters>
        <interface>IPStorage1/2</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_packets>0</rx_packets>
        <rx_bytes>0</rx_bytes>
        <rx_mcast_frames>0</rx_mcast_frames>
        <rx_bcast_frames>0</rx_bcast_frames>
        <rx_errors>0</rx_errors>
        <rx_queue_drops>0</rx_queue_drops>
        <rx_if_down_drops>0</rx_if_down_drops>
        <rx_red_drops>0</rx_red_drops>
        <rx_bad_ether_type_drops>0</rx_bad_ether_type_drops>
        <rx_bad_protocol_drops>0</rx_bad_protocol_drops>
        <tx_packets>0</tx_packets>
        <tx_bytes>0</tx_bytes>
        <tx_underruns>0</tx_underruns>
        <tx_mcast_frames>0</tx_mcast_frames>
        <tx_bcast_frames>0</tx_bcast_frames>
        <tx_errors>0</tx_errors>
        <tx_collisions>0</tx_collisions>
        <tx_arp_drops>0</tx_arp_drops>
        <tx_if_down_drops>0</tx_if_down_drops>
       </ROW_counters>
      </TABLE_counters>
      <TABLE_fcip>
       <ROW_fcip>
        <interface>fcip1</interface>
        <num_active_conn>0</num_active_conn>
        <num_conn_attr>0</num_conn_attr>
        <num_conn_drops>0</num_conn_drops>
        <TABLE_tcp_conn>
         <ROW_tcp_conn>
          <rx_rate_bits_ps>0</rx_rate_bits_ps>
          <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
          <rx_rate_frames_ps>0</rx_rate_frames_ps>
          <tx_rate_bits_ps>0</tx_rate_bits_ps>
          <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
          <tx_rate_frames_ps>0</tx_rate_frames_ps>
          <rx_packets>0</rx_packets>
          <rx_bytes>0</rx_bytes>
          <rx_cf_frames>0</rx_cf_frames>
          <rx_cf_bytes>0</rx_cf_bytes>
          <rx_c2_3_frames>0</rx_c2_3_frames>
          <rx_c2_3_bytes>0</rx_c2_3_bytes>
          <rx_reass_frames>0</rx_reass_frames>
          <rx_error_frames>0</rx_error_frames>
          <rx_tstamp_error>0</rx_tstamp_error>
          <tx_packets>0</tx_packets>
          <tx_bytes>0</tx_bytes>
          <tx_cf_frames>0</tx_cf_frames>
          <tx_cf_bytes>0</tx_cf_bytes>
          <tx_c2_3_frames>0</tx_c2_3_frames>
          <tx_c2_3_bytes>0</tx_c2_3_bytes>
          <tx_error_frames>0</tx_error_frames>
         </ROW_tcp_conn>
        </TABLE_tcp_conn>
       </ROW_fcip>
      </TABLE_fcip>
      <TABLE_counters>
       <ROW_counters>
        <interface>mgmt0</interface>
        <rx_packets>0</rx_packets>
        <rx_bytes>541080253</rx_bytes>
        <rx_mcast_frames>0</rx_mcast_frames>
        <rx_compressed>0</rx_compressed>
        <rx_errors>0</rx_errors>
        <rx_error_frames>0</rx_error_frames>
        <rx_overrun>0</rx_overrun>
        <rx_fifo>0</rx_fifo>
        <tx_packets>0</tx_packets>
        <tx_bytes>52669732</tx_bytes>
        <tx_underruns>0</tx_underruns>
        <tx_errors>0</tx_errors>
        <tx_collisions>0</tx_collisions>
        <tx_fifo>0</tx_fifo>
        <tx_carrier_errors>0</tx_carrier_errors>
       </ROW_counters>
       <ROW_counters>
        <interface>port-channel1</interface>
        <rx_rate_bits_ps>0</rx_rate_bits_ps>
        <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
        <rx_rate_frames_ps>0</rx_rate_frames_ps>
        <tx_rate_bits_ps>0</tx_rate_bits_ps>
        <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
        <tx_rate_frames_ps>0</tx_rate_frames_ps>
        <rx_frames>0</rx_frames>
        <rx_bytes>0</rx_bytes>
        <rx_c2_frames>0</rx_c2_frames>
        <rx_c2_bytes>0</rx_c2_bytes>
        <rx_c3_frames>0</rx_c3_frames>
        <rx_c3_bytes>0</rx_c3_bytes>
        <rx_cf_frames>0</rx_cf_frames>
        <rx_cf_bytes>0</rx_cf_bytes>
        <rx_discard_frames>0</rx_discard_frames>
        <rx_error_frames>0</rx_error_frames>
        <rx_crc_fcs>0</rx_crc_fcs>
        <rx_unknown_class_frames>0</rx_unknown_class_frames>
        <rx_too_long_frames>0</rx_too_long_frames>
        <rx_too_short_frames>0</rx_too_short_frames>
        <tx_frames>0</tx_frames>
        <tx_bytes>0</tx_bytes>
        <tx_c2_frames>0</tx_c2_frames>
        <tx_c2_bytes>0</tx_c2_bytes>
        <tx_c3_frames>0</tx_c3_frames>
        <tx_c3_bytes>0</tx_c3_bytes>
        <tx_cf_frames>0</tx_cf_frames>
        <tx_cf_bytes>0</tx_cf_bytes>
        <tx_discard_frames>0</tx_discard_frames>
        <tx_error_frames>0</tx_error_frames>
        <tx_timeout_discards>0</tx_timeout_discards>
        <tx_credit_loss>0</tx_credit_loss>
        <rx_ols>0</rx_ols>
        <rx_lrr>0</rx_lrr>
        <rx_nos>0</rx_nos>
        <rx_loop_inits>0</rx_loop_inits>
        <tx_ols>0</tx_ols>
        <tx_lrr>0</tx_lrr>
        <tx_nos>0</tx_nos>
        <tx_loop_inits>0</tx_loop_inits>
        <rx_link_faliures>0</rx_link_faliures>
        <rx_sync_loss>0</rx_sync_loss>
        <rx_signal_loss>0</rx_signal_loss>
        <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
        <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
        <txwait>0</txwait>
        <txwait_percent_1s>0</txwait_percent_1s>
        <txwait_percent_1m>0</txwait_percent_1m>
        <txwait_percent_1hr>0</txwait_percent_1hr>
        <txwait_percent_72hr>0</txwait_percent_72hr>
       </ROW_counters>
      </TABLE_counters>
     

The show interface counters command displays the interface counter information for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface counters

fc1/1
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
28453 frames input, 1529072 bytes
0 class-2 frames, 0 bytes
5 class-3 frames, 232 bytes
28448 class-f frames, 1528840 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
28454 frames output, 2290864 bytes
0 class-2 frames, 0 bytes
6 class-3 frames, 272 bytes
28448 class-f frames, 2290592 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
1 input OLS, 1 LRR, 0 NOS, 1 loop inits
1 output OLS, 1 LRR, 1 NOS, 1 loop inits
1 link failures, 1 sync losses, 1 signal losses
8 Transmit B2B credit transitions to zero
3 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
1 receive B2B credit remaining
0 transmit B2B credit remaining
0 low priority transmit B2B credit remaining
Last clearing of "show interface" counters: never
fc1/2
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
3111 frames input, 162116 bytes
0 class-2 frames, 0 bytes
3111 class-3 frames, 162116 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
3120 frames output, 4917992 bytes
0 class-2 frames, 0 bytes
3120 class-3 frames, 4917992 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
0 input OLS, 0 LRR, 0 NOS, 0 loop inits
1 output OLS, 1 LRR, 0 NOS, 0 loop inits
0 link failures, 0 sync losses, 0 signal losses
3 Transmit B2B credit transitions to zero
1 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
64 receive B2B credit remaining
64 transmit B2B credit remaining
64 low priority transmit B2B credit remaining
Last clearing of "show interface" counters: never
fc1/3
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
0 frames output, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
0 input OLS, 0 LRR, 0 NOS, 0 loop inits
0 output OLS, 0 LRR, 0 NOS, 0 loop inits
0 link failures, 0 sync losses, 0 signal losses
0 Transmit B2B credit transitions to zero
0 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
1 receive B2B credit remaining
0 transmit B2B credit remaining
0 low priority transmit B2B credit remaining
Last clearing of "show interface" counters: never
fc1/4
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
0 frames output, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
0 input OLS, 0 LRR, 0 NOS, 0 loop inits
0 output OLS, 0 LRR, 0 NOS, 0 loop inits
0 link failures, 0 sync losses, 0 signal losses
0 Transmit B2B credit transitions to zero
0 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
1 receive B2B credit remaining
0 transmit B2B credit remaining
0 low priority transmit B2B credit remaining
Last clearing of "show interface" counters: never
iscsi1/1
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
iSCSI statistics
Input 0 packets, 0 bytes
Command 0 pdus, Data-out 0 pdus, 0 bytes, Unsolicited 0 bytes
Output 0 packets, 0 bytes
Response 0 pdus (with sense 0), R2T 0 pdus
Data-in 0 pdus, 0 bytes

iscsi1/2
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
iSCSI statistics
Input 0 packets, 0 bytes
Command 0 pdus, Data-out 0 pdus, 0 bytes, Unsolicited 0 bytes
Output 0 packets, 0 bytes
Response 0 pdus (with sense 0), R2T 0 pdus
Data-in 0 pdus, 0 bytes

sup-fc0
0 packets input, 140080364 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame
0 overrun, 0 fifo
0 packets output, 145598164 bytes
0 underruns, 0 output errors
0 collisions, 0 fifo
0 carrier errors
IPStorage1/1
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 packets input, 0 bytes
0 multicast frames, 0 broadcast frames
0 errors, 0 queue drops, 0 if-down drops, 0 RED drops
0 bad ether type drop, 0 bad protocol drops
0 packets output, 0 bytes, 0 underruns
0 multicast, 0 broadcast
0 errors, 0 collisions, 0 arp drops, 0 if-down drops
IPStorage1/2
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 packets input, 0 bytes
0 multicast frames, 0 broadcast frames
0 errors, 0 queue drops, 0 if-down drops, 0 RED drops
0 bad ether type drop, 0 bad protocol drops
0 packets output, 0 bytes, 0 underruns
0 multicast, 0 broadcast
0 errors, 0 collisions, 0 arp drops, 0 if-down drops
fcip1
TCP Connection Information
0 Active TCP connections
0 Attempts for active connections, 0 close of connections
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 Class F frames input, 0 bytes
0 Class 2/3 frames input, 0 bytes
0 Reass frames
0 Error frames timestamp error 0
0 frames output, 0 bytes
0 Class F frames output, 0 bytes
0 Class 2/3 frames output, 0 bytes
0 Error frames
mgmt0
0 packets input, 541073396 bytes
0 multicast frames, 0 compressed
0 input errors, 0 frame
0 overrun, 0 fifo
0 packets output, 52599984 bytes
0 underruns, 0 output errors
0 collisions, 0 fifo
0 carrier errors
port-channel1
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors, 0 CRC/FCS
0 unknown class, 0 too long, 0 too short
0 frames output, 0 bytes
0 class-2 frames, 0 bytes
0 class-3 frames, 0 bytes
0 class-f frames, 0 bytes
0 discards, 0 errors
0 timeout discards, 0 credit loss
0 input OLS, 0 LRR, 0 NOS, 0 loop inits
0 output OLS, 0 LRR, 0 NOS, 0 loop inits
0 link failures, 0 sync losses, 0 signal losses
0 Transmit B2B credit transitions to zero
0 Receive B2B credit transitions to zero
0 2.5us TxWait due to lack of transmit credits
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
ParameterDescriptionTypeValue
vsanVsan IDInteger['1-4094']
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
tx_packetsTransmitted packetsInteger
rx_c2_bytesBytes received for Class 2 framesInteger
tx_cf_bytesBytes transmitted for Class f framesInteger
rx_c3_bytesBytes received for Class 3 framesInteger
pg_fib_dropsPort group FIB dropsInteger
tx_c2_bytesBytes transmitted for Class 2 framesInteger
last_cleared_timeLast clearing of "show interface" countersString
rx_mcastReceived multicast framesInteger
trans_rdy_frameReady to transmit framesInteger
tx_resp_frameTransmitted response framesInteger
tx_resp_sense_frameTransmitted response frames with senseInteger
rx_red_dropsReceived red dropsInteger
rx_unsol_bytesReceived unsolicited bytesInteger
tx_mcast_framesTransmitted multicast framesInteger
tx_bcast_framesTransmitted broadcast framesInteger
rx_data_pdusReceived data PDUSInteger
rx_bad_protocol_dropsReceived bad protocol dropsInteger
rx_data_bytesReceived data in bytesInteger
rx_if_down_dropsReceived interface down dropsInteger
tx_data_pdusTransmitted data PDUSInteger
tx_data_bytesTransmitted data in bytesInteger
tx_if_down_dropsTransmitted interface down dropsInteger
tx_arp_dropsTransmitted ARP dropsInteger
tx_carrier_errorsTransmitted carrier errorsInteger
rx_error_framesReceived error framesInteger
rx_overrunReceived overrun framesInteger
rx_discard_framesReceived discard framesInteger
tx_errorsTransmitted errorsInteger
tx_error_framesTransmitted error framesInteger
tx_fifoTransmitted FIFO framesInteger
rx_loop_initsReceived loop initializationInteger
rx_sync_lossReceived sync lossInteger
rx_rate_bytes_psReceived rate in bytes per secondInteger
rx_rate_bits_psReceived rate in bits per secondInteger
rx_bcast_framesReceived broadcast framesInteger
rx_cmd_pdusReceived command PDUSInteger
rx_bad_ether_type_dropsReceived bad ether type dropsInteger
tx_rate_frames_psTransmitted rate frames per secondInteger
rx_framesReceived framesInteger
rx_mcast_framesReceived multicast framesInteger
rx_packetsReceived packetsInteger
tx_errorTransmitted errorsInteger
rx_signal_lossReceived signal lossInteger
tx_bytesTransmitted bytesInteger
pg_other_dropsPort group other dropsInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
pg_xbar_dropsPort group XBAR dropsInteger
pg_acl_dropsPort group ACL dropsInteger
rx_rate_frames_psReceived rate frames per second Integer
rx_fifoReceived FIFO framesInteger
tx_c3_bytesBytes transmitted for Class 3 framesInteger
tx_c3_framesTransmitted Class 3 framesInteger
tx_discard_framesTransmitted discard framesInteger
rx_link_faliuresReceived link failuresInteger
rx_c3_framesReceived Class 3 framesInteger
rx_errorsReceived errorsInteger
tx_cf_framesTransmitted Class f framesInteger
rx_cf_framesReceived Class f framesInteger
tx_c2_framesTransmitted Class 2 framesInteger
rx_errorReceived errorsInteger
tx_collisionsTransmitted collisionsInteger
tx_underrunsTransmitted underrunsInteger
tx_timeout_discardsTransmitted timeout discardsInteger
tx_framesTransmitted framesInteger
rx_compressedReceived compressed framesInteger
tx_dropTransmitted dropsInteger
rx_c2_framesReceived Class 2 framesInteger
tx_loop_initsTransmitted loop initializationInteger
rx_cf_bytesBytes received for Class f framesInteger
rx_unknown_class_framesBytes received for Unknown Class framesInteger
rx_bytesReceived bytesInteger
tx_credit_lossTransmitted credit lossInteger
tx_rate_bytes_psTransmitted rate in bytes per secondInteger
rx_queue_dropsReceived queue dropsInteger
rx_lrrLink reset responses receivedInteger
tx_lrrLink reset responses transmittedInteger
rx_olsOffline sequences receivedInteger
tx_olsOffline sequences transmittedInteger
rx_nosNon-operational sequences receivedInteger
tx_nosNon-operational sequences transmittedInteger
txwait_percent_1sPercentage Tx wait for last 1 secondInteger
txwait_percent_1mPercentage Tx wait for last 1 minuteInteger
txwaitTx wait for 2.5us due to lack of transmit creditsInteger
txwait_percent_1hrPercentage Tx wait for last 1 hourInteger
txwait_percent_72hrPercentage Tx wait for last 72 hourInteger
tx_b2b_credit_to_zeroTx B2B credit transitions to zeroInteger
rx_b2b_credit_remainRx B2B credit remainingInteger
tx_b2b_low_pri_creTx B2B low priority credit remainingInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
rx_b2b_credit_to_zeroRx B2B credit transitions to zeroInteger
create_reqCreate requestString
deact_reqDeactivate requestString
rx_crc_fcsReceived CRC framesInteger
rx_peer_bytesReceived peer bytesInteger
activate_reqActivate requestString
tx_peer_bytesTransmitted peer bytesInteger
tx_peer_pktsTransmitted peer packetsInteger
rx_peer_pktsReceived peer packetsInteger
rx_dev_bytesReceived peer bytesInteger
rx_dev_pktsReceived device packetsInteger
destroy_reqCreate destroyString
tx_dev_pktsTransmitted device packetsInteger
tx_dev_bytesTransmitted device bytesInteger
rx_too_short_framesFrames received with length less than the minimum indicated by the frame headerInteger
rx_too_long_framesFrames received with length greater than what was agreed to in FLOGI/PLOGIInteger
pg_fib_endFIB drops port group end portString
pg_other_startOther drops port group start portString
pg_other_endOther drops port group end portString
pg_xbar_startXBAR drops port group start portString
pg_xbar_endXBAR drops port group end portString
pg_fib_startFIB drops port group start portString

show interface counters brief

show interface counters brief
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface counters brief"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters_brief": {
        "ROW_counters_brief": [
            {
                "interface": "fc1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 28453,
                "tx_rate_MBps": 0,
                "tx_total_frames": 28454
            },
            {
                "interface": "fc1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 3111,
                "tx_rate_MBps": 0,
                "tx_total_frames": 3120
            },
            {
                "interface": "fc1/3",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/4",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/5",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/6",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/7",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/8",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/9",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/10",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/11",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/12",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/13",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/14",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/15",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/16",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/17",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/18",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/19",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/20",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/21",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/22",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/23",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/24",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/25",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/26",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/27",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/28",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/29",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/30",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/31",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/32",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/33",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/34",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/35",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/36",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/37",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/38",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/39",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/40",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_fcip": {
        "ROW_fcip": [
            {
                "interface": "fcip1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_interface": {
        "ROW_interface": [
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/1"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/2"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/3"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/4"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/5"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/6"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/7"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/8"
            }
        ]
    },
    "TABLE_ips": {
        "ROW_ips": [
            {
                "interface": "IPStorage1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "IPStorage1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_iscsi": {
        "ROW_iscsi": [
            {
                "interface": "iscsi1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "iscsi1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_port_channel": {
        "ROW_port_channel": [
            {
                "interface": "port-channel1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    }
}

       <TABLE_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/1</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>28453</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>28454</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/2</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>3111</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>3120</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/3</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/4</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/5</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/6</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/7</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/8</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/9</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/10</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/11</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/12</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/13</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/14</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/15</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/16</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/17</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/18</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/19</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/20</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/21</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/22</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/23</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/24</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/25</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/26</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/27</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/28</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/29</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/30</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/31</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/32</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/33</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/34</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/35</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/36</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/37</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/38</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/39</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
        <ROW_counters_brief>
         <interface>fc1/40</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_counters_brief>
       </TABLE_counters_brief>
       <TABLE_iscsi>
        <ROW_iscsi>
         <interface>iscsi1/1</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_iscsi>
        <ROW_iscsi>
         <interface>iscsi1/2</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_iscsi>
       </TABLE_iscsi>
       <TABLE_ips>
        <ROW_ips>
         <interface>IPStorage1/1</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_ips>
        <ROW_ips>
         <interface>IPStorage1/2</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_ips>
       </TABLE_ips>
       <TABLE_fcip>
        <ROW_fcip>
         <interface>fcip1</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_fcip>
       </TABLE_fcip>
       <TABLE_interface>
        <ROW_interface>
         <interface>Ethernet1/1</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/2</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/3</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/4</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/5</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/6</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/7</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/8</interface>
         <eth_inrate1>0</eth_inrate1>
         <eth_inframes1>0</eth_inframes1>
         <eth_outrate1>0</eth_outrate1>
         <eth_outframes1>0</eth_outframes1>
         <eth_load_intv1>30</eth_load_intv1>
         <eth_inrate2>0</eth_inrate2>
         <eth_inframes2>0</eth_inframes2>
         <eth_outrate2>0</eth_outrate2>
         <eth_outframes2>0</eth_outframes2>
         <eth_load_intv2>300</eth_load_intv2>
        </ROW_interface>
       </TABLE_interface>
       <TABLE_port_channel>
        <ROW_port_channel>
         <interface>port-channel1</interface>
         <rx_rate_MBps>0</rx_rate_MBps>
         <rx_total_frames>0</rx_total_frames>
         <tx_rate_MBps>0</tx_rate_MBps>
         <tx_total_frames>0</tx_total_frames>
        </ROW_port_channel>
       </TABLE_port_channel>
      

The show interface counters brief command displays the interface counter information in brief for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface counters brief


-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
fc1/1 0 28453 0 28454
fc1/2 0 3111 0 3120
fc1/3 0 0 0 0
fc1/4 0 0 0 0
fc1/5 0 0 0 0
fc1/6 0 0 0 0
fc1/7 0 0 0 0
fc1/8 0 0 0 0
fc1/9 0 0 0 0
fc1/10 0 0 0 0
fc1/11 0 0 0 0
fc1/12 0 0 0 0
fc1/13 0 0 0 0
fc1/14 0 0 0 0
fc1/15 0 0 0 0
fc1/16 0 0 0 0
fc1/17 0 0 0 0
fc1/18 0 0 0 0
fc1/19 0 0 0 0
fc1/20 0 0 0 0
fc1/21 0 0 0 0
fc1/22 0 0 0 0
fc1/23 0 0 0 0
fc1/24 0 0 0 0
fc1/25 0 0 0 0
fc1/26 0 0 0 0
fc1/27 0 0 0 0
fc1/28 0 0 0 0
fc1/29 0 0 0 0
fc1/30 0 0 0 0
fc1/31 0 0 0 0
fc1/32 0 0 0 0
fc1/33 0 0 0 0
fc1/34 0 0 0 0
fc1/35 0 0 0 0
fc1/36 0 0 0 0
fc1/37 0 0 0 0
fc1/38 0 0 0 0
fc1/39 0 0 0 0
fc1/40 0 0 0 0

-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
iscsi1/1 0 0 0 0
iscsi1/2 0 0 0 0

-------------------------------------------------------------------------------
Interface Input (rate is 1 min avg) Output (rate is 1 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
IPStorage1/1 0 0 0 0
IPStorage1/2 0 0 0 0

-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
fcip1 0 0 0 0

--------------------------------------------------------------------------------
Interface Input Rate (avg) Output Rate (avg)
------------------ ------------------
Rate Total Rate Total Rate averaging
MB/s Frames MB/s Frames interval (seconds)
--------------------------------------------------------------------------------
Eth1/1 0 0 0 0 30
0 0 0 0 300
Eth1/2 0 0 0 0 30
0 0 0 0 300
Eth1/3 0 0 0 0 30
0 0 0 0 300
Eth1/4 0 0 0 0 30
0 0 0 0 300
Eth1/5 0 0 0 0 30
0 0 0 0 300
Eth1/6 0 0 0 0 30
0 0 0 0 300
Eth1/7 0 0 0 0 30
0 0 0 0 300
Eth1/8 0 0 0 0 30
0 0 0 0 300

-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
port-channel1 0 0 0 0
ParameterDescriptionTypeValue
vsan_idVsan IDInteger['1-4094']
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
tx_rate_MBpsTransmitted rate in Mega bytes per secondInteger
rx_packetsReceived packetsInteger
tx_bytesTransmitted bytesInteger
rx_rate_MBpsReceived rate in Mega bytes per secondInteger
tx_total_framesTotal transmitted frames Integer
rx_total_framesTotal received framesInteger
tx_packetsTransmitted packets
eth_load_intv2Interval 2 timer value in secondsInteger
eth_inrate2Interval 2 input rate in Mega bits per secondInteger
eth_outrate2Interval 2 output rate in Mega bits per secondInteger
rx_bytesReceived bytes
eth_outframes2Interval 2 output rate in output frames (pkts)Integer
eth_inframes1Interval 1 input rate in frames (pkts)Integer
eth_outrate1Interval 1 output rate in Mega bits per secondInteger
eth_load_intv1Interval 1 timer value in secondsInteger
eth_outframes1Interval 1 output rate in output frames (pkts)Integer
eth_inframes2Interval 2 input rate in frames (pkts)Integer
eth_inrate1Interval 1 input rate in Mega bits per secondInteger

show interface counters brief module <*module_id*>

show interface counters brief module <module_id>
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface counters brief module <module_id>"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))

{
    "TABLE_counters_brief": {
        "ROW_counters_brief": [
            {
                "interface": "fc1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 28453,
                "tx_rate_MBps": 0,
                "tx_total_frames": 28454
            },
            {
                "interface": "fc1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 3116,
                "tx_rate_MBps": 0,
                "tx_total_frames": 3125
            },
            {
                "interface": "fc1/3",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/4",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/5",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/6",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/7",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/8",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/9",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/10",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/11",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/12",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/13",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/14",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/15",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/16",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/17",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/18",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/19",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/20",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/21",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/22",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/23",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/24",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/25",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/26",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/27",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/28",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/29",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/30",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/31",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/32",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/33",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/34",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/35",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/36",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/37",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/38",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/39",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "fc1/40",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_interface": {
        "ROW_interface": [
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/1"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/2"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/3"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/4"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/5"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/6"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/7"
            },
            {
                "eth_inframes1": 0,
                "eth_inframes2": 0,
                "eth_inrate1": 0,
                "eth_inrate2": 0,
                "eth_load_intv1": 30,
                "eth_load_intv2": 300,
                "eth_outframes1": 0,
                "eth_outframes2": 0,
                "eth_outrate1": 0,
                "eth_outrate2": 0,
                "interface": "Ethernet1/8"
            }
        ]
    },
    "TABLE_ips": {
        "ROW_ips": [
            {
                "interface": "IPStorage1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "IPStorage1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    },
    "TABLE_iscsi": {
        "ROW_iscsi": [
            {
                "interface": "iscsi1/1",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            },
            {
                "interface": "iscsi1/2",
                "rx_rate_MBps": 0,
                "rx_total_frames": 0,
                "tx_rate_MBps": 0,
                "tx_total_frames": 0
            }
        ]
    }
}
         <TABLE_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/1</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>28453</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>28454</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/2</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>3116</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>3125</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/3</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/4</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/5</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/6</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/7</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/8</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/9</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/10</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/11</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/12</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/13</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/14</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/15</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/16</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/17</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/18</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/19</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/20</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/21</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/22</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/23</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/24</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/25</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/26</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/27</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/28</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/29</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/30</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/31</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/32</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/33</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/34</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/35</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/36</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/37</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/38</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/39</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
          <ROW_counters_brief>
           <interface>fc1/40</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_counters_brief>
         </TABLE_counters_brief>
         <TABLE_iscsi>
          <ROW_iscsi>
           <interface>iscsi1/1</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_iscsi>
          <ROW_iscsi>
           <interface>iscsi1/2</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_iscsi>
         </TABLE_iscsi>
         <TABLE_ips>
          <ROW_ips>
           <interface>IPStorage1/1</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_ips>
          <ROW_ips>
           <interface>IPStorage1/2</interface>
           <rx_rate_MBps>0</rx_rate_MBps>
           <rx_total_frames>0</rx_total_frames>
           <tx_rate_MBps>0</tx_rate_MBps>
           <tx_total_frames>0</tx_total_frames>
          </ROW_ips>
         </TABLE_ips>
         <TABLE_interface>
          <ROW_interface>
           <interface>Ethernet1/1</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/2</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/3</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/4</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/5</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/6</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/7</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
          <ROW_interface>
           <interface>Ethernet1/8</interface>
           <eth_inrate1>0</eth_inrate1>
           <eth_inframes1>0</eth_inframes1>
           <eth_outrate1>0</eth_outrate1>
           <eth_outframes1>0</eth_outframes1>
           <eth_load_intv1>30</eth_load_intv1>
           <eth_inrate2>0</eth_inrate2>
           <eth_inframes2>0</eth_inframes2>
           <eth_outrate2>0</eth_outrate2>
           <eth_outframes2>0</eth_outframes2>
           <eth_load_intv2>300</eth_load_intv2>
          </ROW_interface>
         </TABLE_interface>

The show interface counters brief module <*module_id*> command displays the interface counter information in brief for Fibre Channel and Ethernet interfaces in the specified module. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface counters brief module 1


-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
fc1/1 0 28453 0 28454
fc1/2 0 3116 0 3125
fc1/3 0 0 0 0
fc1/4 0 0 0 0
fc1/5 0 0 0 0
fc1/6 0 0 0 0
fc1/7 0 0 0 0
fc1/8 0 0 0 0
fc1/9 0 0 0 0
fc1/10 0 0 0 0
fc1/11 0 0 0 0
fc1/12 0 0 0 0
fc1/13 0 0 0 0
fc1/14 0 0 0 0
fc1/15 0 0 0 0
fc1/16 0 0 0 0
fc1/17 0 0 0 0
fc1/18 0 0 0 0
fc1/19 0 0 0 0
fc1/20 0 0 0 0
fc1/21 0 0 0 0
fc1/22 0 0 0 0
fc1/23 0 0 0 0
fc1/24 0 0 0 0
fc1/25 0 0 0 0
fc1/26 0 0 0 0
fc1/27 0 0 0 0
fc1/28 0 0 0 0
fc1/29 0 0 0 0
fc1/30 0 0 0 0
fc1/31 0 0 0 0
fc1/32 0 0 0 0
fc1/33 0 0 0 0
fc1/34 0 0 0 0
fc1/35 0 0 0 0
fc1/36 0 0 0 0
fc1/37 0 0 0 0
fc1/38 0 0 0 0
fc1/39 0 0 0 0
fc1/40 0 0 0 0

-------------------------------------------------------------------------------
Interface Input (rate is 5 min avg) Output (rate is 5 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
iscsi1/1 0 0 0 0
iscsi1/2 0 0 0 0

-------------------------------------------------------------------------------
Interface Input (rate is 1 min avg) Output (rate is 1 min avg)
----------------------------- -----------------------------
Rate Total Rate Total
MB/s Frames MB/s Frames
-------------------------------------------------------------------------------
IPStorage1/1 0 0 0 0
IPStorage1/2 0 0 0 0

--------------------------------------------------------------------------------
Interface Input Rate (avg) Output Rate (avg)
------------------ ------------------
Rate Total Rate Total Rate averaging
MB/s Frames MB/s Frames interval (seconds)
--------------------------------------------------------------------------------
Eth1/1 0 0 0 0 30
0 0 0 0 300
Eth1/2 0 0 0 0 30
0 0 0 0 300
Eth1/3 0 0 0 0 30
0 0 0 0 300
Eth1/4 0 0 0 0 30
0 0 0 0 300
Eth1/5 0 0 0 0 30
0 0 0 0 300
Eth1/6 0 0 0 0 30
0 0 0 0 300
Eth1/7 0 0 0 0 30
0 0 0 0 300
Eth1/8 0 0 0 0 30
0 0 0 0 300
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
tx_rate_MBpsTransmitted rate in Mega bytes per secondInteger
rx_rate_MBpsReceived rate in Mega bytes per secondInteger
tx_total_framesTotal transmitted framesInteger
rx_total_framesTotal received framesInteger
eth_load_intv2Interval 2 timer value in secondsInteger
eth_inrate2Interval 2 input rate in Mega bits per secondInteger
eth_outrate2Interval 2 output rate in Mega bits per secondInteger
eth_outframes2Interval 2 output rate in output frames (pkts)Integer
eth_inframes1Interval 1 input rate in frames (pkts)Integer
eth_outrate1Interval 1 output rate in Mega bits per secondInteger
eth_load_intv1Interval 1 timer value in secondsInteger
eth_outframes1Interval 1 output rate in output frames (pkts)Integer
eth_inframes2Interval 2 input rate in frames (pkts)Integer
eth_inrate1Interval 1 input rate in Mega bits per secondInteger

show interface counters detailed

show interface counters detailed
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface counters detailed"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_counters": [
        {
            "ROW_counters": [
                {
                    "TABLE_congestion": {
                        "ROW_congestion": [
                            {
                                "rx_b2b_credit_remain": 0,
                                "rx_b2b_credit_to_zero": 3,
                                "tx_b2b_credit_remain": 0,
                                "tx_b2b_credit_to_zero": 8,
                                "tx_b2b_low_pri_cre": 0,
                                "tx_credit_loss": 0,
                                "tx_timeout_discards": 0,
                                "txwait": 0,
                                "txwait_percent_1hr": 0,
                                "txwait_percent_1m": 0,
                                "txwait_percent_1s": 0,
                                "txwait_percent_72hr": 0
                            }
                        ]
                    },
                    "TABLE_link": {
                        "ROW_link": [
                            {
                                "bb_scr_incr": 0,
                                "bb_scs_resend": 0,
                                "rx_delim_err": 0,
                                "rx_eof_abort_frames": 0,
                                "rx_frag_frames": 0,
                                "rx_inv_crc": 0,
                                "rx_inv_trans_err": 0,
                                "rx_jabber_frames": 0,
                                "rx_link_failures": 1,
                                "rx_link_reset": 1,
                                "rx_link_reset_resp": 1,
                                "rx_non_oper_seq": 0,
                                "rx_off_seq_err": 1,
                                "rx_prm_seq_pro_err": 0,
                                "rx_runt_frames": 0,
                                "rx_signal_loss": 1,
                                "rx_sync_loss": 1,
                                "rx_too_long_frames": 0,
                                "rx_too_short_frames": 0,
                                "rx_unknown_class_frames": 0,
                                "tx_link_reset": 0,
                                "tx_link_reset_resp": 1,
                                "tx_non_oper_seq": 1,
                                "tx_off_seq_err": 1
                            }
                        ]
                    },
                    "TABLE_loop": {
                        "ROW_loop": [
                            {
                                "rx_f8_lip_seq_err": 0,
                                "rx_non_f8_lip_seq_err": 1,
                                "tx_f8_lip_seq_err": 0,
                                "tx_non_f8_lip_seq_err": 1
                            }
                        ]
                    },
                    "TABLE_others": {
                        "ROW_others": [
                            {
                                "last_cleared_time": "never"
                            }
                        ]
                    },
                    "TABLE_totals": {
                        "ROW_totals": [
                            {
                                "rx_bcast_frames": 0,
                                "rx_bytes": 1529072,
                                "rx_c2_bytes": 0,
                                "rx_c2_discard_frames": 0,
                                "rx_c2_frames": 0,
                                "rx_c2_port_rjt_frames": 0,
                                "rx_c3_bytes": 232,
                                "rx_c3_discard_frames": 0,
                                "rx_c3_frames": 5,
                                "rx_cf_bytes": 1528840,
                                "rx_cf_discard_frames": 0,
                                "rx_cf_frames": 28448,
                                "rx_discard_frames": 0,
                                "rx_error_frames": 0,
                                "rx_frames": 28453,
                                "rx_mcast_frames": 0,
                                "rx_ucast_frames": 28448,
                                "tx_bcast_frames": 0,
                                "tx_bytes": 2290864,
                                "tx_c2_bytes": 0,
                                "tx_c2_frames": 0,
                                "tx_c3_bytes": 272,
                                "tx_c3_frames": 6,
                                "tx_cf_bytes": 2290592,
                                "tx_cf_frames": 28448,
                                "tx_discard_frames": 0,
                                "tx_error_frames": 0,
                                "tx_frames": 28454,
                                "tx_mcast_frames": 0,
                                "tx_ucast_frames": 28454
                            }
                        ]
                    },
                    "interface": "fc1/1",
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "TABLE_congestion": {
                        "ROW_congestion": [
                            {
                                "rx_b2b_credit_remain": 0,
                                "rx_b2b_credit_to_zero": 1,
                                "tx_b2b_credit_remain": 0,
                                "tx_b2b_credit_to_zero": 3,
                                "tx_b2b_low_pri_cre": 0,
                                "tx_credit_loss": 0,
                                "tx_timeout_discards": 0,
                                "txwait": 0,
                                "txwait_percent_1hr": 0,
                                "txwait_percent_1m": 0,
                                "txwait_percent_1s": 0,
                                "txwait_percent_72hr": 0
                            }
                        ]
                    },
                    "TABLE_link": {
                        "ROW_link": [
                            {
                                "bb_scr_incr": 0,
                                "bb_scs_resend": 0,
                                "rx_delim_err": 0,
                                "rx_eof_abort_frames": 0,
                                "rx_frag_frames": 0,
                                "rx_inv_crc": 0,
                                "rx_inv_trans_err": 0,
                                "rx_jabber_frames": 0,
                                "rx_link_failures": 0,
                                "rx_link_reset": 0,
                                "rx_link_reset_resp": 0,
                                "rx_non_oper_seq": 0,
                                "rx_off_seq_err": 0,
                                "rx_prm_seq_pro_err": 0,
                                "rx_runt_frames": 0,
                                "rx_signal_loss": 0,
                                "rx_sync_loss": 0,
                                "rx_too_long_frames": 0,
                                "rx_too_short_frames": 0,
                                "rx_unknown_class_frames": 0,
                                "tx_link_reset": 0,
                                "tx_link_reset_resp": 1,
                                "tx_non_oper_seq": 0,
                                "tx_off_seq_err": 1
                            }
                        ]
                    },
                    "TABLE_loop": {
                        "ROW_loop": [
                            {
                                "rx_f8_lip_seq_err": 0,
                                "rx_non_f8_lip_seq_err": 0,
                                "tx_f8_lip_seq_err": 0,
                                "tx_non_f8_lip_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_others": {
                        "ROW_others": [
                            {
                                "last_cleared_time": "never"
                            }
                        ]
                    },
                    "TABLE_totals": {
                        "ROW_totals": [
                            {
                                "rx_bcast_frames": 0,
                                "rx_bytes": 162116,
                                "rx_c2_bytes": 0,
                                "rx_c2_discard_frames": 0,
                                "rx_c2_frames": 0,
                                "rx_c2_port_rjt_frames": 0,
                                "rx_c3_bytes": 162116,
                                "rx_c3_discard_frames": 0,
                                "rx_c3_frames": 3111,
                                "rx_cf_bytes": 0,
                                "rx_cf_discard_frames": 0,
                                "rx_cf_frames": 0,
                                "rx_discard_frames": 0,
                                "rx_error_frames": 0,
                                "rx_frames": 3111,
                                "rx_mcast_frames": 0,
                                "rx_ucast_frames": 3111,
                                "tx_bcast_frames": 0,
                                "tx_bytes": 4917992,
                                "tx_c2_bytes": 0,
                                "tx_c2_frames": 0,
                                "tx_c3_bytes": 4917992,
                                "tx_c3_frames": 3120,
                                "tx_cf_bytes": 0,
                                "tx_cf_frames": 0,
                                "tx_discard_frames": 0,
                                "tx_error_frames": 0,
                                "tx_frames": 3120,
                                "tx_mcast_frames": 0,
                                "tx_ucast_frames": 3120
                            }
                        ]
                    },
                    "interface": "fc1/2",
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "TABLE_congestion": {
                        "ROW_congestion": [
                            {
                                "rx_b2b_credit_remain": 0,
                                "rx_b2b_credit_to_zero": 0,
                                "tx_b2b_credit_remain": 0,
                                "tx_b2b_credit_to_zero": 0,
                                "tx_b2b_low_pri_cre": 0,
                                "tx_credit_loss": 0,
                                "tx_timeout_discards": 0,
                                "txwait": 0,
                                "txwait_percent_1hr": 0,
                                "txwait_percent_1m": 0,
                                "txwait_percent_1s": 0,
                                "txwait_percent_72hr": 0
                            }
                        ]
                    },
                    "TABLE_link": {
                        "ROW_link": [
                            {
                                "bb_scr_incr": 0,
                                "bb_scs_resend": 0,
                                "rx_delim_err": 0,
                                "rx_eof_abort_frames": 0,
                                "rx_frag_frames": 0,
                                "rx_inv_crc": 0,
                                "rx_inv_trans_err": 0,
                                "rx_jabber_frames": 0,
                                "rx_link_failures": 0,
                                "rx_link_reset": 0,
                                "rx_link_reset_resp": 0,
                                "rx_non_oper_seq": 0,
                                "rx_off_seq_err": 0,
                                "rx_prm_seq_pro_err": 0,
                                "rx_runt_frames": 0,
                                "rx_signal_loss": 0,
                                "rx_sync_loss": 0,
                                "rx_too_long_frames": 0,
                                "rx_too_short_frames": 0,
                                "rx_unknown_class_frames": 0,
                                "tx_link_reset": 0,
                                "tx_link_reset_resp": 0,
                                "tx_non_oper_seq": 0,
                                "tx_off_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_loop": {
                        "ROW_loop": [
                            {
                                "rx_f8_lip_seq_err": 0,
                                "rx_non_f8_lip_seq_err": 0,
                                "tx_f8_lip_seq_err": 0,
                                "tx_non_f8_lip_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_others": {
                        "ROW_others": [
                            {
                                "last_cleared_time": "never"
                            }
                        ]
                    },
                    "TABLE_totals": {
                        "ROW_totals": [
                            {
                                "rx_bcast_frames": 0,
                                "rx_bytes": 0,
                                "rx_c2_bytes": 0,
                                "rx_c2_discard_frames": 0,
                                "rx_c2_frames": 0,
                                "rx_c2_port_rjt_frames": 0,
                                "rx_c3_bytes": 0,
                                "rx_c3_discard_frames": 0,
                                "rx_c3_frames": 0,
                                "rx_cf_bytes": 0,
                                "rx_cf_discard_frames": 0,
                                "rx_cf_frames": 0,
                                "rx_discard_frames": 0,
                                "rx_error_frames": 0,
                                "rx_frames": 0,
                                "rx_mcast_frames": 0,
                                "rx_ucast_frames": 0,
                                "tx_bcast_frames": 0,
                                "tx_bytes": 0,
                                "tx_c2_bytes": 0,
                                "tx_c2_frames": 0,
                                "tx_c3_bytes": 0,
                                "tx_c3_frames": 0,
                                "tx_cf_bytes": 0,
                                "tx_cf_frames": 0,
                                "tx_discard_frames": 0,
                                "tx_error_frames": 0,
                                "tx_frames": 0,
                                "tx_mcast_frames": 0,
                                "tx_ucast_frames": 0
                            }
                        ]
                    },
                    "interface": "fc1/3",
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                },
                {
                    "TABLE_congestion": {
                        "ROW_congestion": [
                            {
                                "rx_b2b_credit_remain": 0,
                                "rx_b2b_credit_to_zero": 0,
                                "tx_b2b_credit_remain": 0,
                                "tx_b2b_credit_to_zero": 0,
                                "tx_b2b_low_pri_cre": 0,
                                "tx_credit_loss": 0,
                                "tx_timeout_discards": 0,
                                "txwait": 0,
                                "txwait_percent_1hr": 0,
                                "txwait_percent_1m": 0,
                                "txwait_percent_1s": 0,
                                "txwait_percent_72hr": 0
                            }
                        ]
                    },
                    "TABLE_link": {
                        "ROW_link": [
                            {
                                "bb_scr_incr": 0,
                                "bb_scs_resend": 0,
                                "rx_delim_err": 0,
                                "rx_eof_abort_frames": 0,
                                "rx_frag_frames": 0,
                                "rx_inv_crc": 0,
                                "rx_inv_trans_err": 0,
                                "rx_jabber_frames": 0,
                                "rx_link_failures": 0,
                                "rx_link_reset": 0,
                                "rx_link_reset_resp": 0,
                                "rx_non_oper_seq": 0,
                                "rx_off_seq_err": 0,
                                "rx_prm_seq_pro_err": 0,
                                "rx_runt_frames": 0,
                                "rx_signal_loss": 0,
                                "rx_sync_loss": 0,
                                "rx_too_long_frames": 0,
                                "rx_too_short_frames": 0,
                                "rx_unknown_class_frames": 0,
                                "tx_link_reset": 0,
                                "tx_link_reset_resp": 0,
                                "tx_non_oper_seq": 0,
                                "tx_off_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_loop": {
                        "ROW_loop": [
                            {
                                "rx_f8_lip_seq_err": 0,
                                "rx_non_f8_lip_seq_err": 0,
                                "tx_f8_lip_seq_err": 0,
                                "tx_non_f8_lip_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_others": {
                        "ROW_others": [
                            {
                                "last_cleared_time": "never"
                            }
                        ]
                    },
                    "TABLE_totals": {
                        "ROW_totals": [
                            {
                                "rx_bcast_frames": 0,
                                "rx_bytes": 0,
                                "rx_c2_bytes": 0,
                                "rx_c2_discard_frames": 0,
                                "rx_c2_frames": 0,
                                "rx_c2_port_rjt_frames": 0,
                                "rx_c3_bytes": 0,
                                "rx_c3_discard_frames": 0,
                                "rx_c3_frames": 0,
                                "rx_cf_bytes": 0,
                                "rx_cf_discard_frames": 0,
                                "rx_cf_frames": 0,
                                "rx_discard_frames": 0,
                                "rx_error_frames": 0,
                                "rx_frames": 0,
                                "rx_mcast_frames": 0,
                                "rx_ucast_frames": 0,
                                "tx_bcast_frames": 0,
                                "tx_bytes": 0,
                                "tx_c2_bytes": 0,
                                "tx_c2_frames": 0,
                                "tx_c3_bytes": 0,
                                "tx_c3_frames": 0,
                                "tx_cf_bytes": 0,
                                "tx_cf_frames": 0,
                                "tx_discard_frames": 0,
                                "tx_error_frames": 0,
                                "tx_frames": 0,
                                "tx_mcast_frames": 0,
                                "tx_ucast_frames": 0
                            }
                        ]
                    },
                    "interface": "fc1/4",
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                }
            ]
        },
        {
            "ROW_counters": [
                {
                    "TABLE_congestion": {
                        "ROW_congestion": [
                            {
                                "rx_b2b_credit_to_zero": 0,
                                "tx_b2b_credit_to_zero": 0,
                                "tx_credit_loss": 0,
                                "tx_timeout_discards": 0,
                                "txwait": 0,
                                "txwait_percent_1hr": 0,
                                "txwait_percent_1m": 0,
                                "txwait_percent_1s": 0,
                                "txwait_percent_72hr": 0
                            }
                        ]
                    },
                    "TABLE_link": {
                        "ROW_link": [
                            {
                                "bb_scr_incr": 0,
                                "bb_scs_resend": 0,
                                "rx_delim_err": 0,
                                "rx_eof_abort_frames": 0,
                                "rx_frag_frames": 0,
                                "rx_inv_crc": 0,
                                "rx_inv_trans_err": 0,
                                "rx_jabber_frames": 0,
                                "rx_link_failures": 0,
                                "rx_link_reset": 0,
                                "rx_link_reset_resp": 0,
                                "rx_non_oper_seq": 0,
                                "rx_off_seq_err": 0,
                                "rx_prm_seq_pro_err": 0,
                                "rx_runt_frames": 0,
                                "rx_signal_loss": 0,
                                "rx_sync_loss": 0,
                                "rx_too_long_frames": 0,
                                "rx_too_short_frames": 0,
                                "rx_unknown_class_frames": 0,
                                "tx_link_reset": 0,
                                "tx_link_reset_resp": 0,
                                "tx_non_oper_seq": 0,
                                "tx_off_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_loop": {
                        "ROW_loop": [
                            {
                                "rx_f8_lip_seq_err": 0,
                                "rx_non_f8_lip_seq_err": 0,
                                "tx_f8_lip_seq_err": 0,
                                "tx_non_f8_lip_seq_err": 0
                            }
                        ]
                    },
                    "TABLE_totals": {
                        "ROW_totals": [
                            {
                                "rx_bcast_frames": 0,
                                "rx_bytes": 0,
                                "rx_c2_bytes": 0,
                                "rx_c2_discard_frames": 0,
                                "rx_c2_frames": 0,
                                "rx_c2_port_rjt_frames": 0,
                                "rx_c3_bytes": 0,
                                "rx_c3_discard_frames": 0,
                                "rx_c3_frames": 0,
                                "rx_cf_bytes": 0,
                                "rx_cf_discard_frames": 0,
                                "rx_cf_frames": 0,
                                "rx_discard_frames": 0,
                                "rx_error_frames": 0,
                                "rx_frames": 0,
                                "rx_mcast_frames": 0,
                                "rx_ucast_frames": 0,
                                "tx_bcast_frames": 0,
                                "tx_bytes": 0,
                                "tx_c2_bytes": 0,
                                "tx_c2_frames": 0,
                                "tx_c3_bytes": 0,
                                "tx_c3_frames": 0,
                                "tx_cf_bytes": 0,
                                "tx_cf_frames": 0,
                                "tx_discard_frames": 0,
                                "tx_error_frames": 0,
                                "tx_frames": 0,
                                "tx_mcast_frames": 0,
                                "tx_ucast_frames": 0
                            }
                        ]
                    },
                    "interface": "port-channel1",
                    "rx_rate_bits_ps": 0,
                    "rx_rate_bytes_ps": 0,
                    "rx_rate_frames_ps": 0,
                    "tx_rate_bits_ps": 0,
                    "tx_rate_bytes_ps": 0,
                    "tx_rate_frames_ps": 0
                }
            ]
        }
    ],
    "TABLE_fcip": {
        "ROW_fcip": [
            {
                "TABLE_tcp_conn": {
                    "ROW_tcp_conn": [
                        {
                            "rx_bytes": 0,
                            "rx_c2_3_bytes": 0,
                            "rx_c2_3_frames": 0,
                            "rx_cf_bytes": 0,
                            "rx_cf_frames": 0,
                            "rx_error_frames": 0,
                            "rx_packets": 0,
                            "rx_rate_bits_ps": 0,
                            "rx_rate_bytes_ps": 0,
                            "rx_rate_frames_ps": 0,
                            "rx_reass_frames": 0,
                            "rx_tstamp_error": 0,
                            "tx_bytes": 0,
                            "tx_c2_3_bytes": 0,
                            "tx_c2_3_frames": 0,
                            "tx_cf_bytes": 0,
                            "tx_cf_frames": 0,
                            "tx_error_frames": 0,
                            "tx_packets": 0,
                            "tx_rate_bits_ps": 0,
                            "tx_rate_bytes_ps": 0,
                            "tx_rate_frames_ps": 0
                        }
                    ]
                },
                "interface": "fcip1",
                "num_active_conn": 0,
                "num_conn_attr": 0,
                "num_conn_drops": 0
            }
        ]
    },
    "TABLE_interface": {
        "ROW_interface": [
            {
                "interface": "Ethernet1/1"
            },
            {
                "interface": "Ethernet1/2"
            },
            {
                "interface": "Ethernet1/3"
            },
            {
                "interface": "Ethernet1/4"
            },
            {
                "interface": "Ethernet1/5"
            },
            {
                "interface": "Ethernet1/6"
            },
            {
                "interface": "Ethernet1/7"
            },
            {
                "interface": "Ethernet1/8"
            }
        ]
    }
}

       <TABLE_counters>
        <ROW_counters>
         <interface>fc1/1</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <TABLE_totals>
          <ROW_totals>
           <rx_frames>28453</rx_frames>
           <tx_frames>28454</tx_frames>
           <rx_bytes>1529072</rx_bytes>
           <tx_bytes>2290864</tx_bytes>
           <rx_mcast_frames>0</rx_mcast_frames>
           <tx_mcast_frames>0</tx_mcast_frames>
           <rx_bcast_frames>0</rx_bcast_frames>
           <tx_bcast_frames>0</tx_bcast_frames>
           <rx_ucast_frames>28448</rx_ucast_frames>
           <tx_ucast_frames>28454</tx_ucast_frames>
           <rx_discard_frames>0</rx_discard_frames>
           <tx_discard_frames>0</tx_discard_frames>
           <rx_error_frames>0</rx_error_frames>
           <tx_error_frames>0</tx_error_frames>
           <rx_c2_frames>0</rx_c2_frames>
           <tx_c2_frames>0</tx_c2_frames>
           <rx_c2_bytes>0</rx_c2_bytes>
           <tx_c2_bytes>0</tx_c2_bytes>
           <rx_c2_discard_frames>0</rx_c2_discard_frames>
           <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
           <rx_c3_frames>5</rx_c3_frames>
           <tx_c3_frames>6</tx_c3_frames>
           <rx_c3_bytes>232</rx_c3_bytes>
           <tx_c3_bytes>272</tx_c3_bytes>
           <rx_c3_discard_frames>0</rx_c3_discard_frames>
           <rx_cf_frames>28448</rx_cf_frames>
           <tx_cf_frames>28448</tx_cf_frames>
           <rx_cf_bytes>1528840</rx_cf_bytes>
           <tx_cf_bytes>2290592</tx_cf_bytes>
           <rx_cf_discard_frames>0</rx_cf_discard_frames>
          </ROW_totals>
         </TABLE_totals>
         <TABLE_link>
          <ROW_link>
           <rx_link_failures>1</rx_link_failures>
           <rx_sync_loss>1</rx_sync_loss>
           <rx_signal_loss>1</rx_signal_loss>
           <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
           <rx_inv_trans_err>0</rx_inv_trans_err>
           <rx_inv_crc>0</rx_inv_crc>
           <rx_delim_err>0</rx_delim_err>
           <rx_frag_frames>0</rx_frag_frames>
           <rx_eof_abort_frames>0</rx_eof_abort_frames>
           <rx_unknown_class_frames>0</rx_unknown_class_frames>
           <rx_runt_frames>0</rx_runt_frames>
           <rx_jabber_frames>0</rx_jabber_frames>
           <rx_too_long_frames>0</rx_too_long_frames>
           <rx_too_short_frames>0</rx_too_short_frames>
           <rx_link_reset>1</rx_link_reset>
           <tx_link_reset>0</tx_link_reset>
           <rx_link_reset_resp>1</rx_link_reset_resp>
           <tx_link_reset_resp>1</tx_link_reset_resp>
           <rx_off_seq_err>1</rx_off_seq_err>
           <tx_off_seq_err>1</tx_off_seq_err>
           <rx_non_oper_seq>0</rx_non_oper_seq>
           <tx_non_oper_seq>1</tx_non_oper_seq>
           <bb_scs_resend>0</bb_scs_resend>
           <bb_scr_incr>0</bb_scr_incr>
          </ROW_link>
         </TABLE_link>
         <TABLE_loop>
          <ROW_loop>
           <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
           <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
           <rx_non_f8_lip_seq_err>1</rx_non_f8_lip_seq_err>
           <tx_non_f8_lip_seq_err>1</tx_non_f8_lip_seq_err>
          </ROW_loop>
         </TABLE_loop>
         <TABLE_congestion>
          <ROW_congestion>
           <tx_timeout_discards>0</tx_timeout_discards>
           <tx_credit_loss>0</tx_credit_loss>
           <txwait>0</txwait>
           <txwait_percent_1s>0</txwait_percent_1s>
           <txwait_percent_1m>0</txwait_percent_1m>
           <txwait_percent_1hr>0</txwait_percent_1hr>
           <txwait_percent_72hr>0</txwait_percent_72hr>
           <rx_b2b_credit_remain>0</rx_b2b_credit_remain>
           <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
           <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
           <rx_b2b_credit_to_zero>3</rx_b2b_credit_to_zero>
           <tx_b2b_credit_to_zero>8</tx_b2b_credit_to_zero>
          </ROW_congestion>
         </TABLE_congestion>
         <TABLE_others>
          <ROW_others>
           <last_cleared_time>never</last_cleared_time>
          </ROW_others>
         </TABLE_others>
        </ROW_counters>
        <ROW_counters>
         <interface>fc1/2</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <TABLE_totals>
          <ROW_totals>
           <rx_frames>3111</rx_frames>
           <tx_frames>3120</tx_frames>
           <rx_bytes>162116</rx_bytes>
           <tx_bytes>4917992</tx_bytes>
           <rx_mcast_frames>0</rx_mcast_frames>
           <tx_mcast_frames>0</tx_mcast_frames>
           <rx_bcast_frames>0</rx_bcast_frames>
           <tx_bcast_frames>0</tx_bcast_frames>
           <rx_ucast_frames>3111</rx_ucast_frames>
           <tx_ucast_frames>3120</tx_ucast_frames>
           <rx_discard_frames>0</rx_discard_frames>
           <tx_discard_frames>0</tx_discard_frames>
           <rx_error_frames>0</rx_error_frames>
           <tx_error_frames>0</tx_error_frames>
           <rx_c2_frames>0</rx_c2_frames>
           <tx_c2_frames>0</tx_c2_frames>
           <rx_c2_bytes>0</rx_c2_bytes>
           <tx_c2_bytes>0</tx_c2_bytes>
           <rx_c2_discard_frames>0</rx_c2_discard_frames>
           <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
           <rx_c3_frames>3111</rx_c3_frames>
           <tx_c3_frames>3120</tx_c3_frames>
           <rx_c3_bytes>162116</rx_c3_bytes>
           <tx_c3_bytes>4917992</tx_c3_bytes>
           <rx_c3_discard_frames>0</rx_c3_discard_frames>
           <rx_cf_frames>0</rx_cf_frames>
           <tx_cf_frames>0</tx_cf_frames>
           <rx_cf_bytes>0</rx_cf_bytes>
           <tx_cf_bytes>0</tx_cf_bytes>
           <rx_cf_discard_frames>0</rx_cf_discard_frames>
          </ROW_totals>
         </TABLE_totals>
         <TABLE_link>
          <ROW_link>
           <rx_link_failures>0</rx_link_failures>
           <rx_sync_loss>0</rx_sync_loss>
           <rx_signal_loss>0</rx_signal_loss>
           <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
           <rx_inv_trans_err>0</rx_inv_trans_err>
           <rx_inv_crc>0</rx_inv_crc>
           <rx_delim_err>0</rx_delim_err>
           <rx_frag_frames>0</rx_frag_frames>
           <rx_eof_abort_frames>0</rx_eof_abort_frames>
           <rx_unknown_class_frames>0</rx_unknown_class_frames>
           <rx_runt_frames>0</rx_runt_frames>
           <rx_jabber_frames>0</rx_jabber_frames>
           <rx_too_long_frames>0</rx_too_long_frames>
           <rx_too_short_frames>0</rx_too_short_frames>
           <rx_link_reset>0</rx_link_reset>
           <tx_link_reset>0</tx_link_reset>
           <rx_link_reset_resp>0</rx_link_reset_resp>
           <tx_link_reset_resp>1</tx_link_reset_resp>
           <rx_off_seq_err>0</rx_off_seq_err>
           <tx_off_seq_err>1</tx_off_seq_err>
           <rx_non_oper_seq>0</rx_non_oper_seq>
           <tx_non_oper_seq>0</tx_non_oper_seq>
           <bb_scs_resend>0</bb_scs_resend>
           <bb_scr_incr>0</bb_scr_incr>
          </ROW_link>
         </TABLE_link>
         <TABLE_loop>
          <ROW_loop>
           <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
           <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
           <rx_non_f8_lip_seq_err>0</rx_non_f8_lip_seq_err>
           <tx_non_f8_lip_seq_err>0</tx_non_f8_lip_seq_err>
          </ROW_loop>
         </TABLE_loop>
         <TABLE_congestion>
          <ROW_congestion>
           <tx_timeout_discards>0</tx_timeout_discards>
           <tx_credit_loss>0</tx_credit_loss>
           <txwait>0</txwait>
           <txwait_percent_1s>0</txwait_percent_1s>
           <txwait_percent_1m>0</txwait_percent_1m>
           <txwait_percent_1hr>0</txwait_percent_1hr>
           <txwait_percent_72hr>0</txwait_percent_72hr>
           <rx_b2b_credit_remain>0</rx_b2b_credit_remain>
           <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
           <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
           <rx_b2b_credit_to_zero>1</rx_b2b_credit_to_zero>
           <tx_b2b_credit_to_zero>3</tx_b2b_credit_to_zero>
          </ROW_congestion>
         </TABLE_congestion>
         <TABLE_others>
          <ROW_others>
           <last_cleared_time>never</last_cleared_time>
          </ROW_others>
         </TABLE_others>
        </ROW_counters>
        <ROW_counters>
         <interface>fc1/3</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <TABLE_totals>
          <ROW_totals>
           <rx_frames>0</rx_frames>
           <tx_frames>0</tx_frames>
           <rx_bytes>0</rx_bytes>
           <tx_bytes>0</tx_bytes>
           <rx_mcast_frames>0</rx_mcast_frames>
           <tx_mcast_frames>0</tx_mcast_frames>
           <rx_bcast_frames>0</rx_bcast_frames>
           <tx_bcast_frames>0</tx_bcast_frames>
           <rx_ucast_frames>0</rx_ucast_frames>
           <tx_ucast_frames>0</tx_ucast_frames>
           <rx_discard_frames>0</rx_discard_frames>
           <tx_discard_frames>0</tx_discard_frames>
           <rx_error_frames>0</rx_error_frames>
           <tx_error_frames>0</tx_error_frames>
           <rx_c2_frames>0</rx_c2_frames>
           <tx_c2_frames>0</tx_c2_frames>
           <rx_c2_bytes>0</rx_c2_bytes>
           <tx_c2_bytes>0</tx_c2_bytes>
           <rx_c2_discard_frames>0</rx_c2_discard_frames>
           <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
           <rx_c3_frames>0</rx_c3_frames>
           <tx_c3_frames>0</tx_c3_frames>
           <rx_c3_bytes>0</rx_c3_bytes>
           <tx_c3_bytes>0</tx_c3_bytes>
           <rx_c3_discard_frames>0</rx_c3_discard_frames>
           <rx_cf_frames>0</rx_cf_frames>
           <tx_cf_frames>0</tx_cf_frames>
           <rx_cf_bytes>0</rx_cf_bytes>
           <tx_cf_bytes>0</tx_cf_bytes>
           <rx_cf_discard_frames>0</rx_cf_discard_frames>
          </ROW_totals>
         </TABLE_totals>
         <TABLE_link>
          <ROW_link>
           <rx_link_failures>0</rx_link_failures>
           <rx_sync_loss>0</rx_sync_loss>
           <rx_signal_loss>0</rx_signal_loss>
           <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
           <rx_inv_trans_err>0</rx_inv_trans_err>
           <rx_inv_crc>0</rx_inv_crc>
           <rx_delim_err>0</rx_delim_err>
           <rx_frag_frames>0</rx_frag_frames>
           <rx_eof_abort_frames>0</rx_eof_abort_frames>
           <rx_unknown_class_frames>0</rx_unknown_class_frames>
           <rx_runt_frames>0</rx_runt_frames>
           <rx_jabber_frames>0</rx_jabber_frames>
           <rx_too_long_frames>0</rx_too_long_frames>
           <rx_too_short_frames>0</rx_too_short_frames>
           <rx_link_reset>0</rx_link_reset>
           <tx_link_reset>0</tx_link_reset>
           <rx_link_reset_resp>0</rx_link_reset_resp>
           <tx_link_reset_resp>0</tx_link_reset_resp>
           <rx_off_seq_err>0</rx_off_seq_err>
           <tx_off_seq_err>0</tx_off_seq_err>
           <rx_non_oper_seq>0</rx_non_oper_seq>
           <tx_non_oper_seq>0</tx_non_oper_seq>
           <bb_scs_resend>0</bb_scs_resend>
           <bb_scr_incr>0</bb_scr_incr>
          </ROW_link>
         </TABLE_link>
         <TABLE_loop>
          <ROW_loop>
           <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
           <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
           <rx_non_f8_lip_seq_err>0</rx_non_f8_lip_seq_err>
           <tx_non_f8_lip_seq_err>0</tx_non_f8_lip_seq_err>
          </ROW_loop>
         </TABLE_loop>
         <TABLE_congestion>
          <ROW_congestion>
           <tx_timeout_discards>0</tx_timeout_discards>
           <tx_credit_loss>0</tx_credit_loss>
           <txwait>0</txwait>
           <txwait_percent_1s>0</txwait_percent_1s>
           <txwait_percent_1m>0</txwait_percent_1m>
           <txwait_percent_1hr>0</txwait_percent_1hr>
           <txwait_percent_72hr>0</txwait_percent_72hr>
           <rx_b2b_credit_remain>0</rx_b2b_credit_remain>
           <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
           <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
           <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
           <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
          </ROW_congestion>
         </TABLE_congestion>
         <TABLE_others>
          <ROW_others>
           <last_cleared_time>never</last_cleared_time>
          </ROW_others>
         </TABLE_others>
        </ROW_counters>
        <ROW_counters>
         <interface>fc1/4</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <TABLE_totals>
          <ROW_totals>
           <rx_frames>0</rx_frames>
           <tx_frames>0</tx_frames>
           <rx_bytes>0</rx_bytes>
           <tx_bytes>0</tx_bytes>
           <rx_mcast_frames>0</rx_mcast_frames>
           <tx_mcast_frames>0</tx_mcast_frames>
           <rx_bcast_frames>0</rx_bcast_frames>
           <tx_bcast_frames>0</tx_bcast_frames>
           <rx_ucast_frames>0</rx_ucast_frames>
           <tx_ucast_frames>0</tx_ucast_frames>
           <rx_discard_frames>0</rx_discard_frames>
           <tx_discard_frames>0</tx_discard_frames>
           <rx_error_frames>0</rx_error_frames>
           <tx_error_frames>0</tx_error_frames>
           <rx_c2_frames>0</rx_c2_frames>
           <tx_c2_frames>0</tx_c2_frames>
           <rx_c2_bytes>0</rx_c2_bytes>
           <tx_c2_bytes>0</tx_c2_bytes>
           <rx_c2_discard_frames>0</rx_c2_discard_frames>
           <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
           <rx_c3_frames>0</rx_c3_frames>
           <tx_c3_frames>0</tx_c3_frames>
           <rx_c3_bytes>0</rx_c3_bytes>
           <tx_c3_bytes>0</tx_c3_bytes>
           <rx_c3_discard_frames>0</rx_c3_discard_frames>
           <rx_cf_frames>0</rx_cf_frames>
           <tx_cf_frames>0</tx_cf_frames>
           <rx_cf_bytes>0</rx_cf_bytes>
           <tx_cf_bytes>0</tx_cf_bytes>
           <rx_cf_discard_frames>0</rx_cf_discard_frames>
          </ROW_totals>
         </TABLE_totals>
         <TABLE_link>
          <ROW_link>
           <rx_link_failures>0</rx_link_failures>
           <rx_sync_loss>0</rx_sync_loss>
           <rx_signal_loss>0</rx_signal_loss>
           <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
           <rx_inv_trans_err>0</rx_inv_trans_err>
           <rx_inv_crc>0</rx_inv_crc>
           <rx_delim_err>0</rx_delim_err>
           <rx_frag_frames>0</rx_frag_frames>
           <rx_eof_abort_frames>0</rx_eof_abort_frames>
           <rx_unknown_class_frames>0</rx_unknown_class_frames>
           <rx_runt_frames>0</rx_runt_frames>
           <rx_jabber_frames>0</rx_jabber_frames>
           <rx_too_long_frames>0</rx_too_long_frames>
           <rx_too_short_frames>0</rx_too_short_frames>
           <rx_link_reset>0</rx_link_reset>
           <tx_link_reset>0</tx_link_reset>
           <rx_link_reset_resp>0</rx_link_reset_resp>
           <tx_link_reset_resp>0</tx_link_reset_resp>
           <rx_off_seq_err>0</rx_off_seq_err>
           <tx_off_seq_err>0</tx_off_seq_err>
           <rx_non_oper_seq>0</rx_non_oper_seq>
           <tx_non_oper_seq>0</tx_non_oper_seq>
           <bb_scs_resend>0</bb_scs_resend>
           <bb_scr_incr>0</bb_scr_incr>
          </ROW_link>
         </TABLE_link>
         <TABLE_loop>
          <ROW_loop>
           <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
           <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
           <rx_non_f8_lip_seq_err>0</rx_non_f8_lip_seq_err>
           <tx_non_f8_lip_seq_err>0</tx_non_f8_lip_seq_err>
          </ROW_loop>
         </TABLE_loop>
         <TABLE_congestion>
          <ROW_congestion>
           <tx_timeout_discards>0</tx_timeout_discards>
           <tx_credit_loss>0</tx_credit_loss>
           <txwait>0</txwait>
           <txwait_percent_1s>0</txwait_percent_1s>
           <txwait_percent_1m>0</txwait_percent_1m>
           <txwait_percent_1hr>0</txwait_percent_1hr>
           <txwait_percent_72hr>0</txwait_percent_72hr>
           <rx_b2b_credit_remain>0</rx_b2b_credit_remain>
           <tx_b2b_credit_remain>0</tx_b2b_credit_remain>
           <tx_b2b_low_pri_cre>0</tx_b2b_low_pri_cre>
           <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
           <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
          </ROW_congestion>
         </TABLE_congestion>
         <TABLE_others>
          <ROW_others>
           <last_cleared_time>never</last_cleared_time>
          </ROW_others>
         </TABLE_others>
        </ROW_counters>
       </TABLE_counters>
       <TABLE_fcip>
        <ROW_fcip>
         <interface>fcip1</interface>
         <num_active_conn>0</num_active_conn>
         <num_conn_attr>0</num_conn_attr>
         <num_conn_drops>0</num_conn_drops>
         <TABLE_tcp_conn>
          <ROW_tcp_conn>
           <rx_rate_bits_ps>0</rx_rate_bits_ps>
           <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
           <rx_rate_frames_ps>0</rx_rate_frames_ps>
           <tx_rate_bits_ps>0</tx_rate_bits_ps>
           <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
           <tx_rate_frames_ps>0</tx_rate_frames_ps>
           <rx_packets>0</rx_packets>
           <rx_bytes>0</rx_bytes>
           <rx_cf_frames>0</rx_cf_frames>
           <rx_cf_bytes>0</rx_cf_bytes>
           <rx_c2_3_frames>0</rx_c2_3_frames>
           <rx_c2_3_bytes>0</rx_c2_3_bytes>
           <rx_reass_frames>0</rx_reass_frames>
           <rx_error_frames>0</rx_error_frames>
           <rx_tstamp_error>0</rx_tstamp_error>
           <tx_packets>0</tx_packets>
           <tx_bytes>0</tx_bytes>
           <tx_cf_frames>0</tx_cf_frames>
           <tx_cf_bytes>0</tx_cf_bytes>
           <tx_c2_3_frames>0</tx_c2_3_frames>
           <tx_c2_3_bytes>0</tx_c2_3_bytes>
           <tx_error_frames>0</tx_error_frames>
          </ROW_tcp_conn>
         </TABLE_tcp_conn>
        </ROW_fcip>
       </TABLE_fcip>
       <TABLE_interface>
        <ROW_interface>
         <interface>Ethernet1/1</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/2</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/3</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/4</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/5</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/6</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/7</interface>
        </ROW_interface>
        <ROW_interface>
         <interface>Ethernet1/8</interface>
        </ROW_interface>
       </TABLE_interface>
       <TABLE_counters>
        <ROW_counters>
         <interface>port-channel1</interface>
         <rx_rate_bits_ps>0</rx_rate_bits_ps>
         <tx_rate_bits_ps>0</tx_rate_bits_ps>
         <rx_rate_bytes_ps>0</rx_rate_bytes_ps>
         <tx_rate_bytes_ps>0</tx_rate_bytes_ps>
         <rx_rate_frames_ps>0</rx_rate_frames_ps>
         <tx_rate_frames_ps>0</tx_rate_frames_ps>
         <TABLE_totals>
          <ROW_totals>
           <rx_frames>0</rx_frames>
           <tx_frames>0</tx_frames>
           <rx_bytes>0</rx_bytes>
           <tx_bytes>0</tx_bytes>
           <rx_mcast_frames>0</rx_mcast_frames>
           <tx_mcast_frames>0</tx_mcast_frames>
           <rx_bcast_frames>0</rx_bcast_frames>
           <tx_bcast_frames>0</tx_bcast_frames>
           <rx_ucast_frames>0</rx_ucast_frames>
           <tx_ucast_frames>0</tx_ucast_frames>
           <rx_discard_frames>0</rx_discard_frames>
           <tx_discard_frames>0</tx_discard_frames>
           <rx_error_frames>0</rx_error_frames>
           <tx_error_frames>0</tx_error_frames>
           <rx_c2_frames>0</rx_c2_frames>
           <tx_c2_frames>0</tx_c2_frames>
           <rx_c2_bytes>0</rx_c2_bytes>
           <tx_c2_bytes>0</tx_c2_bytes>
           <rx_c2_discard_frames>0</rx_c2_discard_frames>
           <rx_c2_port_rjt_frames>0</rx_c2_port_rjt_frames>
           <rx_c3_frames>0</rx_c3_frames>
           <tx_c3_frames>0</tx_c3_frames>
           <rx_c3_bytes>0</rx_c3_bytes>
           <tx_c3_bytes>0</tx_c3_bytes>
           <rx_c3_discard_frames>0</rx_c3_discard_frames>
           <rx_cf_frames>0</rx_cf_frames>
           <tx_cf_frames>0</tx_cf_frames>
           <rx_cf_bytes>0</rx_cf_bytes>
           <tx_cf_bytes>0</tx_cf_bytes>
           <rx_cf_discard_frames>0</rx_cf_discard_frames>
          </ROW_totals>
         </TABLE_totals>
         <TABLE_link>
          <ROW_link>
           <rx_link_failures>0</rx_link_failures>
           <rx_sync_loss>0</rx_sync_loss>
           <rx_signal_loss>0</rx_signal_loss>
           <rx_prm_seq_pro_err>0</rx_prm_seq_pro_err>
           <rx_inv_trans_err>0</rx_inv_trans_err>
           <rx_inv_crc>0</rx_inv_crc>
           <rx_delim_err>0</rx_delim_err>
           <rx_frag_frames>0</rx_frag_frames>
           <rx_eof_abort_frames>0</rx_eof_abort_frames>
           <rx_unknown_class_frames>0</rx_unknown_class_frames>
           <rx_runt_frames>0</rx_runt_frames>
           <rx_jabber_frames>0</rx_jabber_frames>
           <rx_too_long_frames>0</rx_too_long_frames>
           <rx_too_short_frames>0</rx_too_short_frames>
           <rx_link_reset>0</rx_link_reset>
           <tx_link_reset>0</tx_link_reset>
           <rx_link_reset_resp>0</rx_link_reset_resp>
           <tx_link_reset_resp>0</tx_link_reset_resp>
           <rx_off_seq_err>0</rx_off_seq_err>
           <tx_off_seq_err>0</tx_off_seq_err>
           <rx_non_oper_seq>0</rx_non_oper_seq>
           <tx_non_oper_seq>0</tx_non_oper_seq>
           <bb_scs_resend>0</bb_scs_resend>
           <bb_scr_incr>0</bb_scr_incr>
          </ROW_link>
         </TABLE_link>
         <TABLE_loop>
          <ROW_loop>
           <rx_f8_lip_seq_err>0</rx_f8_lip_seq_err>
           <tx_f8_lip_seq_err>0</tx_f8_lip_seq_err>
           <rx_non_f8_lip_seq_err>0</rx_non_f8_lip_seq_err>
           <tx_non_f8_lip_seq_err>0</tx_non_f8_lip_seq_err>
          </ROW_loop>
         </TABLE_loop>
         <TABLE_congestion>
          <ROW_congestion>
           <tx_timeout_discards>0</tx_timeout_discards>
           <tx_credit_loss>0</tx_credit_loss>
           <txwait>0</txwait>
           <txwait_percent_1s>0</txwait_percent_1s>
           <txwait_percent_1m>0</txwait_percent_1m>
           <txwait_percent_1hr>0</txwait_percent_1hr>
           <txwait_percent_72hr>0</txwait_percent_72hr>
           <rx_b2b_credit_to_zero>0</rx_b2b_credit_to_zero>
           <tx_b2b_credit_to_zero>0</tx_b2b_credit_to_zero>
          </ROW_congestion>
         </TABLE_congestion>
        </ROW_counters>
       </TABLE_counters>
      

The show interface counters detailed command displays the interface counter information in detail for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface counters detailed

fc1/1
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 28453
Tx total frames: 28454
Rx total bytes: 1529072
Tx total bytes: 2290864
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 28448
Tx total unicast: 28454
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 5
Tx class-3 frames: 6
Rx class-3 bytes: 232
Tx class-3 bytes: 272
Rx class-3 frames discards: 0
Rx class-f frames: 28448
Tx class-f frames: 28448
Rx class-f bytes: 1528840
Tx class-f bytes: 2290592
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 1
Rx Sync losses: 1
Rx Signal losses: 1
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 1
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 1
Tx Link Reset Responses(LRR): 1
Rx Offline Sequences(OLS): 1
Tx Offline Sequences(OLS): 1
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 1
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 1
Tx Non F8 type LIP sequence errors: 1

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit remaining: 0
Tx B2B credit remaining: 0
Tx Low Priority B2B credit remaining: 0
Rx B2B credit transitions to zero: 3
Tx B2B credit transitions to zero: 8

Last clearing of "show interface" counters : never

fc1/2
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 3111
Tx total frames: 3120
Rx total bytes: 162116
Tx total bytes: 4917992
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 3111
Tx total unicast: 3120
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 3111
Tx class-3 frames: 3120
Rx class-3 bytes: 162116
Tx class-3 bytes: 4917992
Rx class-3 frames discards: 0
Rx class-f frames: 0
Tx class-f frames: 0
Rx class-f bytes: 0
Tx class-f bytes: 0
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 0
Rx Sync losses: 0
Rx Signal losses: 0
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 0
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 0
Tx Link Reset Responses(LRR): 1
Rx Offline Sequences(OLS): 0
Tx Offline Sequences(OLS): 1
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 0
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 0
Tx Non F8 type LIP sequence errors: 0

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit remaining: 0
Tx B2B credit remaining: 0
Tx Low Priority B2B credit remaining: 0
Rx B2B credit transitions to zero: 1
Tx B2B credit transitions to zero: 3

Last clearing of "show interface" counters : never

fc1/3
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 0
Tx total frames: 0
Rx total bytes: 0
Tx total bytes: 0
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 0
Tx total unicast: 0
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 0
Tx class-3 frames: 0
Rx class-3 bytes: 0
Tx class-3 bytes: 0
Rx class-3 frames discards: 0
Rx class-f frames: 0
Tx class-f frames: 0
Rx class-f bytes: 0
Tx class-f bytes: 0
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 0
Rx Sync losses: 0
Rx Signal losses: 0
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 0
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 0
Tx Link Reset Responses(LRR): 0
Rx Offline Sequences(OLS): 0
Tx Offline Sequences(OLS): 0
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 0
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 0
Tx Non F8 type LIP sequence errors: 0

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit remaining: 0
Tx B2B credit remaining: 0
Tx Low Priority B2B credit remaining: 0
Rx B2B credit transitions to zero: 0
Tx B2B credit transitions to zero: 0

Last clearing of "show interface" counters : never

fc1/4
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 0
Tx total frames: 0
Rx total bytes: 0
Tx total bytes: 0
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 0
Tx total unicast: 0
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 0
Tx class-3 frames: 0
Rx class-3 bytes: 0
Tx class-3 bytes: 0
Rx class-3 frames discards: 0
Rx class-f frames: 0
Tx class-f frames: 0
Rx class-f bytes: 0
Tx class-f bytes: 0
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 0
Rx Sync losses: 0
Rx Signal losses: 0
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 0
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 0
Tx Link Reset Responses(LRR): 0
Rx Offline Sequences(OLS): 0
Tx Offline Sequences(OLS): 0
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 0
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 0
Tx Non F8 type LIP sequence errors: 0

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit remaining: 0
Tx B2B credit remaining: 0
Tx Low Priority B2B credit remaining: 0
Rx B2B credit transitions to zero: 0
Tx B2B credit transitions to zero: 0

Last clearing of "show interface" counters : never

fcip1
TCP Connection Information
0 Active TCP connections
0 Attempts for active connections, 0 close of connections
5 minutes input rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
5 minutes output rate 0 bits/sec, 0 bytes/sec, 0 frames/sec
0 frames input, 0 bytes
0 Class F frames input, 0 bytes
0 Class 2/3 frames input, 0 bytes
0 Reass frames
0 Error frames timestamp error 0
0 frames output, 0 bytes
0 Class F frames output, 0 bytes
0 Class 2/3 frames output, 0 bytes
0 Error frames
Ethernet1/1
All counters are zero
Ethernet1/2
All counters are zero
Ethernet1/3
All counters are zero
Ethernet1/4
All counters are zero
Ethernet1/5
All counters are zero
Ethernet1/6
All counters are zero
Ethernet1/7
All counters are zero
Ethernet1/8
All counters are zero
port-channel1
Rx 5 min rate bit/sec: 0
Tx 5 min rate bit/sec: 0
Rx 5 min rate bytes/sec: 0
Tx 5 min rate bytes/sec: 0
Rx 5 min rate frames/sec: 0
Tx 5 min rate frames/sec: 0

Total Stats:
Rx total frames: 0
Tx total frames: 0
Rx total bytes: 0
Tx total bytes: 0
Rx total multicast: 0
Tx total multicast: 0
Rx total broadcast: 0
Tx total broadcast: 0
Rx total unicast: 0
Tx total unicast: 0
Rx total discards: 0
Tx total discards: 0
Rx total errors: 0
Tx total errors: 0
Rx class-2 frames: 0
Tx class-2 frames: 0
Rx class-2 bytes: 0
Tx class-2 bytes: 0
Rx class-2 frames discards: 0
Rx class-2 port reject frames: 0
Rx class-3 frames: 0
Tx class-3 frames: 0
Rx class-3 bytes: 0
Tx class-3 bytes: 0
Rx class-3 frames discards: 0
Rx class-f frames: 0
Tx class-f frames: 0
Rx class-f bytes: 0
Tx class-f bytes: 0
Rx class-f frames discards: 0

Link Stats:
Rx Link failures: 0
Rx Sync losses: 0
Rx Signal losses: 0
Rx Primitive sequence protocol errors: 0
Rx Invalid transmission words: 0
Rx Invalid CRCs: 0
Rx Delimiter errors: 0
Rx fragmented frames: 0
Rx frames with EOF aborts: 0
Rx unknown class frames: 0
Rx Runt frames: 0
Rx Jabber frames: 0
Rx too long: 0
Rx too short: 0
Rx Link Reset(LR) while link is active: 0
Tx Link Reset(LR) while link is active: 0
Rx Link Reset Responses(LRR): 0
Tx Link Reset Responses(LRR): 0
Rx Offline Sequences(OLS): 0
Tx Offline Sequences(OLS): 0
Rx Non-Operational Sequences(NOS): 0
Tx Non-Operational Sequences(NOS): 0
BB_SCs credit resend actions: 0
BB_SCr Tx credit increment actions: 0

Loop Stats:
Rx F8 type LIP sequence errors: 0
Tx F8 type LIP sequence errors: 0
Rx Non F8 type LIP sequence errors: 0
Tx Non F8 type LIP sequence errors: 0

Congestion Stats:
Tx Timeout discards: 0
Tx Credit loss: 0
TxWait 2.5us due to lack of transmit credits: 0
Percentage TxWait for last 1s/1m/1h/72h: 0%/0%/0%/0%
Rx B2B credit transitions to zero: 0
Tx B2B credit transitions to zero: 0
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
vsanVsan IDInteger['1-4094']
mtuMTU size in bytesInteger['576-9216']
rx_too_short_framesFrames received with length less than the minimum indicated by the frame headerInteger
rx_rate_bytes_psReceived rate in bytes per secondInteger
rx_rate_bits_psReceived rate in bits per secondInteger
tx_packetsTransmitted packetsInteger
rx_c2_bytesBytes received for Class 2 framesInteger
tx_off_seq_errOffline sequence error transmittedInteger
rx_eof_abort_framesFrames EOF abort receivedInteger
tx_cf_bytesBytes transmitted for Class f framesInteger
rx_c3_bytesBytes received for Class 3 framesInteger
rx_mcastReceived multicast framesInteger
rx_bcast_framesReceived broadcast framesInteger
rx_inv_crcReceived invalid CRCInteger
rx_sync_lossReceived sync lossInteger
tx_error_framesTransmitted error framesInteger
tx_c2_bytesBytes transmitted for Class 2 framesInteger
bb_scr_incrBuffer-to-buffer state change R_RDY credit incrementsInteger
rx_frag_framesFragmented frames receivedInteger
rx_discard_framesReceived discard framesInteger
tx_mcast_framesTransmitted multicast framesInteger
rx_error_framesReceived error framesInteger
tx_rate_bytes_psTransmitted rate in bytes per secondInteger
rx_unknown_class_framesBytes received for Unknown Class framesInteger
rx_bytesReceived bytesInteger
bwBandwidthString
rx_cf_discard_framesBytes received for Class f discard framesInteger
rx_cf_bytesBytes received for Class f framesInteger
rx_c2_framesReceived Class 2 framesInteger
tx_dropTransmitted dropsInteger
tx_framesTransmitted framesInteger
tx_timeout_discardsTransmitted timeout discardsInteger
bb_scs_resendBuffer-to-buffer state change credit recoveriesInteger
rx_ucast_framesReceived unicast framesInteger
rx_errorReceived errorsInteger
tx_c2_framesTransmitted Class 2 framesInteger
rx_link_failuresReceived link failuresInteger
rx_cf_framesReceived Class f framesInteger
tx_cf_framesTransmitted Class f framesInteger
pg_fib_dropsPort group FIB dropsInteger
rx_c2_port_rjt_framesBytes received for Class 2 port reject framesInteger
rx_off_seq_errOffline sequence error receivedInteger
tx_discard_framesTransmitted discard framesInteger
rx_c3_discard_frames Bytes received for Class 3 discard framesInteger
rx_c2_discard_frames Bytes received for Class 2 discard framesInteger
rx_fec_uncorrectedReceived FEC uncorrected blocksInteger
rx_fec_correctedReceived FEC corrected blocksInteger
tx_c3_bytesBytes transmitted for Class 3 framesInteger
tx_c3_framesTransmitted Class 3 framesInteger
rx_runt_framesFrames received that are shorter than the minimum allowable frame length regardless of the CRC/FCS errorInteger
rx_rate_frames_psReceived rate frames per secondInteger
pg_acl_dropsPort group ACL dropsInteger
tx_link_reset_respLink reset responses transmittedInteger
pg_xbar_dropsPort group XBAR dropsInteger
tx_rate_bits_psTransmitted rate in bits per secondInteger
rx_link_reset_respLink reset responses receivedInteger
rx_jabber_framesFrames received that are longer than the minimum allowable frame length regardless of the CRC/FCS errorInteger
rx_inv_trans_errReceived invalid transmission errorsInteger
tx_bytesTransmitted bytesInteger
pg_other_dropsPort group other dropsInteger
tx_bcast_framesTransmitted broadcast framesInteger
tx_ucast_framesTransmitted unicast framesInteger
rx_signal_lossReceived signal lossInteger
tx_errorTransmitted errorsInteger
rx_link_resetLink reset receivedInteger
rx_c3_framesReceived Class 3 framesInteger
rx_packetsReceived packetsInteger
rx_mcast_framesReceived multicast framesInteger
rx_prm_seq_pro_errReceived primitive sequence protocol errorsInteger
tx_link_resetLink reset transmittedInteger
rx_framesReceived framesInteger
tx_rate_frames_psTransmitted rate frames per secondInteger
tx_f8_lip_seq_errf8 LIP sequence error transmittedInteger
rx_f8_lip_seq_errf8 LIP sequence error receivedInteger
rx_non_f8_lip_seq_errNon f8 LIP sequence error receivedInteger
tx_non_f8_lip_seq_errNon f8 LIP sequence error transmittedInteger
last_cleared_timeLast clearing of "show interface" countersString
line_protoLine protocolString
statusStatus of VSANSting
fcidFCID valuesString
ip_addressIP addressString
rx_delim_errReceived delimiter errorsInteger
rx_non_oper_seqNon-operational sequences receivedInteger
tx_non_oper_seqNon-operational sequences transmittedInteger
wwnIndicates the WWN of the switchString
tx_b2b_credit_to_zeroTx B2B credit transitions to zeroInteger
txwaitTx wait for 2.5us due to lack of transmit creditsInteger
txwait_percent_1sPercentage Tx wait for last 1 secondInteger
txwait_percent_1mPercentage Tx wait for last 1 minuteInteger
txwait_percent_72hrPercentage Tx wait for last 72 hourInteger
txwait_percent_1hrPercentage Tx wait for last 1 hourInteger
rx_b2b_credit_remainRx B2B credit remainingInteger
tx_b2b_low_pri_creTx B2B low priority credit remainingInteger
rx_b2b_credit_to_zeroRx B2B credit transitions to zeroInteger
tx_b2b_credit_remainTx B2B credit remainingInteger
tx_credit_lossTx credit lossInteger
rx_too_long_framesFrames received with length greater than what was agreed to in FLOGI/PLOGIInteger
pg_fib_endFIB drops port group end portString
pg_xbar_endXBAR drops port group end portString
pg_xbar_startXBAR drops port group start portString
pg_fib_startFIB drops port group start portString

show interface counters module <*module_id*>

show interface counters module <module_id>
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface counters module <module_id>"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_if_counters": [
        {
            "ROW_if_counters": [
                {
                    "interface": "fc1/1",
                    "rx_bytes": 1529072,
                    "rx_frames": 28453
                },
                {
                    "interface": "fc1/2",
                    "rx_bytes": 162376,
                    "rx_frames": 3116
                },
                {
                    "interface": "fc1/3",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/4",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/5",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/6",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/7",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/8",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/9",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/10",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/11",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/12",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/13",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/14",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/15",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/16",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/17",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/18",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/19",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/20",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/21",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/22",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/23",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/24",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/25",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/26",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/27",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/28",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/29",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/30",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/31",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/32",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/33",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/34",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/35",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/36",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/37",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/38",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/39",
                    "rx_bytes": 0,
                    "rx_frames": 0
                },
                {
                    "interface": "fc1/40",
                    "rx_bytes": 0,
                    "rx_frames": 0
                }
            ]
        },
        {
            "ROW_if_counters": [
                {
                    "interface": "fc1/1",
                    "tx_bytes": 2290864,
                    "tx_frames": 28454
                },
                {
                    "interface": "fc1/2",
                    "tx_bytes": 4925912,
                    "tx_frames": 3125
                },
                {
                    "interface": "fc1/3",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/4",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/5",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/6",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/7",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/8",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/9",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/10",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/11",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/12",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/13",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/14",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/15",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/16",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/17",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/18",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/19",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/20",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/21",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/22",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/23",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/24",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/25",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/26",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/27",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/28",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/29",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/30",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/31",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/32",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/33",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/34",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/35",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/36",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/37",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/38",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/39",
                    "tx_bytes": 0,
                    "tx_frames": 0
                },
                {
                    "interface": "fc1/40",
                    "tx_bytes": 0,
                    "tx_frames": 0
                }
            ]
        }
    ],
    "TABLE_rx_counters": {
        "ROW_rx_counters": [
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/1"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/2"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/3"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/4"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/5"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/6"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/7"
            },
            {
                "eth_inbytes": 0,
                "eth_inucast": 0,
                "interface_rx": "Ethernet1/8"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/1"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/2"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/3"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/4"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/5"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/6"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/7"
            },
            {
                "eth_inbcast": 0,
                "eth_inmcast": 0,
                "interface_rx": "Ethernet1/8"
            }
        ]
    },
    "TABLE_tx_counters": {
        "ROW_tx_counters": [
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/1"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/2"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/3"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/4"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/5"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/6"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/7"
            },
            {
                "eth_outbytes": 0,
                "eth_outucast": 0,
                "interface_tx": "Ethernet1/8"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/1"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/2"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/3"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/4"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/5"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/6"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/7"
            },
            {
                "eth_outbcast": 0,
                "eth_outmcast": 0,
                "interface_tx": "Ethernet1/8"
            }
        ]
    }
}
        <TABLE_if_counters>
         <ROW_if_counters>
          <interface>fc1/1</interface>
          <rx_bytes>1529072</rx_bytes>
          <rx_frames>28453</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/2</interface>
          <rx_bytes>162376</rx_bytes>
          <rx_frames>3116</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/3</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/4</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/5</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/6</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/7</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/8</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/9</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/10</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/11</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/12</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/13</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/14</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/15</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/16</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/17</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/18</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/19</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/20</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/21</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/22</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/23</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/24</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/25</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/26</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/27</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/28</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/29</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/30</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/31</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/32</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/33</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/34</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/35</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/36</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/37</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/38</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/39</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/40</interface>
          <rx_bytes>0</rx_bytes>
          <rx_frames>0</rx_frames>
         </ROW_if_counters>
        </TABLE_if_counters>
        <TABLE_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/1</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/2</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/3</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/4</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/5</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/6</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/7</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/8</interface_rx>
          <eth_inbytes>0</eth_inbytes>
          <eth_inucast>0</eth_inucast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/1</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/2</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/3</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/4</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/5</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/6</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/7</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
         <ROW_rx_counters>
          <interface_rx>Ethernet1/8</interface_rx>
          <eth_inmcast>0</eth_inmcast>
          <eth_inbcast>0</eth_inbcast>
         </ROW_rx_counters>
        </TABLE_rx_counters>
        <TABLE_if_counters>
         <ROW_if_counters>
          <interface>fc1/1</interface>
          <tx_bytes>2290864</tx_bytes>
          <tx_frames>28454</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/2</interface>
          <tx_bytes>4925912</tx_bytes>
          <tx_frames>3125</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/3</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/4</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/5</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/6</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/7</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/8</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/9</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/10</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/11</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/12</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/13</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/14</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/15</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/16</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/17</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/18</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/19</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/20</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/21</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/22</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/23</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/24</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/25</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/26</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/27</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/28</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/29</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/30</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/31</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/32</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/33</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/34</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/35</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/36</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/37</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/38</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/39</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
         <ROW_if_counters>
          <interface>fc1/40</interface>
          <tx_bytes>0</tx_bytes>
          <tx_frames>0</tx_frames>
         </ROW_if_counters>
        </TABLE_if_counters>
        <TABLE_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/1</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/2</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/3</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/4</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/5</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/6</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/7</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/8</interface_tx>
          <eth_outbytes>0</eth_outbytes>
          <eth_outucast>0</eth_outucast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/1</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/2</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/3</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/4</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/5</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/6</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/7</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
         <ROW_tx_counters>
          <interface_tx>Ethernet1/8</interface_tx>
          <eth_outmcast>0</eth_outmcast>
          <eth_outbcast>0</eth_outbcast>
         </ROW_tx_counters>
        </TABLE_tx_counters>

The show interface counters module <*module_id*> command displays the interface counter information for Fibre Channel and Ethernet interfaces in the specified module. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface counters module 1


--------------------------------------------------------------------------------
Port InOctets InFrames
--------------------------------------------------------------------------------
fc1/1 1529072 28453
fc1/2 162376 3116
fc1/3 0 0
fc1/4 0 0
fc1/5 0 0
fc1/6 0 0
fc1/7 0 0
fc1/8 0 0
fc1/9 0 0
fc1/10 0 0
fc1/11 0 0
fc1/12 0 0
fc1/13 0 0
fc1/14 0 0
fc1/15 0 0
fc1/16 0 0
fc1/17 0 0
fc1/18 0 0
fc1/19 0 0
fc1/20 0 0
fc1/21 0 0
fc1/22 0 0
fc1/23 0 0
fc1/24 0 0
fc1/25 0 0
fc1/26 0 0
fc1/27 0 0
fc1/28 0 0
fc1/29 0 0
fc1/30 0 0
fc1/31 0 0
fc1/32 0 0
fc1/33 0 0
fc1/34 0 0
fc1/35 0 0
fc1/36 0 0
fc1/37 0 0
fc1/38 0 0
fc1/39 0 0
fc1/40 0 0

--------------------------------------------------------------------------------
Port InOctets InUcastPkts
--------------------------------------------------------------------------------
Eth1/1 0 0
Eth1/2 0 0
Eth1/3 0 0
Eth1/4 0 0
Eth1/5 0 0
Eth1/6 0 0
Eth1/7 0 0
Eth1/8 0 0

--------------------------------------------------------------------------------
Port InMcastPkts InBcastPkts
--------------------------------------------------------------------------------
Eth1/1 0 0
Eth1/2 0 0
Eth1/3 0 0
Eth1/4 0 0
Eth1/5 0 0
Eth1/6 0 0
Eth1/7 0 0
Eth1/8 0 0

--------------------------------------------------------------------------------
Port OutOctets OutFrames
--------------------------------------------------------------------------------
fc1/1 2290864 28454
fc1/2 4925912 3125
fc1/3 0 0
fc1/4 0 0
fc1/5 0 0
fc1/6 0 0
fc1/7 0 0
fc1/8 0 0
fc1/9 0 0
fc1/10 0 0
fc1/11 0 0
fc1/12 0 0
fc1/13 0 0
fc1/14 0 0
fc1/15 0 0
fc1/16 0 0
fc1/17 0 0
fc1/18 0 0
fc1/19 0 0
fc1/20 0 0
fc1/21 0 0
fc1/22 0 0
fc1/23 0 0
fc1/24 0 0
fc1/25 0 0
fc1/26 0 0
fc1/27 0 0
fc1/28 0 0
fc1/29 0 0
fc1/30 0 0
fc1/31 0 0
fc1/32 0 0
fc1/33 0 0
fc1/34 0 0
fc1/35 0 0
fc1/36 0 0
fc1/37 0 0
fc1/38 0 0
fc1/39 0 0
fc1/40 0 0

--------------------------------------------------------------------------------
Port OutOctets OutUcastPkts
--------------------------------------------------------------------------------
Eth1/1 0 0
Eth1/2 0 0
Eth1/3 0 0
Eth1/4 0 0
Eth1/5 0 0
Eth1/6 0 0
Eth1/7 0 0
Eth1/8 0 0

--------------------------------------------------------------------------------
Port OutMcastPkts OutBcastPkts
--------------------------------------------------------------------------------
Eth1/1 0 0
Eth1/2 0 0
Eth1/3 0 0
Eth1/4 0 0
Eth1/5 0 0
Eth1/6 0 0
Eth1/7 0 0
Eth1/8 0 0
ParameterDescriptionTypeValue
interfaceInterface IDString['fc', ' ethernet', ' ethernet-port-channel', ' fcip', ' iscsi', ' vsan', ' ioa', ' mgmt', ' vfc', ' vfc-port-channel', ' fc-tunnel', ' sup-fc', ' port-channel', ' IPStorage']
interface_txInterface ID TxString['ethernet', ' ethernet-port-channel']
interface_rxInterface ID RxString['ethernet', ' ethernet-port-channel']
rx_bytesReceived bytesInteger
tx_bytesTransmitted bytesInteger
tx_framesTransmitted framesInteger
rx_framesReceived framesInteger
eth_outbytesTransmitted frames in bytesInteger
eth_outbcastTransmitted broadcast framesInteger
eth_inbytesReceived frames in bytesInteger
eth_outucastTransmitted unicast framesInteger
eth_inbcastReceived broadcast framesInteger
eth_outmcastTransmitted multicast framesInteger
eth_inucastReceived unicast framesInteger
eth_inmcastReceived multicast framesInteger

show interface description

show interface description
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface description"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface": {
        "ROW_interface": [
            {
                "description": "--",
                "interface": "fc1/1"
            },
            {
                "description": "--",
                "interface": "fc1/2"
            },
            {
                "description": "--",
                "interface": "fc1/3"
            },
            {
                "description": "--",
                "interface": "fc1/4"
            },
            {
                "description": "--",
                "interface": "fc1/5"
            },
            {
                "description": "--",
                "interface": "fc1/6"
            },
            {
                "description": "--",
                "interface": "fc1/7"
            },
            {
                "description": "--",
                "interface": "fc1/8"
            },
            {
                "description": "--",
                "interface": "fc1/9"
            },
            {
                "description": "--",
                "interface": "fc1/10"
            },
            {
                "description": "--",
                "interface": "fc1/11"
            },
            {
                "description": "--",
                "interface": "fc1/12"
            },
            {
                "description": "--",
                "interface": "fc1/13"
            },
            {
                "description": "--",
                "interface": "fc1/14"
            },
            {
                "description": "--",
                "interface": "fc1/15"
            },
            {
                "description": "--",
                "interface": "fc1/16"
            },
            {
                "description": "--",
                "interface": "fc1/17"
            },
            {
                "description": "--",
                "interface": "fc1/18"
            },
            {
                "description": "--",
                "interface": "fc1/19"
            },
            {
                "description": "--",
                "interface": "fc1/20"
            },
            {
                "description": "--",
                "interface": "fc1/21"
            },
            {
                "description": "--",
                "interface": "fc1/22"
            },
            {
                "description": "--",
                "interface": "fc1/23"
            },
            {
                "description": "--",
                "interface": "fc1/24"
            },
            {
                "description": "--",
                "interface": "fc1/25"
            },
            {
                "description": "--",
                "interface": "fc1/26"
            },
            {
                "description": "--",
                "interface": "fc1/27"
            },
            {
                "description": "--",
                "interface": "fc1/28"
            },
            {
                "description": "--",
                "interface": "fc1/29"
            },
            {
                "description": "--",
                "interface": "fc1/30"
            },
            {
                "description": "--",
                "interface": "fc1/31"
            },
            {
                "description": "--",
                "interface": "fc1/32"
            },
            {
                "description": "--",
                "interface": "fc1/33"
            },
            {
                "description": "--",
                "interface": "fc1/34"
            },
            {
                "description": "--",
                "interface": "fc1/35"
            },
            {
                "description": "--",
                "interface": "fc1/36"
            },
            {
                "description": "--",
                "interface": "fc1/37"
            },
            {
                "description": "--",
                "interface": "fc1/38"
            },
            {
                "description": "--",
                "interface": "fc1/39"
            },
            {
                "description": "--",
                "interface": "fc1/40"
            },
            {
                "description": "--",
                "interface": "iscsi1/1"
            },
            {
                "description": "--",
                "interface": "iscsi1/2"
            },
            {
                "description": "--",
                "interface": "IPStorage1/1"
            },
            {
                "description": "--",
                "interface": "IPStorage1/2"
            },
            {
                "description": "--",
                "interface": "fcip1"
            },
            {
                "description": "--",
                "interface": "mgmt0"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/1",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/2",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/3",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/4",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/5",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/6",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/7",
                "speed": "10G",
                "type": "eth"
            },
            {
                "desc": "--",
                "interface": "Ethernet1/8",
                "speed": "10G",
                "type": "eth"
            },
            {
                "description": "--",
                "interface": "port-channel1"
            }
        ]
    }
}

      <TABLE_interface>
       <ROW_interface>
        <interface>fc1/1</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/2</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/3</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/4</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/5</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/6</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/7</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/8</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/9</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/10</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/11</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/12</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/13</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/14</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/15</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/16</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/17</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/18</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/19</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/20</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/21</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/22</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/23</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/24</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/25</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/26</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/27</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/28</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/29</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/30</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/31</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/32</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/33</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/34</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/35</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/36</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/37</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/38</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/39</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fc1/40</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>iscsi1/1</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>iscsi1/2</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>IPStorage1/1</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>IPStorage1/2</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>fcip1</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>mgmt0</interface>
        <description>--</description>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/1</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/2</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/3</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/4</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/5</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/6</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/7</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>Ethernet1/8</interface>
        <type>eth</type>
        <speed>10G</speed>
        <desc>--</desc>
       </ROW_interface>
       <ROW_interface>
        <interface>port-channel1</interface>
        <description>--</description>
       </ROW_interface>
      </TABLE_interface>
     

The show interface description command displays the interface description for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface description


-------------------------------------------------------------------------------
Interface Description
-------------------------------------------------------------------------------
fc1/1 --

fc1/2 --

fc1/3 --

fc1/4 --

fc1/5 --

fc1/6 --

fc1/7 --

fc1/8 --

fc1/9 --

fc1/10 --

fc1/11 --

fc1/12 --

fc1/13 --

fc1/14 --

fc1/15 --

fc1/16 --

fc1/17 --

fc1/18 --

fc1/19 --

fc1/20 --

fc1/21 --

fc1/22 --

fc1/23 --

fc1/24 --

fc1/25 --

fc1/26 --

fc1/27 --

fc1/28 --

fc1/29 --

fc1/30 --

fc1/31 --

fc1/32 --

fc1/33 --

fc1/34 --

fc1/35 --

fc1/36 --

fc1/37 --

fc1/38 --

fc1/39 --

fc1/40 --


-------------------------------------------------------------------------------
Interface Description
-------------------------------------------------------------------------------
iscsi1/1 --

iscsi1/2 --

IPStorage1/1 --
IPStorage1/2 --
fcip1 --


-------------------------------------------------------------------------------
Interface Description
-------------------------------------------------------------------------------
mgmt0 --

-------------------------------------------------------------------------------
Port Type Speed Description
-------------------------------------------------------------------------------
Eth1/1 eth 10G --
Eth1/2 eth 10G --
Eth1/3 eth 10G --
Eth1/4 eth 10G --
Eth1/5 eth 10G --
Eth1/6 eth 10G --
Eth1/7 eth 10G --
Eth1/8 eth 10G --

-------------------------------------------------------------------------------
Interface Description
-------------------------------------------------------------------------------
Po1 --
ParameterDescriptionTypeValue
typeInterface typeString['eth']
speedInterface speedString['10G']
interfaceInterface IDString
vsanVsan IDInteger
descDescription for ethernet interfacesString
descriptionDescription for FC interfacesString

show interface transceiver

show interface transceiver
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface transceiver"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VFC",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "7.23",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-26.02",
                            "optical_tx_pwr": "-3.20",
                            "temperature": "33.56",
                            "tx_fault_type": 0,
                            "volt": "3.31"
                        }
                    ]
                },
                "interface_sfp": "fc1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "6.98",
                            "optical_rx_pwr": "-3.29",
                            "optical_tx_pwr": "-3.21",
                            "temperature": "34.28",
                            "tx_fault_type": 0,
                            "volt": "3.31"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VEU",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "8.12",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-26.02",
                            "optical_tx_pwr": "-3.20",
                            "temperature": "29.18",
                            "tx_fault_type": 0,
                            "volt": "3.30"
                        }
                    ]
                },
                "interface_sfp": "fc1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRK",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "7.62",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-26.20",
                            "optical_tx_pwr": "-3.25",
                            "temperature": "31.90",
                            "tx_fault_type": 0,
                            "volt": "3.30"
                        }
                    ]
                },
                "interface_sfp": "fc1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRB",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "current": "7.04",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-25.69",
                            "optical_tx_pwr": "-3.22",
                            "temperature": "28.53",
                            "tx_fault_type": 0,
                            "volt": "3.31"
                        }
                    ]
                },
                "interface_sfp": "fc1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS17512C3M",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        },
                        {
                            "curr_intensity": "--",
                            "current": "0.00",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-26.38",
                            "optical_tx_pwr": "-18.12",
                            "optical_tx_pwr_intensity": "--",
                            "temperature": "25.93",
                            "tx_fault_type": 0,
                            "volt": "3.30"
                        }
                    ]
                },
                "interface_sfp": "fc1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/8"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/9"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/10"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/11"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/12"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/13"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU",
                            "nominal_bitrate": 10300,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1",
                            "serialnum": "JUR19100Z1L",
                            "sfp": "sfp is present"
                        },
                        {
                            "current": "0.00",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-23.57",
                            "temperature": "33.09",
                            "volt": "3.30"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-AVAGO",
                            "nominal_bitrate": 10300,
                            "partnum": "SFBR-709SMZ-CS1",
                            "rev": "G4.1",
                            "serialnum": "AVD1721A37Y",
                            "sfp": "sfp is present"
                        },
                        {
                            "current": "0.00",
                            "optical_rx_pw_intensity": "--",
                            "optical_rx_pwr": "-40.00",
                            "optical_tx_pwr": "-40.00",
                            "temperature": "30.39",
                            "volt": "3.29"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-02",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V02 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-SUMITOMO  ",
                            "nominal_bitrate": 10300,
                            "partnum": "SPP5100SR-C1    ",
                            "rev": "A   ",
                            "serialnum": "SPC142704MU     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS17421PLT     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU      ",
                            "nominal_bitrate": 10300,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1   ",
                            "serialnum": "JUR2028G033     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS1742199X     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS174216YS     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/8"
            }
        ]
    }
}

      <TABLE_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/1</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS18030VFC</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>33.57</temperature>
          <volt>3.31</volt>
          <current>7.23</current>
          <optical_tx_pwr>-3.20</optical_tx_pwr>
          <optical_rx_pwr>-26.02</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/2</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS18030VQV</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>34.28</temperature>
          <volt>3.31</volt>
          <current>6.97</current>
          <optical_tx_pwr>-3.22</optical_tx_pwr>
          <optical_rx_pwr>-3.29</optical_rx_pwr>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/3</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS18030VEU</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>29.15</temperature>
          <volt>3.28</volt>
          <current>8.14</current>
          <optical_tx_pwr>-3.20</optical_tx_pwr>
          <optical_rx_pwr>-26.02</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/4</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS18030VRK</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>31.89</temperature>
          <volt>3.30</volt>
          <current>7.62</current>
          <optical_tx_pwr>-3.24</optical_tx_pwr>
          <optical_rx_pwr>-26.20</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/5</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS18030VRB</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>28.61</temperature>
          <volt>3.31</volt>
          <current>7.05</current>
          <optical_tx_pwr>-3.21</optical_tx_pwr>
          <optical_rx_pwr>-25.69</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/6</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-FINISAR</name>
          <partnum>FTLF8528P3BCV-CS</partnum>
          <rev>A</rev>
          <serialnum>FNS17512C3M</serialnum>
          <nominal_bitrate>8500</nominal_bitrate>
          <len_50>50</len_50>
          <len_625>21</len_625>
          <len_50_OM3>150</len_50_OM3>
          <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
          <tx_length>short distance</tx_length>
          <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
          <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
          <ciscoid>unknown (0x0)</ciscoid>
          <cisco_part_number>10-2418-01</cisco_part_number>
          <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>25.93</temperature>
          <volt>3.30</volt>
          <current>0.00</current>
          <curr_intensity>--</curr_intensity>
          <optical_tx_pwr>-18.12</optical_tx_pwr>
          <optical_tx_pwr_intensity>--</optical_tx_pwr_intensity>
          <optical_rx_pwr>-26.38</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
          <tx_fault_type>0</tx_fault_type>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/7</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/8</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/9</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/10</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/11</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/12</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>fc1/13</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>IPStorage1/1</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-JDSU</name>
          <partnum>PLRXPL-SC-S43-CS</partnum>
          <rev>1</rev>
          <serialnum>JUR19100Z1L</serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>unknown</ciscoid>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>33.17</temperature>
          <volt>3.30</volt>
          <current>0.00</current>
          <optical_rx_pwr>-23.57</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>IPStorage1/2</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>sfp is present</sfp>
          <name>CISCO-AVAGO</name>
          <partnum>SFBR-709SMZ-CS1</partnum>
          <rev>G4.1</rev>
          <serialnum>AVD1721A37Y</serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>unknown</ciscoid>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR</cisco_product_id>
         </ROW_calib>
         <ROW_calib>
          <temperature>30.39</temperature>
          <volt>3.29</volt>
          <current>0.00</current>
          <optical_tx_pwr>-40.00</optical_tx_pwr>
          <optical_rx_pwr>-40.00</optical_rx_pwr>
          <optical_rx_pw_intensity>--</optical_rx_pw_intensity>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/1</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>present</sfp>
          <type>10Gbase-SR</type>
          <name>CISCO-SUMITOMO  </name>
          <partnum>SPP5100SR-C1    </partnum>
          <rev>A   </rev>
          <serialnum>SPC142704MU     </serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>3</ciscoid>
          <ciscoid_1>4</ciscoid_1>
          <cisco_part_number>10-2415-02</cisco_part_number>
          <cisco_product_id>SFP-10G-SR          </cisco_product_id>
          <cisco_vendor_id>V02 </cisco_vendor_id>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/2</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/3</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>present</sfp>
          <type>10Gbase-SR</type>
          <name>CISCO-FINISAR   </name>
          <partnum>FTLX8571D3BCL-C2</partnum>
          <rev>A   </rev>
          <serialnum>FNS17421PLT     </serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>3</ciscoid>
          <ciscoid_1>4</ciscoid_1>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR          </cisco_product_id>
          <cisco_vendor_id>V03 </cisco_vendor_id>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/4</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>present</sfp>
          <type>10Gbase-SR</type>
          <name>CISCO-JDSU      </name>
          <partnum>PLRXPL-SC-S43-CS</partnum>
          <rev>1   </rev>
          <serialnum>JUR2028G033     </serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>3</ciscoid>
          <ciscoid_1>4</ciscoid_1>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR          </cisco_product_id>
          <cisco_vendor_id>V03 </cisco_vendor_id>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/5</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/6</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>not present</sfp>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/7</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>present</sfp>
          <type>10Gbase-SR</type>
          <name>CISCO-FINISAR   </name>
          <partnum>FTLX8571D3BCL-C2</partnum>
          <rev>A   </rev>
          <serialnum>FNS1742199X     </serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>3</ciscoid>
          <ciscoid_1>4</ciscoid_1>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR          </cisco_product_id>
          <cisco_vendor_id>V03 </cisco_vendor_id>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
       <ROW_interface_trans>
        <interface_sfp>Ethernet1/8</interface_sfp>
        <TABLE_calib>
         <ROW_calib>
          <sfp>present</sfp>
          <type>10Gbase-SR</type>
          <name>CISCO-FINISAR   </name>
          <partnum>FTLX8571D3BCL-C2</partnum>
          <rev>A   </rev>
          <serialnum>FNS174216YS     </serialnum>
          <nominal_bitrate>10300</nominal_bitrate>
          <len_50>82</len_50>
          <len_625>26</len_625>
          <len_50_OM3>300</len_50_OM3>
          <ciscoid>3</ciscoid>
          <ciscoid_1>4</ciscoid_1>
          <cisco_part_number>10-2415-03</cisco_part_number>
          <cisco_product_id>SFP-10G-SR          </cisco_product_id>
          <cisco_vendor_id>V03 </cisco_vendor_id>
         </ROW_calib>
        </TABLE_calib>
       </ROW_interface_trans>
      </TABLE_interface_trans>
     

The show interface transceiver command displays the transceiver information for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface transceiver

fc1/1 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VFC
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 33.56 C
Voltage : 3.31 V
Current : 7.23 mA
Optical Tx Power : -3.20 dBm
Optical Rx Power : -26.02 dBm --
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 34.28 C
Voltage : 3.31 V
Current : 6.97 mA
Optical Tx Power : -3.22 dBm
Optical Rx Power : -3.29 dBm
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/3 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VEU
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 29.10 C
Voltage : 3.30 V
Current : 8.13 mA
Optical Tx Power : -3.20 dBm
Optical Rx Power : -26.02 dBm --
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/4 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRK
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 31.91 C
Voltage : 3.30 V
Current : 7.62 mA
Optical Tx Power : -3.24 dBm
Optical Rx Power : -26.20 dBm --
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/5 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRB
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 28.61 C
Voltage : 3.31 V
Current : 7.05 mA
Optical Tx Power : -3.21 dBm
Optical Rx Power : -25.69 dBm --
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/6 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS17512C3M
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 25.94 C
Voltage : 3.30 V
Current : 0.00 mA --
Optical Tx Power : -18.12 dBm --
Optical Rx Power : -26.38 dBm --
Tx Fault count : 0
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

fc1/7 sfp not present
fc1/8 sfp not present
fc1/9 sfp not present
fc1/10 sfp not present
fc1/11 sfp not present
fc1/12 sfp not present
fc1/13 sfp not present
IPStorage1/1 sfp is present
Name is CISCO-JDSU
Manufacturer's part number is PLRXPL-SC-S43-CS
Revision is 1
Serial number is JUR19100Z1L
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 33.05 C
Voltage : 3.30 V
Current : 0.00 mA
Optical Tx Power : N/A dBm
Optical Rx Power : -23.57 dBm --
Tx Fault count : N/A
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

IPStorage1/2 sfp is present
Name is CISCO-AVAGO
Manufacturer's part number is SFBR-709SMZ-CS1
Revision is G4.1
Serial number is AVD1721A37Y
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
Temperature : 30.39 C
Voltage : 3.29 V
Current : 0.00 mA
Optical Tx Power : -40.00 dBm
Optical Rx Power : -40.00 dBm --
Tx Fault count : N/A
Note: ++ high-alarm; + high-warning; -- low-alarm; -low-warning

Ethernet1/1
transceiver is present
type is 10Gbase-SR
name is CISCO-SUMITOMO
part number is SPP5100SR-C1
revision is A
serial number is SPC142704MU
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-02
cisco product id is SFP-10G-SR
cisco vendor id is V02
Ethernet1/2
transceiver is not present

Ethernet1/3
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS17421PLT
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
Ethernet1/4
transceiver is present
type is 10Gbase-SR
name is CISCO-JDSU
part number is PLRXPL-SC-S43-CS
revision is 1
serial number is JUR2028G033
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
Ethernet1/5
transceiver is not present

Ethernet1/6
transceiver is not present

Ethernet1/7
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS1742199X
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
Ethernet1/8
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS174216YS
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
ParameterDescriptionTypeValue
optical_rx_pw_intensityOptical receiver power intensityString['++ high-alarm', ' + high-warning', ' -- low-alarm', ' -low-warning']
curr_intensityCurrent intensityString['++ high-alarm', ' + high-warning', ' -- low-alarm', ' -low-warning']
tx_lengthFC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
optical_tx_pwr_intensityOptical transmitter power intensityString['++ high-alarm', ' + high-warning', ' -- low-alarm', ' -low-warning']
sfpSFP present or notString['sfp not present', 'sfp is present']
nominal_bitrateNominal bit rate in MBits/secInteger
serialnumVendor serial numberString
voltVoltage of SFP (in volt)String
len_50Link length supported for 50/125um fiber (in meter)Integer
len_625Link length supported for 62.5/125um fiber (in meter)Integer
tx_mediumTransmission medium typeString
currentCurrent (in mA)String
temperatureTemperature (in celsius)String
cisco_part_numberCisco part numberString
cisco_vendor_idCisco vendor identifierString
nameVendor nameString
revVendor revisionString
partnumVendor part numberString
txcvr_typeFC transmitter typeString
ciscoid_1Cisco extended ID numberInteger
tx_fault_type Transmitted fault typeInteger
interface_sfpInterface IDString
optical_rx_pwrOptical receiver power (in dBm)String
len_50_OM3Link length supported for 50/125um fiber (in meter)Integer
optical_tx_pwrOptical transmitter power (in dBm)String
cisco_product_idCisco product identifierString
ciscoidCisco extended IDString
supported_speedsSupported speed (min and max speed) in Mb/sString
typeSFP typeString

show interface transceiver calibrations

show interface transceiver calibrations
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface transceiver calibrations"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VFC",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VEU",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRK",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRB",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS17512C3M",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/8"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/9"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/10"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/11"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/12"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/13"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU",
                            "nominal_bitrate": 10300,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1",
                            "serialnum": "JUR19100Z1L",
                            "sfp": "sfp is present"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-AVAGO",
                            "nominal_bitrate": 10300,
                            "partnum": "SFBR-709SMZ-CS1",
                            "rev": "G4.1",
                            "serialnum": "AVD1721A37Y",
                            "sfp": "sfp is present"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-02",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V02 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-SUMITOMO  ",
                            "nominal_bitrate": 10300,
                            "partnum": "SPP5100SR-C1    ",
                            "rev": "A   ",
                            "serialnum": "SPC142704MU     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        },
                        {
                            "curr_offset": 0,
                            "curr_slope": 0,
                            "rx_pwr_0": 0,
                            "rx_pwr_1": 0,
                            "rx_pwr_2": 0,
                            "rx_pwr_3": 0,
                            "rx_pwr_4": 0,
                            "temp_offset": 0,
                            "temp_slope": 0,
                            "tx_pwr_offset": 0,
                            "tx_pwr_slope": 0,
                            "volt_offset": 0,
                            "volt_slope": 0
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS17421PLT     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        },
                        {
                            "curr_offset": 0,
                            "curr_slope": 0,
                            "rx_pwr_0": 0,
                            "rx_pwr_1": 0,
                            "rx_pwr_2": 0,
                            "rx_pwr_3": 0,
                            "rx_pwr_4": 0,
                            "temp_offset": 0,
                            "temp_slope": 0,
                            "tx_pwr_offset": 0,
                            "tx_pwr_slope": 0,
                            "volt_offset": 0,
                            "volt_slope": 0
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU      ",
                            "nominal_bitrate": 10300,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1   ",
                            "serialnum": "JUR2028G033     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        },
                        {
                            "curr_offset": 0,
                            "curr_slope": 0,
                            "rx_pwr_0": 0,
                            "rx_pwr_1": 0,
                            "rx_pwr_2": 0,
                            "rx_pwr_3": 0,
                            "rx_pwr_4": 0,
                            "temp_offset": 0,
                            "temp_slope": 0,
                            "tx_pwr_offset": 0,
                            "tx_pwr_slope": 0,
                            "volt_offset": 0,
                            "volt_slope": 0
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS1742199X     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        },
                        {
                            "curr_offset": 0,
                            "curr_slope": 0,
                            "rx_pwr_0": 0,
                            "rx_pwr_1": 0,
                            "rx_pwr_2": 0,
                            "rx_pwr_3": 0,
                            "rx_pwr_4": 0,
                            "temp_offset": 0,
                            "temp_slope": 0,
                            "tx_pwr_offset": 0,
                            "tx_pwr_slope": 0,
                            "volt_offset": 0,
                            "volt_slope": 0
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS174216YS     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        },
                        {
                            "curr_offset": 0,
                            "curr_slope": 0,
                            "rx_pwr_0": 0,
                            "rx_pwr_1": 0,
                            "rx_pwr_2": 0,
                            "rx_pwr_3": 0,
                            "rx_pwr_4": 0,
                            "temp_offset": 0,
                            "temp_slope": 0,
                            "tx_pwr_offset": 0,
                            "tx_pwr_slope": 0,
                            "volt_offset": 0,
                            "volt_slope": 0
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/8"
            }
        ]
    }
}

       <TABLE_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VFC</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VQV</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/3</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VEU</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/4</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VRK</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/5</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VRB</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/6</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS17512C3M</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/7</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/8</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/9</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/10</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/11</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/12</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/13</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>IPStorage1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-JDSU</name>
           <partnum>PLRXPL-SC-S43-CS</partnum>
           <rev>1</rev>
           <serialnum>JUR19100Z1L</serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>unknown</ciscoid>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>IPStorage1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-AVAGO</name>
           <partnum>SFBR-709SMZ-CS1</partnum>
           <rev>G4.1</rev>
           <serialnum>AVD1721A37Y</serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>unknown</ciscoid>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR</cisco_product_id>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-SUMITOMO  </name>
           <partnum>SPP5100SR-C1    </partnum>
           <rev>A   </rev>
           <serialnum>SPC142704MU     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-02</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V02 </cisco_vendor_id>
          </ROW_calib>
          <ROW_calib>
           <temp_slope>0</temp_slope>
           <temp_offset>0</temp_offset>
           <volt_slope>0</volt_slope>
           <volt_offset>0</volt_offset>
           <curr_slope>0</curr_slope>
           <curr_offset>0</curr_offset>
           <tx_pwr_slope>0</tx_pwr_slope>
           <tx_pwr_offset>0</tx_pwr_offset>
           <rx_pwr_4>0.0000</rx_pwr_4>
           <rx_pwr_3>0.0000</rx_pwr_3>
           <rx_pwr_2>0.0000</rx_pwr_2>
           <rx_pwr_1>0.0000</rx_pwr_1>
           <rx_pwr_0>0.0000</rx_pwr_0>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/3</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS17421PLT     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
          </ROW_calib>
          <ROW_calib>
           <temp_slope>0</temp_slope>
           <temp_offset>0</temp_offset>
           <volt_slope>0</volt_slope>
           <volt_offset>0</volt_offset>
           <curr_slope>0</curr_slope>
           <curr_offset>0</curr_offset>
           <tx_pwr_slope>0</tx_pwr_slope>
           <tx_pwr_offset>0</tx_pwr_offset>
           <rx_pwr_4>0.0000</rx_pwr_4>
           <rx_pwr_3>0.0000</rx_pwr_3>
           <rx_pwr_2>0.0000</rx_pwr_2>
           <rx_pwr_1>0.0000</rx_pwr_1>
           <rx_pwr_0>0.0000</rx_pwr_0>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/4</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-JDSU      </name>
           <partnum>PLRXPL-SC-S43-CS</partnum>
           <rev>1   </rev>
           <serialnum>JUR2028G033     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
          </ROW_calib>
          <ROW_calib>
           <temp_slope>0</temp_slope>
           <temp_offset>0</temp_offset>
           <volt_slope>0</volt_slope>
           <volt_offset>0</volt_offset>
           <curr_slope>0</curr_slope>
           <curr_offset>0</curr_offset>
           <tx_pwr_slope>0</tx_pwr_slope>
           <tx_pwr_offset>0</tx_pwr_offset>
           <rx_pwr_4>0.0000</rx_pwr_4>
           <rx_pwr_3>0.0000</rx_pwr_3>
           <rx_pwr_2>0.0000</rx_pwr_2>
           <rx_pwr_1>0.0000</rx_pwr_1>
           <rx_pwr_0>0.0000</rx_pwr_0>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/5</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/6</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/7</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS1742199X     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
          </ROW_calib>
          <ROW_calib>
           <temp_slope>0</temp_slope>
           <temp_offset>0</temp_offset>
           <volt_slope>0</volt_slope>
           <volt_offset>0</volt_offset>
           <curr_slope>0</curr_slope>
           <curr_offset>0</curr_offset>
           <tx_pwr_slope>0</tx_pwr_slope>
           <tx_pwr_offset>0</tx_pwr_offset>
           <rx_pwr_4>0.0000</rx_pwr_4>
           <rx_pwr_3>0.0000</rx_pwr_3>
           <rx_pwr_2>0.0000</rx_pwr_2>
           <rx_pwr_1>0.0000</rx_pwr_1>
           <rx_pwr_0>0.0000</rx_pwr_0>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/8</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS174216YS     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
          </ROW_calib>
          <ROW_calib>
           <temp_slope>0</temp_slope>
           <temp_offset>0</temp_offset>
           <volt_slope>0</volt_slope>
           <volt_offset>0</volt_offset>
           <curr_slope>0</curr_slope>
           <curr_offset>0</curr_offset>
           <tx_pwr_slope>0</tx_pwr_slope>
           <tx_pwr_offset>0</tx_pwr_offset>
           <rx_pwr_4>0.0000</rx_pwr_4>
           <rx_pwr_3>0.0000</rx_pwr_3>
           <rx_pwr_2>0.0000</rx_pwr_2>
           <rx_pwr_1>0.0000</rx_pwr_1>
           <rx_pwr_0>0.0000</rx_pwr_0>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
       </TABLE_interface_trans>
      

The show interface transceiver calibrations command displays transceiver calibration information for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface transceiver calibrations

fc1/1 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VFC
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/3 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VEU
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/4 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRK
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/5 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRB
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/6 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS17512C3M
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP is internally calibrated

fc1/7 sfp not present
fc1/8 sfp not present
fc1/9 sfp not present
fc1/10 sfp not present
fc1/11 sfp not present
fc1/12 sfp not present
fc1/13 sfp not present
IPStorage1/1 sfp is present
Name is CISCO-JDSU
Manufacturer's part number is PLRXPL-SC-S43-CS
Revision is 1
Serial number is JUR19100Z1L
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP is internally calibrated

IPStorage1/2 sfp is present
Name is CISCO-AVAGO
Manufacturer's part number is SFBR-709SMZ-CS1
Revision is G4.1
Serial number is AVD1721A37Y
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP is internally calibrated

Ethernet1/1
transceiver is present
type is 10Gbase-SR
name is CISCO-SUMITOMO
part number is SPP5100SR-C1
revision is A
serial number is SPC142704MU
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-02
cisco product id is SFP-10G-SR
cisco vendor id is V02

SFP Internal Calibrations Information
----------------------------------------------------------------------
Slope Offset Rx4/Rx3/Rx2/Rx1/Rx0
----------------------------------------------------------------------
Temperature 0 0
Voltage 0 0
Current 0 0
Tx Power 0 0
Rx Power 0.0000/0.0000/0.0000/0.0000/0.0000
----------------------------------------------------------------------

Ethernet1/2
transceiver is not present

Ethernet1/3
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS17421PLT
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03

SFP Internal Calibrations Information
----------------------------------------------------------------------
Slope Offset Rx4/Rx3/Rx2/Rx1/Rx0
----------------------------------------------------------------------
Temperature 0 0
Voltage 0 0
Current 0 0
Tx Power 0 0
Rx Power 0.0000/0.0000/0.0000/0.0000/0.0000
----------------------------------------------------------------------

Ethernet1/4
transceiver is present
type is 10Gbase-SR
name is CISCO-JDSU
part number is PLRXPL-SC-S43-CS
revision is 1
serial number is JUR2028G033
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03

SFP Internal Calibrations Information
----------------------------------------------------------------------
Slope Offset Rx4/Rx3/Rx2/Rx1/Rx0
----------------------------------------------------------------------
Temperature 0 0
Voltage 0 0
Current 0 0
Tx Power 0 0
Rx Power 0.0000/0.0000/0.0000/0.0000/0.0000
----------------------------------------------------------------------

Ethernet1/5
transceiver is not present

Ethernet1/6
transceiver is not present

Ethernet1/7
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS1742199X
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03

SFP Internal Calibrations Information
----------------------------------------------------------------------
Slope Offset Rx4/Rx3/Rx2/Rx1/Rx0
----------------------------------------------------------------------
Temperature 0 0
Voltage 0 0
Current 0 0
Tx Power 0 0
Rx Power 0.0000/0.0000/0.0000/0.0000/0.0000
----------------------------------------------------------------------

Ethernet1/8
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS174216YS
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03

SFP Internal Calibrations Information
----------------------------------------------------------------------
Slope Offset Rx4/Rx3/Rx2/Rx1/Rx0
----------------------------------------------------------------------
Temperature 0 0
Voltage 0 0
Current 0 0
Tx Power 0 0
Rx Power 0.0000/0.0000/0.0000/0.0000/0.0000
----------------------------------------------------------------------
ParameterDescriptionTypeValue
tx_lengthFC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
sfpSFP present or notString['sfp not present', 'sfp is present']
nominal_bitrate Nominal bit rate in MBits/secInteger
temp_slopeTemperature slopeInteger
temp_offsetTemperature offsetInteger
volt_slopeVoltage slopeInteger
volt_offsetVoltage offsetInteger
curr_offsetCurrent offsetInteger
curr_slopeCurrent slopeInteger
cisco_product_id Cisco product identifierString
len_50Link length supported for 50/125um fiber (in meter)Integer
tx_medium Transmission medium typeString
serialnumVendor serial numberString
len_50_OM3Link length supported for 50/125um fiber (in meter)Integer
len_625Link length supported for 62.5/125um fiber (in meter)Integer
cisco_part_numberCisco part numberString
cisco_vendor_idCisco vendor identifierString
ciscoid_1 Cisco extended ID numberInteger
interface_sfpInterface IDString
txcvr_typeTransceiver typeString
partnum Vendor part numberString
rev Vendor revisionString
tx_pwr_offset Transmitted power offsetInteger
tx_pwr_slope Transmitted power slopeInteger
rx_pwr_2Received power 2Integer
rx_pwr_3 Received power 3Integer
rx_pwr_0 Received power 0Integer
rx_pwr_4 Received power 4Integer
rx_pwr_1 Received power 1Integer
supported_speeds Supported speedsString
ciscoid Cisco extended IDString
name Vendor nameString
type SFP typeString

show interface transceiver details

show interface transceiver details
import requests
import json
 
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
 
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
  "version": "1.0",
  "type": "cli_show",
  "chunk": "0",
  "sid": "1",
  "input": "show interface transceiver details"
  "output_format": "json"
  }
} 
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)

json_output = json.loads(output)["ins_api"]["outputs"]["output"]["body"]
print(json.dumps(json_output, indent=4, sort_keys=True))
{
    "TABLE_interface_trans": {
        "ROW_interface_trans": [
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "7.23 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-26.02 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "33.55 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.20 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.31 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VFC",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "6.97 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-3.28 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "34.25 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.22 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.31 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VQV",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "8.13 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-26.02 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "29.16 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.21 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.30 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VEU",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "7.63 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-26.20 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "31.98 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.24 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.30 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRK",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "7.05 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-25.69 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "28.69 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-3.21 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.31 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS18030VRB",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "0.00 mA",
                                                    "current_alrm_hi": "11.80 mA",
                                                    "current_alrm_lo": "4.00 mA",
                                                    "current_flag": "--",
                                                    "current_warn_hi": "10.80 mA",
                                                    "current_warn_lo": "5.00 mA",
                                                    "rx_pwr": "-26.38 dBm",
                                                    "rx_pwr_alrm_hi": "3.00 dBm",
                                                    "rx_pwr_alrm_lo": "-17.30 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "0.00 dBm",
                                                    "rx_pwr_warn_lo": "-13.30 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "25.93 C",
                                                    "tx_faults": 0,
                                                    "tx_pwr": "-18.12 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-14.00 dBm",
                                                    "tx_pwr_flag": "--",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-10.00 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.31 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2418-01",
                            "cisco_product_id": "DS-SFP-FC8G-SW",
                            "ciscoid": "unknown (0x0)",
                            "len_50": 50,
                            "len_50_OM3": 150,
                            "len_625": 21,
                            "name": "CISCO-FINISAR",
                            "nominal_bitrate": 8500,
                            "partnum": "FTLF8528P3BCV-CS",
                            "rev": "A",
                            "serialnum": "FNS17512C3M",
                            "sfp": "sfp is present",
                            "supported_speeds": "Min speed: 2000 Mb/s, Max speed: 8000 Mb/s",
                            "tx_length": "short distance",
                            "tx_medium": "multimode laser with 62.5 um aperture (M6)",
                            "txcvr_type": "short wave laser w/o OFC (SN)"
                        }
                    ]
                },
                "interface_sfp": "fc1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/8"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/9"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/10"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/11"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/12"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "sfp not present"
                        }
                    ]
                },
                "interface_sfp": "fc1/13"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "0.00 mA",
                                                    "current_alrm_hi": "10.00 mA",
                                                    "current_alrm_lo": "2.60 mA",
                                                    "current_warn_hi": "8.50 mA",
                                                    "current_warn_lo": "3.00 mA",
                                                    "rx_pwr": "-23.57 dBm",
                                                    "rx_pwr_alrm_hi": "2.00 dBm",
                                                    "rx_pwr_alrm_lo": "-13.90 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "-1.00 dBm",
                                                    "rx_pwr_warn_lo": "-9.90 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "33.07 C",
                                                    "tx_pwr": "N/A",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-11.30 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-7.30 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.30 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU",
                            "nominal_bitrate": 10300,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1",
                            "serialnum": "JUR19100Z1L",
                            "sfp": "sfp is present"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "current": "0.00 mA",
                                                    "current_alrm_hi": "10.50 mA",
                                                    "current_alrm_lo": "2.50 mA",
                                                    "current_warn_hi": "10.50 mA",
                                                    "current_warn_lo": "2.50 mA",
                                                    "rx_pwr": "-40.00 dBm",
                                                    "rx_pwr_alrm_hi": "2.00 dBm",
                                                    "rx_pwr_alrm_lo": "-13.90 dBm",
                                                    "rx_pwr_flag": "--",
                                                    "rx_pwr_warn_hi": "-1.00 dBm",
                                                    "rx_pwr_warn_lo": "-9.90 dBm",
                                                    "temp_alrm_hi": "75.00 C",
                                                    "temp_alrm_lo": "-5.00 C",
                                                    "temp_warn_hi": "70.00 C",
                                                    "temp_warn_lo": "0.00 C",
                                                    "temperature": "30.39 C",
                                                    "tx_pwr": "-40.00 dBm",
                                                    "tx_pwr_alrm_hi": "1.70 dBm",
                                                    "tx_pwr_alrm_lo": "-11.30 dBm",
                                                    "tx_pwr_warn_hi": "-1.30 dBm",
                                                    "tx_pwr_warn_lo": "-7.30 dBm",
                                                    "volt_alrm_hi": "3.63 V",
                                                    "volt_alrm_lo": "2.97 V",
                                                    "volt_warn_hi": "3.46 V",
                                                    "volt_warn_lo": "3.13 V",
                                                    "voltage": "3.29 V"
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR",
                            "ciscoid": "unknown",
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-AVAGO",
                            "nominal_bitrate": 10300,
                            "partnum": "SFBR-709SMZ-CS1",
                            "rev": "G4.1",
                            "serialnum": "AVD1721A37Y",
                            "sfp": "sfp is present"
                        }
                    ]
                },
                "interface_sfp": "IPStorage1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "TABLE_lane": {
                                                        "ROW_lane": [
                                                            {
                                                                "current": 0,
                                                                "current_alrm_hi": 10.5,
                                                                "current_alrm_lo": 2,
                                                                "current_flag": " ",
                                                                "current_warn_hi": 9,
                                                                "current_warn_lo": 2.5,
                                                                "rx_pwr_alrm_hi": 2,
                                                                "rx_pwr_alrm_lo": -13.9,
                                                                "rx_pwr_flag": " ",
                                                                "rx_pwr_warn_hi": -1,
                                                                "rx_pwr_warn_lo": -9.9,
                                                                "temp_alrm_hi": 75,
                                                                "temp_alrm_lo": -5,
                                                                "temp_flag": " ",
                                                                "temp_warn_hi": 70,
                                                                "temp_warn_lo": 0,
                                                                "temperature": 23.17,
                                                                "tx_pwr_alrm_hi": 1.69,
                                                                "tx_pwr_alrm_lo": -11.3,
                                                                "tx_pwr_flag": " ",
                                                                "tx_pwr_warn_hi": -1.3,
                                                                "tx_pwr_warn_lo": -7.3,
                                                                "volt_alrm_hi": 3.63,
                                                                "volt_alrm_lo": 2.97,
                                                                "volt_flag": " ",
                                                                "volt_warn_hi": 3.46,
                                                                "volt_warn_lo": 3.13,
                                                                "voltage": 3.32,
                                                                "xmit_faults": 0
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-02",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V02 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-SUMITOMO  ",
                            "nominal_bitrate": 10300,
                            "number_of_lanes": 1,
                            "partnum": "SPP5100SR-C1    ",
                            "rev": "A   ",
                            "serialnum": "SPC142704MU     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/1"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/2"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "TABLE_lane": {
                                                        "ROW_lane": [
                                                            {
                                                                "current": 0.01,
                                                                "current_alrm_hi": 11.8,
                                                                "current_alrm_lo": 4,
                                                                "current_flag": "--",
                                                                "current_warn_hi": 10.8,
                                                                "current_warn_lo": 5,
                                                                "rx_pwr": -33.97,
                                                                "rx_pwr_alrm_hi": 2,
                                                                "rx_pwr_alrm_lo": -13.9,
                                                                "rx_pwr_flag": "--",
                                                                "rx_pwr_warn_hi": -1,
                                                                "rx_pwr_warn_lo": -9.9,
                                                                "temp_alrm_hi": 75,
                                                                "temp_alrm_lo": -5,
                                                                "temp_flag": " ",
                                                                "temp_warn_hi": 70,
                                                                "temp_warn_lo": 0,
                                                                "temperature": 28.97,
                                                                "tx_pwr": -14.27,
                                                                "tx_pwr_alrm_hi": 1.69,
                                                                "tx_pwr_alrm_lo": -11.3,
                                                                "tx_pwr_flag": "--",
                                                                "tx_pwr_warn_hi": -1.3,
                                                                "tx_pwr_warn_lo": -7.3,
                                                                "volt_alrm_hi": 3.63,
                                                                "volt_alrm_lo": 2.97,
                                                                "volt_flag": " ",
                                                                "volt_warn_hi": 3.46,
                                                                "volt_warn_lo": 3.13,
                                                                "voltage": 3.33,
                                                                "xmit_faults": 0
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "number_of_lanes": 1,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS17421PLT     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/3"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "TABLE_lane": {
                                                        "ROW_lane": [
                                                            {
                                                                "current": 0,
                                                                "current_alrm_hi": 10,
                                                                "current_alrm_lo": 2.6,
                                                                "current_flag": " ",
                                                                "current_warn_hi": 8.5,
                                                                "current_warn_lo": 3,
                                                                "rx_pwr": -32.21,
                                                                "rx_pwr_alrm_hi": 2,
                                                                "rx_pwr_alrm_lo": -13.9,
                                                                "rx_pwr_flag": "--",
                                                                "rx_pwr_warn_hi": -1,
                                                                "rx_pwr_warn_lo": -9.9,
                                                                "temp_alrm_hi": 75,
                                                                "temp_alrm_lo": -5,
                                                                "temp_flag": " ",
                                                                "temp_warn_hi": 70,
                                                                "temp_warn_lo": 0,
                                                                "temperature": 28.67,
                                                                "tx_pwr_alrm_hi": 1.69,
                                                                "tx_pwr_alrm_lo": -11.3,
                                                                "tx_pwr_flag": " ",
                                                                "tx_pwr_warn_hi": -1.3,
                                                                "tx_pwr_warn_lo": -7.3,
                                                                "volt_alrm_hi": 3.63,
                                                                "volt_alrm_lo": 2.97,
                                                                "volt_flag": " ",
                                                                "volt_warn_hi": 3.46,
                                                                "volt_warn_lo": 3.13,
                                                                "voltage": 3.32,
                                                                "xmit_faults": 0
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-JDSU      ",
                            "nominal_bitrate": 10300,
                            "number_of_lanes": 1,
                            "partnum": "PLRXPL-SC-S43-CS",
                            "rev": "1   ",
                            "serialnum": "JUR2028G033     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/4"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/5"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "sfp": "not present"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/6"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "TABLE_lane": {
                                                        "ROW_lane": [
                                                            {
                                                                "current": 0.25,
                                                                "current_alrm_hi": 11.8,
                                                                "current_alrm_lo": 4,
                                                                "current_flag": "--",
                                                                "current_warn_hi": 10.8,
                                                                "current_warn_lo": 5,
                                                                "rx_pwr": -2.23,
                                                                "rx_pwr_alrm_hi": 2,
                                                                "rx_pwr_alrm_lo": -13.9,
                                                                "rx_pwr_flag": " ",
                                                                "rx_pwr_warn_hi": -1,
                                                                "rx_pwr_warn_lo": -9.9,
                                                                "temp_alrm_hi": 75,
                                                                "temp_alrm_lo": -5,
                                                                "temp_flag": " ",
                                                                "temp_warn_hi": 70,
                                                                "temp_warn_lo": 0,
                                                                "temperature": 30.03,
                                                                "tx_pwr": -17.82,
                                                                "tx_pwr_alrm_hi": 1.69,
                                                                "tx_pwr_alrm_lo": -11.3,
                                                                "tx_pwr_flag": "--",
                                                                "tx_pwr_warn_hi": -1.3,
                                                                "tx_pwr_warn_lo": -7.3,
                                                                "volt_alrm_hi": 3.63,
                                                                "volt_alrm_lo": 2.97,
                                                                "volt_flag": " ",
                                                                "volt_warn_hi": 3.46,
                                                                "volt_warn_lo": 3.13,
                                                                "voltage": 3.33,
                                                                "xmit_faults": 0
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "number_of_lanes": 1,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS1742199X     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/7"
            },
            {
                "TABLE_calib": {
                    "ROW_calib": [
                        {
                            "TABLE_calibration": {
                                "ROW_calibration": [
                                    {
                                        "TABLE_detail": {
                                            "ROW_detail": [
                                                {
                                                    "TABLE_lane": {
                                                        "ROW_lane": [
                                                            {
                                                                "current": 0,
                                                                "current_alrm_hi": 11.8,
                                                                "current_alrm_lo": 4,
                                                                "current_flag": "--",
                                                                "current_warn_hi": 10.8,
                                                                "current_warn_lo": 5,
                                                                "rx_pwr": -2.5,
                                                                "rx_pwr_alrm_hi": 2,
                                                                "rx_pwr_alrm_lo": -13.9,
                                                                "rx_pwr_flag": " ",
                                                                "rx_pwr_warn_hi": -1,
                                                                "rx_pwr_warn_lo": -9.9,
                                                                "temp_alrm_hi": 75,
                                                                "temp_alrm_lo": -5,
                                                                "temp_flag": " ",
                                                                "temp_warn_hi": 70,
                                                                "temp_warn_lo": 0,
                                                                "temperature": 28.28,
                                                                "tx_pwr": -18.32,
                                                                "tx_pwr_alrm_hi": 1.69,
                                                                "tx_pwr_alrm_lo": -11.3,
                                                                "tx_pwr_flag": "--",
                                                                "tx_pwr_warn_hi": -1.3,
                                                                "tx_pwr_warn_lo": -7.3,
                                                                "volt_alrm_hi": 3.63,
                                                                "volt_alrm_lo": 2.97,
                                                                "volt_flag": " ",
                                                                "volt_warn_hi": 3.46,
                                                                "volt_warn_lo": 3.13,
                                                                "voltage": 3.32,
                                                                "xmit_faults": 0
                                                            }
                                                        ]
                                                    }
                                                }
                                            ]
                                        }
                                    }
                                ]
                            },
                            "cisco_part_number": "10-2415-03",
                            "cisco_product_id": "SFP-10G-SR          ",
                            "cisco_vendor_id": "V03 ",
                            "ciscoid": "3",
                            "ciscoid_1": 4,
                            "len_50": 82,
                            "len_50_OM3": 300,
                            "len_625": 26,
                            "name": "CISCO-FINISAR   ",
                            "nominal_bitrate": 10300,
                            "number_of_lanes": 1,
                            "partnum": "FTLX8571D3BCL-C2",
                            "rev": "A   ",
                            "serialnum": "FNS174216YS     ",
                            "sfp": "present",
                            "type": "10Gbase-SR"
                        }
                    ]
                },
                "interface_sfp": "Ethernet1/8"
            }
        ]
    }
}

       <TABLE_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VFC</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>33.64 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.31 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>7.23 mA</current>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-3.20 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-26.02 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VQV</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>34.28 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.31 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>6.98 mA</current>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-3.21 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-3.29 dBm</rx_pwr>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/3</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VEU</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>29.16 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.33 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>8.13 mA</current>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-3.20 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-26.02 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/4</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VRK</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>31.96 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.30 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>7.62 mA</current>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-3.23 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-26.20 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/5</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS18030VRB</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>28.66 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.31 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>7.05 mA</current>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-3.22 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-25.69 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/6</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-FINISAR</name>
           <partnum>FTLF8528P3BCV-CS</partnum>
           <rev>A</rev>
           <serialnum>FNS17512C3M</serialnum>
           <nominal_bitrate>8500</nominal_bitrate>
           <len_50>50</len_50>
           <len_625>21</len_625>
           <len_50_OM3>150</len_50_OM3>
           <txcvr_type>short wave laser w/o OFC (SN)</txcvr_type>
           <tx_length>short distance</tx_length>
           <tx_medium>multimode laser with 62.5 um aperture (M6)</tx_medium>
           <supported_speeds>Min speed: 2000 Mb/s, Max speed: 8000 Mb/s</supported_speeds>
           <ciscoid>unknown (0x0)</ciscoid>
           <cisco_part_number>10-2418-01</cisco_part_number>
           <cisco_product_id>DS-SFP-FC8G-SW</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>25.93 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.31 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>0.00 mA</current>
               <current_flag>--</current_flag>
               <current_alrm_hi>11.80 mA</current_alrm_hi>
               <current_alrm_lo>4.00 mA</current_alrm_lo>
               <current_warn_hi>10.80 mA</current_warn_hi>
               <current_warn_lo>5.00 mA</current_warn_lo>
               <tx_pwr>-18.12 dBm</tx_pwr>
               <tx_pwr_flag>--</tx_pwr_flag>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-14.00 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-10.00 dBm</tx_pwr_warn_lo>
               <rx_pwr>-26.38 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>3.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-17.30 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>0.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-13.30 dBm</rx_pwr_warn_lo>
               <tx_faults>0</tx_faults>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/7</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/8</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/9</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/10</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/11</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/12</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>fc1/13</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>IPStorage1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-JDSU</name>
           <partnum>PLRXPL-SC-S43-CS</partnum>
           <rev>1</rev>
           <serialnum>JUR19100Z1L</serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>unknown</ciscoid>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>33.11 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.30 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>0.00 mA</current>
               <current_alrm_hi>10.00 mA</current_alrm_hi>
               <current_alrm_lo>2.60 mA</current_alrm_lo>
               <current_warn_hi>8.50 mA</current_warn_hi>
               <current_warn_lo>3.00 mA</current_warn_lo>
               <tx_pwr>N/A</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-11.30 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-7.30 dBm</tx_pwr_warn_lo>
               <rx_pwr>-23.57 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>2.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-13.90 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>-1.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-9.90 dBm</rx_pwr_warn_lo>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>IPStorage1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>sfp is present</sfp>
           <name>CISCO-AVAGO</name>
           <partnum>SFBR-709SMZ-CS1</partnum>
           <rev>G4.1</rev>
           <serialnum>AVD1721A37Y</serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>unknown</ciscoid>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR</cisco_product_id>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <temperature>30.39 C</temperature>
               <temp_alrm_hi>75.00 C</temp_alrm_hi>
               <temp_alrm_lo>-5.00 C</temp_alrm_lo>
               <temp_warn_hi>70.00 C</temp_warn_hi>
               <temp_warn_lo>0.00 C</temp_warn_lo>
               <voltage>3.29 V</voltage>
               <volt_alrm_hi>3.63 V</volt_alrm_hi>
               <volt_alrm_lo>2.97 V</volt_alrm_lo>
               <volt_warn_hi>3.46 V</volt_warn_hi>
               <volt_warn_lo>3.13 V</volt_warn_lo>
               <current>0.00 mA</current>
               <current_alrm_hi>10.50 mA</current_alrm_hi>
               <current_alrm_lo>2.50 mA</current_alrm_lo>
               <current_warn_hi>10.50 mA</current_warn_hi>
               <current_warn_lo>2.50 mA</current_warn_lo>
               <tx_pwr>-40.00 dBm</tx_pwr>
               <tx_pwr_alrm_hi>1.70 dBm</tx_pwr_alrm_hi>
               <tx_pwr_alrm_lo>-11.30 dBm</tx_pwr_alrm_lo>
               <tx_pwr_warn_hi>-1.30 dBm</tx_pwr_warn_hi>
               <tx_pwr_warn_lo>-7.30 dBm</tx_pwr_warn_lo>
               <rx_pwr>-40.00 dBm</rx_pwr>
               <rx_pwr_flag>--</rx_pwr_flag>
               <rx_pwr_alrm_hi>2.00 dBm</rx_pwr_alrm_hi>
               <rx_pwr_alrm_lo>-13.90 dBm</rx_pwr_alrm_lo>
               <rx_pwr_warn_hi>-1.00 dBm</rx_pwr_warn_hi>
               <rx_pwr_warn_lo>-9.90 dBm</rx_pwr_warn_lo>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/1</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-SUMITOMO  </name>
           <partnum>SPP5100SR-C1    </partnum>
           <rev>A   </rev>
           <serialnum>SPC142704MU     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-02</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V02 </cisco_vendor_id>
           <number_of_lanes>1</number_of_lanes>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <TABLE_lane>
                <ROW_lane>
                 <temperature>23.17</temperature>
                 <temp_flag> </temp_flag>
                 <temp_alrm_hi>75.00</temp_alrm_hi>
                 <temp_alrm_lo>-5.00</temp_alrm_lo>
                 <temp_warn_hi>70.00</temp_warn_hi>
                 <temp_warn_lo>0.00</temp_warn_lo>
                 <voltage>3.32</voltage>
                 <volt_flag> </volt_flag>
                 <volt_alrm_hi>3.63</volt_alrm_hi>
                 <volt_alrm_lo>2.97</volt_alrm_lo>
                 <volt_warn_hi>3.46</volt_warn_hi>
                 <volt_warn_lo>3.13</volt_warn_lo>
                 <current>0.00</current>
                 <current_flag> </current_flag>
                 <current_alrm_hi>10.50</current_alrm_hi>
                 <current_alrm_lo>2.00</current_alrm_lo>
                 <current_warn_hi>9.00</current_warn_hi>
                 <current_warn_lo>2.50</current_warn_lo>
                 <tx_pwr_flag> </tx_pwr_flag>
                 <tx_pwr_alrm_hi>1.69</tx_pwr_alrm_hi>
                 <tx_pwr_alrm_lo>-11.30</tx_pwr_alrm_lo>
                 <tx_pwr_warn_hi>-1.30</tx_pwr_warn_hi>
                 <tx_pwr_warn_lo>-7.30</tx_pwr_warn_lo>
                 <rx_pwr_flag> </rx_pwr_flag>
                 <rx_pwr_alrm_hi>2.00</rx_pwr_alrm_hi>
                 <rx_pwr_alrm_lo>-13.90</rx_pwr_alrm_lo>
                 <rx_pwr_warn_hi>-1.00</rx_pwr_warn_hi>
                 <rx_pwr_warn_lo>-9.90</rx_pwr_warn_lo>
                 <xmit_faults>0</xmit_faults>
                </ROW_lane>
               </TABLE_lane>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/2</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/3</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS17421PLT     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
           <number_of_lanes>1</number_of_lanes>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <TABLE_lane>
                <ROW_lane>
                 <temperature>28.97</temperature>
                 <temp_flag> </temp_flag>
                 <temp_alrm_hi>75.00</temp_alrm_hi>
                 <temp_alrm_lo>-5.00</temp_alrm_lo>
                 <temp_warn_hi>70.00</temp_warn_hi>
                 <temp_warn_lo>0.00</temp_warn_lo>
                 <voltage>3.33</voltage>
                 <volt_flag> </volt_flag>
                 <volt_alrm_hi>3.63</volt_alrm_hi>
                 <volt_alrm_lo>2.97</volt_alrm_lo>
                 <volt_warn_hi>3.46</volt_warn_hi>
                 <volt_warn_lo>3.13</volt_warn_lo>
                 <current>0.01</current>
                 <current_flag>--</current_flag>
                 <current_alrm_hi>11.80</current_alrm_hi>
                 <current_alrm_lo>4.00</current_alrm_lo>
                 <current_warn_hi>10.80</current_warn_hi>
                 <current_warn_lo>5.00</current_warn_lo>
                 <tx_pwr>-14.32</tx_pwr>
                 <tx_pwr_flag>--</tx_pwr_flag>
                 <tx_pwr_alrm_hi>1.69</tx_pwr_alrm_hi>
                 <tx_pwr_alrm_lo>-11.30</tx_pwr_alrm_lo>
                 <tx_pwr_warn_hi>-1.30</tx_pwr_warn_hi>
                 <tx_pwr_warn_lo>-7.30</tx_pwr_warn_lo>
                 <rx_pwr>-31.54</rx_pwr>
                 <rx_pwr_flag>--</rx_pwr_flag>
                 <rx_pwr_alrm_hi>2.00</rx_pwr_alrm_hi>
                 <rx_pwr_alrm_lo>-13.90</rx_pwr_alrm_lo>
                 <rx_pwr_warn_hi>-1.00</rx_pwr_warn_hi>
                 <rx_pwr_warn_lo>-9.90</rx_pwr_warn_lo>
                 <xmit_faults>0</xmit_faults>
                </ROW_lane>
               </TABLE_lane>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/4</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-JDSU      </name>
           <partnum>PLRXPL-SC-S43-CS</partnum>
           <rev>1   </rev>
           <serialnum>JUR2028G033     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
           <number_of_lanes>1</number_of_lanes>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <TABLE_lane>
                <ROW_lane>
                 <temperature>28.67</temperature>
                 <temp_flag> </temp_flag>
                 <temp_alrm_hi>75.00</temp_alrm_hi>
                 <temp_alrm_lo>-5.00</temp_alrm_lo>
                 <temp_warn_hi>70.00</temp_warn_hi>
                 <temp_warn_lo>0.00</temp_warn_lo>
                 <voltage>3.32</voltage>
                 <volt_flag> </volt_flag>
                 <volt_alrm_hi>3.63</volt_alrm_hi>
                 <volt_alrm_lo>2.97</volt_alrm_lo>
                 <volt_warn_hi>3.46</volt_warn_hi>
                 <volt_warn_lo>3.13</volt_warn_lo>
                 <current>0.00</current>
                 <current_flag> </current_flag>
                 <current_alrm_hi>10.00</current_alrm_hi>
                 <current_alrm_lo>2.60</current_alrm_lo>
                 <current_warn_hi>8.50</current_warn_hi>
                 <current_warn_lo>3.00</current_warn_lo>
                 <tx_pwr_flag> </tx_pwr_flag>
                 <tx_pwr_alrm_hi>1.69</tx_pwr_alrm_hi>
                 <tx_pwr_alrm_lo>-11.30</tx_pwr_alrm_lo>
                 <tx_pwr_warn_hi>-1.30</tx_pwr_warn_hi>
                 <tx_pwr_warn_lo>-7.30</tx_pwr_warn_lo>
                 <rx_pwr>-32.21</rx_pwr>
                 <rx_pwr_flag>--</rx_pwr_flag>
                 <rx_pwr_alrm_hi>2.00</rx_pwr_alrm_hi>
                 <rx_pwr_alrm_lo>-13.90</rx_pwr_alrm_lo>
                 <rx_pwr_warn_hi>-1.00</rx_pwr_warn_hi>
                 <rx_pwr_warn_lo>-9.90</rx_pwr_warn_lo>
                 <xmit_faults>0</xmit_faults>
                </ROW_lane>
               </TABLE_lane>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/5</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/6</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>not present</sfp>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/7</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS1742199X     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
           <number_of_lanes>1</number_of_lanes>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <TABLE_lane>
                <ROW_lane>
                 <temperature>29.92</temperature>
                 <temp_flag> </temp_flag>
                 <temp_alrm_hi>75.00</temp_alrm_hi>
                 <temp_alrm_lo>-5.00</temp_alrm_lo>
                 <temp_warn_hi>70.00</temp_warn_hi>
                 <temp_warn_lo>0.00</temp_warn_lo>
                 <voltage>3.33</voltage>
                 <volt_flag> </volt_flag>
                 <volt_alrm_hi>3.63</volt_alrm_hi>
                 <volt_alrm_lo>2.97</volt_alrm_lo>
                 <volt_warn_hi>3.46</volt_warn_hi>
                 <volt_warn_lo>3.13</volt_warn_lo>
                 <current>0.25</current>
                 <current_flag>--</current_flag>
                 <current_alrm_hi>11.80</current_alrm_hi>
                 <current_alrm_lo>4.00</current_alrm_lo>
                 <current_warn_hi>10.80</current_warn_hi>
                 <current_warn_lo>5.00</current_warn_lo>
                 <tx_pwr>-17.82</tx_pwr>
                 <tx_pwr_flag>--</tx_pwr_flag>
                 <tx_pwr_alrm_hi>1.69</tx_pwr_alrm_hi>
                 <tx_pwr_alrm_lo>-11.30</tx_pwr_alrm_lo>
                 <tx_pwr_warn_hi>-1.30</tx_pwr_warn_hi>
                 <tx_pwr_warn_lo>-7.30</tx_pwr_warn_lo>
                 <rx_pwr>-2.22</rx_pwr>
                 <rx_pwr_flag> </rx_pwr_flag>
                 <rx_pwr_alrm_hi>2.00</rx_pwr_alrm_hi>
                 <rx_pwr_alrm_lo>-13.90</rx_pwr_alrm_lo>
                 <rx_pwr_warn_hi>-1.00</rx_pwr_warn_hi>
                 <rx_pwr_warn_lo>-9.90</rx_pwr_warn_lo>
                 <xmit_faults>0</xmit_faults>
                </ROW_lane>
               </TABLE_lane>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
        <ROW_interface_trans>
         <interface_sfp>Ethernet1/8</interface_sfp>
         <TABLE_calib>
          <ROW_calib>
           <sfp>present</sfp>
           <type>10Gbase-SR</type>
           <name>CISCO-FINISAR   </name>
           <partnum>FTLX8571D3BCL-C2</partnum>
           <rev>A   </rev>
           <serialnum>FNS174216YS     </serialnum>
           <nominal_bitrate>10300</nominal_bitrate>
           <len_50>82</len_50>
           <len_625>26</len_625>
           <len_50_OM3>300</len_50_OM3>
           <ciscoid>3</ciscoid>
           <ciscoid_1>4</ciscoid_1>
           <cisco_part_number>10-2415-03</cisco_part_number>
           <cisco_product_id>SFP-10G-SR          </cisco_product_id>
           <cisco_vendor_id>V03 </cisco_vendor_id>
           <number_of_lanes>1</number_of_lanes>
           <TABLE_calibration>
            <ROW_calibration>
             <TABLE_detail>
              <ROW_detail>
               <TABLE_lane>
                <ROW_lane>
                 <temperature>28.23</temperature>
                 <temp_flag> </temp_flag>
                 <temp_alrm_hi>75.00</temp_alrm_hi>
                 <temp_alrm_lo>-5.00</temp_alrm_lo>
                 <temp_warn_hi>70.00</temp_warn_hi>
                 <temp_warn_lo>0.00</temp_warn_lo>
                 <voltage>3.32</voltage>
                 <volt_flag> </volt_flag>
                 <volt_alrm_hi>3.63</volt_alrm_hi>
                 <volt_alrm_lo>2.97</volt_alrm_lo>
                 <volt_warn_hi>3.46</volt_warn_hi>
                 <volt_warn_lo>3.13</volt_warn_lo>
                 <current>0.00</current>
                 <current_flag>--</current_flag>
                 <current_alrm_hi>11.80</current_alrm_hi>
                 <current_alrm_lo>4.00</current_alrm_lo>
                 <current_warn_hi>10.80</current_warn_hi>
                 <current_warn_lo>5.00</current_warn_lo>
                 <tx_pwr>-18.89</tx_pwr>
                 <tx_pwr_flag>--</tx_pwr_flag>
                 <tx_pwr_alrm_hi>1.69</tx_pwr_alrm_hi>
                 <tx_pwr_alrm_lo>-11.30</tx_pwr_alrm_lo>
                 <tx_pwr_warn_hi>-1.30</tx_pwr_warn_hi>
                 <tx_pwr_warn_lo>-7.30</tx_pwr_warn_lo>
                 <rx_pwr>-2.50</rx_pwr>
                 <rx_pwr_flag> </rx_pwr_flag>
                 <rx_pwr_alrm_hi>2.00</rx_pwr_alrm_hi>
                 <rx_pwr_alrm_lo>-13.90</rx_pwr_alrm_lo>
                 <rx_pwr_warn_hi>-1.00</rx_pwr_warn_hi>
                 <rx_pwr_warn_lo>-9.90</rx_pwr_warn_lo>
                 <xmit_faults>0</xmit_faults>
                </ROW_lane>
               </TABLE_lane>
              </ROW_detail>
             </TABLE_detail>
            </ROW_calibration>
           </TABLE_calibration>
          </ROW_calib>
         </TABLE_calib>
        </ROW_interface_trans>
       </TABLE_interface_trans>
      

The show interface transceiver details command displays the transceiver information in detail for Fibre Channel and Ethernet interfaces. For command descriptions, see the see the Cisco MDS 9000 Series Switches Command References.

Note: This sample output is generated for Cisco MDS 9000 Series NX-OS Release 8.5(1) or later.

CLI Output
switch# show interface transceiver details

fc1/1 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VFC
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 33.55 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.31 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 7.23 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.19 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -26.02 dBm -- 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/2 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VQV
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 34.27 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.31 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 6.97 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.21 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -3.29 dBm 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/3 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VEU
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 29.15 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.30 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 8.13 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.20 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -26.02 dBm -- 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/4 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRK
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 31.97 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.30 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 7.62 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.24 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -26.20 dBm -- 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/5 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS18030VRB
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 28.62 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.31 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 7.05 mA 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -3.21 dBm 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -25.69 dBm -- 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/6 sfp is present
Name is CISCO-FINISAR
Manufacturer's part number is FTLF8528P3BCV-CS
Revision is A
Serial number is FNS17512C3M
Nominal bit rate is 8500 Mb/s
Link length supported for 50/125um OM2 fiber is 50 m
Link length supported for 62.5/125um fiber is 21 m
Link length supported for 50/125um OM3 fiber is 150 m
FC Transmitter type is short wave laser w/o OFC (SN)
FC Transmitter supports short distance link length
Transmission medium is multimode laser with 62.5 um aperture (M6)
Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
Cisco extended id is unknown (0x0)
Cisco part number is 10-2418-01
Cisco pid is DS-SFP-FC8G-SW

No tx fault, rx loss, no sync exists, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 25.92 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.31 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA -- 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -18.12 dBm -- 1.70 dBm -14.00 dBm -1.30 dBm -10.00 dBm
Rx Power -26.38 dBm -- 3.00 dBm -17.30 dBm 0.00 dBm -13.30 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

fc1/7 sfp not present
fc1/8 sfp not present
fc1/9 sfp not present
fc1/10 sfp not present
fc1/11 sfp not present
fc1/12 sfp not present
fc1/13 sfp not present
IPStorage1/1 sfp is present
Name is CISCO-JDSU
Manufacturer's part number is PLRXPL-SC-S43-CS
Revision is 1
Serial number is JUR19100Z1L
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 33.14 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.30 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA 10.00 mA 2.60 mA 8.50 mA 3.00 mA
Tx Power N/A 1.70 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -23.57 dBm -- 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count : n/a
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

IPStorage1/2 sfp is present
Name is CISCO-AVAGO
Manufacturer's part number is SFBR-709SMZ-CS1
Revision is G4.1
Serial number is AVD1721A37Y
Nominal bit rate is 10300 Mb/s
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
Cisco extended id is unknown
Cisco part number is 10-2415-03
Cisco pid is SFP-10G-SR

No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
SFP Diagnostics Information:
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 30.39 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.29 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA 10.50 mA 2.50 mA 10.50 mA 2.50 mA
Tx Power -40.00 dBm 1.70 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -40.00 dBm -- 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count : n/a
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

Ethernet1/1
transceiver is present
type is 10Gbase-SR
name is CISCO-SUMITOMO
part number is SPP5100SR-C1
revision is A
serial number is SPC142704MU
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-02
cisco product id is SFP-10G-SR
cisco vendor id is V02
number of lanes 1

SFP Detail Diagnostics Information (internal calibration)
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 23.10 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.32 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA 10.50 mA 2.00 mA 9.00 mA 2.50 mA
Tx Power N/A 1.69 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power N/A 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

Ethernet1/2
transceiver is not present

Ethernet1/3
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS17421PLT
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
number of lanes 1

SFP Detail Diagnostics Information (internal calibration)
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 28.97 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.33 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.01 mA -- 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -14.27 dBm -- 1.69 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -33.97 dBm -- 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

Ethernet1/4
transceiver is present
type is 10Gbase-SR
name is CISCO-JDSU
part number is PLRXPL-SC-S43-CS
revision is 1
serial number is JUR2028G033
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
number of lanes 1

SFP Detail Diagnostics Information (internal calibration)
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 28.67 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.32 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA 10.00 mA 2.60 mA 8.50 mA 3.00 mA
Tx Power N/A 1.69 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -32.21 dBm -- 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

Ethernet1/5
transceiver is not present

Ethernet1/6
transceiver is not present

Ethernet1/7
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS1742199X
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
number of lanes 1

SFP Detail Diagnostics Information (internal calibration)
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 29.96 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.33 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.25 mA -- 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -17.82 dBm -- 1.69 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -2.23 dBm 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning

Ethernet1/8
transceiver is present
type is 10Gbase-SR
name is CISCO-FINISAR
part number is FTLX8571D3BCL-C2
revision is A
serial number is FNS174216YS
nominal bitrate is 10300 MBit/sec
Link length supported for 50/125um OM2 fiber is 82 m
Link length supported for 62.5/125um fiber is 26 m
Link length supported for 50/125um OM3 fiber is 300 m
cisco id is 3
cisco extended id number is 4
cisco part number is 10-2415-03
cisco product id is SFP-10G-SR
cisco vendor id is V03
number of lanes 1

SFP Detail Diagnostics Information (internal calibration)
----------------------------------------------------------------------------
Alarms Warnings
High Low High Low
----------------------------------------------------------------------------
Temperature 28.28 C 75.00 C -5.00 C 70.00 C 0.00 C
Voltage 3.32 V 3.63 V 2.97 V 3.46 V 3.13 V
Current 0.00 mA -- 11.80 mA 4.00 mA 10.80 mA 5.00 mA
Tx Power -18.32 dBm -- 1.69 dBm -11.30 dBm -1.30 dBm -7.30 dBm
Rx Power -2.50 dBm 2.00 dBm -13.90 dBm -1.00 dBm -9.90 dBm
Transmit Fault Count = 0
----------------------------------------------------------------------------
Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning
ParameterDescriptionTypeValue
sfpSFP present or notString['sfp not present', 'sfp is present', 'present', 'not present']
tx_length FC transmitter link lengthsString['very long distance', 'short distance', 'intermediate distance', 'long distance', 'middle range distance']
nominal_bitrateNominal bit rate in MBits/secInteger
len_50Link length supported for 50/125um fiber (in meter)Integer
serialnum Vendor serial numberString
current Current (in mA)Integer
len_50_OM3 Link length supported for 50/125um fiber (in meter)Integer
voltage Voltage of SFP (in volt)String
len_625 Link length supported for 62.5/125um fiber (in meter)Integer
temperatureTemperature (in celsius)String
cisco_part_number Cisco part numberString
cisco_vendor_id Cisco vendor identifierString
ciscoid_1 Cisco extended ID numberInteger
current_warn_loCurrent warning lowInteger
current_warn_hiCurrent warning highInteger
current_alrm_hiCurrent alarm highInteger
volt_alrm_loVoltage alarm lowString
volt_warn_loVoltage warning lowString
temp_warn_hiTemperature warn highInteger
temp_warn_loTemperature warn lowInteger
temp_alrm_hiTemperature alarm highInteger
volt_warn_hiVoltage warning highString
interface_sfpInterface IDString
current_alrm_loCurrent alarm lowInteger
xmit_faultsTransmit fault countInteger
volt_flagVoltage alarm highString
temp_flagTemperature flagString
number_of_lanesNumber of lanesInteger
current_flagCurrent flagString
partnum Vendor part numberString
revVendor revisionString
volt_alrm_hiVoltage alarm high (in volt)String
temp_alrm_loTemperature alarm low (in celsius)Integer
txcvr_type Transceiver typeString
rx_pwr_warn_hi Received power warning high (in dBm)Integer
tx_pwr_alrm_hi Transmitted power alarm high (in dBm)String
tx_pwr_flag Transmitted power flagString
tx_pwr_warn_lo Transmitted power warning lowString
tx_pwr_warn_hi Transmitted power warning highString
tx_pwr Transmitted powerString
tx_pwr_alrm_lo Transmitted power alarm lowString
cisco_product_idCisco product identifierString
type SFP typeString
supported_speeds Supported speedsString
ciscoid Cisco extended IDString
name Vendor nameString
tx_mediumTransmission medium typeString
tx_faultsTransmit fault countInteger
rx_pwr_alrm_lo Received power alarm lowString
rx_pwr_alrm_hi Received power alarm highInteger
rx_pwr Received powerString
rx_pwr_warn_lo Received power warning low (in dBm)String
rx_pwr_flag Received power flagString