adTaDhcpServerCommands
ADTRAN-TACONTROLER-PRODUCT-MIB ·
.1.3.6.1.4.1.664.5.63.140.26
Object
scalar r/w
Enumeration
DHCP Server command.
startDhcpServer - restart DHCP server.
Only if the server was stoped.
stopDhcpServer - Stop the DhcpServer if it is running.
dhcpNoCommand - no Command was performed performed.
Context
- MIB
- ADTRAN-TACONTROLER-PRODUCT-MIB
- OID
.1.3.6.1.4.1.664.5.63.140.26- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- adTaDhcpServer
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 'ADTRAN-TACONTROLER-PRODUCT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-TACONTROLER-PRODUCT-MIB::adTaDhcpServerCommands.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-TACONTROLER-PRODUCT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-TACONTROLER-PRODUCT-MIB::adTaDhcpServerCommands'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | startDhcpServer |
2 | stopDhcpServer |
999 | dhcpNoCommand |