firewallMgmtServiceIndex
ZHNFIREWALL ·
.1.3.6.1.4.1.5504.2.5.45.1.1.1.1
Object
LAN Management Access Services Table index. Enumerated values: Http (1), Https (2), Ping (3), Snmp (4), SnmpTrap (5), Ssh (6), Telnet (7)
Context
- MIB
- ZHNFIREWALL
- OID
.1.3.6.1.4.1.5504.2.5.45.1.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- firewallMgmtAccessEntry
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 'ZHNFIREWALL' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHNFIREWALL::firewallMgmtServiceIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHNFIREWALL' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHNFIREWALL::firewallMgmtServiceIndex.<lanDeviceIndex>.<lanEthernetIndex>.<firewallMgmtServiceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHNFIREWALL' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHNFIREWALL::firewallMgmtServiceIndex'
Syntax
- Source
- FirewallMgmtAccessServiceValues
- Base type
Enumeration
Values & Constraints
Type Values
1 | http |
2 | https |
3 | ping |
4 | snmp |
5 | snmpTrap |
6 | ssh |
7 | telnet |