HP-SN-IP-ACL-MIB

File: HP-SN-IP-ACL-MIB.mib (12169 bytes)

Imported modules

RFC1155-SMI RFC-1212 SNMPv2-SMI
HP-SN-ROOT-MIB

Imported symbols

IpAddress OBJECT-TYPE Counter64
snIp

Defined Types

DisplayString  
OCTET STRING    

RtrStatus  
INTEGER disabled(0), enabled(1)    

SnRowStatus  
INTEGER other(1), valid(2), delete(3), create(4)    

Action  
INTEGER deny(0), permit(1)    

TruthVal  
INTEGER false(0), true(1)    

AclNumber  
INTEGER 1..199    

Operator  
INTEGER eq(0), neq(1), lt(2), gt(3), range(4), undefined(7)    

IpProtocol  
INTEGER 0..255    

PrecedenceValue  
INTEGER critical(5), flash(3), flashoverride(4), immediate(2), internet(6), network(7), priority(1), routine(0), undefined(8)    

TosValue  
INTEGER normal(0), minMonetaryCost(1), maxReliability(2), tosValue3(3), maxThroughput(4), tosValue5(5), tosValue6(6), tosValue7(7), minDelay(8), tosValue9(9), tosValue10(10), tosValue11(11), tosValue12(12), tosValue13(13), tosValue14(14), tosValue15(15), undefined(16)    

Direction  
INTEGER inbound(0), outbound(1)    

SnAgAclEntry  
SEQUENCE    
  snAgAclIndex INTEGER
  snAgAclNumber AclNumber
  snAgAclName DisplayString
  snAgAclAction Action
  snAgAclProtocol IpProtocol
  snAgAclSourceIp IpAddress
  snAgAclSourceMask IpAddress
  snAgAclSourceOperator Operator
  snAgAclSourceOperand1 INTEGER
  snAgAclSourceOperand2 INTEGER
  snAgAclDestinationIp IpAddress
  snAgAclDestinationMask IpAddress
  snAgAclDestinationOperator Operator
  snAgAclDestinationOperand1 INTEGER
  snAgAclDestinationOperand2 INTEGER
  snAgAclPrecedence PrecedenceValue
  snAgAclTos TosValue
  snAgAclEstablished RtrStatus
  snAgAclLogOption TruthVal
  snAgAclStandardFlag TruthVal
  snAgAclRowStatus SnRowStatus
  snAgAclFlowCounter Counter64
  snAgAclPacketCounter Counter64
  snAgAclComments DisplayString
  snAgAclIpPriority INTEGER
  snAgAclPriorityForce INTEGER
  snAgAclPriorityMapping INTEGER
  snAgAclDscpMarking INTEGER
  snAgAclDscpMapping INTEGER

SnAgAclBindToPortEntry  
SEQUENCE    
  snAgAclPortNum INTEGER
  snAgAclPortBindDirection Direction
  snAgAclNum INTEGER
  snAgAclNameString DisplayString
  snAgBindPortListInVirtualInterface OCTET STRING
  snAgAclPortRowStatus SnRowStatus

Defined Values

snAgAcl 6.4.1.11.2.3.7.11.12.2.2.15
OBJECT IDENTIFIER    

snAgAclGlobal 6.4.1.11.2.3.7.11.12.2.2.15.1
OBJECT IDENTIFIER    

snAgAclGblCurRowIndex 6.4.1.11.2.3.7.11.12.2.2.15.1.1
The current row index of the ACL table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snAgAclTable 6.4.1.11.2.3.7.11.12.2.2.15.2
Table of Access Control List
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnAgAclEntry

snAgAclEntry 6.4.1.11.2.3.7.11.12.2.2.15.2.1
An entry in the IP access control list table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnAgAclEntry  

snAgAclIndex 6.4.1.11.2.3.7.11.12.2.2.15.2.1.1
The access control list item number for an entry. This is a unique number that identifies different Access list entries combined with the access list name and access list number. This one has to be unique even though the name and number are not unique for a give access list with same or different source address, subnet mask, destination address and destination mask, protocol type, action (permit/deny) type and the operator (neq, eq, gt and , lt) which makes the index a unique tuple (name, number, itemnumber).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snAgAclNumber 6.4.1.11.2.3.7.11.12.2.2.15.2.1.2
The access control list number for an entry. The standard access list is in the range <1..99>. The extended access list is in the range <100-199>.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AclNumber  

snAgAclName 6.4.1.11.2.3.7.11.12.2.2.15.2.1.3
ACL name for an entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snAgAclAction 6.4.1.11.2.3.7.11.12.2.2.15.2.1.4
Action to take if the ip packet matches with this access control list.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Action  

snAgAclProtocol 6.4.1.11.2.3.7.11.12.2.2.15.2.1.5
Transport protocol. 0 means any protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpProtocol  

snAgAclSourceIp 6.4.1.11.2.3.7.11.12.2.2.15.2.1.6
Source IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snAgAclSourceMask 6.4.1.11.2.3.7.11.12.2.2.15.2.1.7
Source IP subnet mask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snAgAclSourceOperator 6.4.1.11.2.3.7.11.12.2.2.15.2.1.8
Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number
Status: mandatory Access: read-write
OBJECT-TYPE    
  Operator  

snAgAclSourceOperand1 6.4.1.11.2.3.7.11.12.2.2.15.2.1.9
For now this only refers to transport protocol port number. 0 means NA
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

snAgAclSourceOperand2 6.4.1.11.2.3.7.11.12.2.2.15.2.1.10
For now this only refers to transport protocol port number. 0 means NA
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

snAgAclDestinationIp 6.4.1.11.2.3.7.11.12.2.2.15.2.1.11
Destination IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snAgAclDestinationMask 6.4.1.11.2.3.7.11.12.2.2.15.2.1.12
Destination IP subnet mask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

snAgAclDestinationOperator 6.4.1.11.2.3.7.11.12.2.2.15.2.1.13
Type of comparison to perform. for now, this only applys to tcp or udp to compare the port number
Status: mandatory Access: read-write
OBJECT-TYPE    
  Operator  

snAgAclDestinationOperand1 6.4.1.11.2.3.7.11.12.2.2.15.2.1.14
For now this only refers to transport protocol port number. 0 means NA
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

snAgAclDestinationOperand2 6.4.1.11.2.3.7.11.12.2.2.15.2.1.15
For now this only refers to transport protocol port number. 0 means NA
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

snAgAclPrecedence 6.4.1.11.2.3.7.11.12.2.2.15.2.1.16
This refers to IP precedence value in the range <0-7> critical(5), flash(3), flash-override(4), immediate(2), internet(6), network(7), priority(1), routine(0)
Status: mandatory Access: read-write
OBJECT-TYPE    
  PrecedenceValue  

snAgAclTos 6.4.1.11.2.3.7.11.12.2.2.15.2.1.17
This refers to the IP type of service value in range <0-15> which is the sum of numeric vlaues of the following options - match packets with maximum reliability TOS (2) match packets with maximum throughput TOS (4) match packets with minimum delay (8) match packets with minimum monetary cost TOS (1) match packets with normal TOS (0)
Status: mandatory Access: read-write
OBJECT-TYPE    
  TosValue  

snAgAclEstablished 6.4.1.11.2.3.7.11.12.2.2.15.2.1.18
Enable/Disable the filtering of established TCP packets of which the ACK or RESET flag is on. This additional filter only applies to TCP transport protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RtrStatus  

snAgAclLogOption 6.4.1.11.2.3.7.11.12.2.2.15.2.1.19
Log flag
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthVal  

snAgAclStandardFlag 6.4.1.11.2.3.7.11.12.2.2.15.2.1.20
Return whether the ACL is standard or extended, 1 for standard ACL
Status: mandatory Access: read-write
OBJECT-TYPE    
  TruthVal  

snAgAclRowStatus 6.4.1.11.2.3.7.11.12.2.2.15.2.1.21
To create or delete a access list entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SnRowStatus  

snAgAclFlowCounter 6.4.1.11.2.3.7.11.12.2.2.15.2.1.22
Approximate count of flows matching individual ACL entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snAgAclPacketCounter 6.4.1.11.2.3.7.11.12.2.2.15.2.1.23
Accurate count of packets matching individual ACL entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter64  

snAgAclComments 6.4.1.11.2.3.7.11.12.2.2.15.2.1.24
Remark description of individual ACL entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snAgAclIpPriority 6.4.1.11.2.3.7.11.12.2.2.15.2.1.25
QoS priority option for IP ACL entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..3  

snAgAclPriorityForce 6.4.1.11.2.3.7.11.12.2.2.15.2.1.26
Force packet outgoing priority. Not defined(4)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4  

snAgAclPriorityMapping 6.4.1.11.2.3.7.11.12.2.2.15.2.1.27
Map incoming packet priority. Not defined(8)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..8  

snAgAclDscpMarking 6.4.1.11.2.3.7.11.12.2.2.15.2.1.28
Mark packets with given DSCP value. Not defined(64)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

snAgAclDscpMapping 6.4.1.11.2.3.7.11.12.2.2.15.2.1.29
Map incoming DSCP value. Not defined(64)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..64  

snAgAclBindToPortTable 6.4.1.11.2.3.7.11.12.2.2.15.3
Table of ACL binding to port for router
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnAgAclBindToPortEntry

snAgAclBindToPortEntry 6.4.1.11.2.3.7.11.12.2.2.15.3.1
An entry in the ACL-binding-to-port table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnAgAclBindToPortEntry  

snAgAclPortNum 6.4.1.11.2.3.7.11.12.2.2.15.3.1.1
Binding-to port num, either physical port or virtual interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snAgAclPortBindDirection 6.4.1.11.2.3.7.11.12.2.2.15.3.1.2
ACL port direction, inbound or outbound
Status: mandatory Access: read-only
OBJECT-TYPE    
  Direction  

snAgAclNum 6.4.1.11.2.3.7.11.12.2.2.15.3.1.3
Defined ACL number
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

snAgAclNameString 6.4.1.11.2.3.7.11.12.2.2.15.3.1.4
Defined ACL name
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snAgBindPortListInVirtualInterface 6.4.1.11.2.3.7.11.12.2.2.15.3.1.5
Port list for binding virtual interface
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snAgAclPortRowStatus 6.4.1.11.2.3.7.11.12.2.2.15.3.1.6
To create or delete a ACL port entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SnRowStatus