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:
Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).
| CLI Output |
|---|
|
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:
Note: This example was added in Cisco NX-OS Release 7.0(3)I7(4).
| CLI Output |
|---|
|