ipeCfgAccessListInputRowStatus
IPE-SYSTEM-MIB ·
.1.3.6.1.4.1.119.2.3.69.5.3.21.2.1.9
Object
column r/w
Enumeration
This RowStatus has a status only 'active(1)'.
1) creating a entry
When you make a new entry, you must SET objects indicated below.
ipeCfgAccessListInputAction
ipeCfgAccessListInputRowStatus <- createAndGo(4)
When you are not setting a value of items as follows, it is set
as 'any'.
ipeCfgAccessListInputInIfIndex
ipeCfgAccessListInputSrcIpAddress
ipeCfgAccessListInputSrcNetMask(*1)
ipeCfgAccessListInputProtocol
ipeCfgAccessListInputDstPortNum(*2)
*1 When you not set ipeCfgAccessListInputSrcIpAddress, even when
ipeCfgAccessListInputSrcNetMask is set, it is set as 'any'.When
ipeCfgAccessListInputSrcIpAddress set to 'any',
ipeCfgAccessListInputSrcNetMask is set as 'any'.
*2 When you not set ipeCfgAccessListInputProtocol to '6' or '17',
even when ipeCfgAccessListInputDstPortNum is set, it is set as
'any'.
2) modifing a entry
It isn't possible.
3) deleting a entry
When you SET a destroy(6) to ipeCfgAccessListInputRowStatus, the
entry is destroyed.
Context
- MIB
- IPE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.119.2.3.69.5.3.21.2.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipeCfgAccessListInputEntry
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 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeCfgAccessListInputRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IPE-SYSTEM-MIB::ipeCfgAccessListInputRowStatus.<ipeCfgAccessListInputOrderNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IPE-SYSTEM-MIB' -M '/opt/observium/mibs/nec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IPE-SYSTEM-MIB::ipeCfgAccessListInputRowStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
4 | createAndGo |
6 | destroy |