NMS-IPAcl

File: NMS-IPAcl.mib (21517 bytes)

Imported modules

SNMPv2-SMI NMS-SMI RFC1213-MIB
SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
nmslocal DisplayString RowStatus

Defined Types

NMSIPAclEntry  
SEQUENCE    
  nmsIPAclname DisplayString
  nmsIPAclEntrytotal INTEGER
  nmsIPAclType INTEGER
  nmsIPAclMergeEnable INTEGER
  nmsIPAclRowStatus RowStatus

NMSIPAclsRuleEntry  
SEQUENCE    
  nmsIPAclsname DisplayString
  nmsIPAclsentryId INTEGER
  nmsIPAclsrule INTEGER
  nmsIPAclssrcip IpAddress
  nmsIPAclssrcmask IpAddress
  nmsIPAclssrcbeginip IpAddress
  nmsIPAclssrcendip IpAddress
  nmsIPAclscompare INTEGER
  nmsIPAclsany INTEGER
  nmsIPAclslog INTEGER
  nmsIPAclsrowstatus RowStatus

NMSIPAcleRuleEntry  
SEQUENCE    
  nmsIPAclename DisplayString
  nmsIPAcleentryId INTEGER
  nmsIPAclerule INTEGER
  nmsIPAcleprotocol INTEGER
  nmsIPAclesrceid INTEGER
  nmsIPAclesrcip IpAddress
  nmsIPAclesrcmask IpAddress
  nmsIPAclesrcport INTEGER
  nmsIPAclesrcpflag INTEGER
  nmsIPAclesrcbeginip IpAddress
  nmsIPAclesrcendip IpAddress
  nmsIPAclesrcbeginport INTEGER
  nmsIPAclesrcendport INTEGER
  nmsIPAclesrccompare INTEGER
  nmsIPAclesrcany INTEGER
  nmsIPAcledeseid INTEGER
  nmsIPAcledesip IpAddress
  nmsIPAcledesmask IpAddress
  nmsIPAcledesport INTEGER
  nmsIPAcledespflag INTEGER
  nmsIPAcledesbeginip IpAddress
  nmsIPAcledesendip IpAddress
  nmsIPAcledesbeginport INTEGER
  nmsIPAcledesendport INTEGER
  nmsIPAcledescompare INTEGER
  nmsIPAcledesany INTEGER
  nmsIPAcleicmptype INTEGER
  nmsIPAcleigmptype INTEGER
  nmsIPAcletimerange DisplayString
  nmsIPAcletos INTEGER
  nmsIPAcleprecedence INTEGER
  nmsIPAcleestablished INTEGER
  nmsIPAclelog INTEGER
  nmsIPAcledonotfragment INTEGER
  nmsIPAcleisfragment INTEGER
  nmsIPAcletotallen INTEGER
  nmsIPAcletotallenflag INTEGER
  nmsIPAclettl INTEGER
  nmsIPAclettlflag INTEGER
  nmsIPAclerowstatus RowStatus

Defined Values

nmsIPAclMIB 1.3.6.1.4.1.3320.2.5
This MIB module defines the generic managed objects for IP Acl.
MODULE-IDENTITY    

nmsAclTotal 1.3.6.1.4.1.3320.2.5.1
the total num of access-lists
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsIPAclTable 1.3.6.1.4.1.3320.2.5.2
This table containing one entry for each IP Acl on this device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSIPAclEntry

nmsIPAclEntry 1.3.6.1.4.1.3320.2.5.2.1
An entry (conceptual row) containing information about an IP Acl on this device.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSIPAclEntry  

nmsIPAclname 1.3.6.1.4.1.3320.2.5.2.1.1
The name of this IP Acl.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

nmsIPAclEntrytotal 1.3.6.1.4.1.3320.2.5.2.1.2
The total number of this IP Acl entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nmsIPAclType 1.3.6.1.4.1.3320.2.5.2.1.3
The type of this IP Acl.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER standard(1), extended(0)  

nmsIPAclMergeEnable 1.3.6.1.4.1.3320.2.5.2.1.4
if merge enable
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

nmsIPAclRowStatus 1.3.6.1.4.1.3320.2.5.2.1.5
table row status
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

nmsIPAclsRuleTable 1.3.6.1.4.1.3320.2.5.3
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSIPAclsRuleEntry

nmsIPAclsRuleEntry 1.3.6.1.4.1.3320.2.5.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSIPAclsRuleEntry  

nmsIPAclsname 1.3.6.1.4.1.3320.2.5.3.1.1
The name of this IP Acl.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nmsIPAclsentryId 1.3.6.1.4.1.3320.2.5.3.1.2
Index of the entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclsrule 1.3.6.1.4.1.3320.2.5.3.1.3
IP ACL rule
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0)  

nmsIPAclssrcip 1.3.6.1.4.1.3320.2.5.3.1.4
source ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclssrcmask 1.3.6.1.4.1.3320.2.5.3.1.5
subnet mask of source ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclssrcbeginip 1.3.6.1.4.1.3320.2.5.3.1.6
destination ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclssrcendip 1.3.6.1.4.1.3320.2.5.3.1.7
subnet mask of destination ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclscompare 1.3.6.1.4.1.3320.2.5.3.1.8
compare flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usemask(1), userange(2)  

nmsIPAclsany 1.3.6.1.4.1.3320.2.5.3.1.9
any flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usezero(1), useany(0)  

nmsIPAclslog 1.3.6.1.4.1.3320.2.5.3.1.10
logging packet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

nmsIPAclsrowstatus 1.3.6.1.4.1.3320.2.5.3.1.11
table row status
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

nmsIPAcleRuleTable 1.3.6.1.4.1.3320.2.5.4
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NMSIPAcleRuleEntry

nmsIPAcleRuleEntry 1.3.6.1.4.1.3320.2.5.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NMSIPAcleRuleEntry  

nmsIPAclename 1.3.6.1.4.1.3320.2.5.4.1.1
The name of this IP Acl.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nmsIPAcleentryId 1.3.6.1.4.1.3320.2.5.4.1.2
Index of the entry
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclerule 1.3.6.1.4.1.3320.2.5.4.1.3
IP ACL rule
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER permit(1), deny(0)  

nmsIPAcleprotocol 1.3.6.1.4.1.3320.2.5.4.1.4
protocol num
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclesrceid 1.3.6.1.4.1.3320.2.5.4.1.5
source interface id
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclesrcip 1.3.6.1.4.1.3320.2.5.4.1.6
source ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclesrcmask 1.3.6.1.4.1.3320.2.5.4.1.7
subnet mask of source ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclesrcport 1.3.6.1.4.1.3320.2.5.4.1.8
source port num
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclesrcpflag 1.3.6.1.4.1.3320.2.5.4.1.9
source port flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), gt(1), lt(2), eq(3), neq(4), range(5)  

nmsIPAclesrcbeginip 1.3.6.1.4.1.3320.2.5.4.1.10
source ip address range begin
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclesrcendip 1.3.6.1.4.1.3320.2.5.4.1.11
source ip address range end
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAclesrcbeginport 1.3.6.1.4.1.3320.2.5.4.1.12
source port range begin
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclesrcendport 1.3.6.1.4.1.3320.2.5.4.1.13
source port range end
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAclesrccompare 1.3.6.1.4.1.3320.2.5.4.1.14
source compare flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usemask(1), userange(2)  

nmsIPAclesrcany 1.3.6.1.4.1.3320.2.5.4.1.15
source any flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usezero(1), useany(0)  

nmsIPAcledeseid 1.3.6.1.4.1.3320.2.5.4.1.16
destination interface id
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcledesip 1.3.6.1.4.1.3320.2.5.4.1.17
destination ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAcledesmask 1.3.6.1.4.1.3320.2.5.4.1.18
subnet mask of destination ip address
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAcledesport 1.3.6.1.4.1.3320.2.5.4.1.19
destination port num
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcledespflag 1.3.6.1.4.1.3320.2.5.4.1.20
destination port flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), gt(1), lt(2), eq(3), neq(4), range(5)  

nmsIPAcledesbeginip 1.3.6.1.4.1.3320.2.5.4.1.21
destination ip address range begin
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAcledesendip 1.3.6.1.4.1.3320.2.5.4.1.22
destination ip address range end
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

nmsIPAcledesbeginport 1.3.6.1.4.1.3320.2.5.4.1.23
destination port range begin
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcledesendport 1.3.6.1.4.1.3320.2.5.4.1.24
destination port range end
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcledescompare 1.3.6.1.4.1.3320.2.5.4.1.25
destination compare flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usemask(1), userange(2)  

nmsIPAcledesany 1.3.6.1.4.1.3320.2.5.4.1.26
destination any flag
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER usezero(1), useany(0)  

nmsIPAcleicmptype 1.3.6.1.4.1.3320.2.5.4.1.27
ICMP type
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcleigmptype 1.3.6.1.4.1.3320.2.5.4.1.28
IGMP type
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcletimerange 1.3.6.1.4.1.3320.2.5.4.1.29
Time-range name
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

nmsIPAcletos 1.3.6.1.4.1.3320.2.5.4.1.30
tos level
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcleprecedence 1.3.6.1.4.1.3320.2.5.4.1.31
precedence level
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nmsIPAcleestablished 1.3.6.1.4.1.3320.2.5.4.1.32
if an established connection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(0)  

nmsIPAclelog 1.3.6.1.4.1.3320.2.5.4.1.33
logging packet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(0)  

nmsIPAcledonotfragment 1.3.6.1.4.1.3320.2.5.4.1.34
if donotfragment flag is set
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notset(2), set(1), donotcheck(0)  

nmsIPAcleisfragment 1.3.6.1.4.1.3320.2.5.4.1.35
if isfragment flag is set
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notset(2), set(1), donotcheck(0)  

nmsIPAcletotallen 1.3.6.1.4.1.3320.2.5.4.1.36
total length of ip packet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

nmsIPAcletotallenflag 1.3.6.1.4.1.3320.2.5.4.1.37
flag of total length value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER donotcheck(0), gt(1), lt(2), eq(3)  

nmsIPAclettl 1.3.6.1.4.1.3320.2.5.4.1.38
time to live of ip packet
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

nmsIPAclettlflag 1.3.6.1.4.1.3320.2.5.4.1.39
flag of time to live value
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER donotcheck(0), gt(1), lt(2), eq(3)  

nmsIPAclerowstatus 1.3.6.1.4.1.3320.2.5.4.1.40
The table row status
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus