ACC-FLASH

File: ACC-FLASH.mib (23340 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE accTrapLogSeqNum accBRG
DisplayString RowStatus IfIndex
SmdsAddress

Defined Types

AccBrFdbEntry  
SEQUENCE    
  accBrFdbEntMacAddr OCTET STRING
  accBrFdbEntDisp INTEGER
  accBrFdbEntPort INTEGER
  accBrFdbEntTimer INTEGER

AccBrFpEntry  
SEQUENCE    
  accBrFpIndex INTEGER
  accBrFpProt INTEGER
  accBrFpPrio INTEGER

AccBrPortFREntry  
SEQUENCE    
  accBrPortFRport INTEGER
  accBrPortFRdlci INTEGER

AccBrPortX25Entry  
SEQUENCE    
  accBrPortX25port INTEGER
  accBrPortX25addr1 INTEGER
  accBrPortX25addr2 INTEGER
  accBrPortX25idleTime INTEGER
  accBrPortX25pktNegot INTEGER
  accBrPortX25windowNegot INTEGER
  accBrPortX25FacIndex INTEGER

AccBrFilterEntry  
SEQUENCE    
  accBrFilterEntDstMacAddr OCTET STRING
  accBrFilterEntSrcMacAddr OCTET STRING
  accBrFilterEntPort INTEGER
  accBrFilterEntLogicalOp INTEGER
  accBrFilterEntProtocol OCTET STRING
  accBrFilterEntDisp INTEGER
  accBrFilterDiscards INTEGER
  accBrFilterEntries INTEGER

AccBrFiltIIEntry  
SEQUENCE    
  accBrFiltIIEntDstMacAddr OCTET STRING
  accBrFiltIIEntDstMacAddrMask OCTET STRING
  accBrFiltIIEntSrcMacAddr OCTET STRING
  accBrFiltIIEntSrcMacAddrMask OCTET STRING
  accBrFiltIIEntPort INTEGER
  accBrFiltIIEntLogicalOp INTEGER
  accBrFiltIIEntProtocol INTEGER
  accBrFiltIIEntDisp INTEGER
  accBrFiltIIEntStatus INTEGER

AccBrFiltPatternEntry  
SEQUENCE    
  accBrFiltPatternIndex INTEGER
  accBrFiltPatternPort INTEGER
  accBrFiltPatternPath INTEGER
  accBrFiltPatternByteOff INTEGER
  accBrFiltPatternMask OCTET STRING
  accBrFiltPatternCompVal OCTET STRING
  accBrFiltPatternDisp INTEGER
  accBrFiltPatternHitCount INTEGER
  accBrFiltPatternStatus INTEGER

Defined Values

accBridge 1.3.6.1.4.1.5.1.1.4
OBJECT IDENTIFIER    

accBrFdbTimeout 1.3.6.1.4.1.5.1.1.4.1
Time (seconds) for which a learned Forwarding Database entry is valid before being deleted if it has not been seen.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..65535  

accBrFdbLearnMode 1.3.6.1.4.1.5.1.1.4.2
When Learning Mode is active, Bridges update their Forwarding Database with dynamic entries learned by inspection of the Source MAC Address of received frames. When learning mode is off, Bridges discard packets which are not indicated as forward in their Forwarding Database.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accBrFdbRamCurrSize 1.3.6.1.4.1.5.1.1.4.3
The number of entries in the RAM FDB table that contains static as well as dynamic entries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFdbRamMaxSize 1.3.6.1.4.1.5.1.1.4.5
The maximum number of entries configured for the RAM FDB table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 64..1024  

accBrFdbNvmMaxSize 1.3.6.1.4.1.5.1.1.4.6
Number of static FDB entries that can be saved in the NVM RAM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFdbTable 1.3.6.1.4.1.5.1.1.4.7
A list of Forwarding Database entries. Entries may be added/deleted either through learning or explicit management action.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrFdbEntry

accBrFdbEntry 1.3.6.1.4.1.5.1.1.4.7.1
A Forwarding Database entry which defines Bridge action to be taken based upon the destination MAC Address of received frames.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrFdbEntry  

accBrFdbEntMacAddr 1.3.6.1.4.1.5.1.1.4.7.1.1
MAC Address of the Forwarding Database Entry. Set this object to NULL to delete entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFdbEntDisp 1.3.6.1.4.1.5.1.1.4.7.1.2
Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(0), flood(1), discard(2)  

accBrFdbEntPort 1.3.6.1.4.1.5.1.1.4.7.1.3
Port to which frame is to be relayed for frame to be forwarded. Has no meaning for other dispositions.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFdbEntTimer 1.3.6.1.4.1.5.1.1.4.7.1.4
Age of Forwarding Database Entry. A value of zero indicates a static entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFpTable 1.3.6.1.4.1.5.1.1.4.8
A list of Forwarding Priority Entries. Entries are added/deleted via management action.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrFpEntry

accBrFpEntry 1.3.6.1.4.1.5.1.1.4.8.1
Relative Priority between frames to be forwarded on a Bridge Port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrFpEntry  

accBrFpIndex 1.3.6.1.4.1.5.1.1.4.8.1.1
Port number
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFpProt 1.3.6.1.4.1.5.1.1.4.8.1.2
protocol type. Set this object to NULL to delete the entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

accBrFpPrio 1.3.6.1.4.1.5.1.1.4.8.1.3
Relative forwarding priority assigned to protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(0), low(1), normal(2), high(3)  

accBrFpPriDefault 1.3.6.1.4.1.5.1.1.4.9
Default priority to use for protocol types not specifically enumerated in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(0), low(1), normal(2), high(3)  

accBrNumPorts 1.3.6.1.4.1.5.1.1.4.10
Number of physical ports of unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 2..16  

accBrCompress 1.3.6.1.4.1.5.1.1.4.11
Bridge frame compression mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accBrPortFRTable 1.3.6.1.4.1.5.1.1.4.13
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrPortFREntry

accBrPortFREntry 1.3.6.1.4.1.5.1.1.4.13.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrPortFREntry  

accBrPortFRport 1.3.6.1.4.1.5.1.1.4.13.1.1
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrPortFRdlci 1.3.6.1.4.1.5.1.1.4.13.1.2
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25Table 1.3.6.1.4.1.5.1.1.4.14
A table of X.25 bridge port parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrPortX25Entry

accBrPortX25Entry 1.3.6.1.4.1.5.1.1.4.14.1
An entry in the table of X.25 bridge port parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrPortX25Entry  

accBrPortX25port 1.3.6.1.4.1.5.1.1.4.14.1.1
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrPortX25addr1 1.3.6.1.4.1.5.1.1.4.14.1.2
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25addr2 1.3.6.1.4.1.5.1.1.4.14.1.3
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25idleTime 1.3.6.1.4.1.5.1.1.4.14.1.4
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25pktNegot 1.3.6.1.4.1.5.1.1.4.14.1.5
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25windowNegot 1.3.6.1.4.1.5.1.1.4.14.1.6
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrPortX25FacIndex 1.3.6.1.4.1.5.1.1.4.14.1.7
Index of optional facility string or 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accBrMode 1.3.6.1.4.1.5.1.1.4.15
Bridge mode. When the mode is set to 'passive', internally generated traffic is forwarded or flooded as appropriate; external traffic is not forwarded to other external ports.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bridging(1), off(2), passive(3)  

accBrFilterMode 1.3.6.1.4.1.5.1.1.4.16
When Filter Mode is on, entries in the Filtering table are used to determine the disposition of each frame. When Filter mode is off, no filtering is done.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accBrFilterDefault 1.3.6.1.4.1.5.1.1.4.17
The default disposition for all received frames when filter mode is ON. Note: When filtering is ON, and the bridge filter table search does NOT provide a match, the default action will be performed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

accBrFilterTable 1.3.6.1.4.1.5.1.1.4.18
A list of Filtering entries.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrFilterEntry

accBrFilterEntry 1.3.6.1.4.1.5.1.1.4.18.1
A Filtering entry which defines Bridge action to be taken based upon the destination AND source MAC Addresses, port number, port protocol and logic op of received frames.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  AccBrFilterEntry  

accBrFilterEntDstMacAddr 1.3.6.1.4.1.5.1.1.4.18.1.1
Destination MAC Address of the Filtering entry.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFilterEntSrcMacAddr 1.3.6.1.4.1.5.1.1.4.18.1.2
Source MAC Address of the Filtering entry.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFilterEntDisp 1.3.6.1.4.1.5.1.1.4.18.1.3
Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

accBrFilterEntPort 1.3.6.1.4.1.5.1.1.4.18.1.4
In all cases, the destination port of the received frame.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFilterEntLogicalOp 1.3.6.1.4.1.5.1.1.4.18.1.5
Logical operation to be performed in conjunction with specified protocol. This is an optional parameter.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER any(1), equal(2), notequal(3)  

accBrFilterEntProtocol 1.3.6.1.4.1.5.1.1.4.18.1.6
Protocol to be used in conjunction with logical operation to determine the disposition of all received packets.
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFilterDiscards 1.3.6.1.4.1.5.1.1.4.18.1.7
The number of packets discarded as a result of bridge filtering. Maintained globally for all ports.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFilterEntries 1.3.6.1.4.1.5.1.1.4.18.1.8
The number of entries currently in the bridge filtering table. The maximum number of entries is 50.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFiltIITable 1.3.6.1.4.1.5.1.1.4.19
A list of Filtering entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrFiltIIEntry

accBrFiltIIEntry 1.3.6.1.4.1.5.1.1.4.19.1
A Filtering entry which defines the SR action to be taken based upon the destination AND source MAC Addresses AFTER applying the address masks, port number, port protocol and logic op of received frames.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrFiltIIEntry  

accBrFiltIIEntDstMacAddr 1.3.6.1.4.1.5.1.1.4.19.1.1
Destination MAC Address of the Filtering entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltIIEntSrcMacAddr 1.3.6.1.4.1.5.1.1.4.19.1.2
Source MAC Address of the Filtering entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltIIEntDisp 1.3.6.1.4.1.5.1.1.4.19.1.3
Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

accBrFiltIIEntPort 1.3.6.1.4.1.5.1.1.4.19.1.4
In all cases, the destination port of the received frame.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltIIEntLogicalOp 1.3.6.1.4.1.5.1.1.4.19.1.5
Logical operation to be performed in conjunction with specified protocol. This is an optional parameter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER any(1), equal(2), notequal(3)  

accBrFiltIIEntProtocol 1.3.6.1.4.1.5.1.1.4.19.1.6
Protocol to be used in conjunction with logical operation to determine the disposition of all received packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltIIEntDstMacAddrMask 1.3.6.1.4.1.5.1.1.4.19.1.7
Destination MAC Address Mask for the Filtering entry. The mask is ANDed with the Destination address to determine that part of the MAC address which is used in the filtering decision.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltIIEntSrcMacAddrMask 1.3.6.1.4.1.5.1.1.4.19.1.8
Source MAC Address Mask for the Filtering entry. The mask is ANDed with the Source address to determine that part of the MAC address which is used in the filtering decision.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltIIEntStatus 1.3.6.1.4.1.5.1.1.4.19.1.9
0 indicates that the entry is invalid, 1 indicates that the entry is valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltIIDiscards 1.3.6.1.4.1.5.1.1.4.20
The number of packets discarded as a result of bridge filtering. Maintained globally for all ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFiltIIEntries 1.3.6.1.4.1.5.1.1.4.21
The number of entries currently in the bridge filtering table. The maximum number of entries is 150.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accBrFiltPatternTable 1.3.6.1.4.1.5.1.1.4.22
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccBrFiltPatternEntry

accBrFiltPatternEntry 1.3.6.1.4.1.5.1.1.4.22.1
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccBrFiltPatternEntry  

accBrFiltPatternIndex 1.3.6.1.4.1.5.1.1.4.22.1.1
Bridge Pattern Filter Table Index
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltPatternPort 1.3.6.1.4.1.5.1.1.4.22.1.2
Bridge Pattern Filter table bridge port
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltPatternPath 1.3.6.1.4.1.5.1.1.4.22.1.3
Bridge Pattern Filter table packet direction (input\output).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER in(1), out(2)  

accBrFiltPatternByteOff 1.3.6.1.4.1.5.1.1.4.22.1.4
Bridge Pattern Filter table byte offset into the packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltPatternMask 1.3.6.1.4.1.5.1.1.4.22.1.5
Bridge Pattern Filter table user defined hex mask.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltPatternCompVal 1.3.6.1.4.1.5.1.1.4.22.1.6
Bridge Pattern Filter table user defined comparison value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accBrFiltPatternDisp 1.3.6.1.4.1.5.1.1.4.22.1.7
Bridge Pattern Filter table packet disposition (i.e. forward with priority or discard).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), low(2), normal(3), high(4)  

accBrFiltPatternHitCount 1.3.6.1.4.1.5.1.1.4.22.1.8
Bridge Pattern Filter table filters that have been hit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accBrFiltPatternStatus 1.3.6.1.4.1.5.1.1.4.22.1.9
This reads in the status of a user command that defines if the filter is being added or deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accFdbWhichAddr 1.3.6.1.4.1.5.1.1.4.23
Selects whether the MAC address in the forwarding database is to be compared to the destination or source MAC address in the traffic packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER destination(1), source(2)