sysIfIPStatus
QTECH-GBNPlatformOAM-MIB ·
.1.3.6.1.4.1.27514.1.2.1.1.1.5
Object
scalar r/w
Enumeration
This object is used to synchronize the modification of the IP parameters used by the protocol stack based on the gbnCommonIP MIB objects. This allows the user to change gbnCommonIPMACAddr, gbnCommonIPIpAddress, gbnCommonIPGateAddress, and gbnCommonIPNetMask, and then apply the changes to the unit using apply(4). If gbnCommonIPStatus returns notModified(1), no modifications were made to any gbnCommonIP MIB objects. If gbnCommonIPStatus returns modified(2), one or more objects were changed, but have not been applied. Both notModified(1) and modified(2) are read-only values; the agent returns a SNMP_BADVALUE for sets using these values. Both restore(3) and apply(4) are valid SET values. If one or more of the gbnCommonIP objects were modified, the user can restore the parameters to a mirror of the NVM values using restore(3).
Context
- MIB
- QTECH-GBNPlatformOAM-MIB
- OID
.1.3.6.1.4.1.27514.1.2.1.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- gbnPlatformOAMSysIf
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-GBNPlatformOAM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-GBNPlatformOAM-MIB::sysIfIPStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-GBNPlatformOAM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-GBNPlatformOAM-MIB::sysIfIPStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notModified |
2 | modified |
3 | restore |
4 | apply |