writeNMInterfaceConifig
QTECH-GBNPlatformOAM-MIB ·
.1.3.6.1.4.1.27514.1.2.1.1.2.18.5
Object
scalar r/w
Enumeration
We save the nm_interface configuration through setting this Mib. When setting to 'saveNmconfig(1)', nm_interface configuration is starting to be saved. At the same time the value of writeNMInterfaceConifigStatus Mib is set to 'saveInProgress(2)'. Then the value of nmInterfaceId, nmInterfaceIpAddress, nmInterfaceNetMask, nmInterfaceGateAddress will be read one by one.According to these value, the nm_interface configuration is to be saved. Untill the process was over the value of writeNMInterfaceConifigStatus Mib is changed to 'saveSuccess(1)'. And if the process was ended for exception the value of writeNMInterfaceConifigStatus Mib is set to a error code from 'saveFailed(3)' to 'invalidIpOrMask(11)'.
Context
- MIB
- QTECH-GBNPlatformOAM-MIB
- OID
.1.3.6.1.4.1.27514.1.2.1.1.2.18.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- saveNMInterfaceConfig
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::writeNMInterfaceConifig.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::writeNMInterfaceConifig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | saveNmconfig |