monitor
interface/bonding/monitor
Type: Command
Command is used to monitor the bonding interface and bonding ports.
| Read-only Argument | Type | Description |
|---|---|---|
| mode | enum (balance-rr | active-backup | balance-xor | broadcast | 802.3ad | balance-tlb | balance-alb) { balance-rr:0, active-backup:1, balance-xor:2, broadcast:3, 802.3ad:4, balance-tlb:5, balance-alb:6 } | Used bonding mode. |
| active-ports | multi { array-id, port: iface_enum } | Shows the active bonding ports. |
| inactive-ports | multi { array-id, port: iface_enum } | Shows the inactive bonding ports (e.g. a disabled or backup interface). |
| lacp-system-id | macAddr | Shows the local LACP system ID. |
| lacp-system-priority | num | Shows the local LACP priority. |
| lacp-partner-system-id | macAddr | Shows the partner LACP system ID. |