MY-ACL-MIB

File: MY-ACL-MIB.mib (41665 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
MY-TC MY-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Counter32 Unsigned32
IpAddress TruthValue DisplayString
RowStatus MacAddress MODULE-COMPLIANCE
OBJECT-GROUP IfIndex ConfigStatus
myMgmt

Defined Types

MyAclEntry  
SEQUENCE    
  myAclName DisplayString
  myAclMode INTEGER
  myAclEntryStatus ConfigStatus

MyAclIfEntry  
SEQUENCE    
  myAclIfIndex IfIndex
  myAclIfMaxEntryNum Integer32
  myAclIfCurruntEntryNum Integer32
  myIfInAclName DisplayString
  myIfOutAclName DisplayString

MyAceExtEntry  
SEQUENCE    
  myAceExtAclName DisplayString
  myAceExtIndex Integer32
  myAceExtIfAnyVID TruthValue
  myAceExtVID Unsigned32
  myAceExtIfAnySourceIp TruthValue
  myAceExtSourceIp IpAddress
  myAceExtIfAnySourceWildCard TruthValue
  myAceExtSourceWildCard IpAddress
  myAceExtIfAnySourceMacAddr TruthValue
  myAceExtSourceMacAddr MacAddress
  myAceExtIfAnyDestIp TruthValue
  myAceExtDestIp IpAddress
  myAceExtIfAnyDestWildCard TruthValue
  myAceExtDestIpWildCard IpAddress
  myAceExtIfAnyDestMacAddr TruthValue
  myAceExtDestMacAddr MacAddress
  myAceExtIfAnyEtherLikeType TruthValue
  myAceExtEtherLikeType Integer32
  myAceExtIfAnyIpProtocolField TruthValue
  myAceExtIpProtocolField Integer32
  myAceExtSourceProtocolPort Integer32
  myAceExtDestProtocolPort Integer32
  myAceExtIfAnyProtocolType TruthValue
  myAceExtProtocolType Integer32
  myAceExtFlowAction INTEGER
  myAceExtEntryStauts RowStatus
  myAceExtTimeRangeName DisplayString
  myAceExtSourcePortOp INTEGER
  myAceExtSourceProtocolPortRange Integer32
  myAceExtDestPortOp INTEGER
  myAceExtDestProtocolPortRange Integer32
  myAceExtIfAnyCos TruthValue
  myAceExtCos Integer32
  myAceExtIfAnyIpPrec TruthValue
  myAceExtIpPrec Integer32
  myAceExtIfAnyDscp TruthValue
  myAceExtDscp Integer32
  myAceExtIfAnySourceMacAddrWildCard TruthValue
  myAceExtSourceMacAddrWildCard MacAddress
  myAceExtIfAnyDestMacAddrWildCard TruthValue
  myAceExtDestMacAddrWildCard MacAddress
  myAceExtIfAnyTcpFlag TruthValue
  myAceExtTcpFlag Integer32
  myAceExtIfAnySourceIp6 TruthValue
  myAceExtSourceIp6 OCTET STRING
  myAceExtIfAnySourceIp6WildCard TruthValue
  myAceExtSourceIp6WildCard OCTET STRING
  myAceExtIfAnyDestIp6 TruthValue
  myAceExtDestIp6 OCTET STRING
  myAceExtIfAnyDestIp6WildCard TruthValue
  myAceExtDestIp6WildCard OCTET STRING

Defined Values

myAclMIB 1.3.6.1.4.1.4881.1.1.10.2.17
This module defines my acl mibs.
MODULE-IDENTITY    

myAclMIBObjects 1.3.6.1.4.1.4881.1.1.10.2.17.1
OBJECT IDENTIFIER    

myAclTable 1.3.6.1.4.1.4881.1.1.10.2.17.1.1
A table of acl request entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyAclEntry

myAclEntry 1.3.6.1.4.1.4881.1.1.10.2.17.1.1.1
Entry contains acl name and mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyAclEntry  

myAclName 1.3.6.1.4.1.4881.1.1.10.2.17.1.1.1.1
Access list name of this entry.This value is unique for every entry When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

myAclMode 1.3.6.1.4.1.4881.1.1.10.2.17.1.1.1.2
Config mode of this ACL
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER acl-ip-standard(1), acl-ip-extended(2), acl-mac-extended(3), acl-expert(4), acl-ipv6-extended(5)  

myAclEntryStatus 1.3.6.1.4.1.4881.1.1.10.2.17.1.1.1.3
Status of this entry, set its value to invalid will delete this entry. set its value to valid has no effect.
Status: current Access: read-create
OBJECT-TYPE    
  ConfigStatus  

myAclIfTable 1.3.6.1.4.1.4881.1.1.10.2.17.1.3
list of ACL interface objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyAclIfEntry

myAclIfEntry 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1
Entry ACL interface information.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyAclIfEntry  

myAclIfIndex 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1.1
Status: current Access: read-only
OBJECT-TYPE    
  IfIndex  

myAclIfMaxEntryNum 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1.2
Max num of ACL entry(ACE) in a interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myAclIfCurruntEntryNum 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1.3
Currunt valid num of ACL entry(ACE) in a interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

myIfInAclName 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1.4
Access list name of ACL of this interface match for input. It indicate that this interface doesn't match any ACL for input if this string is null
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

myIfOutAclName 1.3.6.1.4.1.4881.1.1.10.2.17.1.3.1.5
Access list name of ACL of this interface match for output. It indicate that this interface doesn't match any ACL for output if this string is null This relation function apply only L3 interface.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

myAceExtTable 1.3.6.1.4.1.4881.1.1.10.2.17.1.4
A table of ACE request entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MyAceExtEntry

myAceExtEntry 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1
Entry contains ace parameters and results. A management station wishing to create an entry should first generate a pseudo-random serial number to be used as the index to a ace entry of a acl. The station should then create the associated entry. We must set all specifies valid values for the non-defaulted configuration objects, certainly, it should also modify the default values for the other configuration objects if the defaults are not appropriate. Once the appropriate instance of all the configuration objects have been created or set,the row status should be set to active to initiate the request.
Status: current Access: not-accessible
OBJECT-TYPE    
  MyAceExtEntry  

myAceExtAclName 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.1
Access list name of this ace belong to. When this string be used as an index,Value of a sub-identifier equal ASCII value of corresponding character(first sub-identifier corresponds first character of string). The number of sub-identifiers of this string must be 32,If length of string is less than 32 the sub-identifier(0x0) will be filled in tail.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..32)  

myAceExtIndex 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.2
Object which specifies a unique entry in the myAclTable. A management station wishing to initiate a acl operation should use a pseudo-random value for this object when creating or modifying an instance of a myAclEntry. The RowStatus semantics of the myAclEntryStatus object will prevent access conflicts.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

myAceExtIfAnyVID 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.3
VID of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtVID 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.4
VID of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4094  

myAceExtIfAnySourceIp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.5
Source Ip of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceIp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.6
Sourece ip address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

myAceExtIfAnySourceWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.7
Source Ip wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.8
Sourece ip wild card(in reverse ip address mask)of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

myAceExtIfAnySourceMacAddr 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.9
Source mac address of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceMacAddr 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.10
Sourece Mac address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

myAceExtIfAnyDestIp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.11
Destination Ip wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestIp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.12
Destination ip address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

myAceExtIfAnyDestWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.13
Source Ip wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestIpWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.14
Destination ip wild card(in reverse ip address mask) of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

myAceExtIfAnyDestMacAddr 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.15
Source Ip wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestMacAddr 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.16
Destination Mac address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

myAceExtIfAnyEtherLikeType 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.17
Ether Like Type in MAC packet will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtEtherLikeType 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.18
Ether Like Type in MAC packet of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyIpProtocolField 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.19
Source Ip wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtIpProtocolField 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.20
The value of protocol field in IP packet of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtSourceProtocolPort 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.21
The value of source protocol port in IP packet of Ace flow definition. It is significative only to those protocol which support this field.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtDestProtocolPort 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.22
The value of destination protocol port in IP packet of Ace flow definition. It is significative only to those protocol which support this field(tcp,udp).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyProtocolType 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.23
The value of protocol type field in IP packet will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtProtocolType 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.24
The value of protocol type field in IP packet of Ace flow definition. It is significative only to those protocol which support this field(icmp,igmp).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtFlowAction 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.25
Permit indicate that the kind of flow which entry define will be allow to access , deny indicate that the kind of flow which entry define will be refuse to access
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(2)  

myAceExtEntryStauts 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.26
entry status for this list.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

myAceExtTimeRangeName 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.27
Name of time-range of this ACE match. It indicate that this ACE doesn't match any time-range if this string is null
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

myAceExtSourcePortOp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.28
noOperator(1), which is the default value, means that no comparison is to be made with the Source TCP/UDP port number. lt(2) means less than. gt(3) means greater than. eq(4) means equal. neq(5) means not equal.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(1), lt(2), gt(3), eq(4), neq(5), range(6)  

myAceExtSourceProtocolPortRange 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.29
The ending value of source protocol port in IP packet of Ace flow definition. It is significative only to those protocol which support this field. The myAceExtSourcePortOp must set to range(6).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtDestPortOp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.30
noOperator(1), which is the default value, means that no comparison is to be made with the Dest TCP/UDP port number. lt(2) means less than. gt(3) means greater than. eq(4) means equal. neq(5) means not equal.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER noOperator(1), lt(2), gt(3), eq(4), neq(5), range(6)  

myAceExtDestProtocolPortRange 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.31
The ending value of dest protocol port in IP packet of Ace flow definition. It is significative only to those protocol which support this field. The myAceExtSourcePortOp must set to range(6).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyCos 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.32
Cos will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtCos 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.33
Cos of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyIpPrec 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.34
Ip precedence will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtIpPrec 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.35
Ip precedence of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyDscp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.36
Dscp will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDscp 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.37
Dscp of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnyTcpFlag 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.38
Tcp flag will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtTcpFlag 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.39
Tcp flag of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

myAceExtIfAnySourceMacAddrWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.40
Source mac address wildcard of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceMacAddrWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.41
Sourece Mac address wildcard of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

myAceExtIfAnyDestMacAddrWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.42
Dest mac address wildcard of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestMacAddrWildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.43
Dest Mac address wildcard of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

myAceExtIfAnySourceIp6 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.44
Source Ipv6 address of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceIp6 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.45
Sourece ipv6 address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

myAceExtIfAnySourceIp6WildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.46
Source Ipv6 address wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtSourceIp6WildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.47
Sourece ipv6 address wild card(in reverse ip address mask)of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

myAceExtIfAnyDestIp6 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.48
Dest Ipv6 address of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestIp6 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.49
Dest ipv6 address of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

myAceExtIfAnyDestIp6WildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.50
Dest Ipv6 address wild card of class will not be checked if this value is true.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

myAceExtDestIp6WildCard 1.3.6.1.4.1.4881.1.1.10.2.17.1.4.1.51
Dest ipv6 address wild card(in reverse ip address mask)of Ace flow definition.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(16)  

myAclMIBConformance 1.3.6.1.4.1.4881.1.1.10.2.17.2
OBJECT IDENTIFIER    

myAclMIBCompliances 1.3.6.1.4.1.4881.1.1.10.2.17.2.1
OBJECT IDENTIFIER    

myAclMIBGroups 1.3.6.1.4.1.4881.1.1.10.2.17.2.2
OBJECT IDENTIFIER    

myAclMIBCompliance 1.3.6.1.4.1.4881.1.1.10.2.17.2.1.1
The compliance statement for entities which implement the My Acl MIB
Status: current Access: read-write
MODULE-COMPLIANCE    

myAclMIBGroup 1.3.6.1.4.1.4881.1.1.10.2.17.2.2.1
A collection of objects providing acl (echo) ability to a My agent.
Status: current Access: read-write
OBJECT-GROUP