snDhcpServerGlobalConfigState
FOUNDRY-DHCPSERVER-MIB ·
.1.3.6.1.4.1.1991.1.1.3.42.1.1
Object
scalar r/w
Enumeration
Configure state for DHCPv4 server on the global level. enabled: DHCPv4 server is enabled disabled: DHCPv4 server is disabled Note: DHCPv4 client should be disabled when enabling DHCPv4 server
Context
- MIB
- FOUNDRY-DHCPSERVER-MIB
- OID
.1.3.6.1.4.1.1991.1.1.3.42.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- snDhcpServerGlobalObjects
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 'FOUNDRY-DHCPSERVER-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FOUNDRY-DHCPSERVER-MIB::snDhcpServerGlobalConfigState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FOUNDRY-DHCPSERVER-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FOUNDRY-DHCPSERVER-MIB::snDhcpServerGlobalConfigState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | enabled |