MIB Viewer

ZHONE-COM-IP-FILTER-MIB

67 objects
Zhone IP Filter MIB Module. IP Software Minneapolis, MN
OIDNameAccessStatusDescription
1.3.6.1.4.1.5504.4.1.8IdentityfiltercurrentThe 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.1IdentityfilterGlobalcurrentGlobal filter provisioning information.
1.3.6.1.4.1.5504.4.1.8.1.1ScalarfltGlobalIndexNextread-onlycurrentThe 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.2ScalarfltGlobalTimeoutread-writecurrentFilter 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.2TablefilterSpecTablenot-accessiblecurrentThe 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.1RowfilterSpecEntrynot-accessiblecurrentAn entry in the filterSpecTable.
1.3.6.1.4.1.5504.4.1.8.2.1.1ColumnfltSpecIndexnot-accessiblecurrentThe 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.2ColumnfltSpecNameread-createcurrentThe 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.3ColumnfltSpecDescread-createcurrentTextual 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.4ColumnfltSpecVersion1read-createcurrentThe 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.5ColumnfltSpecVersion2read-createcurrentThe 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.6ColumnfltSpecLanguageVersionread-createcurrentThe 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.7ColumnfltSpecRowStatusread-createcurrentZhone 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.3TablefilterStatementTablenot-accessiblecurrentThis 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.1RowfilterStatementEntrynot-accessiblecurrentAn 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.1ColumnfltStmtIndexnot-accessiblecurrentThe 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.2ColumnfltStmtIpSrcAddrLowread-createcurrentThe 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.3ColumnfltStmtIpSrcAddrHighread-createcurrentThe 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.4ColumnfltStmtSrcPortLowread-createcurrentThe 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.5ColumnfltStmtSrcPortHighread-createcurrentThe 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.6ColumnfltStmtIpDstAddrLowread-createcurrentThe 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.7ColumnfltStmtIpDstAddrHighread-createcurrentThe 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.8ColumnfltStmtDstPortLowread-createcurrentThe 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.9ColumnfltStmtDstPortHighread-createcurrentThe 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.10ColumnfltStmtIpProtocolread-createcurrentThe 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.11ColumnfltStmtArbValueBaseread-createcurrentThis 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.12ColumnfltStmtArbOffsetread-createcurrentThe 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.13ColumnfltStmtArbMaskread-createcurrentThis 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.14ColumnfltStmtArbValueLowread-createcurrentThis 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.15ColumnfltStmtArbValueHighread-createcurrentThis 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.16ColumnfltStmtModifierread-createcurrentFilter 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.17ColumnfltStmtActionread-createcurrentFilter 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.18ColumnfltStmtActionArgread-createcurrentFilter 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.19ColumnfltStmtRowStatusread-createcurrentZhone 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.4TablefilterStmtRenumTablenot-accessiblecurrentThis 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.1RowfilterStmtRenumEntrynot-accessiblecurrentAn entry in the filterStmtRenumTable.
1.3.6.1.4.1.5504.4.1.8.4.1.1ColumnfltStmtIndexNewread-writecurrentThe 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.5TablefilterStatsTablenot-accessiblecurrentThis 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.1RowfilterStatsEntrynot-accessiblecurrentAn 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.1ColumnfltStatDirectionnot-accessiblecurrentThe direction for which this set of statistics is kept: ingress or egress.
1.3.6.1.4.1.5504.4.1.8.5.1.2ColumnfltStatResetPktsread-onlycurrentThe number of discarded packets for which a TCP reset packet was sent.
1.3.6.1.4.1.5504.4.1.8.5.1.3ColumnfltStatPermitPktsread-onlycurrentThe number of permitted packets.
1.3.6.1.4.1.5504.4.1.8.5.1.4ColumnfltStatDenyPktsread-onlycurrentThe number of discarded packets.
1.3.6.1.4.1.5504.4.1.8.5.1.5ColumnfltStatForwardPktsread-onlycurrentThe number of packets forwarded to the IP address specified in the filter.
1.3.6.1.4.1.5504.4.1.8.5.1.6ColumnfltStatRejectPktsread-onlycurrentThe 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.7ColumnfltStatLogPktsread-onlycurrentThe number of logged packets.
1.3.6.1.4.1.5504.4.1.8.5.1.8ColumnfltStatDefaultPktsread-onlycurrentThe 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.9ColumnfltStatSpecVersionread-onlycurrentThe version of the filter being used on this interface.
1.3.6.1.4.1.5504.4.1.8.5.1.10ColumnfltStatSpecIndexread-onlycurrentThe 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.6IdentitymcastControlcurrentThe 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.1TablemcastControlListTablenot-accessiblecurrentMulticast 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.1RowmcastControlListEntrynot-accessiblecurrentAn entry in the Multicast Control List.
1.3.6.1.4.1.5504.4.1.8.6.1.1.1ColumnmcastControlListControlIdnot-accessiblecurrentDescription.
1.3.6.1.4.1.5504.4.1.8.6.1.1.2ColumnmcastControlListControlPrecedencenot-accessiblecurrentDescription.
1.3.6.1.4.1.5504.4.1.8.6.1.1.3ColumnmcastControlListRowStatusread-createcurrentDescription.
1.3.6.1.4.1.5504.4.1.8.6.1.1.4ColumnmcastControlListIpAddressread-createcurrentmulticast ip address.
1.3.6.1.4.1.5504.4.1.8.6.1.1.5ColumnmcastControlListTyperead-createcurrentDefines 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.7IdentityportAccessControlcurrentThis 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.1ScalarportAccessNextIndexread-onlycurrentDescription: 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.2TableportAccessTablenot-accessiblecurrentContains the list of entries that control port access on this device.
1.3.6.1.4.1.5504.4.1.8.7.2.1RowportAccessEntrynot-accessiblecurrentThis 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.1ColumnportAccessIndexnot-accessiblecurrentThe 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.2ColumnportAccessRowStatusread-createcurrentDescription.: used to create/delete entries in the table.
1.3.6.1.4.1.5504.4.1.8.7.2.1.3ColumnportAccessNumberread-createcurrentPortNumber that this applies to, 1..1023 supported.
1.3.6.1.4.1.5504.4.1.8.7.2.1.4ColumnportAccessSrcAddrread-createcurrentThe IP address that we will accept packets from.
1.3.6.1.4.1.5504.4.1.8.7.2.1.5ColumnportAccessNetMaskread-createcurrentportAccessNetMask - used to pass the range that we will accept with regards to portAccessSrcAddr.
1.3.6.1.4.1.5504.6.58IdentitycomIpFilterZhone IP Filter MIB Module. IP Software Minneapolis, MN