staticMulticastStatus
MOXA-ICSG7826A-MIB ·
.1.3.6.1.4.1.8691.7.99.1.20.2.1.1.3
Object
column r/w
Enumeration
The status is active to indicate normal. Use createAndGo to create new on multiple SET. Use createAndWait to create new on one SET all then actvie. Use destroy to delete this row.
Context
- MIB
- MOXA-ICSG7826A-MIB
- OID
.1.3.6.1.4.1.8691.7.99.1.20.2.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- staticMulticastEntry
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 'MOXA-ICSG7826A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-ICSG7826A-MIB::staticMulticastStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOXA-ICSG7826A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-ICSG7826A-MIB::staticMulticastStatus.<staticMulticastAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOXA-ICSG7826A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOXA-ICSG7826A-MIB::staticMulticastStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
5 | createAndWait |
6 | destroy |