monitor
interface/bridge/monitor
Type: Command
| Read-only Argument | Type | Description |
|---|---|---|
| state | enum (disabled | disabled | enabled | enabled) | |
| current-mac-address | macAddr | |
| bridge-id | composite { prio: num , mac: macAddr } | |
| root-bridge | bool | |
| root-bridge-id | composite { prio: num , mac: macAddr } | |
| regional-root-bridge-id | composite { prio: num , mac: macAddr } | |
| root-path-cost | num | |
| root-port | iface_enum { none:0 } | |
| port-count | num | |
| designated-port-count | num | |
| mst-config-digest | string | |
| fast-forward | bool | |
| multicast-router | bool | |
| igmp-querier | composite { interface: iface_enum { none:0 } , ip-address: ipAddr } | |
| mld-querier | composite { interface: iface_enum { none:0 } , ipv6-address: ip6Addr } | |
| declared-vlan-ids | multi { vlan-range: range } | |
| registered-vlan-ids | multi { vlan-range: range } | |
| mlag-state | string | The MLAG state. |
| mlag-active-role | enum (primary | secondary) | The peer with the lowest priority will act as the primary device. If the priorities are the same, the peer with the lowest bridge MAC address will become the primary. The system-id of the primary device is used for sending the (R/M)STP BPDU bridge identifier and LACP system ID. |