Skip to content

Commit

Permalink
update json input
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Nov 16, 2024
1 parent 9230f12 commit ed52856
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/snmp/snmp_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,33 @@ The uPython script receives data in JSON format, including global SNMP informati
"tx-laser": false
}
},
{
"name": "ethernet-1/10",
"admin-state": "disable",
"forwarding-complex": 0,
"forwarding-mode": "store-and-forward",
"ifindex": 311294,
"last-change": "2024-11-11T16:42:47.867Z",
"linecard": 1,
"loopback-mode": "none",
"oper-down-reason": "port-admin-disabled",
"oper-state": "down",
"ethernet": {
"dac-link-training": false,
"hw-mac-address": "1A:5E:00:FF:00:0A",
"port-speed": "25G"
},
"transceiver": {
"ddm-events": false,
"forward-error-correction": "disabled",
"oper-down-reason": "not-present",
"oper-state": "down",
"tx-laser": false
}
},
{
// ...
}
},
}
```

Expand Down

0 comments on commit ed52856

Please sign in to comment.