ZHONE-COM-IP-FILTER-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
6
Rows
6
Columns
47
.1.3.6.1.4.1.5504.4.1.8.2 · 1 row entry · 7 columns
The filter specification table contains specifications
for the IP filtering module.  Rows are indexed by a
single integer index (filterSpecIndex).  The fltGlobalIndexNext
object is used to determine the next index value.  Each
row points to a sequence of rows (statements) in the
filterStatementTable.  When any row in that sequence
is modified, created, or removed, the fltSpecVersion1 and 
fltSpecVersion2 objects must be incremented.
          
Rows are created by assigning fltSpecIndex and setting
fltSpecRowStatus to 'createAndGo'.  All columnar objects
in this table have default values, so no objects other
than the index value need be set to create a row.  Rows
are removed by setting fltSpecRowStatus to 'destroy'.
When a row is removed, each row in filterStatementTable
with the same fltSpecIndex is automatically removed.
filterSpecEntry entry .1.3.6.1.4.1.5504.4.1.8.2.1
An entry in the filterSpecTable.
Indexes
fltSpecIndex
Column Syntax OID
fltSpecIndex
The index that identifies an entry in the filterSpecTable.
The fltGlobalIndexNext object is used to determine the
next value of this object.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.2.1.1
fltSpecName
The filter name associated with this filter specification.
This name should indicate the nature of the filter.
The default value is an empty string.
Zhone-TCZhoneAdminStringr/w
Textual Convention: Zhone-TCZhoneAdminString OctetString
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.4.1.8.2.1.2
fltSpecDesc
Textual description of the filter specification.
This should briefly describe the nature of the
filter defined by the associated filter statements.
The default value is an empty string.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Textual Convention: SNMP-FRAMEWORK-MIBSnmpAdminString OctetString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.5504.4.1.8.2.1.3
fltSpecVersion1
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 an object in
a filter spec (including the the list of filte…
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.2.1.4
fltSpecVersion2
The version number of the filter specification. The
value of this object must be equal to fltSpecVersion1,
otherwise the filter spec is inconsistent. See
fltSpecVersion1 for details.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.2.1.5
fltSpecLanguageVersion
The language version of the filter. The language version
further details the meaning and use of the objects in
filterStatmentTable. The definitions of the filter
languages is beyond the scope of this description.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.2.1.6
fltSpecRowStatus
Zhone convention to support row creation and deletion.
This is the only object required to create or destroy
a row in this table.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.4.1.8.2.1.7
.1.3.6.1.4.1.5504.4.1.8.3 · 1 row entry · 19 columns
This table contains the filter specification statements for
the IP filtering module.  A complete filter specification is
comprised of all the linked statements (rows) that are
pointed to by an entry in the filterSpecTable.  Filter
statements are linked together by fltSpecIndex, and are
ordered within the comprised filter using fltStmtIndex.
A statement can only be owned by one filter spec.
          
Rows are created by assigning fltSpecIndex and fltStmtIndex,
and setting fltStmtRowStatus to 'createAndGo'.  All columnar
objects in this table have default values, so no objects other
than the index values need be set to create a row.  Rows are
destroyed by setting fltStmtRowStatus to 'delete'.  When rows
are created or destroyed, the version of the corresponding
filter spec row is incremented.
filterStatementEntry entry .1.3.6.1.4.1.5504.4.1.8.3.1
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,
specific packet header fields, and arbitrary packet
offs…
Indexes
fltSpecIndex fltStmtIndex
Column Syntax OID
fltStmtIndex
The table index that identifies a filter statement. These
indicies should be sparse to allow for insertion into the
list.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.3.1.1
fltStmtIpSrcAddrLow
The inclusive lower bound for the source IP address range.
See the filterStatementEntry description for details.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.3.1.2
fltStmtIpSrcAddrHigh
The inclusive upper bound for the source IP address range.
See the filterStatementEntry description for details.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.3.1.3
fltStmtSrcPortLow
The inclusive lower bound for the transport layer source
port range. See the filterStatementEntry description for
details.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.5504.4.1.8.3.1.4
fltStmtSrcPortHigh
The inclusive upper bound for the transport layer source
port range. See the filterStatementEntry description for
details.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.5504.4.1.8.3.1.5
fltStmtIpDstAddrLow
The inclusive lower bound for the destination IP address
range. See the filterStatementEntry description for
details.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.3.1.6
fltStmtIpDstAddrHigh
The inclusive upper bound for the destination IP address
range. See the filterStatementEntry description for
details.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.3.1.7
fltStmtDstPortLow
The inclusive lower bound for the transport layer destination
port range. See the filterStatementEntry description for
details.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.5504.4.1.8.3.1.8
fltStmtDstPortHigh
The inclusive upper bound for the transport layer destination
port range. See the filterStatementEntry description for
details.
Integer32r/w
Constraints:
range: 0-65535
.1.3.6.1.4.1.5504.4.1.8.3.1.9
fltStmtIpProtocol
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) : TCP packet
udp(4) : U…
Enumerationr/w
Enumerated Values:
1any
2ip
3tcp
4udp
5icmp
.1.3.6.1.4.1.5504.4.1.8.3.1.10
fltStmtArbValueBase
This field identifies the protocol header to which the
arbitrary value comparison applies. The enum values are
as follows:

none(1) : no arbitrary value comparison
ip(2) : base is IP…
Enumerationr/w
Enumerated Values:
1none
2ip
3udp
4tcp
5icmp
6ipOptions
7tcpOptions
.1.3.6.1.4.1.5504.4.1.8.3.1.11
fltStmtArbOffset
The offset, in octets, from the beginning of the header
to the most significant octet for the arbitrary value
comparison.
Integer32r/w
Constraints:
range: 0-64
.1.3.6.1.4.1.5504.4.1.8.3.1.12
fltStmtArbMask
This object is mask for for arbitrary value comparisons.
The non-zero bits in this field determine the size of the
arbitrary field.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.3.1.13
fltStmtArbValueLow
This object is the inclusive lower bound for arbitrary value
comparison. See the filterStatementEntry description for
details.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.3.1.14
fltStmtArbValueHigh
This object is the inclusive upper bound for arbitrary value
comparison. See the filterStatementEntry description for
details.
SNMPv2-SMIUnsigned32r/w
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.3.1.15
fltStmtModifier
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) : fltStmtIpSrcAddrLow, fltStmtIpSrcAd…
Bitsr/w
Enumerated Values:
0notIpSrc
1notSrcPort
2notDstIp
3notPortDst
4notProtocol
5notArbitrary
6notStatement
.1.3.6.1.4.1.5504.4.1.8.3.1.16
fltStmtAction
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 reset packet to the packet sender
Bitsr/w
Enumerated Values:
0reset
1permit
2deny
3forward
4reject
5log
.1.3.6.1.4.1.5504.4.1.8.3.1.17
fltStmtActionArg
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
value of this object m…
SNMPv2-SMIInteger32r/w
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.4.1.5504.4.1.8.3.1.18
fltStmtRowStatus
Zhone convention to support row creation and deletion.
This is the only object required to create or destroy
a row in this table.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.4.1.8.3.1.19
.1.3.6.1.4.1.5504.4.1.8.4 · 1 row entry · 1 columns
This table provides a mechanism for renumbering individual
filter statments within their particular filter spec.
filterStmtRenumEntry entry .1.3.6.1.4.1.5504.4.1.8.4.1
An entry in the filterStmtRenumTable.
Indexes
No indexes recorded
Column Syntax OID
fltStmtIndexNew
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 object will cause the corresponding filter statement
to be …
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.4.1.1
.1.3.6.1.4.1.5504.4.1.8.5 · 1 row entry · 10 columns
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 (ingress or egress) of
traffic being filtered.  This is a read-only table.
filterStatsEntry entry .1.3.6.1.4.1.5504.4.1.8.5.1
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 interface; one for ingress
filtering and the other for egress …
Indexes
IF-MIBifIndex fltStatDirection
Column Syntax OID
fltStatDirection
The direction for which this set of statistics
is kept: ingress or egress.
Enumeration
Enumerated Values:
1ingress
2egress
.1.3.6.1.4.1.5504.4.1.8.5.1.1
fltStatResetPkts
The number of discarded packets for which a TCP
reset packet was sent.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.2
fltStatPermitPkts
The number of permitted packets.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.3
fltStatDenyPkts
The number of discarded packets.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.4
fltStatForwardPkts
The number of packets forwarded to the
IP address specified in the filter.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.5
fltStatRejectPkts
The number of discarded packets for which an
ICMP destination unreachable packet with
code 13 was sent.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.6
fltStatLogPkts
The number of logged packets.
packetsSNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.7
fltStatDefaultPkts
The number of packets that pass through the filter
without matching upon which the default action is
used.
SNMPv2-SMICounter32
Textual Convention: SNMPv2-SMICounter32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.8
fltStatSpecVersion
The version of the filter being used on this interface.
SNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.5504.4.1.8.5.1.9
fltStatSpecIndex
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.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.5.1.10
.1.3.6.1.4.1.5504.4.1.8.6.1 · 1 row entry · 5 columns
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 multicast control list in its ip-interfce-profile.
The address to the table is the multicast control list
ID and the precedence.  The Row status in the table
contains indication of whether the row is being created
or destroyed.
mcastControlListEntry entry .1.3.6.1.4.1.5504.4.1.8.6.1.1
An entry in the Multicast Control List.
Indexes
mcastControlListControlId mcastControlListControlPrecedence
Column Syntax OID
mcastControlListControlId
Description.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.6.1.1.1
mcastControlListControlPrecedence
Description.
Integer32
Constraints:
range: 1-2147483647
.1.3.6.1.4.1.5504.4.1.8.6.1.1.2
mcastControlListRowStatus
Description.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.4.1.8.6.1.1.3
mcastControlListIpAddress
multicast ip address.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.6.1.1.4
mcastControlListType
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 and leave after task complete.
No…
Enumerationr/w
Enumerated Values:
1normal
2always-on
3periodic
.1.3.6.1.4.1.5504.4.1.8.6.1.1.5
.1.3.6.1.4.1.5504.4.1.8.7.2 · 1 row entry · 5 columns
Contains the list of entries that control port access
on this device.
portAccessEntry entry .1.3.6.1.4.1.5504.4.1.8.7.2.1
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.
Indexes
portAccessIndex
Column Syntax OID
portAccessIndex
The index of this entry in table. 100 entries should be more
than enough.
Integer32
Constraints:
range: 1-100
.1.3.6.1.4.1.5504.4.1.8.7.2.1.1
portAccessRowStatus
Description.: used to create/delete entries in the table.
Zhone-TCZhoneRowStatusr/w
Textual Convention: Zhone-TCZhoneRowStatus Enumeration
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.4.1.8.7.2.1.2
portAccessNumber
PortNumber that this applies to, 1..1023 supported.
Integer32r/w
Constraints:
range: 1-1023
.1.3.6.1.4.1.5504.4.1.8.7.2.1.3
portAccessSrcAddr
The IP address that we will accept packets from.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.7.2.1.4
portAccessNetMask
portAccessNetMask - used to pass the range that we will accept with regards
to portAccessSrcAddr.
SNMPv2-SMIIpAddressr/w
Textual Convention: SNMPv2-SMIIpAddress OctetString
Type Constraints:
range: 4
.1.3.6.1.4.1.5504.4.1.8.7.2.1.5