fdryLinkAggregationGroupAdminStatus
FOUNDRY-LAG-MIB ·
.1.3.6.1.4.1.1991.1.1.3.33.1.1.1.3
Object
column r/w
Enumeration
The desired deplyed state of this LinkAggregationGroup entry.
This is not the operational status. Refer to ifTable for the
operational status.
deploy(1).............deploy the LAG and set to LACP active if dynamic LAG.
deployPassive(2)..deploy the LAG and set to LACP passive if dynamic LAG.
undeploy(3).........undeploy the LAG if no more than 2 ports are enabled.
undeployForced(4)..undeploy the LAG regardless number of ports enabled.
This is a write-only value.
other(5)..................FI products will not support LAG deploy option.
This is a write-only value.
In particular, a row cannot be deployed until the corresponding
instances of fdryLinkAggregationGroupIfList has been set.
Context
- MIB
- FOUNDRY-LAG-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.33.1.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fdryLinkAggregationGroupEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FOUNDRY-LAG-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-LAG-MIB::fdryLinkAggregationGroupAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FOUNDRY-LAG-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-LAG-MIB::fdryLinkAggregationGroupAdminStatus.<fdryLinkAggregationGroupName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-LAG-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-LAG-MIB::fdryLinkAggregationGroupAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deploy |
2 | deployPassive |
3 | undeploy |
4 | undeployForced |
5 | other |