show interface counters

show interface counters

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)


{
  "ins_api": {
    "type": "cli_show",
    "version": "1.0",
    "sid": "eoc",
    "outputs": {
      "output": {
        "input": "show interface counters",
        "msg": "Success",
        "code": "200",
        "body": {
          "TABLE_rx_counters": {
            "ROW_rx_counters": [
              {
                "interface_rx": "mgmt0",
                "eth_inpkts": 1102229314,
                "eth_inucast": 1846491
              },
              {
                "interface_rx": "Ethernet1/1",
                "eth_inbytes": 61380,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/2",
                "eth_inbytes": 8580,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/3",
                "eth_inbytes": 8580,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/4",
                "eth_inbytes": 8580,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/5",
                "eth_inbytes": 8580,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/6",
                "eth_inbytes": 61380,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/7",
                "eth_inbytes": 61380,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/8",
                "eth_inbytes": 61380,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/9",
                "eth_inbytes": 61380,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/10",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/11",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/12",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/13",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/14",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/15",
                "eth_inbytes": 77806,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/16",
                "eth_inbytes": 77742,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/17",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/18",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/19",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/20",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/21",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/22",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/23",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/24",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/25",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/26",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/27",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/28",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/29",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/30",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/31",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/32",
                "eth_inbytes": 61410,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/33",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/34",
                "eth_inbytes": 63670,
                "eth_inucast": 4
              },
              {
                "interface_rx": "Ethernet1/35",
                "eth_inbytes": 11062,
                "eth_inucast": 4
              },
              {
                "interface_rx": "Ethernet1/36",
                "eth_inbytes": 63670,
                "eth_inucast": 4
              },
              {
                "interface_rx": "Ethernet1/37",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/38",
                "eth_inbytes": 61218,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/39",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/40",
                "eth_inbytes": 60931,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/41",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/42",
                "eth_inbytes": 61218,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/43",
                "eth_inbytes": 8610,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/44",
                "eth_inbytes": 61218,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/45",
                "eth_inbytes": 8323,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/46",
                "eth_inbytes": 60931,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/47",
                "eth_inbytes": 2452,
                "eth_inucast": 4
              },
              {
                "interface_rx": "Ethernet1/48",
                "eth_inbytes": 2452,
                "eth_inucast": 4
              },
              {
                "interface_rx": "Ethernet1/49",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/50",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/51",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/52",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/53",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "Ethernet1/54",
                "eth_inbytes": 0,
                "eth_inucast": 0
              },
              {
                "interface_rx": "mgmt0",
                "eth_inmcast": 17030,
                "eth_inbcast": 60380
              },
              {
                "interface_rx": "Ethernet1/1",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/2",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/3",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/4",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/5",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/6",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/7",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/8",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/9",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/10",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/11",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/12",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/13",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/14",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/15",
                "eth_inmcast": 913,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/16",
                "eth_inmcast": 912,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/17",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/18",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/19",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/20",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/21",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/22",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/23",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/24",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/25",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/26",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/27",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/28",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/29",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/30",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/31",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/32",
                "eth_inmcast": 855,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/33",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/34",
                "eth_inmcast": 852,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/35",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/36",
                "eth_inmcast": 852,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/37",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/38",
                "eth_inmcast": 852,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/39",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/40",
                "eth_inmcast": 851,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/41",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/42",
                "eth_inmcast": 852,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/43",
                "eth_inmcast": 30,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/44",
                "eth_inmcast": 852,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/45",
                "eth_inmcast": 29,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/46",
                "eth_inmcast": 851,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/47",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/48",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/49",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/50",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/51",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/52",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/53",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              },
              {
                "interface_rx": "Ethernet1/54",
                "eth_inmcast": 0,
                "eth_inbcast": 0
              }
            ]
          },
          "TABLE_tx_counters": {
            "ROW_tx_counters": [
              {
                "interface_tx": "mgmt0",
                "eth_outpkts": 37803491,
                "eth_outucast": 524984
              },
              {
                "interface_tx": "Ethernet1/1",
                "eth_outbytes": 8550,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/2",
                "eth_outbytes": 61350,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/3",
                "eth_outbytes": 61350,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/4",
                "eth_outbytes": 61350,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/5",
                "eth_outbytes": 61350,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/6",
                "eth_outbytes": 8550,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/7",
                "eth_outbytes": 8550,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/8",
                "eth_outbytes": 8550,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/9",
                "eth_outbytes": 8550,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/10",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/11",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/12",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/13",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/14",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/15",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/16",
                "eth_outbytes": 8294,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/17",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/18",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/19",
                "eth_outbytes": 61094,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/20",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/21",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/22",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/23",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/24",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/25",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/26",
                "eth_outbytes": 8294,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/27",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/28",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/29",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/30",
                "eth_outbytes": 8294,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/31",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/32",
                "eth_outbytes": 8294,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/33",
                "eth_outbytes": 61380,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/34",
                "eth_outbytes": 11032,
                "eth_outucast": 4
              },
              {
                "interface_tx": "Ethernet1/35",
                "eth_outbytes": 63640,
                "eth_outucast": 4
              },
              {
                "interface_tx": "Ethernet1/36",
                "eth_outbytes": 11032,
                "eth_outucast": 4
              },
              {
                "interface_tx": "Ethernet1/37",
                "eth_outbytes": 61188,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/38",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/39",
                "eth_outbytes": 61188,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/40",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/41",
                "eth_outbytes": 60902,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/42",
                "eth_outbytes": 8294,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/43",
                "eth_outbytes": 61188,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/44",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/45",
                "eth_outbytes": 61188,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/46",
                "eth_outbytes": 8580,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/47",
                "eth_outbytes": 2452,
                "eth_outucast": 4
              },
              {
                "interface_tx": "Ethernet1/48",
                "eth_outbytes": 2452,
                "eth_outucast": 4
              },
              {
                "interface_tx": "Ethernet1/49",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/50",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/51",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/52",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/53",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "Ethernet1/54",
                "eth_outbytes": 0,
                "eth_outucast": 0
              },
              {
                "interface_tx": "mgmt0",
                "eth_outmcast": 31,
                "eth_outbcast": 7
              },
              {
                "interface_tx": "Ethernet1/1",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/2",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/3",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/4",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/5",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/6",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/7",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/8",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/9",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/10",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/11",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/12",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/13",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/14",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/15",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/16",
                "eth_outmcast": 29,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/17",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/18",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/19",
                "eth_outmcast": 854,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/20",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/21",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/22",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/23",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/24",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/25",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/26",
                "eth_outmcast": 29,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/27",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/28",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/29",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/30",
                "eth_outmcast": 29,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/31",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/32",
                "eth_outmcast": 29,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/33",
                "eth_outmcast": 855,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/34",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/35",
                "eth_outmcast": 852,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/36",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/37",
                "eth_outmcast": 852,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/38",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/39",
                "eth_outmcast": 852,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/40",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/41",
                "eth_outmcast": 851,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/42",
                "eth_outmcast": 29,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/43",
                "eth_outmcast": 852,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/44",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/45",
                "eth_outmcast": 852,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/46",
                "eth_outmcast": 30,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/47",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/48",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/49",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/50",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/51",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/52",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/53",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              },
              {
                "interface_tx": "Ethernet1/54",
                "eth_outmcast": 0,
                "eth_outbcast": 0
              }
            ]
          }
        }
      }
    }
  }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show interface counters command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show interface counters

----------------------------------------------------------------------------------
Port                                     InOctets                      InUcastPkts
----------------------------------------------------------------------------------
mgmt0                                   126685480                           537020

----------------------------------------------------------------------------------
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
Eth1/9                                          0                                0
Eth1/10                                    687620                                0
Eth1/11                                         0                                0
Eth1/12                                         0                                0
Eth1/13                                         0                                0
Eth1/14                                         0                                0
Eth1/15                                         0                                0
Eth1/16                                         0                                0
Eth1/17                                         0                                0
Eth1/18                                         0                                0
Eth1/19                                         0                                0
Eth1/20                                         0                                0
Eth1/21                                         0                                0
Eth1/22                                         0                                0
Eth1/23                                         0                                0
Eth1/24                                         0                                0
Eth1/25                                         0                                0
Eth1/26                                         0                                0
Eth1/27                                         0                                0
Eth1/28                                         0                                0
Eth1/29                                         0                                0
Eth1/30                                         0                                0
Eth1/31                                         0                                0
Eth1/32                                    247424                                0
Eth2/1                             31604256323772                      61248558767
Eth2/2                             34023588619434                      66450854740
Eth2/3                                   44956452                           606793
Eth2/4                                   44698637                           603787
Eth2/5                                   45284616                           611763
Eth2/6                                   44891530                           606243
Eth2/7                                   45302436                           611695
Eth2/8                                   45008580                           607102
Eth2/9                                   45096935                           610314
Eth2/10/1                                 1328186                                0
Eth2/10/2                                       0                                0
Eth2/10/3                                       0                                0
Eth2/10/4                                       0                                0
Eth2/11                                  45321666                           613556
Eth2/12                                  45505545                           615581
Eth2/13                                  45725752                           618756
Eth2/14                                    863206                                0
Eth2/15                                  45399917                           613673
Eth2/16                                   8704715                           107644
Eth2/17                                  45253771                           613242
Eth2/18                                  45416819                           615551
Eth2/19                                  45668563                           618957
Eth2/20                                  45453045                           616438
Eth2/21                                  45597019                           618194
Eth2/22                                  45773392                           620357
Eth2/23                                  45300655                           613573
Eth2/24                                  45248972                           612450
Eth2/25                                  45441279                           615102
Eth2/26                                  45392991                           614568
Eth2/27                                  45165856                           610629
Eth2/28                                  45235216                           612013
Eth2/29                                  45193440                           611120
Eth2/30                                  44814488                           606576
Eth2/31                                  45554079                           616609
Eth2/32                                  45237487                           612205
Eth3/1                                  672213306                          2262708
Eth3/2                                       2452                                4
Eth3/3                                       2452                                4
Eth3/4                                       2452                                4
Eth3/5                                          0                                0
Eth3/6                                          0                                0
Eth3/7                                          0                                0
Eth3/8                                          0                                0
Eth3/9                                          0                                0
Eth3/10                                         0                                0
Eth3/11                                         0                                0
Eth3/12                                         0                                0
Eth3/13                                         0                                0
Eth3/14                                         0                                0
Eth3/15                                         0                                0
Eth3/16                                         0                                0
Eth3/17                                         0                                0
Eth3/18                                         0                                0
Eth3/19                                         0                                0
Eth3/20                                         0                                0
Eth3/21                                    680633                                0
Eth3/22                                    282727                                0
Eth3/23                                    682893                                4
Eth3/24                                    682765                                4
Eth3/25                                    680313                                0
Eth3/26                                    680249                                0
Eth3/27                                      2452                                4
Eth3/28                                      2452                                4
Eth3/29                                         0                                0
Eth3/30                                         0                                0
Eth3/31                                         0                                0
Eth3/32                                         0                                0
Eth3/33                                         0                                0
Eth3/34                                         0                                0
Eth3/35                                         0                                0
Eth3/36                                         0                                0
Eth3/37                                         0                                0
Eth3/38                                         0                                0
Eth3/39                                         0                                0
Eth3/40                                         0                                0
Eth3/41                                         0                                0
Eth3/42                                         0                                0
Eth3/43                                         0                                0
Eth3/44                                         0                                0
Eth3/45                                         0                                0
Eth3/46                                         0                                0
Eth3/47                                         0                                0
Eth3/48                                         0                                0
Eth3/49                                         0                                0
Eth3/50                                         0                                0
Eth3/51                                         0                                0
Eth3/52                                     75880                                0
Eth4/1                             39228155636736                      76617491478
Eth4/2                                    1351176                                0
Eth4/3                                    1350942                                0
Eth4/4                                    1350594                                0
Eth4/5                                    1350094                                0
Eth4/6                                    1349241                                0
Eth4/7                                    1348021                                0
Eth4/8                                    1348006                                0
Eth4/9                                     673740                                0
Eth4/10/1                                 1350589                                0
Eth4/10/2                                       0                                0
Eth4/10/3                                       0                                0
Eth4/10/4                                       0                                0
Eth4/11/1                                       0                                0
Eth4/11/2                                       0                                0
Eth4/11/3                                       0                                0
Eth4/11/4                                       0                                0
Eth4/12/1                                       0                                0
Eth4/12/2                                       0                                0
Eth4/12/3                                       0                                0
Eth4/12/4                                       0                                0
Eth4/13/1                                       0                                0
Eth4/13/2                                       0                                0
Eth4/13/3                                       0                                0
Eth4/13/4                                       0                                0
Eth4/14/1                                       0                                0
Eth4/14/2                                       0                                0
Eth4/14/3                                       0                                0
Eth4/14/4                                       0                                0
Eth4/15/1                                       0                                0
Eth4/15/2                                       0                                0
Eth4/15/3                                       0                                0
Eth4/15/4                                       0                                0
Eth4/16/1                                       0                                0
Eth4/16/2                                       0                                0
Eth4/16/3                                       0                                0
Eth4/16/4                                       0                                0
Eth4/17/1                                       0                                0
Eth4/17/2                                       0                                0
Eth4/17/3                                       0                                0
Eth4/17/4                                       0                                0
Eth4/18/1                                       0                                0
Eth4/18/2                                       0                                0
Eth4/18/3                                       0                                0
Eth4/18/4                                       0                                0
Eth4/19/1                                       0                                0
Eth4/19/2                                       0                                0
Eth4/19/3                                       0                                0
Eth4/19/4                                       0                                0
Eth4/20/1                                       0                                0
Eth4/20/2                                       0                                0
Eth4/20/3                                       0                                0
Eth4/20/4                                       0                                0
Eth4/21/1                                       0                                0
Eth4/21/2                                       0                                0
Eth4/21/3                                       0                                0
Eth4/21/4                                       0                                0
Eth4/22/1                                       0                                0
Eth4/22/2                                       0                                0
Eth4/22/3                                       0                                0
Eth4/22/4                                       0                                0
Eth4/23/1                                       0                                0
Eth4/23/2                                       0                                0
Eth4/23/3                                       0                                0
Eth4/23/4                                       0                                0
Eth4/24/1                                       0                                0
Eth4/24/2                                       0                                0
Eth4/24/3                                       0                                0
Eth4/24/4                                       0                                0
Eth4/25/1                                       0                                0
Eth4/25/2                                       0                                0
Eth4/25/3                                       0                                0
Eth4/25/4                                       0                                0
Eth4/26/1                                       0                                0
Eth4/26/2                                       0                                0
Eth4/26/3                                       0                                0
Eth4/26/4                                       0                                0
Eth4/27/1                                       0                                0
Eth4/27/2                                       0                                0
Eth4/27/3                                       0                                0
Eth4/27/4                                       0                                0
Eth4/28/1                                       0                                0
Eth4/28/2                                       0                                0
Eth4/28/3                                       0                                0
Eth4/28/4                                       0                                0
Eth4/29/1                                       0                                0
Eth4/29/2                                       0                                0
Eth4/29/3                                       0                                0
Eth4/29/4                                       0                                0
Eth4/30/1                                       0                                0
Eth4/30/2                                       0                                0
Eth4/30/3                                       0                                0
Eth4/30/4                                       0                                0
Eth4/31/1                                       0                                0
Eth4/31/2                                       0                                0
Eth4/31/3                                       0                                0
Eth4/31/4                                       0                                0
Eth4/32/1                                       0                                0
Eth4/32/2                                       0                                0
Eth4/32/3                                       0                                0
Eth4/32/4                                       0                                0
Eth4/33/1                                       0                                0
Eth4/33/2                                       0                                0
Eth4/33/3                                       0                                0
Eth4/33/4                                       0                                0
Eth4/34/1                                       0                                0
Eth4/34/2                                       0                                0
Eth4/34/3                                       0                                0
Eth4/34/4                                       0                                0
Eth4/35/1                                       0                                0
Eth4/35/2                                       0                                0
Eth4/35/3                                       0                                0
Eth4/35/4                                       0                                0
Eth4/36/1                                       0                                0
Eth4/36/2                                       0                                0
Eth4/36/3                                       0                                0
Eth4/36/4                                       0                                0

----------------------------------------------------------------------------------
Port                                     InOctets                      InUcastPkts
----------------------------------------------------------------------------------
Po1                                        863206                                0
Po2                                        673740                                0
Po20                                       282727                                0

----------------------------------------------------------------------------------
Port                                     InOctets                      InUcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                     InOctets                      InUcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                  InMcastPkts                      InBcastPkts
----------------------------------------------------------------------------------
mgmt0                                      188437                           581461

----------------------------------------------------------------------------------
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
Eth1/9                                          0                                0
Eth1/10                                      7908                                0
Eth1/11                                         0                                0
Eth1/12                                         0                                0
Eth1/13                                         0                                0
Eth1/14                                         0                                0
Eth1/15                                         0                                0
Eth1/16                                         0                                0
Eth1/17                                         0                                0
Eth1/18                                         0                                0
Eth1/19                                         0                                0
Eth1/20                                         0                                0
Eth1/21                                         0                                0
Eth1/22                                         0                                0
Eth1/23                                         0                                0
Eth1/24                                         0                                0
Eth1/25                                         0                                0
Eth1/26                                         0                                0
Eth1/27                                         0                                0
Eth1/28                                         0                                0
Eth1/29                                         0                                0
Eth1/30                                         0                                0
Eth1/31                                         0                                0
Eth1/32                                       837                                0
Eth2/1                                          0                                0
Eth2/2                                      15018                                0
Eth2/3                                      11298                                8
Eth2/4                                      11283                                5
Eth2/5                                      11294                                6
Eth2/6                                      11281                                5
Eth2/7                                      11281                                6
Eth2/8                                      11264                                5
Eth2/9                                      11279                                5
Eth2/10/1                                   14989                                0
Eth2/10/2                                       0                                0
Eth2/10/3                                       0                                0
Eth2/10/4                                       0                                0
Eth2/11                                     11274                                6
Eth2/12                                     11259                                5
Eth2/13                                     11276                                5
Eth2/14                                      7855                                0
Eth2/15                                     11267                                5
Eth2/16                                      8523                              633
Eth2/17                                     11249                                5
Eth2/18                                     11246                                6
Eth2/19                                     11251                                6
Eth2/20                                     11255                                5
Eth2/21                                     11247                                7
Eth2/22                                     11259                                6
Eth2/23                                     11247                                6
Eth2/24                                     11247                                6
Eth2/25                                     11243                                8
Eth2/26                                     11242                                8
Eth2/27                                     11237                                5
Eth2/28                                     11240                                5
Eth2/29                                     11212                                6
Eth2/30                                     11235                                5
Eth2/31                                     11216                                6
Eth2/32                                     11241                                6
Eth3/1                                     170207                           613472
Eth3/2                                          0                                0
Eth3/3                                          0                                0
Eth3/4                                          0                                0
Eth3/5                                          0                                0
Eth3/6                                          0                                0
Eth3/7                                          0                                0
Eth3/8                                          0                                0
Eth3/9                                          0                                0
Eth3/10                                         0                                0
Eth3/11                                         0                                0
Eth3/12                                         0                                0
Eth3/13                                         0                                0
Eth3/14                                         0                                0
Eth3/15                                         0                                0
Eth3/16                                         0                                0
Eth3/17                                         0                                0
Eth3/18                                         0                                0
Eth3/19                                         0                                0
Eth3/20                                         0                                0
Eth3/21                                      7824                                0
Eth3/22                                      1214                                0
Eth3/23                                      7821                                0
Eth3/24                                      7819                                0
Eth3/25                                      7819                                0
Eth3/26                                      7818                                0
Eth3/27                                         0                                0
Eth3/28                                         0                                0
Eth3/29                                         0                                0
Eth3/30                                         0                                0
Eth3/31                                         0                                0
Eth3/32                                         0                                0
Eth3/33                                         0                                0
Eth3/34                                         0                                0
Eth3/35                                         0                                0
Eth3/36                                         0                                0
Eth3/37                                         0                                0
Eth3/38                                         0                                0
Eth3/39                                         0                                0
Eth3/40                                         0                                0
Eth3/41                                         0                                0
Eth3/42                                         0                                0
Eth3/43                                         0                                0
Eth3/44                                         0                                0
Eth3/45                                         0                                0
Eth3/46                                         0                                0
Eth3/47                                         0                                0
Eth3/48                                         0                                0
Eth3/49                                         0                                0
Eth3/50                                         0                                0
Eth3/51                                         0                                0
Eth3/52                                       278                                0
Eth4/1                                          0                                0
Eth4/2                                      14814                                0
Eth4/3                                      14814                                0
Eth4/4                                      14810                                0
Eth4/5                                      14803                                0
Eth4/6                                      14799                                0
Eth4/7                                      14791                                0
Eth4/8                                      14788                                0
Eth4/9                                       7758                                0
Eth4/10/1                                   14779                                0
Eth4/10/2                                       0                                0
Eth4/10/3                                       0                                0
Eth4/10/4                                       0                                0
Eth4/11/1                                       0                                0
Eth4/11/2                                       0                                0
Eth4/11/3                                       0                                0
Eth4/11/4                                       0                                0
Eth4/12/1                                       0                                0
Eth4/12/2                                       0                                0
Eth4/12/3                                       0                                0
Eth4/12/4                                       0                                0
Eth4/13/1                                       0                                0
Eth4/13/2                                       0                                0
Eth4/13/3                                       0                                0
Eth4/13/4                                       0                                0
Eth4/14/1                                       0                                0
Eth4/14/2                                       0                                0
Eth4/14/3                                       0                                0
Eth4/14/4                                       0                                0
Eth4/15/1                                       0                                0
Eth4/15/2                                       0                                0
Eth4/15/3                                       0                                0
Eth4/15/4                                       0                                0
Eth4/16/1                                       0                                0
Eth4/16/2                                       0                                0
Eth4/16/3                                       0                                0
Eth4/16/4                                       0                                0
Eth4/17/1                                       0                                0
Eth4/17/2                                       0                                0
Eth4/17/3                                       0                                0
Eth4/17/4                                       0                                0
Eth4/18/1                                       0                                0
Eth4/18/2                                       0                                0
Eth4/18/3                                       0                                0
Eth4/18/4                                       0                                0
Eth4/19/1                                       0                                0
Eth4/19/2                                       0                                0
Eth4/19/3                                       0                                0
Eth4/19/4                                       0                                0
Eth4/20/1                                       0                                0
Eth4/20/2                                       0                                0
Eth4/20/3                                       0                                0
Eth4/20/4                                       0                                0
Eth4/21/1                                       0                                0
Eth4/21/2                                       0                                0
Eth4/21/3                                       0                                0
Eth4/21/4                                       0                                0
Eth4/22/1                                       0                                0
Eth4/22/2                                       0                                0
Eth4/22/3                                       0                                0
Eth4/22/4                                       0                                0
Eth4/23/1                                       0                                0
Eth4/23/2                                       0                                0
Eth4/23/3                                       0                                0
Eth4/23/4                                       0                                0
Eth4/24/1                                       0                                0
Eth4/24/2                                       0                                0
Eth4/24/3                                       0                                0
Eth4/24/4                                       0                                0
Eth4/25/1                                       0                                0
Eth4/25/2                                       0                                0
Eth4/25/3                                       0                                0
Eth4/25/4                                       0                                0
Eth4/26/1                                       0                                0
Eth4/26/2                                       0                                0
Eth4/26/3                                       0                                0
Eth4/26/4                                       0                                0
Eth4/27/1                                       0                                0
Eth4/27/2                                       0                                0
Eth4/27/3                                       0                                0
Eth4/27/4                                       0                                0
Eth4/28/1                                       0                                0
Eth4/28/2                                       0                                0
Eth4/28/3                                       0                                0
Eth4/28/4                                       0                                0
Eth4/29/1                                       0                                0
Eth4/29/2                                       0                                0
Eth4/29/3                                       0                                0
Eth4/29/4                                       0                                0
Eth4/30/1                                       0                                0
Eth4/30/2                                       0                                0
Eth4/30/3                                       0                                0
Eth4/30/4                                       0                                0
Eth4/31/1                                       0                                0
Eth4/31/2                                       0                                0
Eth4/31/3                                       0                                0
Eth4/31/4                                       0                                0
Eth4/32/1                                       0                                0
Eth4/32/2                                       0                                0
Eth4/32/3                                       0                                0
Eth4/32/4                                       0                                0
Eth4/33/1                                       0                                0
Eth4/33/2                                       0                                0
Eth4/33/3                                       0                                0
Eth4/33/4                                       0                                0
Eth4/34/1                                       0                                0
Eth4/34/2                                       0                                0
Eth4/34/3                                       0                                0
Eth4/34/4                                       0                                0
Eth4/35/1                                       0                                0
Eth4/35/2                                       0                                0
Eth4/35/3                                       0                                0
Eth4/35/4                                       0                                0
Eth4/36/1                                       0                                0
Eth4/36/2                                       0                                0
Eth4/36/3                                       0                                0
Eth4/36/4                                       0                                0

----------------------------------------------------------------------------------
Port                                  InMcastPkts                      InBcastPkts
----------------------------------------------------------------------------------
Po1                                          7856                                0
Po2                                          7759                                0
Po20                                         1214                                0

----------------------------------------------------------------------------------
Port                                  InMcastPkts                      InBcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                  InMcastPkts                      InBcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                    OutOctets                     OutUcastPkts
----------------------------------------------------------------------------------
mgmt0                                    68130953                           538148

----------------------------------------------------------------------------------
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
Eth1/9                                          0                                0
Eth1/10                                    232812                                0
Eth1/11                                         0                                0
Eth1/12                                         0                                0
Eth1/13                                         0                                0
Eth1/14                                         0                                0
Eth1/15                                         0                                0
Eth1/16                                         0                                0
Eth1/17                                         0                                0
Eth1/18                                         0                                0
Eth1/19                                         0                                0
Eth1/20                                         0                                0
Eth1/21                                         0                                0
Eth1/22                                         0                                0
Eth1/23                                         0                                0
Eth1/24                                         0                                0
Eth1/25                                         0                                0
Eth1/26                                         0                                0
Eth1/27                                         0                                0
Eth1/28                                         0                                0
Eth1/29                                         0                                0
Eth1/30                                         0                                0
Eth1/31                                         0                                0
Eth1/32                                    788856                                0
Eth2/1                             26050633508284                      50880141541
Eth2/2                             26050642202679                      50880159726
Eth2/3                                   43544598                           599238
Eth2/4                                   43405003                           597252
Eth2/5                                   43855070                           603679
Eth2/6                                   43530928                           598902
Eth2/7                                   43839348                           603547
Eth2/8                                   43496691                           598684
Eth2/9                                   43805083                           603580
Eth2/10/1                                  423547                                0
Eth2/10/2                                       0                                0
Eth2/10/3                                       0                                0
Eth2/10/4                                       0                                0
Eth2/11                                  44042330                           606693
Eth2/12                                  44128172                           608244
Eth2/13                                  44296962                           610618
Eth2/14                                    412925                                0
Eth2/15                                  43946224                           605613
Eth2/16                                   9044407                           114776
Eth2/17                                  43906995                           605331
Eth2/18                                  44020658                           607053
Eth2/19                                  44331401                           611524
Eth2/20                                  44185855                           609428
Eth2/21                                  44235431                           610092
Eth2/22                                  44392912                           612354
Eth2/23                                  43941184                           606032
Eth2/24                                  43800969                           603961
Eth2/25                                  44054323                           607144
Eth2/26                                  43585539                           600408
Eth2/27                                  43709778                           602321
Eth2/28                                  43848726                           604355
Eth2/29                                  43824878                           604109
Eth2/30                                  43556786                           600007
Eth2/31                                  44160564                           609076
Eth2/32                                  43916595                           605173
Eth3/1                                     303215                              662
Eth3/2                                       2452                                4
Eth3/3                                       2452                                4
Eth3/4                                       2452                                4
Eth3/5                                          0                                0
Eth3/6                                          0                                0
Eth3/7                                          0                                0
Eth3/8                                          0                                0
Eth3/9                                          0                                0
Eth3/10                                         0                                0
Eth3/11                                         0                                0
Eth3/12                                         0                                0
Eth3/13                                         0                                0
Eth3/14                                         0                                0
Eth3/15                                         0                                0
Eth3/16                                         0                                0
Eth3/17                                         0                                0
Eth3/18                                         0                                0
Eth3/19                                         0                                0
Eth3/20                                         0                                0
Eth3/21                                    230081                                0
Eth3/22                                    745042                                0
Eth3/23                                    231404                                4
Eth3/24                                    232818                                4
Eth3/25                                    230017                                0
Eth3/26                                    230017                                0
Eth3/27                                      2452                                4
Eth3/28                                      2452                                4
Eth3/29                                         0                                0
Eth3/30                                         0                                0
Eth3/31                                         0                                0
Eth3/32                                         0                                0
Eth3/33                                         0                                0
Eth3/34                                         0                                0
Eth3/35                                         0                                0
Eth3/36                                         0                                0
Eth3/37                                         0                                0
Eth3/38                                         0                                0
Eth3/39                                         0                                0
Eth3/40                                         0                                0
Eth3/41                                         0                                0
Eth3/42                                         0                                0
Eth3/43                                         0                                0
Eth3/44                                         0                                0
Eth3/45                                         0                                0
Eth3/46                                         0                                0
Eth3/47                                         0                                0
Eth3/48                                         0                                0
Eth3/49                                         0                                0
Eth3/50                                         0                                0
Eth3/51                                         0                                0
Eth3/52                                    782529                                0
Eth4/1                                    1217259                                0
Eth4/2                             34072508542684                      65806401979
Eth4/3                                     412864                                0
Eth4/4                                     412722                                0
Eth4/5                                     412534                                0
Eth4/6                                     412264                                0
Eth4/7                                     411415                                0
Eth4/8                                     411067                                0
Eth4/9                                     325053                                0
Eth4/10/1                                  414286                                0
Eth4/10/2                                       0                                0
Eth4/10/3                                       0                                0
Eth4/10/4                                       0                                0
Eth4/11/1                                       0                                0
Eth4/11/2                                       0                                0
Eth4/11/3                                       0                                0
Eth4/11/4                                       0                                0
Eth4/12/1                                       0                                0
Eth4/12/2                                       0                                0
Eth4/12/3                                       0                                0
Eth4/12/4                                       0                                0
Eth4/13/1                                       0                                0
Eth4/13/2                                       0                                0
Eth4/13/3                                       0                                0
Eth4/13/4                                       0                                0
Eth4/14/1                                       0                                0
Eth4/14/2                                       0                                0
Eth4/14/3                                       0                                0
Eth4/14/4                                       0                                0
Eth4/15/1                                       0                                0
Eth4/15/2                                       0                                0
Eth4/15/3                                       0                                0
Eth4/15/4                                       0                                0
Eth4/16/1                                       0                                0
Eth4/16/2                                       0                                0
Eth4/16/3                                       0                                0
Eth4/16/4                                       0                                0
Eth4/17/1                                       0                                0
Eth4/17/2                                       0                                0
Eth4/17/3                                       0                                0
Eth4/17/4                                       0                                0
Eth4/18/1                                       0                                0
Eth4/18/2                                       0                                0
Eth4/18/3                                       0                                0
Eth4/18/4                                       0                                0
Eth4/19/1                                       0                                0
Eth4/19/2                                       0                                0
Eth4/19/3                                       0                                0
Eth4/19/4                                       0                                0
Eth4/20/1                                       0                                0
Eth4/20/2                                       0                                0
Eth4/20/3                                       0                                0
Eth4/20/4                                       0                                0
Eth4/21/1                                       0                                0
Eth4/21/2                                       0                                0
Eth4/21/3                                       0                                0
Eth4/21/4                                       0                                0
Eth4/22/1                                       0                                0
Eth4/22/2                                       0                                0
Eth4/22/3                                       0                                0
Eth4/22/4                                       0                                0
Eth4/23/1                                       0                                0
Eth4/23/2                                       0                                0
Eth4/23/3                                       0                                0
Eth4/23/4                                       0                                0
Eth4/24/1                                       0                                0
Eth4/24/2                                       0                                0
Eth4/24/3                                       0                                0
Eth4/24/4                                       0                                0
Eth4/25/1                                       0                                0
Eth4/25/2                                       0                                0
Eth4/25/3                                       0                                0
Eth4/25/4                                       0                                0
Eth4/26/1                                       0                                0
Eth4/26/2                                       0                                0
Eth4/26/3                                       0                                0
Eth4/26/4                                       0                                0
Eth4/27/1                                       0                                0
Eth4/27/2                                       0                                0
Eth4/27/3                                       0                                0
Eth4/27/4                                       0                                0
Eth4/28/1                                       0                                0
Eth4/28/2                                       0                                0
Eth4/28/3                                       0                                0
Eth4/28/4                                       0                                0
Eth4/29/1                                       0                                0
Eth4/29/2                                       0                                0
Eth4/29/3                                       0                                0
Eth4/29/4                                       0                                0
Eth4/30/1                                       0                                0
Eth4/30/2                                       0                                0
Eth4/30/3                                       0                                0
Eth4/30/4                                       0                                0
Eth4/31/1                                       0                                0
Eth4/31/2                                       0                                0
Eth4/31/3                                       0                                0
Eth4/31/4                                       0                                0
Eth4/32/1                                       0                                0
Eth4/32/2                                       0                                0
Eth4/32/3                                       0                                0
Eth4/32/4                                       0                                0
Eth4/33/1                                       0                                0
Eth4/33/2                                       0                                0
Eth4/33/3                                       0                                0
Eth4/33/4                                       0                                0
Eth4/34/1                                       0                                0
Eth4/34/2                                       0                                0
Eth4/34/3                                       0                                0
Eth4/34/4                                       0                                0
Eth4/35/1                                       0                                0
Eth4/35/2                                       0                                0
Eth4/35/3                                       0                                0
Eth4/35/4                                       0                                0
Eth4/36/1                                       0                                0
Eth4/36/2                                       0                                0
Eth4/36/3                                       0                                0
Eth4/36/4                                       0                                0

----------------------------------------------------------------------------------
Port                                    OutOctets                     OutUcastPkts
----------------------------------------------------------------------------------
Po1                                        412925                                0
Po2                                        325053                                0
Po20                                       745042                                0

----------------------------------------------------------------------------------
Port                                    OutOctets                     OutUcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                    OutOctets                     OutUcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                 OutMcastPkts                     OutBcastPkts
----------------------------------------------------------------------------------
mgmt0                                         330                              204

----------------------------------------------------------------------------------
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
Eth1/9                                          0                                0
Eth1/10                                       757                                0
Eth1/11                                         0                                0
Eth1/12                                         0                                0
Eth1/13                                         0                                0
Eth1/14                                         0                                0
Eth1/15                                         0                                0
Eth1/16                                         0                                0
Eth1/17                                         0                                0
Eth1/18                                         0                                0
Eth1/19                                         0                                0
Eth1/20                                         0                                0
Eth1/21                                         0                                0
Eth1/22                                         0                                0
Eth1/23                                         0                                0
Eth1/24                                         0                                0
Eth1/25                                         0                                0
Eth1/26                                         0                                0
Eth1/27                                         0                                0
Eth1/28                                         0                                0
Eth1/29                                         0                                0
Eth1/30                                         0                                0
Eth1/31                                         0                                0
Eth1/32                                      9073                                0
Eth2/1                                      12457                                0
Eth2/2                                       2104                                0
Eth2/3                                       5618                                7
Eth2/4                                       5583                                6
Eth2/5                                       5590                                5
Eth2/6                                       5610                                5
Eth2/7                                       5584                                5
Eth2/8                                       5589                                8
Eth2/9                                       5566                                5
Eth2/10/1                                    2079                                0
Eth2/10/2                                       0                                0
Eth2/10/3                                       0                                0
Eth2/10/4                                       0                                0
Eth2/11                                      5613                                5
Eth2/12                                      5567                                5
Eth2/13                                      5555                                5
Eth2/14                                      2074                                0
Eth2/15                                      5551                                5
Eth2/16                                      6360                              957
Eth2/17                                      5560                                5
Eth2/18                                      5570                                5
Eth2/19                                      5566                                5
Eth2/20                                      5571                                5
Eth2/21                                      5589                                5
Eth2/22                                      5579                                5
Eth2/23                                      5556                                6
Eth2/24                                      5570                                5
Eth2/25                                      5527                                5
Eth2/26                                      5545                                5
Eth2/27                                      5541                                5
Eth2/28                                      5532                                5
Eth2/29                                      5501                                5
Eth2/30                                      5548                                5
Eth2/31                                      5466                                5
Eth2/32                                      5554                                6
Eth3/1                                        834                                7
Eth3/2                                          0                                0
Eth3/3                                          0                                0
Eth3/4                                          0                                0
Eth3/5                                          0                                0
Eth3/6                                          0                                0
Eth3/7                                          0                                0
Eth3/8                                          0                                0
Eth3/9                                          0                                0
Eth3/10                                         0                                0
Eth3/11                                         0                                0
Eth3/12                                         0                                0
Eth3/13                                         0                                0
Eth3/14                                         0                                0
Eth3/15                                         0                                0
Eth3/16                                         0                                0
Eth3/17                                         0                                0
Eth3/18                                         0                                0
Eth3/19                                         0                                0
Eth3/20                                         0                                0
Eth3/21                                       738                                0
Eth3/22                                      8309                                0
Eth3/23                                       734                                0
Eth3/24                                       739                                0
Eth3/25                                       737                                0
Eth3/26                                       737                                0
Eth3/27                                         0                                0
Eth3/28                                         0                                0
Eth3/29                                         0                                0
Eth3/30                                         0                                0
Eth3/31                                         0                                0
Eth3/32                                         0                                0
Eth3/33                                         0                                0
Eth3/34                                         0                                0
Eth3/35                                         0                                0
Eth3/36                                         0                                0
Eth3/37                                         0                                0
Eth3/38                                         0                                0
Eth3/39                                         0                                0
Eth3/40                                         0                                0
Eth3/41                                         0                                0
Eth3/42                                         0                                0
Eth3/43                                         0                                0
Eth3/44                                         0                                0
Eth3/45                                         0                                0
Eth3/46                                         0                                0
Eth3/47                                         0                                0
Eth3/48                                         0                                0
Eth3/49                                         0                                0
Eth3/50                                         0                                0
Eth3/51                                         0                                0
Eth3/52                                      8997                                0
Eth4/1                                      14493                                0
Eth4/2                                       2020                                0
Eth4/3                                       2010                                0
Eth4/4                                       2008                                0
Eth4/5                                       2007                                0
Eth4/6                                       2005                                0
Eth4/7                                       2002                                0
Eth4/8                                       1999                                0
Eth4/9                                       1993                                0
Eth4/10/1                                    1996                                0
Eth4/10/2                                       0                                0
Eth4/10/3                                       0                                0
Eth4/10/4                                       0                                0
Eth4/11/1                                       0                                0
Eth4/11/2                                       0                                0
Eth4/11/3                                       0                                0
Eth4/11/4                                       0                                0
Eth4/12/1                                       0                                0
Eth4/12/2                                       0                                0
Eth4/12/3                                       0                                0
Eth4/12/4                                       0                                0
Eth4/13/1                                       0                                0
Eth4/13/2                                       0                                0
Eth4/13/3                                       0                                0
Eth4/13/4                                       0                                0
Eth4/14/1                                       0                                0
Eth4/14/2                                       0                                0
Eth4/14/3                                       0                                0
Eth4/14/4                                       0                                0
Eth4/15/1                                       0                                0
Eth4/15/2                                       0                                0
Eth4/15/3                                       0                                0
Eth4/15/4                                       0                                0
Eth4/16/1                                       0                                0
Eth4/16/2                                       0                                0
Eth4/16/3                                       0                                0
Eth4/16/4                                       0                                0
Eth4/17/1                                       0                                0
Eth4/17/2                                       0                                0
Eth4/17/3                                       0                                0
Eth4/17/4                                       0                                0
Eth4/18/1                                       0                                0
Eth4/18/2                                       0                                0
Eth4/18/3                                       0                                0
Eth4/18/4                                       0                                0
Eth4/19/1                                       0                                0
Eth4/19/2                                       0                                0
Eth4/19/3                                       0                                0
Eth4/19/4                                       0                                0
Eth4/20/1                                       0                                0
Eth4/20/2                                       0                                0
Eth4/20/3                                       0                                0
Eth4/20/4                                       0                                0
Eth4/21/1                                       0                                0
Eth4/21/2                                       0                                0
Eth4/21/3                                       0                                0
Eth4/21/4                                       0                                0
Eth4/22/1                                       0                                0
Eth4/22/2                                       0                                0
Eth4/22/3                                       0                                0
Eth4/22/4                                       0                                0
Eth4/23/1                                       0                                0
Eth4/23/2                                       0                                0
Eth4/23/3                                       0                                0
Eth4/23/4                                       0                                0
Eth4/24/1                                       0                                0
Eth4/24/2                                       0                                0
Eth4/24/3                                       0                                0
Eth4/24/4                                       0                                0
Eth4/25/1                                       0                                0
Eth4/25/2                                       0                                0
Eth4/25/3                                       0                                0
Eth4/25/4                                       0                                0
Eth4/26/1                                       0                                0
Eth4/26/2                                       0                                0
Eth4/26/3                                       0                                0
Eth4/26/4                                       0                                0
Eth4/27/1                                       0                                0
Eth4/27/2                                       0                                0
Eth4/27/3                                       0                                0
Eth4/27/4                                       0                                0
Eth4/28/1                                       0                                0
Eth4/28/2                                       0                                0
Eth4/28/3                                       0                                0
Eth4/28/4                                       0                                0
Eth4/29/1                                       0                                0
Eth4/29/2                                       0                                0
Eth4/29/3                                       0                                0
Eth4/29/4                                       0                                0
Eth4/30/1                                       0                                0
Eth4/30/2                                       0                                0
Eth4/30/3                                       0                                0
Eth4/30/4                                       0                                0
Eth4/31/1                                       0                                0
Eth4/31/2                                       0                                0
Eth4/31/3                                       0                                0
Eth4/31/4                                       0                                0
Eth4/32/1                                       0                                0
Eth4/32/2                                       0                                0
Eth4/32/3                                       0                                0
Eth4/32/4                                       0                                0
Eth4/33/1                                       0                                0
Eth4/33/2                                       0                                0
Eth4/33/3                                       0                                0
Eth4/33/4                                       0                                0
Eth4/34/1                                       0                                0
Eth4/34/2                                       0                                0
Eth4/34/3                                       0                                0
Eth4/34/4                                       0                                0
Eth4/35/1                                       0                                0
Eth4/35/2                                       0                                0
Eth4/35/3                                       0                                0
Eth4/35/4                                       0                                0
Eth4/36/1                                       0                                0
Eth4/36/2                                       0                                0
Eth4/36/3                                       0                                0
Eth4/36/4                                       0                                0

----------------------------------------------------------------------------------
Port                                 OutMcastPkts                     OutBcastPkts
----------------------------------------------------------------------------------
Po1                                          2074                                0
Po2                                          1993                                0
Po20                                         8309                                0

----------------------------------------------------------------------------------
Port                                 OutMcastPkts                     OutBcastPkts
----------------------------------------------------------------------------------

----------------------------------------------------------------------------------
Port                                 OutMcastPkts                     OutBcastPkts
----------------------------------------------------------------------------------

show interface transceiver

show interface transceiver

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)


{

    "ins_api": {
        "outputs": {
            "output": {
                "body": {
                    "TABLE_interface": {
                        "ROW_interface": [
                            {
                                "interface": "Ethernet1/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "cisco_part_number": "10-2928-01", 
                                "cisco_product_id": "QSFP-H40G-AOC2M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet1/5", 
                                "name": "CISCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "FCBN410QE2C02-C1", 
                                "rev": "D", 
                                "serialnum": "FIW194503MQ-B", 
                                "sfp": "present", 
                                "type": "QSFP-H40G-AOC2M"
                            }, 
                            {
                                "cisco_part_number": "10-2929-01", 
                                "cisco_product_id": "QSFP-H40G-AOC5M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet1/6", 
                                "name": "CISCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "FCBN410QE2C05-C1", 
                                "rev": "D", 
                                "serialnum": "FIW202503L7-B", 
                                "sfp": "present", 
                                "type": "QSFP-H40G-AOC5M"
                            }, 
                            {
                                "interface": "Ethernet1/7", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/8", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/9", 
                                "sfp": "not present"
                            }, 
                            {
                                "cisco_part_number": "37-1322-02", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet1/10", 
                                "len_cu": 1, 
                                "name": "CISCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "1111609001", 
                                "rev": "03", 
                                "serialnum": "MDM1735014K-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "interface": "Ethernet1/11", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/12", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/13", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/14", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/15", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/16", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/17", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/18", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/19", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/20", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/21", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/22", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/23", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/24", 
                                "sfp": "not present"
                            }, 
                            {
                                "ciscoid": "13", 
                                "ciscoid_1": 0, 
                                "interface": "Ethernet1/25", 
                                "len_cu": 3, 
                                "name": "Volex Inc.", 
                                "nom_bitrate": 10300, 
                                "partnum": "VAHS-28-0103-3M", 
                                "rev": "B ", 
                                "serialnum": "2801033150470051", 
                                "sfp": "present", 
                                "type": "QSFP-40G-SR4"
                            }, 
                            {
                                "interface": "Ethernet1/26", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/27", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/28", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/29", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet1/30", 
                                "sfp": "not present"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 207, 
                                "interface": "Ethernet1/31", 
                                "len_9": 80, 
                                "name": "INPHI CORP", 
                                "nom_bitrate": 25500, 
                                "partnum": "IN-Q2AY2-45", 
                                "rev": "10", 
                                "serialnum": "L173700203", 
                                "sfp": "present", 
                                "type": "QSFP-100G-DWDM-2"
                            }, 
                            {
                                "cisco_part_number": "10-2925-02", 
                                "cisco_product_id": "QSFP-H40G-AOC1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet1/32", 
                                "name": "CISCO-FINISAR", 
                                "nom_bitrate": 10300, 
                                "partnum": "FCBN410QE2C01-C2", 
                                "rev": "A", 
                                "serialnum": "FIW2146001T-A", 
                                "sfp": "present", 
                                "type": "QSFP-H40G-AOC1M"
                            }, 
                            {
                                "cisco_part_number": "10-2927-01", 
                                "cisco_product_id": "QSFP-H40G-AOC3M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/1", 
                                "name": "CISCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "FCBN410QE2C03-C1", 
                                "rev": "D", 
                                "serialnum": "FIW20160411-B", 
                                "sfp": "present", 
                                "type": "QSFP-H40G-AOC3M"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/2", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJ0K-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/3", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290010-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/4", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290836-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/5", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JK6V-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/6", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JLET-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/7", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290222-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/8", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJ8U-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/9", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290407-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/10/1", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJHH-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/10/2", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJHH-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/10/3", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJHH-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/10/4", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJHH-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/11", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290226-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/12", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JLG8-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/13", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290707-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/14", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJTK-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/15", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290155-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/16", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JKCR-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/17", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290526-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/18", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJWH-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/19", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290792-A", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/20", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJP8-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/21", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290408-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/22", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJAW-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/23", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290390-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/24", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JK0X-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/25", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290158-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/26", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJTD-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/27", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290394-A", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/28", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJK8-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/29", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290809-A", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/30", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJJ3-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "17", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/31", 
                                "len_cu": 1, 
                                "name": "CISCO-AMPHENOL", 
                                "nom_bitrate": 25500, 
                                "partnum": "NDAAFF-C401", 
                                "rev": "A ", 
                                "serialnum": "APF20290224-A", 
                                "sfp": "present", 
                                "type": "QSFP-100G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet2/32", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2027JJTQ-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "interface": "Ethernet3/1", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/2", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/3", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/4", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/5", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/6", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/7", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/8", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/9", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/10", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/11", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/12", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/13", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/14", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/15", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/16", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/17", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/18", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/19", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/20", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/21", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/22", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/23", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/24", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/25", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/26", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/27", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/28", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/29", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/30", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/31", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/32", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/33", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/34", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/35", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/36", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/37", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/38", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/39", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/40", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/41", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/42", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/43", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/44", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/45", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/46", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/47", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/48", 
                                "sfp": "not applicable"
                            }, 
                            {
                                "interface": "Ethernet3/49", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet3/50", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet3/51", 
                                "sfp": "not present"
                            }, 
                            {
                                "cisco_part_number": "10-3172-01", 
                                "cisco_product_id": "QSFP-100G-AOC1M", 
                                "ciscoid": "17", 
                                "ciscoid_1": 220, 
                                "interface": "Ethernet3/52", 
                                "name": "CISCO-FINISAR", 
                                "nom_bitrate": 25500, 
                                "partnum": "FCBN425QE1C01-C1", 
                                "rev": "D", 
                                "serialnum": "FIW21290204-B", 
                                "sfp": "present", 
                                "type": "QSFP-100G-AOC1M"
                            }, 
                            {
                                "cisco_part_number": "10-2927-01", 
                                "cisco_product_id": "QSFP-H40G-AOC3M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/1", 
                                "name": "CISCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "FCBN410QE2C03-C1", 
                                "rev": "D", 
                                "serialnum": "FIW2015042P-B", 
                                "sfp": "present", 
                                "type": "QSFP-H40G-AOC3M"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/2", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2029JJ8P-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/3", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2029JJDT-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/4", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JJM5-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/5", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JJ92-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/6", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JL8L-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/7", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JJE1-A", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/8", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JKHC-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "cisco_part_number": "37-1322-03", 
                                "cisco_product_id": "QSFP-H40G-CU1M", 
                                "ciscoid": "13", 
                                "ciscoid_1": 16, 
                                "interface": "Ethernet4/9", 
                                "len_cu": 1, 
                                "name": "CISCO-TYCO", 
                                "nom_bitrate": 10300, 
                                "partnum": "2821248-3", 
                                "rev": "D ", 
                                "serialnum": "TED2028JJJ5-B", 
                                "sfp": "present", 
                                "type": "QSFP-40G-CR4"
                            }, 
                            {
                                "ciscoid": "13", 
                                "ciscoid_1": 0, 
                                "interface": "Ethernet4/10/1", 
                                "len_cu": 1, 
                                "name": "Molex Inc.", 
                                "nom_bitrate": 10000, 
                                "partnum": "1110401104", 
                                "rev": {}, 
                                "serialnum": "221330048", 
                                "sfp": "present", 
                                "type": "QSFP-40G-SR4"
                            }, 
                            {
                                "ciscoid": "13", 
                                "ciscoid_1": 0, 
                                "interface": "Ethernet4/10/2", 
                                "len_cu": 1, 
                                "name": "Molex Inc.", 
                                "nom_bitrate": 10000, 
                                "partnum": "1110401104", 
                                "rev": {}, 
                                "serialnum": "221330048", 
                                "sfp": "present", 
                                "type": "QSFP-40G-SR4"
                            }, 
                            {
                                "ciscoid": "13", 
                                "ciscoid_1": 0, 
                                "interface": "Ethernet4/10/3", 
                                "len_cu": 1, 
                                "name": "Molex Inc.", 
                                "nom_bitrate": 10000, 
                                "partnum": "1110401104", 
                                "rev": {}, 
                                "serialnum": "221330048", 
                                "sfp": "present", 
                                "type": "QSFP-40G-SR4"
                            }, 
                            {
                                "ciscoid": "13", 
                                "ciscoid_1": 0, 
                                "interface": "Ethernet4/10/4", 
                                "len_cu": 1, 
                                "name": "Molex Inc.", 
                                "nom_bitrate": 10000, 
                                "partnum": "1110401104", 
                                "rev": {}, 
                                "serialnum": "221330048", 
                                "sfp": "present", 
                                "type": "QSFP-40G-SR4"
                            }, 
                            {
                                "interface": "Ethernet4/11/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/11/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/11/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/11/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/12/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/12/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/12/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/12/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/13/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/13/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/13/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/13/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/14/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/14/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/14/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/14/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/15/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/15/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/15/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/15/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/16/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/16/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/16/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/16/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/17/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/17/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/17/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/17/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/18/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/18/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/18/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/18/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/19/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/19/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/19/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/19/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/20/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/20/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/20/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/20/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/21/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/21/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/21/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/21/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/22/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/22/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/22/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/22/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/23/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/23/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/23/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/23/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/24/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/24/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/24/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/24/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/25/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/25/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/25/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/25/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/26/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/26/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/26/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/26/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/27/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/27/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/27/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/27/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/28/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/28/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/28/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/28/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/29/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/29/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/29/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/29/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/30/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/30/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/30/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/30/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/31/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/31/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/31/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/31/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/32/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/32/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/32/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/32/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/33/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/33/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/33/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/33/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/34/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/34/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/34/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/34/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/35/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/35/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/35/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/35/4", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/36/1", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/36/2", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/36/3", 
                                "sfp": "not present"
                            }, 
                            {
                                "interface": "Ethernet4/36/4", 
                                "sfp": "not present"
                            }
                        ]
                    }
                }, 
                "code": "200", 
                "input": "show interface transceiver", 
                "msg": "Success"
            }
        }, 
        "sid": "eoc", 
        "type": "cli_show", 
        "version": "1.0"
    }
}

The CLI output example below corresponds to the payload example in the code pane on the right. For more information about the show interface transceiver command, see the CLI command reference:

http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).

CLI Output
Switch# show interface transceiver
Ethernet1/1
    transceiver is not present

Ethernet1/2
    transceiver is not present

Ethernet1/3
    transceiver is not present

Ethernet1/4
    transceiver is not present

Ethernet1/5
    transceiver is present
    type is QSFP-H40G-AOC2M
    name is CISCO
    part number is FCBN410QE2C02-C1
    revision is D
    serial number is FIW194503MQ-B
    nominal bitrate is 10300 MBit/sec per channel
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 10-2928-01
    cisco product id is QSFP-H40G-AOC2M

Ethernet1/6
    transceiver is present
    type is QSFP-H40G-AOC5M
    name is CISCO
    part number is FCBN410QE2C05-C1
    revision is D
    serial number is FIW202503L7-B
    nominal bitrate is 10300 MBit/sec per channel
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 10-2929-01
    cisco product id is QSFP-H40G-AOC5M

Ethernet1/7
    transceiver is not present

Ethernet1/8
    transceiver is not present

Ethernet1/9
    transceiver is not present

Ethernet1/10
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO
    part number is 1111609001
    revision is 03
    serial number is MDM1735014K-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-02
    cisco product id is QSFP-H40G-CU1M

Ethernet1/11
    transceiver is not present

Ethernet1/12
    transceiver is not present

Ethernet1/13
    transceiver is not present

Ethernet1/14
    transceiver is not present

Ethernet1/15
    transceiver is not present

Ethernet1/16
    transceiver is not present

Ethernet1/17
    transceiver is not present

Ethernet1/18
    transceiver is not present

Ethernet1/19
    transceiver is not present

Ethernet1/20
    transceiver is not present

Ethernet1/21
    transceiver is not present

Ethernet1/22
    transceiver is not present

Ethernet1/23
    transceiver is not present

Ethernet1/24
    transceiver is not present

Ethernet1/25
    transceiver is present
    type is QSFP-40G-SR4
    name is Volex Inc.
    part number is VAHS-28-0103-3M
    revision is B 
    serial number is 2801033150470051
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 3 m
    cisco id is 13
    cisco extended id number is 0

Ethernet1/26
    transceiver is not present

Ethernet1/27
    transceiver is not present

Ethernet1/28
    transceiver is not present

Ethernet1/29
    transceiver is not present

Ethernet1/30
    transceiver is not present

Ethernet1/31
    transceiver is present
    type is QSFP-100G-DWDM-2
    name is INPHI CORP
    part number is IN-Q2AY2-45
    revision is 10
    serial number is L173700203
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for 9/125um fiber is 80 km
    cisco id is 17
    cisco extended id number is 207
    firmware version is 5

Ethernet1/32
    transceiver is present
    type is QSFP-H40G-AOC1M
    name is CISCO-FINISAR
    part number is FCBN410QE2C01-C2
    revision is A
    serial number is FIW2146001T-A
    nominal bitrate is 10300 MBit/sec per channel
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 10-2925-02
    cisco product id is QSFP-H40G-AOC1M

Ethernet2/1
    transceiver is present
    type is QSFP-H40G-AOC3M
    name is CISCO
    part number is FCBN410QE2C03-C1
    revision is D
    serial number is FIW20160411-B
    nominal bitrate is 10300 MBit/sec per channel
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 10-2927-01
    cisco product id is QSFP-H40G-AOC3M

Ethernet2/2
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJ0K-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/3
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290010-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/4
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290836-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/5
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JK6V-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/6
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JLET-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/7
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290222-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/8
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJ8U-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/9
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290407-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/10/1
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJHH-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/10/2
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJHH-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/10/3
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJHH-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/10/4
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJHH-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/11
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290226-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/12
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JLG8-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/13
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290707-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/14
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJTK-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/15
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290155-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/16
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JKCR-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/17
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290526-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/18
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJWH-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/19
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290792-A
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/20
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJP8-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/21
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290408-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/22
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJAW-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/23
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290390-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/24
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JK0X-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/25
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290158-B
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/26
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJTD-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/27
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290394-A
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/28
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJK8-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/29
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290809-A
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/30
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJJ3-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet2/31
    transceiver is present
    type is QSFP-100G-CR4
    name is CISCO-AMPHENOL
    part number is NDAAFF-C401
    revision is A 
    serial number is APF20290224-A
    nominal bitrate is 25500 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 17
    cisco extended id number is 16

Ethernet2/32
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2027JJTQ-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet3/1
    transceiver is not applicable

Ethernet3/2
    transceiver is not applicable

Ethernet3/3
    transceiver is not applicable

Ethernet3/4
    transceiver is not applicable

Ethernet3/5
    transceiver is not applicable

Ethernet3/6
    transceiver is not applicable

Ethernet3/7
    transceiver is not applicable

Ethernet3/8
    transceiver is not applicable

Ethernet3/9
    transceiver is not applicable

Ethernet3/10
    transceiver is not applicable

Ethernet3/11
    transceiver is not applicable

Ethernet3/12
    transceiver is not applicable

Ethernet3/13
    transceiver is not applicable

Ethernet3/14
    transceiver is not applicable

Ethernet3/15
    transceiver is not applicable

Ethernet3/16
    transceiver is not applicable

Ethernet3/17
    transceiver is not applicable

Ethernet3/18
    transceiver is not applicable

Ethernet3/19
    transceiver is not applicable

Ethernet3/20
    transceiver is not applicable

Ethernet3/21
    transceiver is not applicable

Ethernet3/22
    transceiver is not applicable

Ethernet3/23
    transceiver is not applicable

Ethernet3/24
    transceiver is not applicable

Ethernet3/25
    transceiver is not applicable

Ethernet3/26
    transceiver is not applicable

Ethernet3/27
    transceiver is not applicable

Ethernet3/28
    transceiver is not applicable

Ethernet3/29
    transceiver is not applicable

Ethernet3/30
    transceiver is not applicable

Ethernet3/31
    transceiver is not applicable

Ethernet3/32
    transceiver is not applicable

Ethernet3/33
    transceiver is not applicable

Ethernet3/34
    transceiver is not applicable

Ethernet3/35
    transceiver is not applicable

Ethernet3/36
    transceiver is not applicable

Ethernet3/37
    transceiver is not applicable

Ethernet3/38
    transceiver is not applicable

Ethernet3/39
    transceiver is not applicable

Ethernet3/40
    transceiver is not applicable

Ethernet3/41
    transceiver is not applicable

Ethernet3/42
    transceiver is not applicable

Ethernet3/43
    transceiver is not applicable

Ethernet3/44
    transceiver is not applicable

Ethernet3/45
    transceiver is not applicable

Ethernet3/46
    transceiver is not applicable

Ethernet3/47
    transceiver is not applicable

Ethernet3/48
    transceiver is not applicable

Ethernet3/49
    transceiver is not present

Ethernet3/50
    transceiver is not present

Ethernet3/51
    transceiver is not present

Ethernet3/52
    transceiver is present
    type is QSFP-100G-AOC1M
    name is CISCO-FINISAR
    part number is FCBN425QE1C01-C1
    revision is D
    serial number is FIW21290204-B
    nominal bitrate is 25500 MBit/sec per channel
    cisco id is 17
    cisco extended id number is 220
    cisco part number is 10-3172-01
    cisco product id is QSFP-100G-AOC1M

Ethernet4/1
    transceiver is present
    type is QSFP-H40G-AOC3M
    name is CISCO
    part number is FCBN410QE2C03-C1
    revision is D
    serial number is FIW2015042P-B
    nominal bitrate is 10300 MBit/sec per channel
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 10-2927-01
    cisco product id is QSFP-H40G-AOC3M

Ethernet4/2
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2029JJ8P-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/3
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2029JJDT-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/4
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JJM5-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/5
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JJ92-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/6
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JL8L-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/7
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JJE1-A
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/8
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JKHC-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/9
    transceiver is present
    type is QSFP-40G-CR4
    name is CISCO-TYCO
    part number is 2821248-3
    revision is D 
    serial number is TED2028JJJ5-B
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for copper is 1 m
    cisco id is 13
    cisco extended id number is 16
    cisco part number is 37-1322-03
    cisco product id is QSFP-H40G-CU1M

Ethernet4/10/1
    transceiver is present
    type is QSFP-40G-SR4
    name is Molex Inc.
    part number is 1110401104
    revision is
serial number is 221330048 nominal bitrate is 10000 MBit/sec per channel Link length supported for copper is 1 m cisco id is 13 cisco extended id number is 0 Ethernet4/10/2 transceiver is present type is QSFP-40G-SR4 name is Molex Inc. part number is 1110401104 revision is
serial number is 221330048 nominal bitrate is 10000 MBit/sec per channel Link length supported for copper is 1 m cisco id is 13 cisco extended id number is 0 Ethernet4/10/3 transceiver is present type is QSFP-40G-SR4 name is Molex Inc. part number is 1110401104 revision is
serial number is 221330048 nominal bitrate is 10000 MBit/sec per channel Link length supported for copper is 1 m cisco id is 13 cisco extended id number is 0 Ethernet4/10/4 transceiver is present type is QSFP-40G-SR4 name is Molex Inc. part number is 1110401104 revision is
serial number is 221330048 nominal bitrate is 10000 MBit/sec per channel Link length supported for copper is 1 m cisco id is 13 cisco extended id number is 0 Ethernet4/11/1 transceiver is not present Ethernet4/11/2 transceiver is not present Ethernet4/11/3 transceiver is not present Ethernet4/11/4 transceiver is not present Ethernet4/12/1 transceiver is not present Ethernet4/12/2 transceiver is not present Ethernet4/12/3 transceiver is not present Ethernet4/12/4 transceiver is not present Ethernet4/13/1 transceiver is not present Ethernet4/13/2 transceiver is not present Ethernet4/13/3 transceiver is not present Ethernet4/13/4 transceiver is not present Ethernet4/14/1 transceiver is not present Ethernet4/14/2 transceiver is not present Ethernet4/14/3 transceiver is not present Ethernet4/14/4 transceiver is not present Ethernet4/15/1 transceiver is not present Ethernet4/15/2 transceiver is not present Ethernet4/15/3 transceiver is not present Ethernet4/15/4 transceiver is not present Ethernet4/16/1 transceiver is not present Ethernet4/16/2 transceiver is not present Ethernet4/16/3 transceiver is not present Ethernet4/16/4 transceiver is not present Ethernet4/17/1 transceiver is not present Ethernet4/17/2 transceiver is not present Ethernet4/17/3 transceiver is not present Ethernet4/17/4 transceiver is not present Ethernet4/18/1 transceiver is not present Ethernet4/18/2 transceiver is not present Ethernet4/18/3 transceiver is not present Ethernet4/18/4 transceiver is not present Ethernet4/19/1 transceiver is not present Ethernet4/19/2 transceiver is not present Ethernet4/19/3 transceiver is not present Ethernet4/19/4 transceiver is not present Ethernet4/20/1 transceiver is not present Ethernet4/20/2 transceiver is not present Ethernet4/20/3 transceiver is not present Ethernet4/20/4 transceiver is not present Ethernet4/21/1 transceiver is not present Ethernet4/21/2 transceiver is not present Ethernet4/21/3 transceiver is not present Ethernet4/21/4 transceiver is not present Ethernet4/22/1 transceiver is not present Ethernet4/22/2 transceiver is not present Ethernet4/22/3 transceiver is not present Ethernet4/22/4 transceiver is not present Ethernet4/23/1 transceiver is not present Ethernet4/23/2 transceiver is not present Ethernet4/23/3 transceiver is not present Ethernet4/23/4 transceiver is not present Ethernet4/24/1 transceiver is not present Ethernet4/24/2 transceiver is not present Ethernet4/24/3 transceiver is not present Ethernet4/24/4 transceiver is not present Ethernet4/25/1 transceiver is not present Ethernet4/25/2 transceiver is not present Ethernet4/25/3 transceiver is not present Ethernet4/25/4 transceiver is not present Ethernet4/26/1 transceiver is not present Ethernet4/26/2 transceiver is not present Ethernet4/26/3 transceiver is not present Ethernet4/26/4 transceiver is not present Ethernet4/27/1 transceiver is not present Ethernet4/27/2 transceiver is not present Ethernet4/27/3 transceiver is not present Ethernet4/27/4 transceiver is not present Ethernet4/28/1 transceiver is not present Ethernet4/28/2 transceiver is not present Ethernet4/28/3 transceiver is not present Ethernet4/28/4 transceiver is not present Ethernet4/29/1 transceiver is not present Ethernet4/29/2 transceiver is not present Ethernet4/29/3 transceiver is not present Ethernet4/29/4 transceiver is not present Ethernet4/30/1 transceiver is not present Ethernet4/30/2 transceiver is not present Ethernet4/30/3 transceiver is not present Ethernet4/30/4 transceiver is not present Ethernet4/31/1 transceiver is not present Ethernet4/31/2 transceiver is not present Ethernet4/31/3 transceiver is not present Ethernet4/31/4 transceiver is not present Ethernet4/32/1 transceiver is not present Ethernet4/32/2 transceiver is not present Ethernet4/32/3 transceiver is not present Ethernet4/32/4 transceiver is not present Ethernet4/33/1 transceiver is not present Ethernet4/33/2 transceiver is not present Ethernet4/33/3 transceiver is not present Ethernet4/33/4 transceiver is not present Ethernet4/34/1 transceiver is not present Ethernet4/34/2 transceiver is not present Ethernet4/34/3 transceiver is not present Ethernet4/34/4 transceiver is not present Ethernet4/35/1 transceiver is not present Ethernet4/35/2 transceiver is not present Ethernet4/35/3 transceiver is not present Ethernet4/35/4 transceiver is not present Ethernet4/36/1 transceiver is not present Ethernet4/36/2 transceiver is not present Ethernet4/36/3 transceiver is not present Ethernet4/36/4 transceiver is not present