hm2TtdpCnToEtbnUseDHCPServer
HM2-ETB-MIB ·
.1.3.6.1.4.1.248.11.130.1.1.20.1.4
Object
column r/w
Enumeration
Tell if local TTDP DHCP server is used to give IP to ETBN networks. If is set to false NAT rules will be added to translate from static networks to TTDP standard addressing. Also if is false interfaces that connect the networks should be statically configured else the network on that interface will be nonfunctional. The static network mask should be 18.
Context
- MIB
- HM2-ETB-MIB
- OID
.1.3.6.1.4.1.248.11.130.1.1.20.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hm2TtdpCnToEtbnEntry
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 'HM2-ETB-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-ETB-MIB::hm2TtdpCnToEtbnUseDHCPServer'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-ETB-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-ETB-MIB::hm2TtdpCnToEtbnUseDHCPServer.<hm2TtdpCnToEtbnTableIdx>.<hm2TtdpCnToEtbnCnTableIdx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-ETB-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-ETB-MIB::hm2TtdpCnToEtbnUseDHCPServer'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | dhcp |
3 | nat |