ACC-AT

File: ACC-AT.mib (51611 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE TimeTicks Counter
accTrapLogSeqNum accBRG DisplayString
RowStatus IfIndex SmdsAddress

Defined Types

AccAtAarpEntry  
SEQUENCE    
  accAtAarpTabPort INTEGER
  accAtAarpTabMacAddr OCTET STRING
  accAtAarpTabNetAddr OCTET STRING
  accAtAarpTabStatus INTEGER

AccAtAarpStatsEntry  
SEQUENCE    
  accAtAarpStatsInRequests Counter
  accAtAarpStatsInResponses Counter
  accAtAarpStatsInProbes Counter
  accAtAarpStatsOutRequests Counter
  accAtAarpStatsOutResponses Counter
  accAtAarpStatsOutProbes Counter
  accAtAarpStatsNoReplys Counter
  accAtAarpStatsExpires Counter
  accAtAarpStatsDiscards Counter
  accAtAarpStatsInErrors Counter
  accAtAarpStatsOutErrors Counter

AccAtNetEntry  
SEQUENCE    
  accAtNetTabProtocol INTEGER
  accAtNetTabRtmpIncr INTEGER
  accAtNetTabRtmpSend TimeTicks
  accAtNetTabX25Addr1 OCTET STRING
  accAtNetTabX25Addr2 OCTET STRING
  accAtNetTabX25Idle TimeTicks
  accAtNetTabX25PktSize INTEGER
  accAtNetTabX25WinSize INTEGER
  accAtNetTabX25FacIndex INTEGER

AccAtPortEntry  
SEQUENCE    
  accAtPortTabIndex INTEGER
  accAtPortTabNetAddr OCTET STRING
  accAtPortTabState INTEGER
  accAtPortTabDescr DisplayString
  accAtPortTabErrCode INTEGER
  accAtPortTabErrTime TimeTicks
  accAtPortTabErrAddr OCTET STRING
  accAtPortTabErrDescr DisplayString
  accAtPortTabErrCount INTEGER

AccAtPortStatsEntry  
SEQUENCE    
  accAtPortStatsInTotals Counter
  accAtPortStatsInShorts Counter
  accAtPortStatsNotForMes Counter
  accAtPortStatsTooShorts Counter
  accAtPortStatsTooLongs Counter
  accAtPortStatsChksums Counter
  accAtPortStatsNotMyNets Counter
  accAtPortStatsInFwdReqs Counter
  accAtPortStatsFwdBcasts Counter
  accAtPortStatsNoFwdRoutes Counter
  accAtPortStatsHopCounts Counter
  accAtPortStatsReflects Counter
  accAtPortStatsOutTotals Counter
  accAtPortStatsOutShorts Counter
  accAtPortStatsOutFwdReqs Counter
  accAtPortStatsInErrors Counter
  accAtPortStatsOutErrors Counter

AccAtZoneListEntry  
SEQUENCE    
  accAtZoneListPort INTEGER
  accAtZoneListStatus INTEGER
  accAtZoneListName DisplayString

AccAtZoneBynameEntry  
SEQUENCE    
  accAtZoneBynameNetMin OCTET STRING
  accAtZoneBynameNetMax OCTET STRING
  accAtZoneBynameName DisplayString

AccAtZoneBynetEntry  
SEQUENCE    
  accAtZoneBynetNetMin OCTET STRING
  accAtZoneBynetNetMax OCTET STRING
  accAtZoneBynetName DisplayString

AccAtForwardFilterEntry  
SEQUENCE    
  accAtForwardFilterToMin OCTET STRING
  accAtForwardFilterToMax OCTET STRING
  accAtForwardFilterFromMin OCTET STRING
  accAtForwardFilterFromMax OCTET STRING
  accAtForwardFilterSocketMin INTEGER
  accAtForwardFilterSocketMax INTEGER
  accAtForwardFilterType INTEGER
  accAtForwardFilterDisposition INTEGER
  accAtForwardFilterStatus INTEGER

AccAtRouteFilterEntry  
SEQUENCE    
  accAtRouteFilterRouterMin OCTET STRING
  accAtRouteFilterRouterMax OCTET STRING
  accAtRouteFilterRangeMin OCTET STRING
  accAtRouteFilterRangeMax OCTET STRING
  accAtRouteFilterDisposition INTEGER
  accAtRouteFilterStatus INTEGER

Defined Values

accAt 1.3.6.1.4.1.5.1.1.28
OBJECT IDENTIFIER    

accAtNode 1.3.6.1.4.1.5.1.1.28.1
OBJECT IDENTIFIER    

accAtNodeAdState 1.3.6.1.4.1.5.1.1.28.1.1
The administrative state of the AppleTalk router. If set to on(1), AppleTalk packets will be routed on ports which have been administratively enabled. If set to off(3), AppleTalk packets will be bridged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(3)  

accAtNodeChecksum 1.3.6.1.4.1.5.1.1.28.1.2
The AppleTalk checksum mode. If set to on(1), output packets will be generated with the standard AppleTalk checksum. If set to off(2), output packets will be generated with a null checksum. Checksum verification is performed on input if and only if a DDP checksum is present.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accAtNodeAarpExpire 1.3.6.1.4.1.5.1.1.28.1.3
The AARP database expiration interval. AARP database entries which are not updated within this interval of time are deleted from the database. The default value is 360000 (1 hour).
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accAtNodeFfrRouting 1.3.6.1.4.1.5.1.1.28.1.4
This object indicates whether appletalk uses a half (ACC) or full (Cisco) router model for frame relay.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER half(1), full(2)  

accAtAarpTable 1.3.6.1.4.1.5.1.1.28.2
The AARP database containing AppleTalk protocol to hardware address mappings. This view of the AARP database differs from the standard view as seen from the experimental branch of the MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtAarpEntry

accAtAarpEntry 1.3.6.1.4.1.5.1.1.28.2.1
An AARP database entry which maps a particular AppleTalk protocol address into a MAC-layer hardware address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtAarpEntry  

accAtAarpTabPort 1.3.6.1.4.1.5.1.1.28.2.1.1
The logical port number of a directly-connected AppleTalk network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

accAtAarpTabMacAddr 1.3.6.1.4.1.5.1.1.28.2.1.2
The 48-bit Ethernet or Token Ring MAC-layer address which corresponds to the AppleTalk network address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtAarpTabNetAddr 1.3.6.1.4.1.5.1.1.28.2.1.3
The 24-bit AppleTalk network address consisting of a 16-bit network number and 8-bit node id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtAarpTabStatus 1.3.6.1.4.1.5.1.1.28.2.1.4
The status of the entry. A status of dynamic(1) indicates the entry can be deleted when the expiration interval expires, a status of static(1) indicates the entry contains the address of a local port, and a status of pending(3) indicates the entry is not complete (i.e., the hardware or protocol address is unknown).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dynamic(1), static(2), pending(3)  

accAtAarpStatsTable 1.3.6.1.4.1.5.1.1.28.3
AppleTalk Address Resolution Protocol (AARP) statistics maintained and reported on a per-port basis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtAarpStatsEntry

accAtAarpStatsEntry 1.3.6.1.4.1.5.1.1.28.3.1
The AARP statistics for a particular logical port. If the port is not connected to an AppleTalk network which uses AARP, all statistics will be reported with a zero value.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtAarpStatsEntry  

accAtAarpStatsInRequests 1.3.6.1.4.1.5.1.1.28.3.1.1
The number of AARP request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsInResponses 1.3.6.1.4.1.5.1.1.28.3.1.2
The number of AARP response packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsInProbes 1.3.6.1.4.1.5.1.1.28.3.1.3
The number of AARP probe packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsOutRequests 1.3.6.1.4.1.5.1.1.28.3.1.4
The number of AARP request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsOutResponses 1.3.6.1.4.1.5.1.1.28.3.1.5
The number of AARP response packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsOutProbes 1.3.6.1.4.1.5.1.1.28.3.1.6
The number of AARP probe packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsNoReplys 1.3.6.1.4.1.5.1.1.28.3.1.7
The number of times an AARP request packet and its subsequent retransmissions received no response.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsExpires 1.3.6.1.4.1.5.1.1.28.3.1.8
The number of times an entry was deleted from the AARP database because the expiration interval had expired.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsDiscards 1.3.6.1.4.1.5.1.1.28.3.1.9
The number of queued output packets discarded because of an unanswered AARP request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsInErrors 1.3.6.1.4.1.5.1.1.28.3.1.10
The number of AARP packets received which were invalid or which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAarpStatsOutErrors 1.3.6.1.4.1.5.1.1.28.3.1.11
The number of AARP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStats 1.3.6.1.4.1.5.1.1.28.4
OBJECT IDENTIFIER    

accAtAdbStatsCacheds 1.3.6.1.4.1.5.1.1.28.4.1
The number of times the desired database entry was the first entry in the hash bucket (i.e., it had already been rotated to the beginning of the list of entries with the same hash value).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsRotates 1.3.6.1.4.1.5.1.1.28.4.2
The number of times the desired database entry was not the first entry in the hash bucket and had to be rotated to the beginning of the list.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsNoEntries 1.3.6.1.4.1.5.1.1.28.4.3
The number of times the desired entry was not in the AARP database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsAdds 1.3.6.1.4.1.5.1.1.28.4.4
The number of times a new entry was added to the AARP database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsUpdates 1.3.6.1.4.1.5.1.1.28.4.5
The number of times an existing entry was updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsDeletes 1.3.6.1.4.1.5.1.1.28.4.6
The number of times an entry was deleted from the AARP database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsTrims 1.3.6.1.4.1.5.1.1.28.4.7
The number of times the AARP database was trimmed to make room for a new entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAdbStatsDiscards 1.3.6.1.4.1.5.1.1.28.4.8
The number of queued output packets discarded because the anchoring database entry was deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtDdpStats 1.3.6.1.4.1.5.1.1.28.5
OBJECT IDENTIFIER    

accAtDdpStatsNoOutRoutes 1.3.6.1.4.1.5.1.1.28.5.1
The number of output packets generated by local protocol handlers for which there was not route to the destination network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtDdpStatsInErrors 1.3.6.1.4.1.5.1.1.28.5.2
The number of packets received which could not be delivered because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtDdpStatsOutErrors 1.3.6.1.4.1.5.1.1.28.5.3
The number of packets locally generated which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNetTable 1.3.6.1.4.1.5.1.1.28.6
AppleTalk network configuration table stored in NVM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtNetEntry

accAtNetEntry 1.3.6.1.4.1.5.1.1.28.6.1
The information stored in NVM which defines an AppleTalk network or half-router serial port. This information supplements standard configuration parameters defined in the experimental branch of the MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtNetEntry  

accAtNetTabProtocol 1.3.6.1.4.1.5.1.1.28.6.1.1
The type of data-link protocol used. These types augment the standard definitions in the experimental branch of the MIB and are used to maintain conformity with ACC management commands. Setting this object will cause all other objects associated with this entry to be reset to their default values.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethertalk1(1), ethertalk2(2), tokentalk(3), lapb(4), x25(5), framerelay(6), ppp(7), fddi(8), dial(11), multilinkgroup(12)  

accAtNetTabRtmpIncr 1.3.6.1.4.1.5.1.1.28.6.1.2
The RTMP hop-count increment to be applied to packets forwarded via this port or routing tuples received received on this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..15  

accAtNetTabRtmpSend 1.3.6.1.4.1.5.1.1.28.6.1.3
The RTMP send interval for routing updates sent via this port. The RTMP send interval may be set to a higher value on serial ports to limit the amount of bandwidth consumed by routing updates.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accAtNetTabX25Addr1 1.3.6.1.4.1.5.1.1.28.6.1.4
The normal DTE address to use for sending or receiving packets via an X.25 virtual circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtNetTabX25Addr2 1.3.6.1.4.1.5.1.1.28.6.1.5
An alternate DTE address to use for receiving packets via an X.25 virtual circuit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtNetTabX25Idle 1.3.6.1.4.1.5.1.1.28.6.1.6
The interval which governs how long an X.25 circuit can be idle before it is cleared.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accAtNetTabX25PktSize 1.3.6.1.4.1.5.1.1.28.6.1.7
The desired packet size to be negotiated during X.25 call establishment. pktsize1(0), pktsize2(16), pktsize3(32), pktsize4(64), pktsize5(128), pktsize6(256), pktsize7(512), pktsize8(1024)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accAtNetTabX25WinSize 1.3.6.1.4.1.5.1.1.28.6.1.8
The desired window size to be negotiated during X.25 call establishment.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..127  

accAtNetTabX25FacIndex 1.3.6.1.4.1.5.1.1.28.6.1.9
Index of optional facility string or zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accAtPortTable 1.3.6.1.4.1.5.1.1.28.7
The AppleTalk port table stored in RAM. For each valid network table entry configured in NVM when the port table is initialized (after system reset) there is a corresponding port table entry in RAM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtPortEntry

accAtPortEntry 1.3.6.1.4.1.5.1.1.28.7.1
The information maintained in RAM for a particular logical port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtPortEntry  

accAtPortTabIndex 1.3.6.1.4.1.5.1.1.28.7.1.1
The logical port number. Only ports which were defined prior to the last system reset and whose configuration entries contained valid parameters are initialized and stored in RAM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

accAtPortTabNetAddr 1.3.6.1.4.1.5.1.1.28.7.1.2
The ports DDP network address consisting of a 16-bit AppleTalk network number and 8-bit node id. This address is determined dynamically during port start up and may change after a system reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtPortTabState 1.3.6.1.4.1.5.1.1.28.7.1.3
The operational state of the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER down(1), start1(2), probe1(3), start2(4), up(5), probe2(6), query(7), ready(8), stop2(9), stop1(10), error(11)  

accAtPortTabDescr 1.3.6.1.4.1.5.1.1.28.7.1.4
Displayable text describing the type of logical port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAtPortTabErrCode 1.3.6.1.4.1.5.1.1.28.7.1.5
An error code indicating why the logical port has been disabled. This value is set when the operational state (accAtPortTabState) of a port is set to error(11) due to some condition which may prevent continued operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accAtPortTabErrTime 1.3.6.1.4.1.5.1.1.28.7.1.6
The time (relative to the last system reset) at which the port became disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accAtPortTabErrAddr 1.3.6.1.4.1.5.1.1.28.7.1.7
The DDP network address of a neighboring router or AppleTalk node which was the source of information causing the port to become disabled. The DDP address consists of a 16-bit AppleTalk network number and 8-bit node id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtPortTabErrDescr 1.3.6.1.4.1.5.1.1.28.7.1.8
Displayable text which describes why the port has been disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAtPortTabErrCount 1.3.6.1.4.1.5.1.1.28.7.1.9
The number of subsequent errors which have been detected while a port is disabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accAtPortStatsTable 1.3.6.1.4.1.5.1.1.28.8
Datagram Delivery Protocol (DDP) statistics maintained and reported on a per-port basis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtPortStatsEntry

accAtPortStatsEntry 1.3.6.1.4.1.5.1.1.28.8.1
The DDP statistics maintained for a particular logical port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtPortStatsEntry  

accAtPortStatsInTotals 1.3.6.1.4.1.5.1.1.28.8.1.1
The total number of DDP packets received via the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsInShorts 1.3.6.1.4.1.5.1.1.28.8.1.2
The total number of DDP packets received with short headers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsNotForMes 1.3.6.1.4.1.5.1.1.28.8.1.3
The number of Phase 1 unicast packets received with a LLAP header whose destination node id did not match that of the receiving port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsTooShorts 1.3.6.1.4.1.5.1.1.28.8.1.4
The number of DDP packets received whose length was less than that of a DDP header or whose physical length was less than the logical length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsTooLongs 1.3.6.1.4.1.5.1.1.28.8.1.5
The number of of DDP packets received whose length exceeded the maximum datagram size or whose physical length was greater than the logical length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsChksums 1.3.6.1.4.1.5.1.1.28.8.1.6
The number of DDP packets received with an invalid checksum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsNotMyNets 1.3.6.1.4.1.5.1.1.28.8.1.7
The number of DDP broadcast packets received whose destination network number was within the range of the connected network but which did not match the network number assigned to the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsInFwdReqs 1.3.6.1.4.1.5.1.1.28.8.1.8
The number of DDP packets received which were not addressed to the receiving port (although some may have been addressed to another port on the same router).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsFwdBcasts 1.3.6.1.4.1.5.1.1.28.8.1.9
The number of DDP broadcast packets receive whose destination network number was not within the range of the connected network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsNoFwdRoutes 1.3.6.1.4.1.5.1.1.28.8.1.10
The number of DDP packets received for which no route to the destination network existed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsHopCounts 1.3.6.1.4.1.5.1.1.28.8.1.11
The number of DDP packets received which were discarded because the hop count had exceeded the maximum value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsReflects 1.3.6.1.4.1.5.1.1.28.8.1.12
The number of DDP packets received which were addressed to another node on the same network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsOutTotals 1.3.6.1.4.1.5.1.1.28.8.1.13
The total number of DDP packets sent via the port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsOutShorts 1.3.6.1.4.1.5.1.1.28.8.1.14
The number of DDP packets send with short headers.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsOutFwdReqs 1.3.6.1.4.1.5.1.1.28.8.1.15
The number of DDP packets forwarded to this port from all other ports.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsInErrors 1.3.6.1.4.1.5.1.1.28.8.1.16
The number of DDP packets received which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtPortStatsOutErrors 1.3.6.1.4.1.5.1.1.28.8.1.17
The number of DDP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStats 1.3.6.1.4.1.5.1.1.28.9
OBJECT IDENTIFIER    

accAtRtmpStatsInRequests 1.3.6.1.4.1.5.1.1.28.9.1
The number of RTMP request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsInDataReqs 1.3.6.1.4.1.5.1.1.28.9.2
The number of RTMP route data request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsInResponses 1.3.6.1.4.1.5.1.1.28.9.3
The number of RTMP response packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsInDataResps 1.3.6.1.4.1.5.1.1.28.9.4
The number of RTMP route data response packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsOutRequests 1.3.6.1.4.1.5.1.1.28.9.5
The number of RTMP request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsOutDataReqs 1.3.6.1.4.1.5.1.1.28.9.6
The number of RTMP route data request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsOutResponses 1.3.6.1.4.1.5.1.1.28.9.7
The number of RTMP response packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsOutDataResps 1.3.6.1.4.1.5.1.1.28.9.8
The number of RTMP route data response packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsNetConflicts 1.3.6.1.4.1.5.1.1.28.9.9
The number of RTMP packets received which conflicted with the network number range configured for the receiving port or garnered from another router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsInErrors 1.3.6.1.4.1.5.1.1.28.9.10
The number of RTMP packets received containing a format error or which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRtmpStatsOutErrors 1.3.6.1.4.1.5.1.1.28.9.11
The number of RTMP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStats 1.3.6.1.4.1.5.1.1.28.10
OBJECT IDENTIFIER    

accAtRdbStatsCacheds 1.3.6.1.4.1.5.1.1.28.10.1
The number of times the desired route was already cached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStatsSearchs 1.3.6.1.4.1.5.1.1.28.10.2
The number of times the desired route was not cached and the routing database had to be searched.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStatsNoRoutes 1.3.6.1.4.1.5.1.1.28.10.3
The number of times no route could be found to the destination network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStatsAdds 1.3.6.1.4.1.5.1.1.28.10.4
The number of times a new network was added to the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStatsUpdates 1.3.6.1.4.1.5.1.1.28.10.5
The number of times an existing route was updated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtRdbStatsDeletes 1.3.6.1.4.1.5.1.1.28.10.6
The number of times a route was deleted from the routing database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStats 1.3.6.1.4.1.5.1.1.28.11
OBJECT IDENTIFIER    

accAtNbpStatsInBrReqs 1.3.6.1.4.1.5.1.1.28.11.1
The number of NBP broadcast request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsInLkUpReqs 1.3.6.1.4.1.5.1.1.28.11.2
The number of NBP lookup request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsInLkUpResps 1.3.6.1.4.1.5.1.1.28.11.3
The number of NBP lookup response packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsInFwdReqs 1.3.6.1.4.1.5.1.1.28.11.4
The number of NBP forward request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsOutBrReqs 1.3.6.1.4.1.5.1.1.28.11.5
The number of NBP broadcast request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsOutLkUpReqs 1.3.6.1.4.1.5.1.1.28.11.6
The number of NBP lookup request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsOutLkUpResps 1.3.6.1.4.1.5.1.1.28.11.7
The number of NBP lookup response packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsOutFwdReqs 1.3.6.1.4.1.5.1.1.28.11.8
The number of NBP forward request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsNoZones 1.3.6.1.4.1.5.1.1.28.11.9
The number of NBP request packets received which referenced a zone name which was not in the zone database.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsInErrors 1.3.6.1.4.1.5.1.1.28.11.10
The number of NBP packets received which were invalid or which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtNbpStatsOutErrors 1.3.6.1.4.1.5.1.1.28.11.11
The number of NBP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStats 1.3.6.1.4.1.5.1.1.28.12
OBJECT IDENTIFIER    

accAtZipStatsInQuerys 1.3.6.1.4.1.5.1.1.28.12.1
The number of ZIP zone-list-query packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInReplies 1.3.6.1.4.1.5.1.1.28.12.2
The number of ZIP zone-list-reply packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInExtReplies 1.3.6.1.4.1.5.1.1.28.12.3
The number of ZIP extended zone-list-reply packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInInfoReqs 1.3.6.1.4.1.5.1.1.28.12.4
The number of ZIP get-network-information request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInInfoReps 1.3.6.1.4.1.5.1.1.28.12.5
The number of ZIP get-network-information reply packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInTakeDowns 1.3.6.1.4.1.5.1.1.28.12.6
The number of ZIP take-down request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInBringUps 1.3.6.1.4.1.5.1.1.28.12.7
The number of ZIP bring-up request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInNotifies 1.3.6.1.4.1.5.1.1.28.12.8
The number of ZIP notify request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInGetZLReqs 1.3.6.1.4.1.5.1.1.28.12.9
The number of ZIP get-zone-list request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInGetLZReqs 1.3.6.1.4.1.5.1.1.28.12.10
The number of ZIP get-local-zones request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInGetMZReqs 1.3.6.1.4.1.5.1.1.28.12.11
The number of ZIP get-my-zone request packets received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutQueries 1.3.6.1.4.1.5.1.1.28.12.12
The number of ZIP zone-list-query packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutReplies 1.3.6.1.4.1.5.1.1.28.12.13
The number of ZIP zone-list-reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutExtReplies 1.3.6.1.4.1.5.1.1.28.12.14
The number of ZIP extended zone-list-reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutInfoReqs 1.3.6.1.4.1.5.1.1.28.12.15
The number of ZIP get-network-information request packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutInfoReps 1.3.6.1.4.1.5.1.1.28.12.16
The number of ZIP get-network-information reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutGetZLReps 1.3.6.1.4.1.5.1.1.28.12.17
The number of get-zone-list reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutGetLZReps 1.3.6.1.4.1.5.1.1.28.12.18
The number of get-local-zones reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutGetMZReps 1.3.6.1.4.1.5.1.1.28.12.19
The number of get-my-zone reply packets sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsZoneConflicts 1.3.6.1.4.1.5.1.1.28.12.20
The number of ZIP packets received which conflicted with zone list or default zone information configured for the receiving port or garnered from another router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsInErrors 1.3.6.1.4.1.5.1.1.28.12.21
The number of ZIP packets received containing a formatting error or which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZipStatsOutErrors 1.3.6.1.4.1.5.1.1.28.12.22
The number of ZIP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAepStats 1.3.6.1.4.1.5.1.1.28.13
OBJECT IDENTIFIER    

accAtAepStatsInErrors 1.3.6.1.4.1.5.1.1.28.13.1
The number of AEP packets received which were invalid or which could not be processed because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtAepStatsOutErrors 1.3.6.1.4.1.5.1.1.28.13.2
The number of AEP packets which could not be sent because of some internal error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accAtZoneListTable 1.3.6.1.4.1.5.1.1.28.14
The zones list table for directly-connected AppleTalk networks. AppleTalk networks which are configured in the network table have their zones list configured here. Zone names for individual networks are inter- mingled in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtZoneListEntry

accAtZoneListEntry 1.3.6.1.4.1.5.1.1.28.14.1
An entry defining a zone name for some directly connected AppleTalk network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtZoneListEntry  

accAtZoneListPort 1.3.6.1.4.1.5.1.1.28.14.1.1
The logical port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

accAtZoneListStatus 1.3.6.1.4.1.5.1.1.28.14.1.2
The status of the zone list entry. If set to default(2), the entry defines the default zone. Entries are deleted by setting the entry status to invalid(3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER configured(1), default(2), invalid(3)  

accAtZoneListName 1.3.6.1.4.1.5.1.1.28.14.1.3
The zone name. Zone names can contain up to 32 case-insensitive characters from the Apple Macintosh character set.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAtZoneBynameTable 1.3.6.1.4.1.5.1.1.28.15
Used to display entries in the Zone Information Table (ZIT) which are associated with a particular zone name.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtZoneBynameEntry

accAtZoneBynameEntry 1.3.6.1.4.1.5.1.1.28.15.1
An entry in the zone information table (ZIT) with a given zone name.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtZoneBynameEntry  

accAtZoneBynameNetMin 1.3.6.1.4.1.5.1.1.28.15.1.1
The 16-bit range start value for an AppleTalk network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtZoneBynameNetMax 1.3.6.1.4.1.5.1.1.28.15.1.2
The 16-bit range end value for an AppleTalk network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtZoneBynameName 1.3.6.1.4.1.5.1.1.28.15.1.3
The AppleTalk zone name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAtZoneBynetTable 1.3.6.1.4.1.5.1.1.28.16
Used to display entries in the Zone Information Table (ZIT) which are associated with a particular AppleTalk network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtZoneBynetEntry

accAtZoneBynetEntry 1.3.6.1.4.1.5.1.1.28.16.1
An entry in the zone information table (ZIT) associated with a given AppleTalk network.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtZoneBynetEntry  

accAtZoneBynetNetMin 1.3.6.1.4.1.5.1.1.28.16.1.1
The 16-bit range start value for an AppleTalk network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtZoneBynetNetMax 1.3.6.1.4.1.5.1.1.28.16.1.2
The 16-bit range end value for an AppleTalk network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accAtZoneBynetName 1.3.6.1.4.1.5.1.1.28.16.1.3
The AppleTalk zone name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accAtForwardFilterTable 1.3.6.1.4.1.5.1.1.28.17
A list of descriptions of specific AppleTalk Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtForwardFilterEntry

accAtForwardFilterEntry 1.3.6.1.4.1.5.1.1.28.17.1
The parameters for a single AppleTalk Filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtForwardFilterEntry  

accAtForwardFilterToMin 1.3.6.1.4.1.5.1.1.28.17.1.1
The least value in the destination network address range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtForwardFilterToMax 1.3.6.1.4.1.5.1.1.28.17.1.2
The greatest value in the destination network address range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtForwardFilterFromMin 1.3.6.1.4.1.5.1.1.28.17.1.3
The least value in the source network address range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtForwardFilterFromMax 1.3.6.1.4.1.5.1.1.28.17.1.4
The greatest value in the source network address range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtForwardFilterSocketMin 1.3.6.1.4.1.5.1.1.28.17.1.5
The least value in the range of affected sockets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accAtForwardFilterSocketMax 1.3.6.1.4.1.5.1.1.28.17.1.6
The greatest value in the range of affected sockets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accAtForwardFilterType 1.3.6.1.4.1.5.1.1.28.17.1.7
The affected message types. Name Binding Protocol messages are called out separately, as some applications call for selective discrimination.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER any(1), nbp(2), atp(3), aep(4), rtmp(5), zip(6), adsp(7), nbpBroadcast(8), nbpRequest(9), nbpResponse(10), nbpForwardRequest(11)  

accAtForwardFilterDisposition 1.3.6.1.4.1.5.1.1.28.17.1.8
Upon a filter match, this specifies the action taken.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(0), lowPriority(1), normalPriority(2), highPriority(3)  

accAtForwardFilterStatus 1.3.6.1.4.1.5.1.1.28.17.1.9
Writing 'invalid' deletes the filter table entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

accAtRouteFilterTable 1.3.6.1.4.1.5.1.1.28.18
A list of Route Filters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAtRouteFilterEntry

accAtRouteFilterEntry 1.3.6.1.4.1.5.1.1.28.18.1
A single Route Filter.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAtRouteFilterEntry  

accAtRouteFilterRouterMin 1.3.6.1.4.1.5.1.1.28.18.1.1
The least affected Router's Network Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtRouteFilterRouterMax 1.3.6.1.4.1.5.1.1.28.18.1.2
The greatest affected Router's Network Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtRouteFilterRangeMin 1.3.6.1.4.1.5.1.1.28.18.1.3
The least Network Address in this range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtRouteFilterRangeMax 1.3.6.1.4.1.5.1.1.28.18.1.4
The greatest Network Address in this range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accAtRouteFilterDisposition 1.3.6.1.4.1.5.1.1.28.18.1.5
What is to be done with matching advertisements.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER accept(1), reject(2)  

accAtRouteFilterStatus 1.3.6.1.4.1.5.1.1.28.18.1.6
Writing 'invalid' has the effect of deleting the filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)