ZHONE-COM-IP-FILTER-MIB

File: ZHONE-COM-IP-FILTER-MIB.mib (36464 bytes)

Imported modules

IF-MIB SNMP-FRAMEWORK-MIB SNMPv2-SMI
Zhone Zhone-TC

Imported symbols

ifIndex SnmpAdminString IpAddress
Integer32 Unsigned32 Counter32
OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
zhoneIp zhoneModules ZhoneRowStatus
ZhoneAdminString

Defined Types

FilterSpecEntry  
SEQUENCE    
  fltSpecIndex Integer32
  fltSpecName ZhoneAdminString
  fltSpecDesc SnmpAdminString
  fltSpecVersion1 Unsigned32
  fltSpecVersion2 Unsigned32
  fltSpecLanguageVersion Unsigned32
  fltSpecRowStatus ZhoneRowStatus

FilterStatementEntry  
SEQUENCE    
  fltStmtIndex Integer32
  fltStmtIpSrcAddrLow IpAddress
  fltStmtIpSrcAddrHigh IpAddress
  fltStmtSrcPortLow Integer32
  fltStmtSrcPortHigh Integer32
  fltStmtIpDstAddrLow IpAddress
  fltStmtIpDstAddrHigh IpAddress
  fltStmtDstPortLow Integer32
  fltStmtDstPortHigh Integer32
  fltStmtIpProtocol INTEGER
  fltStmtArbValueBase INTEGER
  fltStmtArbOffset Integer32
  fltStmtArbMask Unsigned32
  fltStmtArbValueLow Unsigned32
  fltStmtArbValueHigh Unsigned32
  fltStmtModifier BITS
  fltStmtAction BITS
  fltStmtActionArg Integer32
  fltStmtRowStatus ZhoneRowStatus

FilterStmtRenumEntry  
SEQUENCE    
  fltStmtIndexNew Integer32

FilterStatsEntry  
SEQUENCE    
  fltStatDirection INTEGER
  fltStatResetPkts Counter32
  fltStatPermitPkts Counter32
  fltStatDenyPkts Counter32
  fltStatForwardPkts Counter32
  fltStatRejectPkts Counter32
  fltStatLogPkts Counter32
  fltStatDefaultPkts Counter32
  fltStatSpecVersion Unsigned32
  fltStatSpecIndex Integer32

McastControlListEntry  
SEQUENCE    
  mcastControlListControlId Integer32
  mcastControlListControlPrecedence Integer32
  mcastControlListRowStatus ZhoneRowStatus
  mcastControlListIpAddress IpAddress
  mcastControlListType INTEGER

PortAccessEntry  
SEQUENCE    
  portAccessIndex Integer32
  portAccessRowStatus ZhoneRowStatus
  portAccessNumber Integer32
  portAccessSrcAddr IpAddress
  portAccessNetMask IpAddress

Defined Values

comIpFilter 1.3.6.1.4.1.5504.6.58
Zhone IP Filter MIB Module. IP Software Minneapolis, MN
MODULE-IDENTITY    

filter 1.3.6.1.4.1.5504.4.1.8
The MIB module representing IP filter specifications in Zhone Technologies products. IP filtering is typically performed to enhance network security by limiting what access is allowed between two networks. Filtering is also effective in eliminating certain denial-of-service attacks. Packet filtering also provides a framework for sanity checking packet headers, and rejecting packets that are unlikely (or that should be impossible). In this way, packet filtering can prevent certain unfortunate mistakes from shutting a network down.
Status: current Access: read-only
OBJECT-IDENTITY    

filterGlobal 1.3.6.1.4.1.5504.4.1.8.1
Global filter provisioning information.
Status: current Access: read-only
OBJECT-IDENTITY    

fltGlobalIndexNext 1.3.6.1.4.1.5504.4.1.8.1.1
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 zero.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

fltGlobalTimeout 1.3.6.1.4.1.5504.4.1.8.1.2
Filter inconsistency timeout in seconds. A filter spec is considered to be in an inconsistent state when the value of the objects fltSpecVersion1 and fltSpecVersion2 are not equal. This timeout indicates the minimum number of seconds a filter may be in an inconsistent state before the filter spec becomes invalid and the default action for a filter is used as the filter. Provided fltGlobalTimeout is long enough, it should ensure that both an old modification is permanently stalled (ensuring exclusive access) as well as enough time to repair a filter. Default is five seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

filterSpecTable 1.3.6.1.4.1.5504.4.1.8.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterSpecEntry

filterSpecEntry 1.3.6.1.4.1.5504.4.1.8.2.1
An entry in the filterSpecTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterSpecEntry  

fltSpecIndex 1.3.6.1.4.1.5504.4.1.8.2.1.1
The index that identifies an entry in the filterSpecTable. The fltGlobalIndexNext object is used to determine the next value of this object.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

fltSpecName 1.3.6.1.4.1.5504.4.1.8.2.1.2
The filter name associated with this filter specification. This name should indicate the nature of the filter. The default value is an empty string.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneAdminString  

fltSpecDesc 1.3.6.1.4.1.5504.4.1.8.2.1.3
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.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

fltSpecVersion1 1.3.6.1.4.1.5504.4.1.8.2.1.4
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 filter statements of the same fltSpecIndex in filterStatementTable), the value of this object, and fltSpecVersion2 must be incremented. The manager adding, deleting, or modifying a filter statement or statements must increment this version number in the following manner. A read of fltSpecVersion1 returns its current value. A write to fltSpecVersion1 must be one greater than its current value. A successful write of this object transfers ownership to the manager, where the manager must subsequently perform any desired modifications to the filter spec and then write the new value of fltSpecVersion1 to the fltSpecVersion2 object to release ownership. When fltSpecVersion1 does not equal to fltSpecVersion2, the filter spec is in an inconsistent state. If the filter spec remains in an inconsistent state longer than the time specified in fltGlobalTimeout, the filter spec is declared invalid and the filter spec does not become active. The previously provisioned filter spec will remain active. If no previous filter spec was provisioned for this interface, a default action is used. It is up to the manager to fix the invalid filter spec and bring it into a consistent state.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltSpecVersion2 1.3.6.1.4.1.5504.4.1.8.2.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltSpecLanguageVersion 1.3.6.1.4.1.5504.4.1.8.2.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltSpecRowStatus 1.3.6.1.4.1.5504.4.1.8.2.1.7
Zhone convention to support row creation and deletion. This is the only object required to create or destroy a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus  

filterStatementTable 1.3.6.1.4.1.5504.4.1.8.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterStatementEntry

filterStatementEntry 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 offsets and values. Some objects in this entry define ranges for specific packet header fields. These objects define comparison operations on the field they share in the following manner: Low High Compare Method for field f --- ---- ------------------------------------------- 0 0 no comparison on the field 0 H less than or equal to High (f <= H) L 0 exact match (L == f) L H inclusive between comparison (L <= f <= H)
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterStatementEntry  

fltStmtIndex 1.3.6.1.4.1.5504.4.1.8.3.1.1
The table index that identifies a filter statement. These indicies should be sparse to allow for insertion into the list.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

fltStmtIpSrcAddrLow 1.3.6.1.4.1.5504.4.1.8.3.1.2
The inclusive lower bound for the source IP address range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

fltStmtIpSrcAddrHigh 1.3.6.1.4.1.5504.4.1.8.3.1.3
The inclusive upper bound for the source IP address range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

fltStmtSrcPortLow 1.3.6.1.4.1.5504.4.1.8.3.1.4
The inclusive lower bound for the transport layer source port range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

fltStmtSrcPortHigh 1.3.6.1.4.1.5504.4.1.8.3.1.5
The inclusive upper bound for the transport layer source port range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

fltStmtIpDstAddrLow 1.3.6.1.4.1.5504.4.1.8.3.1.6
The inclusive lower bound for the destination IP address range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

fltStmtIpDstAddrHigh 1.3.6.1.4.1.5504.4.1.8.3.1.7
The inclusive upper bound for the destination IP address range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

fltStmtDstPortLow 1.3.6.1.4.1.5504.4.1.8.3.1.8
The inclusive lower bound for the transport layer destination port range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

fltStmtDstPortHigh 1.3.6.1.4.1.5504.4.1.8.3.1.9
The inclusive upper bound for the transport layer destination port range. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

fltStmtIpProtocol 1.3.6.1.4.1.5504.4.1.8.3.1.10
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) : UDP packet icmp(5) : ICMP packet The default value is any(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER any(1), ip(2), tcp(3), udp(4), icmp(5)  

fltStmtArbValueBase 1.3.6.1.4.1.5504.4.1.8.3.1.11
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 header udp(3) : base is UDP header tcp(4) : base is TCP header icmp(5) : base is ICMP header ipOptions(6) : base is IP options header tcpOptions(7) : base is TCP options header The default value is none(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), ip(2), udp(3), tcp(4), icmp(5), ipOptions(6), tcpOptions(7)  

fltStmtArbOffset 1.3.6.1.4.1.5504.4.1.8.3.1.12
The offset, in octets, from the beginning of the header to the most significant octet for the arbitrary value comparison.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..64  

fltStmtArbMask 1.3.6.1.4.1.5504.4.1.8.3.1.13
This object is mask for for arbitrary value comparisons. The non-zero bits in this field determine the size of the arbitrary field.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltStmtArbValueLow 1.3.6.1.4.1.5504.4.1.8.3.1.14
This object is the inclusive lower bound for arbitrary value comparison. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltStmtArbValueHigh 1.3.6.1.4.1.5504.4.1.8.3.1.15
This object is the inclusive upper bound for arbitrary value comparison. See the filterStatementEntry description for details.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

fltStmtModifier 1.3.6.1.4.1.5504.4.1.8.3.1.16
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, fltStmtIpSrcAddrHigh notSrcPort(2) : fltStmtSrcPortLow, fltStmtSrcPortHigh notIpDstAddr(3) : fltStmtIpDstAddrLow, fltStmtIpDstAddrHigh notDstPort(4) : fltStmtDstPortLow, fltStmtDstPortHigh notIpProtocol(5) : fltStmtIpProtocol notArbitrary(6) : fltStmtArbValueLow, fltStmtArbValueHigh notStatement(7) : negate outcome of the entire statement No bits set (the default) specifies to use all outcomes as is.
Status: current Access: read-create
OBJECT-TYPE    
  BITS notIpSrc(0), notSrcPort(1), notDstIp(2), notPortDst(3), notProtocol(4), notArbitrary(5), notStatement(6)  

fltStmtAction 2.1.3.6.1.4.1.5504.4.1.8.3.1.17
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 and drop the packet. This cannot be specified with permit. permit(1) : Stop filtering the packet and allow it to be sent on the associated interface. This cannot be specified with deny. deny(2) : Stop filtering the packet and discard it. This cannot be specified with permit. forward(3) : Forward the packet the IP address specified in fltStmtActionArg. reject(4) : Return an ICMP destination unreachable packet (type 3) to the packet sender with code 13 (communication administratively prohibited). This cannot be specified permit. log(5) : Write the packet to the log stream. There are some mutually exclusive bits: reset(0) and permit(1), permit(1) and deny(2), permit(1) and reject(4). No bits set implies to continue filtering on the packet.
Status: current Access: read-create
OBJECT-TYPE    
  BITS reset(0), permit(1), deny(2), forward(3), reject(4), log(5)  

fltStmtActionArg 1.3.6.1.4.1.5504.4.1.8.3.1.18
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 must be non-zero. All other values of fltStmtAction have no relation to this object. The default is zero.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

fltStmtRowStatus 1.3.6.1.4.1.5504.4.1.8.3.1.19
Zhone convention to support row creation and deletion. This is the only object required to create or destroy a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus  

filterStmtRenumTable 1.3.6.1.4.1.5504.4.1.8.4
This table provides a mechanism for renumbering individual filter statments within their particular filter spec.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterStmtRenumEntry

filterStmtRenumEntry 1.3.6.1.4.1.5504.4.1.8.4.1
An entry in the filterStmtRenumTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterStmtRenumEntry  

fltStmtIndexNew 1.3.6.1.4.1.5504.4.1.8.4.1.1
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 relocated to the position identified by the value written here. If no statement exists at the current index, 'no such instance' will be returned. If a statement already exists at the new index then 'inconsistent value' is returned. For example, to move the second statement of filter #4 to the third position (e.g. to make room for a new statement #2), the following SNMP set-request would be issued: fltStmtIndexNew.4.2 = 3 There is no default value for this object as it is derived from the fltStmtIndex.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

filterStatsTable 1.3.6.1.4.1.5504.4.1.8.5
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FilterStatsEntry

filterStatsEntry 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 filtering.
Status: current Access: not-accessible
OBJECT-TYPE    
  FilterStatsEntry  

fltStatDirection 1.3.6.1.4.1.5504.4.1.8.5.1.1
The direction for which this set of statistics is kept: ingress or egress.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

fltStatResetPkts 1.3.6.1.4.1.5504.4.1.8.5.1.2
The number of discarded packets for which a TCP reset packet was sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatPermitPkts 1.3.6.1.4.1.5504.4.1.8.5.1.3
The number of permitted packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatDenyPkts 1.3.6.1.4.1.5504.4.1.8.5.1.4
The number of discarded packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatForwardPkts 1.3.6.1.4.1.5504.4.1.8.5.1.5
The number of packets forwarded to the IP address specified in the filter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatRejectPkts 1.3.6.1.4.1.5504.4.1.8.5.1.6
The number of discarded packets for which an ICMP destination unreachable packet with code 13 was sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatLogPkts 1.3.6.1.4.1.5504.4.1.8.5.1.7
The number of logged packets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatDefaultPkts 1.3.6.1.4.1.5504.4.1.8.5.1.8
The number of packets that pass through the filter without matching upon which the default action is used.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

fltStatSpecVersion 1.3.6.1.4.1.5504.4.1.8.5.1.9
The version of the filter being used on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

fltStatSpecIndex 1.3.6.1.4.1.5504.4.1.8.5.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

mcastControl 1.3.6.1.4.1.5504.4.1.8.6
The MIB module representing Multicast control list specifications in Zhone Technologies products. The First application of multicast control list is to accept of deny a IGMP request to join or leave a IGMP group. Any IGMP request to join a group is accepted only if the group address is available in the Multicast Control list pointed by a field in the ip-interface-record.
Status: current Access: read-only
OBJECT-IDENTITY    

mcastControlListTable 1.3.6.1.4.1.5504.4.1.8.6.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McastControlListEntry

mcastControlListEntry 1.3.6.1.4.1.5504.4.1.8.6.1.1
An entry in the Multicast Control List.
Status: current Access: not-accessible
OBJECT-TYPE    
  McastControlListEntry  

mcastControlListControlId 1.3.6.1.4.1.5504.4.1.8.6.1.1.1
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

mcastControlListControlPrecedence 1.3.6.1.4.1.5504.4.1.8.6.1.1.2
Description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

mcastControlListRowStatus 1.3.6.1.4.1.5504.4.1.8.6.1.1.3
Description.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus  

mcastControlListIpAddress 1.3.6.1.4.1.5504.4.1.8.6.1.1.4
multicast ip address.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

mcastControlListType 1.3.6.1.4.1.5504.4.1.8.6.1.1.5
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. Not meant for video. Used to download the tv guide.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER normal(1), always-on(2), periodic(3)  

portAccessControl 1.3.6.1.4.1.5504.4.1.8.7
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) , but in theory could be used for other ports as well.
Status: current Access: read-create
OBJECT-IDENTITY    

portAccessNextIndex 1.3.6.1.4.1.5504.4.1.8.7.1
Description: A hint for the next free index should the manager want to create a new entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

portAccessTable 1.3.6.1.4.1.5504.4.1.8.7.2
Contains the list of entries that control port access on this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortAccessEntry

portAccessEntry 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  PortAccessEntry  

portAccessIndex 1.3.6.1.4.1.5504.4.1.8.7.2.1.1
The index of this entry in table. 100 entries should be more than enough.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..100  

portAccessRowStatus 1.3.6.1.4.1.5504.4.1.8.7.2.1.2
Description.: used to create/delete entries in the table.
Status: current Access: read-create
OBJECT-TYPE    
  ZhoneRowStatus  

portAccessNumber 1.3.6.1.4.1.5504.4.1.8.7.2.1.3
PortNumber that this applies to, 1..1023 supported.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..1023  

portAccessSrcAddr 1.3.6.1.4.1.5504.4.1.8.7.2.1.4
The IP address that we will accept packets from.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

portAccessNetMask 1.3.6.1.4.1.5504.4.1.8.7.2.1.5
portAccessNetMask - used to pass the range that we will accept with regards to portAccessSrcAddr.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress