ipxCircStaticStatus
IPX ·
.1.3.6.1.4.1.23.2.5.2.1.1.12
Object
column mandatory
r/w
Enumeration
Indicates whether the information about static routes and services reached via this circuit matches that saved in permanent storage (current). Setting the value to write when it had the value changed will write the currently in use information to permanent storage, if supported. Setting the value to read when it had the value changed will replace any routes and services currently defined for the circuit with those read from permanent storage, if supported.
Context
- MIB
- IPX
- OID
.1.3.6.1.4.1.23.2.5.2.1.1.12- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ipxCircEntry
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 'IPX' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPX::ipxCircStaticStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPX' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPX::ipxCircStaticStatus.<ipxCircSysInstance>.<ipxCircIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPX' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPX::ipxCircStaticStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
3 | changed |
4 | read |
5 | reading |
6 | write |
7 | writing |