show interface brief
show interface brief
import json
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
"version": "1.0",
"type": "cli_show",
"chunk": "0",
"sid": "1",
"input": "show interface brief",
"output_format": "json"
}
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)
{
"ins_api": {
"outputs": {
"output": {
"body": {
"TABLE_interface": {
"ROW_interface": [
{
"interface": "Ethernet1/1",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/1.50",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "50"
},
{
"interface": "Ethernet1/1.51",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "51"
},
{
"interface": "Ethernet1/1.52",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "52"
},
{
"interface": "Ethernet1/1.53",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "53"
},
{
"interface": "Ethernet1/2",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/3",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "down",
"state_rsn_desc": "SFP not inserted",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/4",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/5",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/6",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/7",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/8",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/9",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/10",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/11",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/12",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/13",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/14",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/15",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/16",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/17",
"portmode": "access",
"ratemode": "D",
"speed": "10G",
"state": "down",
"state_rsn_desc": "Link not connected",
"type": "eth",
"vlan": "50"
},
{
"interface": "Ethernet1/18",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/19",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/20",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/21",
"portmode": "access",
"ratemode": "D",
"speed": "10G",
"state": "down",
"state_rsn_desc": "Link not connected",
"type": "eth",
"vlan": "50"
},
{
"interface": "Ethernet1/22",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/23",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/24",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/25",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/26",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/27",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/28",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/29",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/30",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/31",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/32",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/33",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/34",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/35",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/36",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/37",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/38",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/39",
"portmode": "trunk",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "1"
},
{
"interface": "Ethernet1/40",
"portmode": "trunk",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "1"
},
{
"interface": "Ethernet1/41",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/42",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/43",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/44",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/45",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/46",
"portmode": "routed",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "--"
},
{
"interface": "Ethernet1/47",
"portchan": "47",
"portmode": "trunk",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "1"
},
{
"interface": "Ethernet1/48",
"portchan": "47",
"portmode": "trunk",
"ratemode": "D",
"speed": "10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "1"
},
{
"interface": "port-channel47",
"portmode": "trunk",
"proto": "lacp",
"ratemode": "D",
"speed": "a-10G",
"state": "up",
"state_rsn_desc": "none",
"type": "eth",
"vlan": "1"
},
{
"interface": "mgmt0",
"ip_addr": "10.197.122.96",
"mtu": "1500",
"speed": "1000",
"state": "up"
},
{
"interface": "Vlan1",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan2",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan3",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan4",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan5",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan6",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan7",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan8",
"state": "up"
},
{
"interface": "Vlan9",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan10",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan11",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan12",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan13",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan14",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan15",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan16",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan17",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan18",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan19",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan20",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan21",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan22",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan23",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan24",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan25",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan26",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan27",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan28",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan29",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan30",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan31",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan32",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan33",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan34",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan35",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan36",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan37",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan38",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan39",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan40",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan41",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan42",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan43",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan44",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan45",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan46",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan47",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan48",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan49",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan50",
"state": "up"
},
{
"interface": "Vlan51",
"state": "up"
},
{
"interface": "Vlan52",
"state": "up"
},
{
"interface": "Vlan53",
"state": "up"
},
{
"interface": "Vlan54",
"state": "up"
},
{
"interface": "Vlan55",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan56",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan57",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan58",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan59",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan60",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan61",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan62",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan63",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan64",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan65",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan66",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan67",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan68",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan69",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan70",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan71",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan72",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan73",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan74",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan75",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan76",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan77",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan78",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan79",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan80",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan81",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan82",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan83",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan84",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan85",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan86",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan87",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan88",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan89",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan90",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan91",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan92",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan93",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan94",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan95",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan96",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan97",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan98",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan99",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan100",
"state": "up"
},
{
"interface": "Vlan101",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan102",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan103",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan104",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan105",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan106",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan107",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan108",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan109",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan110",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan111",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan112",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan113",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan114",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan115",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan116",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan117",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan118",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan119",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan120",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan121",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan122",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan123",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan124",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan125",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan126",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan127",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan128",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan129",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan130",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan131",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan132",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan133",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan134",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan135",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan136",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan137",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan138",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan139",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan140",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan141",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan142",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan143",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan144",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan145",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan146",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan147",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan148",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan149",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan150",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan151",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan152",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan153",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan154",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan155",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan156",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan157",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan158",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan159",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan160",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan161",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan162",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan163",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan164",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan165",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan166",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan167",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan168",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan169",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan170",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan171",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan172",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan173",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan174",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan175",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan176",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan177",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan178",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan179",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan180",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan181",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan182",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan183",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan184",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan185",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan186",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan187",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan188",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan189",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan190",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan191",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan192",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan193",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan194",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan195",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan196",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan197",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan198",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan199",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan200",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan201",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan202",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan203",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan204",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan205",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan206",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan207",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan208",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan209",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan210",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan211",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan212",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan213",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan214",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan215",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan216",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan217",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan218",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan219",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan220",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan221",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan222",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan223",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan224",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan225",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan226",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan227",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan228",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan229",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan230",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan231",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan232",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan233",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan234",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan235",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan236",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan237",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan238",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan239",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan240",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan241",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan242",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan243",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan244",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan245",
"state": "up"
},
{
"interface": "Vlan246",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan247",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan248",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan249",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan250",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan251",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan252",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan253",
"state": "up"
},
{
"interface": "Vlan254",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan255",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan256",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan257",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan258",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan259",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan260",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan261",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan262",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan263",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan264",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan265",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan266",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan267",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan268",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan269",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan270",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan271",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan272",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan273",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan274",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan275",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan276",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan277",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan278",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan279",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan280",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan281",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan282",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan283",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan284",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan285",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan286",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan287",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan288",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan289",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan290",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan291",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan292",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan293",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan294",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan295",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan296",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan297",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan298",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan299",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan300",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan301",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan302",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan303",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan304",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan305",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan306",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan307",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan308",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan309",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan310",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan311",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan312",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan313",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan314",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan315",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan316",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan317",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan318",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan319",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan320",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan321",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan322",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan323",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan324",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan325",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan326",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan327",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan328",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan329",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan330",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan331",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan332",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan333",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan334",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan335",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan336",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan337",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan338",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan339",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan340",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan341",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan342",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan343",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan344",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan345",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan346",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan347",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan348",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan349",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan350",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan351",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan352",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan353",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan354",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan355",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan356",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan357",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan358",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan359",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan360",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan361",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan362",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan363",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan364",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan365",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan366",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan367",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan368",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan369",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan370",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan371",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan372",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan373",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan374",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan375",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan376",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan377",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan378",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan379",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan380",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan381",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan382",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan383",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan384",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan385",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan386",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan387",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan388",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan389",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan390",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan391",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan392",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan393",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan394",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan395",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan396",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan397",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan398",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan399",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan400",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan401",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan402",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan403",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan404",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan405",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan406",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan407",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan408",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan409",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan410",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan411",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan412",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan413",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan414",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan415",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan416",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan417",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan418",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan419",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan420",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan421",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan422",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan423",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan424",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan425",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan426",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan427",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan428",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan429",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan430",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan431",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan432",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan433",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan434",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan435",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan436",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan437",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan438",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan439",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan440",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan441",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan442",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan443",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan444",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan445",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan446",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan447",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan448",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan449",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan450",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan451",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan452",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan453",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan454",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan455",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan456",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan457",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan458",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan459",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan460",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan461",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan462",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan463",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan464",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan465",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan466",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan467",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan468",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan469",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan470",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan471",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan472",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan473",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan474",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan475",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan476",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan477",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan478",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan479",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan480",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan481",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan482",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan483",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan484",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan485",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan486",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan487",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan488",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan489",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan490",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan491",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan492",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan493",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan494",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan495",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan496",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan497",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan498",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan499",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "Vlan501",
"state": "down",
"state_rsn_desc": "VLAN is down"
},
{
"interface": "loopback0",
"state": "up"
},
{
"interface": "loopback100",
"state": "down"
}
]
}
},
"code": "200",
"input": "show interface brief",
"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 brief command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
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": {
"outputs": {
"output": {
"body": {
"TABLE_rx_counters": {
"ROW_rx_counters": [
{
"eth_inbytes": "1764929152",
"eth_inpkts": "27599217",
"eth_inucast": "77172",
"interface_rx": "Ethernet1/1"
},
{
"eth_inbytes": "1717367881960",
"eth_inpkts": "13427408376",
"eth_inucast": "2041991",
"interface_rx": "Ethernet1/2"
},
{
"eth_inbytes": "0",
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Ethernet1/3"
},
{
"eth_inbytes": "1770161385624",
"eth_inpkts": "13839588643",
"eth_inucast": "2041943",
"interface_rx": "Ethernet1/4"
},
{
"eth_inbytes": "45041279",
"eth_inpkts": "579989",
"eth_inucast": "209",
"interface_rx": "Ethernet1/5"
},
{
"eth_inbytes": "16238612",
"eth_inpkts": "54511",
"eth_inucast": "0",
"interface_rx": "Ethernet1/6"
},
{
"eth_inbytes": "27139401",
"eth_inpkts": "181108",
"eth_inucast": "1089",
"interface_rx": "Ethernet1/7"
},
{
"eth_inbytes": "16244675",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/8"
},
{
"eth_inbytes": "16244013",
"eth_inpkts": "54509",
"eth_inucast": "0",
"interface_rx": "Ethernet1/9"
},
{
"eth_inbytes": "16335010",
"eth_inpkts": "54508",
"eth_inucast": "0",
"interface_rx": "Ethernet1/10"
},
{
"eth_inbytes": "16337076",
"eth_inpkts": "54509",
"eth_inucast": "0",
"interface_rx": "Ethernet1/11"
},
{
"eth_inbytes": "16336618",
"eth_inpkts": "54511",
"eth_inucast": "0",
"interface_rx": "Ethernet1/12"
},
{
"eth_inbytes": "21952351",
"eth_inpkts": "101915",
"eth_inucast": "0",
"interface_rx": "Ethernet1/13"
},
{
"eth_inbytes": "16336496",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/14"
},
{
"eth_inbytes": "16336496",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/15"
},
{
"eth_inbytes": "16336624",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/16"
},
{
"eth_inbytes": "5885",
"eth_inpkts": "28",
"eth_inucast": "0",
"interface_rx": "Ethernet1/17"
},
{
"eth_inbytes": "16335248",
"eth_inpkts": "54508",
"eth_inucast": "0",
"interface_rx": "Ethernet1/18"
},
{
"eth_inbytes": "16335479",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/19"
},
{
"eth_inbytes": "16335986",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/20"
},
{
"eth_inbytes": "6668",
"eth_inpkts": "33",
"eth_inucast": "0",
"interface_rx": "Ethernet1/21"
},
{
"eth_inbytes": "16335332",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/22"
},
{
"eth_inbytes": "16336044",
"eth_inpkts": "54513",
"eth_inucast": "0",
"interface_rx": "Ethernet1/23"
},
{
"eth_inbytes": "16334590",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/24"
},
{
"eth_inbytes": "16334565",
"eth_inpkts": "54511",
"eth_inucast": "0",
"interface_rx": "Ethernet1/25"
},
{
"eth_inbytes": "16334867",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/26"
},
{
"eth_inbytes": "16336068",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/27"
},
{
"eth_inbytes": "16336434",
"eth_inpkts": "54513",
"eth_inucast": "0",
"interface_rx": "Ethernet1/28"
},
{
"eth_inbytes": "16335831",
"eth_inpkts": "54513",
"eth_inucast": "0",
"interface_rx": "Ethernet1/29"
},
{
"eth_inbytes": "16335831",
"eth_inpkts": "54513",
"eth_inucast": "0",
"interface_rx": "Ethernet1/30"
},
{
"eth_inbytes": "16336212",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/31"
},
{
"eth_inbytes": "16336425",
"eth_inpkts": "54512",
"eth_inucast": "0",
"interface_rx": "Ethernet1/32"
},
{
"eth_inbytes": "16336990",
"eth_inpkts": "54514",
"eth_inucast": "0",
"interface_rx": "Ethernet1/33"
},
{
"eth_inbytes": "16337087",
"eth_inpkts": "54515",
"eth_inucast": "0",
"interface_rx": "Ethernet1/34"
},
{
"eth_inbytes": "16336998",
"eth_inpkts": "54515",
"eth_inucast": "0",
"interface_rx": "Ethernet1/35"
},
{
"eth_inbytes": "16336716",
"eth_inpkts": "54515",
"eth_inucast": "0",
"interface_rx": "Ethernet1/36"
},
{
"eth_inbytes": "16336811",
"eth_inpkts": "54516",
"eth_inucast": "0",
"interface_rx": "Ethernet1/37"
},
{
"eth_inbytes": "16334383",
"eth_inpkts": "54514",
"eth_inucast": "0",
"interface_rx": "Ethernet1/38"
},
{
"eth_inbytes": "59776350",
"eth_inpkts": "654785",
"eth_inucast": "0",
"interface_rx": "Ethernet1/39"
},
{
"eth_inbytes": "63626668",
"eth_inpkts": "710218",
"eth_inucast": "0",
"interface_rx": "Ethernet1/40"
},
{
"eth_inbytes": "16334290",
"eth_inpkts": "54508",
"eth_inucast": "0",
"interface_rx": "Ethernet1/41"
},
{
"eth_inbytes": "16336479",
"eth_inpkts": "54511",
"eth_inucast": "0",
"interface_rx": "Ethernet1/42"
},
{
"eth_inbytes": "16336194",
"eth_inpkts": "54510",
"eth_inucast": "0",
"interface_rx": "Ethernet1/43"
},
{
"eth_inbytes": "16336909",
"eth_inpkts": "54514",
"eth_inucast": "0",
"interface_rx": "Ethernet1/44"
},
{
"eth_inbytes": "23824891",
"eth_inpkts": "219322",
"eth_inucast": "2271",
"interface_rx": "Ethernet1/45"
},
{
"eth_inbytes": "23829671",
"eth_inpkts": "219326",
"eth_inucast": "2261",
"interface_rx": "Ethernet1/46"
},
{
"eth_inbytes": "10988005820815",
"eth_inpkts": "106627398409",
"eth_inucast": "15685202",
"interface_rx": "Ethernet1/47"
},
{
"eth_inbytes": "14059875724443",
"eth_inpkts": "106606249651",
"eth_inucast": "0",
"interface_rx": "Ethernet1/48"
},
{
"eth_inbytes": "25047907284070",
"eth_inpkts": "213233843002",
"eth_inucast": "15685202",
"interface_rx": "port-channel47"
},
{
"eth_inpkts": "359166624",
"eth_inucast": "358590",
"interface_rx": "mgmt0"
},
{
"eth_inpkts": "77992782",
"eth_inucast": "292155",
"interface_rx": "Vlan1"
},
{
"eth_inpkts": "39224936",
"eth_inucast": "544791",
"interface_rx": "Vlan2"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan3"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan4"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan5"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan6"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan7"
},
{
"eth_inpkts": "94459180",
"eth_inucast": "1320621",
"interface_rx": "Vlan8"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan9"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan10"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan11"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan12"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan13"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan14"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan15"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan16"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan17"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan18"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan19"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan20"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan21"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan22"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan23"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan24"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan25"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan26"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan27"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan28"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan29"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan30"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan31"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan32"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan33"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan34"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan35"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan36"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan37"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan38"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan39"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan40"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan41"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan42"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan43"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan44"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan45"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan46"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan47"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan48"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan49"
},
{
"eth_inpkts": "28145089291266",
"eth_inucast": "213228847603",
"interface_rx": "Vlan50"
},
{
"eth_inpkts": "40473890",
"eth_inucast": "560235",
"interface_rx": "Vlan51"
},
{
"eth_inpkts": "40472004",
"eth_inucast": "560212",
"interface_rx": "Vlan52"
},
{
"eth_inpkts": "40472988",
"eth_inucast": "560224",
"interface_rx": "Vlan53"
},
{
"eth_inpkts": "39225024",
"eth_inucast": "544792",
"interface_rx": "Vlan54"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan55"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan56"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan57"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan58"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan59"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan60"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan61"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan62"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan63"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan64"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan65"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan66"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan67"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan68"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan69"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan70"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan71"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan72"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan73"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan74"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan75"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan76"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan77"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan78"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan79"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan80"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan81"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan82"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan83"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan84"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan85"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan86"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan87"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan88"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan89"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan90"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan91"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan92"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan93"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan94"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan95"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan96"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan97"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan98"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan99"
},
{
"eth_inpkts": "39225024",
"eth_inucast": "544792",
"interface_rx": "Vlan100"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan101"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan102"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan103"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan104"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan105"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan106"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan107"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan108"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan109"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan110"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan111"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan112"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan113"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan114"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan115"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan116"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan117"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan118"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan119"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan120"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan121"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan122"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan123"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan124"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan125"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan126"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan127"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan128"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan129"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan130"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan131"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan132"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan133"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan134"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan135"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan136"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan137"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan138"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan139"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan140"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan141"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan142"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan143"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan144"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan145"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan146"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan147"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan148"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan149"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan150"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan151"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan152"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan153"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan154"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan155"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan156"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan157"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan158"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan159"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan160"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan161"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan162"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan163"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan164"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan165"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan166"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan167"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan168"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan169"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan170"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan171"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan172"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan173"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan174"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan175"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan176"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan177"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan178"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan179"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan180"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan181"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan182"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan183"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan184"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan185"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan186"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan187"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan188"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan189"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan190"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan191"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan192"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan193"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan194"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan195"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan196"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan197"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan198"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan199"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan200"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan201"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan202"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan203"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan204"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan205"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan206"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan207"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan208"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan209"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan210"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan211"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan212"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan213"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan214"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan215"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan216"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan217"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan218"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan219"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan220"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan221"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan222"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan223"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan224"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan225"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan226"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan227"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan228"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan229"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan230"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan231"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan232"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan233"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan234"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan235"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan236"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan237"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan238"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan239"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan240"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan241"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan242"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan243"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan244"
},
{
"eth_inpkts": "39225024",
"eth_inucast": "544792",
"interface_rx": "Vlan245"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan246"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan247"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan248"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan249"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan250"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan251"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan252"
},
{
"eth_inpkts": "75916220",
"eth_inucast": "1002324",
"interface_rx": "Vlan253"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan254"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan255"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan256"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan257"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan258"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan259"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan260"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan261"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan262"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan263"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan264"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan265"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan266"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan267"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan268"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan269"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan270"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan271"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan272"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan273"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan274"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan275"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan276"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan277"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan278"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan279"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan280"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan281"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan282"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan283"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan284"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan285"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan286"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan287"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan288"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan289"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan290"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan291"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan292"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan293"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan294"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan295"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan296"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan297"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan298"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan299"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan300"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan301"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan302"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan303"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan304"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan305"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan306"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan307"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan308"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan309"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan310"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan311"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan312"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan313"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan314"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan315"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan316"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan317"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan318"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan319"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan320"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan321"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan322"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan323"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan324"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan325"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan326"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan327"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan328"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan329"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan330"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan331"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan332"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan333"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan334"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan335"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan336"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan337"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan338"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan339"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan340"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan341"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan342"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan343"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan344"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan345"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan346"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan347"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan348"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan349"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan350"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan351"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan352"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan353"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan354"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan355"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan356"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan357"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan358"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan359"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan360"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan361"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan362"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan363"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan364"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan365"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan366"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan367"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan368"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan369"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan370"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan371"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan372"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan373"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan374"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan375"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan376"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan377"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan378"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan379"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan380"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan381"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan382"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan383"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan384"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan385"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan386"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan387"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan388"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan389"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan390"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan391"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan392"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan393"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan394"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan395"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan396"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan397"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan398"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan399"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan400"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan401"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan402"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan403"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan404"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan405"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan406"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan407"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan408"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan409"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan410"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan411"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan412"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan413"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan414"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan415"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan416"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan417"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan418"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan419"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan420"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan421"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan422"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan423"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan424"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan425"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan426"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan427"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan428"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan429"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan430"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan431"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan432"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan433"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan434"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan435"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan436"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan437"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan438"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan439"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan440"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan441"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan442"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan443"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan444"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan445"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan446"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan447"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan448"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan449"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan450"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan451"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan452"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan453"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan454"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan455"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan456"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan457"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan458"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan459"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan460"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan461"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan462"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan463"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan464"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan465"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan466"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan467"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan468"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan469"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan470"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan471"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan472"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan473"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan474"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan475"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan476"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan477"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan478"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan479"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan480"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan481"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan482"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan483"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan484"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan485"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan486"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan487"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan488"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan489"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan490"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan491"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan492"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan493"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan494"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan495"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan496"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan497"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan498"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan499"
},
{
"eth_inpkts": "0",
"eth_inucast": "0",
"interface_rx": "Vlan501"
},
{
"eth_inbcast": "0",
"eth_inmcast": "27522045",
"interface_rx": "Ethernet1/1"
},
{
"eth_inbcast": "5",
"eth_inmcast": "13425405023",
"interface_rx": "Ethernet1/2"
},
{
"eth_inbcast": "0",
"eth_inmcast": "0",
"interface_rx": "Ethernet1/3"
},
{
"eth_inbcast": "5",
"eth_inmcast": "13837617497",
"interface_rx": "Ethernet1/4"
},
{
"eth_inbcast": "30",
"eth_inmcast": "579751",
"interface_rx": "Ethernet1/5"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/6"
},
{
"eth_inbcast": "4",
"eth_inmcast": "180016",
"interface_rx": "Ethernet1/7"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54511",
"interface_rx": "Ethernet1/8"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/9"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54509",
"interface_rx": "Ethernet1/10"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/11"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/12"
},
{
"eth_inbcast": "4",
"eth_inmcast": "101913",
"interface_rx": "Ethernet1/13"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54511",
"interface_rx": "Ethernet1/14"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54511",
"interface_rx": "Ethernet1/15"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54513",
"interface_rx": "Ethernet1/16"
},
{
"eth_inbcast": "1",
"eth_inmcast": "27",
"interface_rx": "Ethernet1/17"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54509",
"interface_rx": "Ethernet1/18"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/19"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/20"
},
{
"eth_inbcast": "1",
"eth_inmcast": "32",
"interface_rx": "Ethernet1/21"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/22"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54513",
"interface_rx": "Ethernet1/23"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/24"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54511",
"interface_rx": "Ethernet1/25"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/26"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/27"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54513",
"interface_rx": "Ethernet1/28"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54513",
"interface_rx": "Ethernet1/29"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54513",
"interface_rx": "Ethernet1/30"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/31"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54512",
"interface_rx": "Ethernet1/32"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54514",
"interface_rx": "Ethernet1/33"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54515",
"interface_rx": "Ethernet1/34"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54515",
"interface_rx": "Ethernet1/35"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54515",
"interface_rx": "Ethernet1/36"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54516",
"interface_rx": "Ethernet1/37"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54514",
"interface_rx": "Ethernet1/38"
},
{
"eth_inbcast": "8082",
"eth_inmcast": "646704",
"interface_rx": "Ethernet1/39"
},
{
"eth_inbcast": "16143",
"eth_inmcast": "694077",
"interface_rx": "Ethernet1/40"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54508",
"interface_rx": "Ethernet1/41"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54511",
"interface_rx": "Ethernet1/42"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54510",
"interface_rx": "Ethernet1/43"
},
{
"eth_inbcast": "0",
"eth_inmcast": "54514",
"interface_rx": "Ethernet1/44"
},
{
"eth_inbcast": "4",
"eth_inmcast": "217048",
"interface_rx": "Ethernet1/45"
},
{
"eth_inbcast": "4",
"eth_inmcast": "217062",
"interface_rx": "Ethernet1/46"
},
{
"eth_inbcast": "2",
"eth_inmcast": "106611996325",
"interface_rx": "Ethernet1/47"
},
{
"eth_inbcast": "3",
"eth_inmcast": "106606535619",
"interface_rx": "Ethernet1/48"
},
{
"eth_inbcast": "5",
"eth_inmcast": "213218545057",
"interface_rx": "port-channel47"
},
{
"eth_inbcast": "1936353",
"eth_inmcast": "1469831",
"interface_rx": "mgmt0"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan1"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan2"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan3"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan4"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan5"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan6"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan7"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan8"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan9"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan10"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan11"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan12"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan13"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan14"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan15"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan16"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan17"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan18"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan19"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan20"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan21"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan22"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan23"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan24"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan25"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan26"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan27"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan28"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan29"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan30"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan31"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan32"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan33"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan34"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan35"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan36"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan37"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan38"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan39"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan40"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan41"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan42"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan43"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan44"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan45"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan46"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan47"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan48"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan49"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan50"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan51"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan52"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan53"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan54"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan55"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan56"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan57"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan58"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan59"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan60"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan61"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan62"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan63"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan64"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan65"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan66"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan67"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan68"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan69"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan70"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan71"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan72"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan73"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan74"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan75"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan76"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan77"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan78"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan79"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan80"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan81"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan82"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan83"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan84"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan85"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan86"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan87"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan88"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan89"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan90"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan91"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan92"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan93"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan94"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan95"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan96"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan97"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan98"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan99"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan100"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan101"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan102"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan103"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan104"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan105"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan106"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan107"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan108"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan109"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan110"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan111"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan112"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan113"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan114"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan115"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan116"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan117"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan118"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan119"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan120"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan121"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan122"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan123"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan124"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan125"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan126"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan127"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan128"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan129"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan130"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan131"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan132"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan133"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan134"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan135"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan136"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan137"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan138"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan139"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan140"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan141"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan142"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan143"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan144"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan145"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan146"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan147"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan148"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan149"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan150"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan151"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan152"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan153"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan154"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan155"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan156"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan157"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan158"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan159"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan160"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan161"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan162"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan163"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan164"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan165"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan166"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan167"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan168"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan169"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan170"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan171"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan172"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan173"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan174"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan175"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan176"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan177"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan178"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan179"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan180"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan181"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan182"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan183"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan184"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan185"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan186"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan187"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan188"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan189"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan190"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan191"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan192"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan193"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan194"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan195"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan196"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan197"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan198"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan199"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan200"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan201"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan202"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan203"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan204"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan205"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan206"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan207"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan208"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan209"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan210"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan211"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan212"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan213"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan214"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan215"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan216"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan217"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan218"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan219"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan220"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan221"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan222"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan223"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan224"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan225"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan226"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan227"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan228"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan229"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan230"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan231"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan232"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan233"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan234"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan235"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan236"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan237"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan238"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan239"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan240"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan241"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan242"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan243"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan244"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan245"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan246"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan247"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan248"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan249"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan250"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan251"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan252"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan253"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan254"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan255"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan256"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan257"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan258"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan259"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan260"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan261"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan262"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan263"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan264"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan265"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan266"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan267"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan268"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan269"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan270"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan271"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan272"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan273"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan274"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan275"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan276"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan277"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan278"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan279"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan280"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan281"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan282"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan283"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan284"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan285"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan286"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan287"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan288"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan289"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan290"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan291"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan292"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan293"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan294"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan295"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan296"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan297"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan298"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan299"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan300"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan301"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan302"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan303"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan304"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan305"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan306"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan307"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan308"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan309"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan310"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan311"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan312"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan313"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan314"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan315"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan316"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan317"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan318"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan319"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan320"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan321"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan322"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan323"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan324"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan325"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan326"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan327"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan328"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan329"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan330"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan331"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan332"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan333"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan334"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan335"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan336"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan337"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan338"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan339"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan340"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan341"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan342"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan343"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan344"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan345"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan346"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan347"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan348"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan349"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan350"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan351"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan352"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan353"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan354"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan355"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan356"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan357"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan358"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan359"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan360"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan361"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan362"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan363"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan364"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan365"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan366"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan367"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan368"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan369"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan370"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan371"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan372"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan373"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan374"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan375"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan376"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan377"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan378"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan379"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan380"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan381"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan382"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan383"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan384"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan385"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan386"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan387"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan388"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan389"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan390"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan391"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan392"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan393"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan394"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan395"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan396"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan397"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan398"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan399"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan400"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan401"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan402"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan403"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan404"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan405"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan406"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan407"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan408"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan409"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan410"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan411"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan412"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan413"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan414"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan415"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan416"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan417"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan418"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan419"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan420"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan421"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan422"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan423"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan424"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan425"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan426"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan427"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan428"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan429"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan430"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan431"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan432"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan433"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan434"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan435"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan436"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan437"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan438"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan439"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan440"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan441"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan442"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan443"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan444"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan445"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan446"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan447"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan448"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan449"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan450"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan451"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan452"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan453"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan454"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan455"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan456"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan457"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan458"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan459"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan460"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan461"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan462"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan463"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan464"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan465"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan466"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan467"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan468"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan469"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan470"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan471"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan472"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan473"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan474"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan475"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan476"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan477"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan478"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan479"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan480"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan481"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan482"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan483"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan484"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan485"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan486"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan487"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan488"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan489"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan490"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan491"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan492"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan493"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan494"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan495"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan496"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan497"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan498"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan499"
},
{
"eth_inmcast": "0",
"interface_rx": "Vlan501"
}
]
},
"TABLE_tx_counters": {
"ROW_tx_counters": [
{
"eth_outbytes": "30780187869208",
"eth_outpkts": "240470325367",
"eth_outucast": "179090",
"interface_tx": "Ethernet1/1"
},
{
"eth_outbytes": "941282066",
"eth_outpkts": "2651985",
"eth_outucast": "2651985",
"interface_tx": "Ethernet1/2"
},
{
"eth_outbytes": "0",
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Ethernet1/3"
},
{
"eth_outbytes": "4350823517",
"eth_outpkts": "54477936",
"eth_outucast": "54477936",
"interface_tx": "Ethernet1/4"
},
{
"eth_outbytes": "15132953",
"eth_outpkts": "54765",
"eth_outucast": "54765",
"interface_tx": "Ethernet1/5"
},
{
"eth_outbytes": "15122344",
"eth_outpkts": "54519",
"eth_outucast": "54519",
"interface_tx": "Ethernet1/6"
},
{
"eth_outbytes": "26002074",
"eth_outpkts": "181079",
"eth_outucast": "181079",
"interface_tx": "Ethernet1/7"
},
{
"eth_outbytes": "15122692",
"eth_outpkts": "54521",
"eth_outucast": "54521",
"interface_tx": "Ethernet1/8"
},
{
"eth_outbytes": "15123320",
"eth_outpkts": "54524",
"eth_outucast": "54524",
"interface_tx": "Ethernet1/9"
},
{
"eth_outbytes": "15213081",
"eth_outpkts": "54521",
"eth_outucast": "54521",
"interface_tx": "Ethernet1/10"
},
{
"eth_outbytes": "15213148",
"eth_outpkts": "54521",
"eth_outucast": "54521",
"interface_tx": "Ethernet1/11"
},
{
"eth_outbytes": "15214757",
"eth_outpkts": "54526",
"eth_outucast": "54526",
"interface_tx": "Ethernet1/12"
},
{
"eth_outbytes": "17647401",
"eth_outpkts": "54524",
"eth_outucast": "54524",
"interface_tx": "Ethernet1/13"
},
{
"eth_outbytes": "15215157",
"eth_outpkts": "54531",
"eth_outucast": "54531",
"interface_tx": "Ethernet1/14"
},
{
"eth_outbytes": "15214829",
"eth_outpkts": "54530",
"eth_outucast": "54530",
"interface_tx": "Ethernet1/15"
},
{
"eth_outbytes": "15214717",
"eth_outpkts": "54529",
"eth_outucast": "54529",
"interface_tx": "Ethernet1/16"
},
{
"eth_outbytes": "5508",
"eth_outpkts": "22",
"eth_outucast": "22",
"interface_tx": "Ethernet1/17"
},
{
"eth_outbytes": "15214181",
"eth_outpkts": "54525",
"eth_outucast": "54525",
"interface_tx": "Ethernet1/18"
},
{
"eth_outbytes": "15214389",
"eth_outpkts": "54527",
"eth_outucast": "54527",
"interface_tx": "Ethernet1/19"
},
{
"eth_outbytes": "15214341",
"eth_outpkts": "54526",
"eth_outucast": "54526",
"interface_tx": "Ethernet1/20"
},
{
"eth_outbytes": "5201",
"eth_outpkts": "21",
"eth_outucast": "21",
"interface_tx": "Ethernet1/21"
},
{
"eth_outbytes": "15213896",
"eth_outpkts": "54525",
"eth_outucast": "54525",
"interface_tx": "Ethernet1/22"
},
{
"eth_outbytes": "15214488",
"eth_outpkts": "54528",
"eth_outucast": "54528",
"interface_tx": "Ethernet1/23"
},
{
"eth_outbytes": "15214357",
"eth_outpkts": "54526",
"eth_outucast": "54526",
"interface_tx": "Ethernet1/24"
},
{
"eth_outbytes": "15213976",
"eth_outpkts": "54526",
"eth_outucast": "54526",
"interface_tx": "Ethernet1/25"
},
{
"eth_outbytes": "15215453",
"eth_outpkts": "54532",
"eth_outucast": "54532",
"interface_tx": "Ethernet1/26"
},
{
"eth_outbytes": "15214293",
"eth_outpkts": "54528",
"eth_outucast": "54528",
"interface_tx": "Ethernet1/27"
},
{
"eth_outbytes": "15214304",
"eth_outpkts": "54528",
"eth_outucast": "54528",
"interface_tx": "Ethernet1/28"
},
{
"eth_outbytes": "15214933",
"eth_outpkts": "54531",
"eth_outucast": "54531",
"interface_tx": "Ethernet1/29"
},
{
"eth_outbytes": "15215232",
"eth_outpkts": "54532",
"eth_outucast": "54532",
"interface_tx": "Ethernet1/30"
},
{
"eth_outbytes": "15215144",
"eth_outpkts": "54531",
"eth_outucast": "54531",
"interface_tx": "Ethernet1/31"
},
{
"eth_outbytes": "15214422",
"eth_outpkts": "54530",
"eth_outucast": "54530",
"interface_tx": "Ethernet1/32"
},
{
"eth_outbytes": "15214798",
"eth_outpkts": "54532",
"eth_outucast": "54532",
"interface_tx": "Ethernet1/33"
},
{
"eth_outbytes": "15215104",
"eth_outpkts": "54533",
"eth_outucast": "54533",
"interface_tx": "Ethernet1/34"
},
{
"eth_outbytes": "15215053",
"eth_outpkts": "54533",
"eth_outucast": "54533",
"interface_tx": "Ethernet1/35"
},
{
"eth_outbytes": "15214427",
"eth_outpkts": "54533",
"eth_outucast": "54530",
"interface_tx": "Ethernet1/36"
},
{
"eth_outbytes": "15214569",
"eth_outpkts": "54535",
"eth_outucast": "54532",
"interface_tx": "Ethernet1/37"
},
{
"eth_outbytes": "15215101",
"eth_outpkts": "54537",
"eth_outucast": "54534",
"interface_tx": "Ethernet1/38"
},
{
"eth_outbytes": "19470458",
"eth_outpkts": "110005",
"eth_outucast": "110002",
"interface_tx": "Ethernet1/39"
},
{
"eth_outbytes": "15615115",
"eth_outpkts": "54540",
"eth_outucast": "54537",
"interface_tx": "Ethernet1/40"
},
{
"eth_outbytes": "15214923",
"eth_outpkts": "54538",
"eth_outucast": "54535",
"interface_tx": "Ethernet1/41"
},
{
"eth_outbytes": "15215760",
"eth_outpkts": "54541",
"eth_outucast": "54538",
"interface_tx": "Ethernet1/42"
},
{
"eth_outbytes": "15214630",
"eth_outpkts": "54537",
"eth_outucast": "54534",
"interface_tx": "Ethernet1/43"
},
{
"eth_outbytes": "15214933",
"eth_outpkts": "54539",
"eth_outucast": "54536",
"interface_tx": "Ethernet1/44"
},
{
"eth_outbytes": "29908708",
"eth_outpkts": "228510",
"eth_outucast": "228508",
"interface_tx": "Ethernet1/45"
},
{
"eth_outbytes": "29908168",
"eth_outpkts": "228490",
"eth_outucast": "228489",
"interface_tx": "Ethernet1/46"
},
{
"eth_outbytes": "37743471",
"eth_outpkts": "295167",
"eth_outucast": "295167",
"interface_tx": "Ethernet1/47"
},
{
"eth_outbytes": "26027450",
"eth_outpkts": "165371",
"eth_outucast": "165371",
"interface_tx": "Ethernet1/48"
},
{
"eth_outbytes": "63770921",
"eth_outpkts": "460538",
"eth_outucast": "460538",
"interface_tx": "port-channel47"
},
{
"eth_outpkts": "374018753",
"eth_outucast": "645040",
"interface_tx": "mgmt0"
},
{
"eth_outpkts": "4944",
"eth_outucast": "71",
"interface_tx": "Vlan1"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan2"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan3"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan4"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan5"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan6"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan7"
},
{
"eth_outpkts": "3855732",
"eth_outucast": "55468",
"interface_tx": "Vlan8"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan9"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan10"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan11"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan12"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan13"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan14"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan15"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan16"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan17"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan18"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan19"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan20"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan21"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan22"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan23"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan24"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan25"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan26"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan27"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan28"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan29"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan30"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan31"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan32"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan33"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan34"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan35"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan36"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan37"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan38"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan39"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan40"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan41"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan42"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan43"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan44"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan45"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan46"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan47"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan48"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan49"
},
{
"eth_outpkts": "6391582",
"eth_outucast": "91026",
"interface_tx": "Vlan50"
},
{
"eth_outpkts": "1249082",
"eth_outucast": "15446",
"interface_tx": "Vlan51"
},
{
"eth_outpkts": "1247196",
"eth_outucast": "15423",
"interface_tx": "Vlan52"
},
{
"eth_outpkts": "1248180",
"eth_outucast": "15435",
"interface_tx": "Vlan53"
},
{
"eth_outpkts": "216",
"eth_outucast": "3",
"interface_tx": "Vlan54"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan55"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan56"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan57"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan58"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan59"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan60"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan61"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan62"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan63"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan64"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan65"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan66"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan67"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan68"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan69"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan70"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan71"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan72"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan73"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan74"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan75"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan76"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan77"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan78"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan79"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan80"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan81"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan82"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan83"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan84"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan85"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan86"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan87"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan88"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan89"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan90"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan91"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan92"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan93"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan94"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan95"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan96"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan97"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan98"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan99"
},
{
"eth_outpkts": "216",
"eth_outucast": "3",
"interface_tx": "Vlan100"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan101"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan102"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan103"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan104"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan105"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan106"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan107"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan108"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan109"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan110"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan111"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan112"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan113"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan114"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan115"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan116"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan117"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan118"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan119"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan120"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan121"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan122"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan123"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan124"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan125"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan126"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan127"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan128"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan129"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan130"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan131"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan132"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan133"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan134"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan135"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan136"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan137"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan138"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan139"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan140"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan141"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan142"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan143"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan144"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan145"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan146"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan147"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan148"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan149"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan150"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan151"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan152"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan153"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan154"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan155"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan156"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan157"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan158"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan159"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan160"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan161"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan162"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan163"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan164"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan165"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan166"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan167"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan168"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan169"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan170"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan171"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan172"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan173"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan174"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan175"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan176"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan177"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan178"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan179"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan180"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan181"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan182"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan183"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan184"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan185"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan186"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan187"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan188"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan189"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan190"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan191"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan192"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan193"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan194"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan195"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan196"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan197"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan198"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan199"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan200"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan201"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan202"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan203"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan204"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan205"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan206"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan207"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan208"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan209"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan210"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan211"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan212"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan213"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan214"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan215"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan216"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan217"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan218"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan219"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan220"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan221"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan222"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan223"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan224"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan225"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan226"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan227"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan228"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan229"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan230"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan231"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan232"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan233"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan234"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan235"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan236"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan237"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan238"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan239"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan240"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan241"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan242"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan243"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan244"
},
{
"eth_outpkts": "216",
"eth_outucast": "3",
"interface_tx": "Vlan245"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan246"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan247"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan248"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan249"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan250"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan251"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan252"
},
{
"eth_outpkts": "16719588",
"eth_outucast": "203212",
"interface_tx": "Vlan253"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan254"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan255"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan256"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan257"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan258"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan259"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan260"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan261"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan262"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan263"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan264"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan265"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan266"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan267"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan268"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan269"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan270"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan271"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan272"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan273"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan274"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan275"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan276"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan277"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan278"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan279"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan280"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan281"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan282"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan283"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan284"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan285"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan286"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan287"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan288"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan289"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan290"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan291"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan292"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan293"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan294"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan295"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan296"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan297"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan298"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan299"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan300"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan301"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan302"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan303"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan304"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan305"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan306"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan307"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan308"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan309"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan310"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan311"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan312"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan313"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan314"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan315"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan316"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan317"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan318"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan319"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan320"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan321"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan322"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan323"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan324"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan325"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan326"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan327"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan328"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan329"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan330"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan331"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan332"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan333"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan334"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan335"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan336"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan337"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan338"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan339"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan340"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan341"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan342"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan343"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan344"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan345"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan346"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan347"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan348"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan349"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan350"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan351"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan352"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan353"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan354"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan355"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan356"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan357"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan358"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan359"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan360"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan361"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan362"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan363"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan364"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan365"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan366"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan367"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan368"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan369"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan370"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan371"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan372"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan373"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan374"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan375"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan376"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan377"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan378"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan379"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan380"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan381"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan382"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan383"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan384"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan385"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan386"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan387"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan388"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan389"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan390"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan391"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan392"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan393"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan394"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan395"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan396"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan397"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan398"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan399"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan400"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan401"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan402"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan403"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan404"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan405"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan406"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan407"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan408"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan409"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan410"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan411"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan412"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan413"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan414"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan415"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan416"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan417"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan418"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan419"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan420"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan421"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan422"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan423"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan424"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan425"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan426"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan427"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan428"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan429"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan430"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan431"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan432"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan433"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan434"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan435"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan436"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan437"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan438"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan439"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan440"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan441"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan442"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan443"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan444"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan445"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan446"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan447"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan448"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan449"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan450"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan451"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan452"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan453"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan454"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan455"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan456"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan457"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan458"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan459"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan460"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan461"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan462"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan463"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan464"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan465"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan466"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan467"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan468"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan469"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan470"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan471"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan472"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan473"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan474"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan475"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan476"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan477"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan478"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan479"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan480"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan481"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan482"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan483"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan484"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan485"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan486"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan487"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan488"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan489"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan490"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan491"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan492"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan493"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan494"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan495"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan496"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan497"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan498"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan499"
},
{
"eth_outpkts": "0",
"eth_outucast": "0",
"interface_tx": "Vlan501"
},
{
"eth_outbcast": "0",
"eth_outmcast": "240470616799",
"interface_tx": "Ethernet1/1"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/2"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/3"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/4"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/5"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/6"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/7"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/8"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/9"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/10"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/11"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/12"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/13"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/14"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/15"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/16"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/17"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/18"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/19"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/20"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/21"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/22"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/23"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/24"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/25"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/26"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/27"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/28"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/29"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/30"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/31"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/32"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/33"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/34"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/35"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/36"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/37"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/38"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/39"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/40"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/41"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/42"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/43"
},
{
"eth_outbcast": "0",
"eth_outmcast": "3",
"interface_tx": "Ethernet1/44"
},
{
"eth_outbcast": "0",
"eth_outmcast": "2",
"interface_tx": "Ethernet1/45"
},
{
"eth_outbcast": "0",
"eth_outmcast": "1",
"interface_tx": "Ethernet1/46"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/47"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "Ethernet1/48"
},
{
"eth_outbcast": "0",
"eth_outmcast": "0",
"interface_tx": "port-channel47"
},
{
"eth_outbcast": "2",
"eth_outmcast": "54482",
"interface_tx": "mgmt0"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan1"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan2"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan3"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan4"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan5"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan6"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan7"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan8"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan9"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan10"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan11"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan12"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan13"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan14"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan15"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan16"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan17"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan18"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan19"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan20"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan21"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan22"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan23"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan24"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan25"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan26"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan27"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan28"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan29"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan30"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan31"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan32"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan33"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan34"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan35"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan36"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan37"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan38"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan39"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan40"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan41"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan42"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan43"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan44"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan45"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan46"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan47"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan48"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan49"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan50"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan51"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan52"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan53"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan54"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan55"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan56"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan57"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan58"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan59"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan60"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan61"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan62"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan63"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan64"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan65"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan66"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan67"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan68"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan69"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan70"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan71"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan72"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan73"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan74"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan75"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan76"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan77"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan78"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan79"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan80"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan81"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan82"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan83"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan84"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan85"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan86"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan87"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan88"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan89"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan90"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan91"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan92"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan93"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan94"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan95"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan96"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan97"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan98"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan99"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan100"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan101"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan102"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan103"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan104"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan105"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan106"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan107"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan108"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan109"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan110"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan111"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan112"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan113"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan114"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan115"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan116"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan117"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan118"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan119"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan120"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan121"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan122"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan123"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan124"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan125"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan126"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan127"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan128"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan129"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan130"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan131"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan132"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan133"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan134"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan135"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan136"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan137"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan138"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan139"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan140"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan141"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan142"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan143"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan144"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan145"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan146"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan147"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan148"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan149"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan150"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan151"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan152"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan153"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan154"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan155"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan156"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan157"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan158"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan159"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan160"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan161"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan162"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan163"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan164"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan165"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan166"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan167"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan168"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan169"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan170"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan171"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan172"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan173"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan174"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan175"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan176"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan177"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan178"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan179"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan180"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan181"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan182"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan183"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan184"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan185"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan186"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan187"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan188"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan189"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan190"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan191"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan192"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan193"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan194"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan195"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan196"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan197"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan198"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan199"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan200"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan201"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan202"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan203"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan204"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan205"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan206"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan207"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan208"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan209"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan210"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan211"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan212"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan213"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan214"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan215"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan216"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan217"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan218"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan219"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan220"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan221"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan222"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan223"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan224"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan225"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan226"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan227"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan228"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan229"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan230"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan231"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan232"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan233"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan234"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan235"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan236"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan237"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan238"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan239"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan240"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan241"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan242"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan243"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan244"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan245"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan246"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan247"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan248"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan249"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan250"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan251"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan252"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan253"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan254"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan255"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan256"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan257"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan258"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan259"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan260"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan261"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan262"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan263"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan264"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan265"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan266"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan267"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan268"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan269"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan270"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan271"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan272"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan273"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan274"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan275"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan276"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan277"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan278"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan279"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan280"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan281"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan282"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan283"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan284"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan285"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan286"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan287"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan288"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan289"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan290"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan291"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan292"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan293"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan294"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan295"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan296"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan297"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan298"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan299"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan300"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan301"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan302"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan303"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan304"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan305"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan306"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan307"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan308"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan309"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan310"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan311"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan312"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan313"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan314"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan315"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan316"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan317"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan318"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan319"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan320"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan321"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan322"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan323"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan324"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan325"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan326"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan327"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan328"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan329"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan330"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan331"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan332"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan333"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan334"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan335"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan336"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan337"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan338"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan339"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan340"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan341"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan342"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan343"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan344"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan345"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan346"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan347"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan348"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan349"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan350"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan351"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan352"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan353"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan354"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan355"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan356"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan357"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan358"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan359"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan360"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan361"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan362"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan363"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan364"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan365"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan366"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan367"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan368"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan369"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan370"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan371"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan372"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan373"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan374"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan375"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan376"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan377"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan378"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan379"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan380"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan381"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan382"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan383"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan384"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan385"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan386"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan387"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan388"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan389"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan390"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan391"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan392"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan393"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan394"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan395"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan396"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan397"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan398"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan399"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan400"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan401"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan402"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan403"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan404"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan405"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan406"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan407"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan408"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan409"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan410"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan411"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan412"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan413"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan414"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan415"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan416"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan417"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan418"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan419"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan420"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan421"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan422"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan423"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan424"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan425"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan426"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan427"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan428"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan429"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan430"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan431"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan432"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan433"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan434"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan435"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan436"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan437"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan438"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan439"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan440"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan441"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan442"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan443"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan444"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan445"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan446"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan447"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan448"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan449"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan450"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan451"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan452"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan453"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan454"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan455"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan456"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan457"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan458"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan459"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan460"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan461"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan462"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan463"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan464"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan465"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan466"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan467"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan468"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan469"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan470"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan471"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan472"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan473"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan474"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan475"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan476"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan477"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan478"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan479"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan480"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan481"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan482"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan483"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan484"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan485"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan486"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan487"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan488"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan489"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan490"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan491"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan492"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan493"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan494"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan495"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan496"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan497"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan498"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan499"
},
{
"eth_outmcast": "0",
"interface_tx": "Vlan501"
}
]
}
},
"code": "200",
"input": "show interface counters",
"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 counters command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface description
show interface description
import json
"""
Modify these please
"""
url='http://<IP_Address>/ins'
switchuser='<User_ID>'
switchpassword='<Password>'
myheaders={'content-type':'application/json'}
payload={
"ins_api":{
"version": "1.0",
"type": "cli_show",
"chunk": "0",
"sid": "1",
"input": "show interface description",
"output_format": "json"
}
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)
{
"ins_api": {
"outputs": {
"output": {
"body": {
"TABLE_interface": {
"ROW_interface": [
{
"interface": "Ethernet1/1",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/1.50",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/1.51",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/1.52",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/1.53",
"speed": "40G",
"type": "eth"
},
{
"desc": "frk-c001_Ethernet1/33:152:Interoute:W_FrontOffice [CRIT]",
"interface": "Ethernet1/2",
"speed": "10G",
"type": "eth"
},
{
"desc": "frk-c001_Ethernet1/33:152:Interoute:W_FrontOffice [CRIT]",
"interface": "Ethernet1/3",
"speed": "10G",
"type": "eth"
},
{
"desc": "lsl-c001_Ethernet1/25:364:euNetworks:W_FrontOffice [CRIT]",
"interface": "Ethernet1/4",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/5",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/6",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/7",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/8",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/9",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/10",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/11",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/12",
"speed": "10G",
"type": "eth"
},
{
"desc": "mil-c001_Ethernet1/1:349:Colt Technology Services Co., Ltd:W_FrontOffice [CRIT]",
"interface": "Ethernet1/13",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/14",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/15",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/16",
"speed": "10G",
"type": "eth"
},
{
"desc": "mdr-bridgel3_s5p2 (enp5s0d1)::: [CRIT]",
"interface": "Ethernet1/17",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/18",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/19",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/20",
"speed": "10G",
"type": "eth"
},
{
"desc": "mdr-bridgel4_s1p2 (enp129s0d1)::: [CRIT]",
"interface": "Ethernet1/21",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/22",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/23",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/24",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/25",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/26",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/27",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/28",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/29",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/30",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/31",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/32",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/33",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/34",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/35",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/36",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/37",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/38",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/39",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/40",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/41",
"speed": "40G",
"type": "eth"
},
{
"interface": "Ethernet1/42",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/43",
"speed": "10G",
"type": "eth"
},
{
"interface": "Ethernet1/44",
"speed": "10G",
"type": "eth"
},
{
"desc": "mdr-d001_Ethernet49::: [CRIT]",
"interface": "Ethernet1/45",
"speed": "40G",
"type": "eth"
},
{
"desc": "mdr-d002_Ethernet49::: [CRIT]",
"interface": "Ethernet1/46",
"speed": "10G",
"type": "eth"
},
{
"desc": "mdr-c002_Ethernet1/47::: [CRIT]",
"interface": "Ethernet1/47",
"speed": "10G",
"type": "eth"
},
{
"desc": "mdr-c002_Ethernet1/48::: [CRIT]",
"interface": "Ethernet1/48",
"speed": "10G",
"type": "eth"
},
{
"desc": "MDR-C4900-C15-C02 Po47 [CRIT]",
"interface": "port-channel47"
},
{
"interface": "loopback0"
},
{
"interface": "loopback100"
}
]
}
},
"code": "200",
"input": "show interface description",
"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 description command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface mac-address
show interface mac-address
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 mac-address",
"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": [
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b328",
"interface": "Ethernet1/1"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b328",
"interface": "Ethernet1/1.50"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b328",
"interface": "Ethernet1/1.51"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b328",
"interface": "Ethernet1/1.52"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b328",
"interface": "Ethernet1/1.53"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b329",
"interface": "Ethernet1/2"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32a",
"interface": "Ethernet1/3"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32b",
"interface": "Ethernet1/4"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32c",
"interface": "Ethernet1/5"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32d",
"interface": "Ethernet1/6"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32e",
"interface": "Ethernet1/7"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b32f",
"interface": "Ethernet1/8"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b330",
"interface": "Ethernet1/9"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b331",
"interface": "Ethernet1/10"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b332",
"interface": "Ethernet1/11"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b333",
"interface": "Ethernet1/12"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b334",
"interface": "Ethernet1/13"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b335",
"interface": "Ethernet1/14"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b336",
"interface": "Ethernet1/15"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b337",
"interface": "Ethernet1/16"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b338",
"interface": "Ethernet1/17"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b339",
"interface": "Ethernet1/18"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33a",
"interface": "Ethernet1/19"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33b",
"interface": "Ethernet1/20"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33c",
"interface": "Ethernet1/21"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33d",
"interface": "Ethernet1/22"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33e",
"interface": "Ethernet1/23"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b33f",
"interface": "Ethernet1/24"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b340",
"interface": "Ethernet1/25"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b341",
"interface": "Ethernet1/26"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b342",
"interface": "Ethernet1/27"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b343",
"interface": "Ethernet1/28"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b344",
"interface": "Ethernet1/29"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b345",
"interface": "Ethernet1/30"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b346",
"interface": "Ethernet1/31"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b347",
"interface": "Ethernet1/32"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b348",
"interface": "Ethernet1/33"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b349",
"interface": "Ethernet1/34"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34a",
"interface": "Ethernet1/35"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34b",
"interface": "Ethernet1/36"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34c",
"interface": "Ethernet1/37"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34d",
"interface": "Ethernet1/38"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34e",
"interface": "Ethernet1/39"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b34f",
"interface": "Ethernet1/40"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b350",
"interface": "Ethernet1/41"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b351",
"interface": "Ethernet1/42"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b352",
"interface": "Ethernet1/43"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b353",
"interface": "Ethernet1/44"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b354",
"interface": "Ethernet1/45"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b355",
"interface": "Ethernet1/46"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b356",
"interface": "Ethernet1/47"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b357",
"interface": "Ethernet1/48"
},
{
"address": "f44e.0584.b37c",
"bia_address": "f44e.0584.b356",
"interface": "port-channel47"
},
{
"address": "f44e.0584.b320",
"bia_address": "f44e.0584.b320",
"interface": "mgmt0"
}
]
}
},
"code": "200",
"input": "show interface mac-address",
"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 mac-address command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface mgmt 0-0 brief
show interface mgmt 0-0 brief
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 mgmt 0-0 brief",
"output_format": "json"
}
response = requests.post(url,data=json.dumps(payload), headers=myheaders,auth=(switchuser,switchpassword)).json()
output = json.dumps(response, indent=4, sort_keys=True)
{
"ins_api": {
"outputs": {
"output": {
"body": {
"TABLE_interface": {
"ROW_interface": {
"interface": "mgmt0",
"ip_addr": "10.197.122.96",
"mtu": "1500",
"speed": "1000",
"state": "up"
}
}
},
"code": "200",
"input": "show interface mgmt 0-0 brief",
"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 mgmt 0-0 brief command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface status
show interface status
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 status",
"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": [
{
"duplex": "full",
"interface": "Ethernet1/1",
"name": "",
"speed": "10G",
"state": "connected",
"type": "10Gbase-SR",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/1.50",
"name": "",
"speed": "10G",
"state": "connected",
"type": "10Gbase-SR",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/1.51",
"name": "",
"speed": "10G",
"state": "connected",
"type": "10Gbase-SR",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/1.52",
"name": "",
"speed": "10G",
"state": "connected",
"type": "10Gbase-SR",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/1.53",
"name": "",
"speed": "10G",
"state": "connected",
"type": "10Gbase-SR",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/2",
"name": "frk-c001_Ethernet1/33:152:Interoute:W_FrontOffice [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/3",
"name": "frk-c001_Ethernet1/33:152:Interoute:W_FrontOffice [CRIT]",
"speed": "10G",
"state": "sfpAbsent",
"type": "--",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/4",
"name": "lsl-c001_Ethernet1/25:364:euNetworks:W_FrontOffice [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/5",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU3M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/6",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/7",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/8",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/9",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/10",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/11",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/12",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/13",
"name": "mil-c001_Ethernet1/1:349:Colt Technology Services Co., Ltd:W_FrontOffice [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/14",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/15",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/16",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/17",
"name": "mdr-bridgel3_s5p2 (enp5s0d1)::: [CRIT]",
"speed": "10G",
"state": "notconnect",
"type": "SFP-H10GB-CU1M",
"vlan": "50"
},
{
"duplex": "full",
"interface": "Ethernet1/18",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/19",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/20",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/21",
"name": "mdr-bridgel4_s1p2 (enp129s0d1)::: [CRIT]",
"speed": "10G",
"state": "notconnect",
"type": "SFP-H10GB-CU1M",
"vlan": "50"
},
{
"duplex": "full",
"interface": "Ethernet1/22",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/23",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/24",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/25",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/26",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/27",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/28",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/29",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/30",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/31",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/32",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/33",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/34",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/35",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/36",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/37",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/38",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/39",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "trunk"
},
{
"duplex": "full",
"interface": "Ethernet1/40",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "trunk"
},
{
"duplex": "full",
"interface": "Ethernet1/41",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/42",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/43",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/44",
"name": "",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/45",
"name": "mdr-d001_Ethernet49::: [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/46",
"name": "mdr-d002_Ethernet49::: [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "routed"
},
{
"duplex": "full",
"interface": "Ethernet1/47",
"name": "mdr-c002_Ethernet1/47::: [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "trunk"
},
{
"duplex": "full",
"interface": "Ethernet1/48",
"name": "mdr-c002_Ethernet1/48::: [CRIT]",
"speed": "10G",
"state": "connected",
"type": "SFP-H10GB-CU1M",
"vlan": "trunk"
},
{
"duplex": "full",
"interface": "port-channel47",
"name": "MDR-C4900-C15-C02 Po47 [CRIT]",
"speed": "10G",
"state": "connected",
"type": "--",
"vlan": "trunk"
},
{
"duplex": "full",
"interface": "mgmt0",
"name": "",
"speed": "a-1000",
"state": "connected",
"type": "--",
"vlan": "routed"
},
{
"duplex": "auto",
"interface": "loopback0",
"name": "",
"speed": "auto max-8000",
"state": "connected",
"type": "--",
"vlan": "routed"
},
{
"duplex": "auto",
"interface": "loopback100",
"name": "",
"speed": "auto",
"state": "disabled",
"type": "--",
"vlan": "routed"
}
]
}
},
"code": "200",
"input": "show interface status",
"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 status command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface switchport
show interface switchport
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 switchport",
"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": [
{
"access_vlan": "50",
"access_vlan_name": "Ethernet-Prod-1",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/17",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "access",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "1-4094"
},
{
"access_vlan": "50",
"access_vlan_name": "Ethernet-Prod-1",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/21",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "access",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "1-4094"
},
{
"access_vlan": "1",
"access_vlan_name": "default",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/39",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "trunk",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "8"
},
{
"access_vlan": "1",
"access_vlan_name": "default",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/40",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "trunk",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "8"
},
{
"access_vlan": "1",
"access_vlan_name": "default",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/47",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "trunk",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "50-54,100,245,253"
},
{
"access_vlan": "1",
"access_vlan_name": "default",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "Ethernet1/48",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "trunk",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "50-54,100,245,253"
},
{
"access_vlan": "1",
"access_vlan_name": "default",
"admin_pvlan_pri_assoc": "none",
"admin_pvlan_pri_mapping": "none",
"admin_pvlan_sec_assoc": "none",
"admin_pvlan_sec_mapping": "none",
"admin_pvlan_trunk_encap": "dot1q",
"admin_pvlan_trunk_native": "none",
"admin_pvlan_trunk_normal": "none",
"admin_pvlan_trunk_private": "none(0 none)",
"interface": "port-channel47",
"mac_learning": "enabled",
"native_vlan": "1",
"native_vlan_name": "default",
"oper_mode": "trunk",
"oper_pvlan": "none",
"switchport": "Enabled",
"switchport_block_multicast": "disabled",
"switchport_block_unicast": "disabled",
"switchport_monitor": "Not enabled",
"trunk_vlans": "50-54,100,245,253"
}
]
}
},
"code": "200",
"input": "show interface switchport",
"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 switchport command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface vlan 49
show interface vlan 49
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 vlan 49",
"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": "Vlan49",
"svi_admin_state": "down",
"svi_bw": "1000000",
"svi_delay": "10",
"svi_ip_addr": "206.200.49.3",
"svi_ip_mask": "25",
"svi_line_proto": "down",
"svi_mac": "0062.ec3f.1881",
"svi_mtu": "1500",
"svi_time_last_cleared": "never"
}
}
},
"code": "200",
"input": "show interface vlan 49",
"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 vlan 49 command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|
show interface vlan 50
show interface vlan 50
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 vlan 50",
"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": "Vlan50",
"svi_admin_state": "up",
"svi_bw": "1000000",
"svi_delay": "10",
"svi_ip_addr": "10.57.50.4",
"svi_ip_mask": "24",
"svi_line_proto": "up",
"svi_mac": "f44e.0584.b37c",
"svi_mtu": "1500",
"svi_time_last_cleared": "never"
}
}
},
"code": "200",
"input": "show interface vlan 50",
"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 vlan 50 command, see the CLI command reference:
Note: This example was added in Cisco NX-OS Release 6.0(2)A8(8).
CLI Output |
---|
|