ZHONE-COM-IP-FILTER-MIB
67 objects
Zhone IP Filter MIB Module. IP Software Minneapolis, MN
Imported Objects
| IF-MIB | ifIndex |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-SMI | Counter32 Integer32 IpAddress MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE Unsigned32 |
| Zhone | zhoneIp zhoneModules |
| Zhone-TC | ZhoneAdminString ZhoneRowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.5504.4.1.8 | Identityfilter | current | The MIB module representing IP filter specifications in Zhone Technologies products. IP filtering is typically performed to enhance network security by limitin… | |
| 1.3.6.1.4.1.5504.4.1.8.1 | IdentityfilterGlobal | current | Global filter provisioning information. | |
| 1.3.6.1.4.1.5504.4.1.8.1.1 | ScalarfltGlobalIndexNext | read-only | current | The next available filter spec table index (filterSpecIndex). A GET on this object increments the value by one. A GETNEXT on this object will always return zer… |
| 1.3.6.1.4.1.5504.4.1.8.1.2 | ScalarfltGlobalTimeout | read-write | current | Filter inconsistency timeout in seconds. A filter spec is considered to be in an inconsistent state when the value of the objects fltSpecVersion1 and fltSpecVe… |
| 1.3.6.1.4.1.5504.4.1.8.2 | TablefilterSpecTable | not-accessible | current | The filter specification table contains specifications for the IP filtering module. Rows are indexed by a single integer index (filterSpecIndex). The fltGlobal… |
| 1.3.6.1.4.1.5504.4.1.8.2.1 | RowfilterSpecEntry | not-accessible | current | An entry in the filterSpecTable. |
| 1.3.6.1.4.1.5504.4.1.8.2.1.1 | ColumnfltSpecIndex | not-accessible | current | The index that identifies an entry in the filterSpecTable. The fltGlobalIndexNext object is used to determine the next value of this object. |
| 1.3.6.1.4.1.5504.4.1.8.2.1.2 | ColumnfltSpecName | read-create | current | The filter name associated with this filter specification. This name should indicate the nature of the filter. The default value is an empty string. |
| 1.3.6.1.4.1.5504.4.1.8.2.1.3 | ColumnfltSpecDesc | read-create | current | Textual description of the filter specification. This should briefly describe the nature of the filter defined by the associated filter statements. The default… |
| 1.3.6.1.4.1.5504.4.1.8.2.1.4 | ColumnfltSpecVersion1 | read-create | current | The version number of the filter specification. This is used to flag any changes in the statements that comprise a filter. Each time a modification occurs to a… |
| 1.3.6.1.4.1.5504.4.1.8.2.1.5 | ColumnfltSpecVersion2 | read-create | current | The version number of the filter specification. The value of this object must be equal to fltSpecVersion1, otherwise the filter spec is inconsistent. See fltSp… |
| 1.3.6.1.4.1.5504.4.1.8.2.1.6 | ColumnfltSpecLanguageVersion | read-create | current | The language version of the filter. The language version further details the meaning and use of the objects in filterStatmentTable. The definitions of the filt… |
| 1.3.6.1.4.1.5504.4.1.8.2.1.7 | ColumnfltSpecRowStatus | read-create | current | Zhone convention to support row creation and deletion. This is the only object required to create or destroy a row in this table. |
| 1.3.6.1.4.1.5504.4.1.8.3 | TablefilterStatementTable | not-accessible | current | This table contains the filter specification statements for the IP filtering module. A complete filter specification is comprised of all the linked statements … |
| 1.3.6.1.4.1.5504.4.1.8.3.1 | RowfilterStatementEntry | not-accessible | current | An entry in the filterStatement table. Each entry represents one of a sequence of statements that comprise a filter. Each filter statement consists of an index… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.1 | ColumnfltStmtIndex | not-accessible | current | The table index that identifies a filter statement. These indicies should be sparse to allow for insertion into the list. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.2 | ColumnfltStmtIpSrcAddrLow | read-create | current | The inclusive lower bound for the source IP address range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.3 | ColumnfltStmtIpSrcAddrHigh | read-create | current | The inclusive upper bound for the source IP address range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.4 | ColumnfltStmtSrcPortLow | read-create | current | The inclusive lower bound for the transport layer source port range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.5 | ColumnfltStmtSrcPortHigh | read-create | current | The inclusive upper bound for the transport layer source port range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.6 | ColumnfltStmtIpDstAddrLow | read-create | current | The inclusive lower bound for the destination IP address range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.7 | ColumnfltStmtIpDstAddrHigh | read-create | current | The inclusive upper bound for the destination IP address range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.8 | ColumnfltStmtDstPortLow | read-create | current | The inclusive lower bound for the transport layer destination port range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.9 | ColumnfltStmtDstPortHigh | read-create | current | The inclusive upper bound for the transport layer destination port range. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.10 | ColumnfltStmtIpProtocol | read-create | current | The IP protocol value that is to be matched. The enum values are as follows: any(1) : any protocol type is a match (wildcard) ip(2) : raw IP packet tcp(3) : TC… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.11 | ColumnfltStmtArbValueBase | read-create | current | This field identifies the protocol header to which the arbitrary value comparison applies. The enum values are as follows: none(1) : no arbitrary value compari… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.12 | ColumnfltStmtArbOffset | read-create | current | The offset, in octets, from the beginning of the header to the most significant octet for the arbitrary value comparison. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.13 | ColumnfltStmtArbMask | read-create | current | This object is mask for for arbitrary value comparisons. The non-zero bits in this field determine the size of the arbitrary field. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.14 | ColumnfltStmtArbValueLow | read-create | current | This object is the inclusive lower bound for arbitrary value comparison. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.15 | ColumnfltStmtArbValueHigh | read-create | current | This object is the inclusive upper bound for arbitrary value comparison. See the filterStatementEntry description for details. |
| 1.3.6.1.4.1.5504.4.1.8.3.1.16 | ColumnfltStmtModifier | read-create | current | Filter statement modifier. The bits set in this object logically negate the results of the comparisons made on their respecive fields as shown : notIpSrcAddr(1… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.17 | ColumnfltStmtAction | read-create | current | Filter statement action. The bits set in this object specify actions to take on packets matching this statement. Supported actions are: reset(0) : Return a TCP… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.18 | ColumnfltStmtActionArg | read-create | current | Filter statement action argument. The meaning of this object depends on the value of fltStmtAction: forward(3) : An IP address to forward the packet to. The va… |
| 1.3.6.1.4.1.5504.4.1.8.3.1.19 | ColumnfltStmtRowStatus | read-create | current | Zhone convention to support row creation and deletion. This is the only object required to create or destroy a row in this table. |
| 1.3.6.1.4.1.5504.4.1.8.4 | TablefilterStmtRenumTable | not-accessible | current | This table provides a mechanism for renumbering individual filter statments within their particular filter spec. |
| 1.3.6.1.4.1.5504.4.1.8.4.1 | RowfilterStmtRenumEntry | not-accessible | current | An entry in the filterStmtRenumTable. |
| 1.3.6.1.4.1.5504.4.1.8.4.1.1 | ColumnfltStmtIndexNew | read-write | current | The new statement index for the filter statement. Reading this object will return the same value as the 'fltStmtIndex' portion of its index. Writing to this ob… |
| 1.3.6.1.4.1.5504.4.1.8.5 | TablefilterStatsTable | not-accessible | current | This table provides ingress and egress IP filter statistics for each interface. This table is indexed by the ifIndex of the interface and the direction (ingres… |
| 1.3.6.1.4.1.5504.4.1.8.5.1 | RowfilterStatsEntry | not-accessible | current | An entry in the filterStatsTable. There will be an entry for each filter provisioned on an interface. There can be, at most, two filters provisioned per interf… |
| 1.3.6.1.4.1.5504.4.1.8.5.1.1 | ColumnfltStatDirection | not-accessible | current | The direction for which this set of statistics is kept: ingress or egress. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.2 | ColumnfltStatResetPkts | read-only | current | The number of discarded packets for which a TCP reset packet was sent. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.3 | ColumnfltStatPermitPkts | read-only | current | The number of permitted packets. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.4 | ColumnfltStatDenyPkts | read-only | current | The number of discarded packets. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.5 | ColumnfltStatForwardPkts | read-only | current | The number of packets forwarded to the IP address specified in the filter. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.6 | ColumnfltStatRejectPkts | read-only | current | The number of discarded packets for which an ICMP destination unreachable packet with code 13 was sent. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.7 | ColumnfltStatLogPkts | read-only | current | The number of logged packets. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.8 | ColumnfltStatDefaultPkts | read-only | current | The number of packets that pass through the filter without matching upon which the default action is used. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.9 | ColumnfltStatSpecVersion | read-only | current | The version of the filter being used on this interface. |
| 1.3.6.1.4.1.5504.4.1.8.5.1.10 | ColumnfltStatSpecIndex | read-only | current | The index of the filter specification being used on this interface. If there is no filter configured for an interface, the entry will not exist in this table. |
| 1.3.6.1.4.1.5504.4.1.8.6 | IdentitymcastControl | current | The MIB module representing Multicast control list specifications in Zhone Technologies products. The First application of multicast control list is to accept … | |
| 1.3.6.1.4.1.5504.4.1.8.6.1 | TablemcastControlListTable | not-accessible | current | Multicast control list table conatins the one of the IP Address that can be allowed to join to by a IGMP join request from IP interface that has the the multic… |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1 | RowmcastControlListEntry | not-accessible | current | An entry in the Multicast Control List. |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1.1 | ColumnmcastControlListControlId | not-accessible | current | Description. |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1.2 | ColumnmcastControlListControlPrecedence | not-accessible | current | Description. |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1.3 | ColumnmcastControlListRowStatus | read-create | current | Description. |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1.4 | ColumnmcastControlListIpAddress | read-create | current | multicast ip address. |
| 1.3.6.1.4.1.5504.4.1.8.6.1.1.5 | ColumnmcastControlListType | read-create | current | Defines the video stream type. normal - join and leave when desired. Used for video. always-on - always joined. Meant for EBS, not video. periodic - will join … |
| 1.3.6.1.4.1.5504.4.1.8.7 | IdentityportAccessControl | current | This MIB represents the port access control list in Zhone products. It is used to control access to internal ports. Initially it is used just for TELNET (23) ,… | |
| 1.3.6.1.4.1.5504.4.1.8.7.1 | ScalarportAccessNextIndex | read-only | current | Description: A hint for the next free index should the manager want to create a new entry. |
| 1.3.6.1.4.1.5504.4.1.8.7.2 | TableportAccessTable | not-accessible | current | Contains the list of entries that control port access on this device. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1 | RowportAccessEntry | not-accessible | current | This contains the entry that is to be accepted. Currently only used to control access to port 23. arg1, arg2 provide IP Address/mask to allow in. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1.1 | ColumnportAccessIndex | not-accessible | current | The index of this entry in table. 100 entries should be more than enough. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1.2 | ColumnportAccessRowStatus | read-create | current | Description.: used to create/delete entries in the table. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1.3 | ColumnportAccessNumber | read-create | current | PortNumber that this applies to, 1..1023 supported. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1.4 | ColumnportAccessSrcAddr | read-create | current | The IP address that we will accept packets from. |
| 1.3.6.1.4.1.5504.4.1.8.7.2.1.5 | ColumnportAccessNetMask | read-create | current | portAccessNetMask - used to pass the range that we will accept with regards to portAccessSrcAddr. |
| 1.3.6.1.4.1.5504.6.58 | IdentitycomIpFilter | Zhone IP Filter MIB Module. IP Software Minneapolis, MN |