RFC1243-MIB

File: RFC1243-MIB.mib (43433 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

Counter IpAddress DisplayString
mib-2 OBJECT-TYPE

Defined Types

DdpAddress  
OCTET STRING Size(3)    

LlapEntry  
SEQUENCE    
  llapIfIndex INTEGER
  llapInPkts Counter
  llapOutPkts Counter
  llapInNoHandlers Counter
  llapInLengthErrors Counter
  llapInErrors Counter
  llapCollisions Counter
  llapDefers Counter
  llapNoDataErrors Counter
  llapRandomCTSErrors Counter
  llapFCSErrors Counter

AarpEntry  
SEQUENCE    
  aarpIfIndex INTEGER
  aarpPhysAddress OCTET STRING
  aarpNetAddress DdpAddress

AtportEntry  
SEQUENCE    
  atportIndex INTEGER
  atportDescr DisplayString
  atportType INTEGER
  atportNetStart OCTET STRING Size(2)
  atportNetEnd OCTET STRING Size(2)
  atportNetAddress DdpAddress
  atportStatus INTEGER
  atportNetConfig INTEGER
  atportZoneConfig INTEGER
  atportZone OCTET STRING
  atportIfIndex INTEGER

RtmpEntry  
SEQUENCE    
  rtmpRangeStart OCTET STRING Size(2)
  rtmpRangeEnd OCTET STRING Size(2)
  rtmpNextHop OCTET STRING
  rtmpType INTEGER
  rtmpPort INTEGER
  rtmpHops INTEGER
  rtmpState INTEGER

KipEntry  
SEQUENCE    
  kipNetStart OCTET STRING Size(2)
  kipNetEnd OCTET STRING Size(2)
  kipNextHop IpAddress
  kipHopCount INTEGER
  kipBCastAddr IpAddress
  kipCore INTEGER
  kipType INTEGER
  kipState INTEGER
  kipShare INTEGER

ZipEntry  
SEQUENCE    
  zipZoneName OCTET STRING
  zipZoneIndex INTEGER
  zipZoneNetStart OCTET STRING Size(2)
  zipZoneNetEnd OCTET STRING Size(2)
  zipZoneState INTEGER

NbpEntry  
SEQUENCE    
  nbpIndex INTEGER
  nbpObject OCTET STRING
  nbpType OCTET STRING
  nbpZone OCTET STRING
  nbpState INTEGER

Defined Values

appletalk 1.3.6.1.2.1.13
OBJECT IDENTIFIER    

llap 1.3.6.1.2.1.13.1
OBJECT IDENTIFIER    

aarp 1.3.6.1.2.1.13.2
OBJECT IDENTIFIER    

atport 1.3.6.1.2.1.13.3
OBJECT IDENTIFIER    

ddp 1.3.6.1.2.1.13.4
OBJECT IDENTIFIER    

rtmp 1.3.6.1.2.1.13.5
OBJECT IDENTIFIER    

kip 1.3.6.1.2.1.13.6
OBJECT IDENTIFIER    

zip 1.3.6.1.2.1.13.7
OBJECT IDENTIFIER    

nbp 1.3.6.1.2.1.13.8
OBJECT IDENTIFIER    

atecho 1.3.6.1.2.1.13.9
OBJECT IDENTIFIER    

llapTable 1.3.6.1.2.1.13.1.1
The list of LLAP entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LlapEntry

llapEntry 1.3.6.1.2.1.13.1.1.1
An LLAP entry containing objects for the LocalTalk Link Access Protocol for a particular LocalTalk interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LlapEntry  

llapIfIndex 1.3.6.1.2.1.13.1.1.1.1
The LLAP interface to which this entry pertains. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

llapInPkts 1.3.6.1.2.1.13.1.1.1.2
The total number of good packets received on this LocalTalk interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapOutPkts 1.3.6.1.2.1.13.1.1.1.3
The total number of packets transmitted on this LocalTalk interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapInNoHandlers 1.3.6.1.2.1.13.1.1.1.4
The total number of good packets received on this LocalTalk interface for which there was no protocol handler.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapInLengthErrors 1.3.6.1.2.1.13.1.1.1.5
The total number of packets received on this LocalTalk interface whose actual length did not match the length in the header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapInErrors 1.3.6.1.2.1.13.1.1.1.6
The total number of packets containing errors received on this LocalTalk interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapCollisions 1.3.6.1.2.1.13.1.1.1.7
The total number of collisions assumed on this LocalTalk interface due to the lack of a lapCTS reply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapDefers 1.3.6.1.2.1.13.1.1.1.8
The total number of times this LocalTalk interface deferred to other packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapNoDataErrors 1.3.6.1.2.1.13.1.1.1.9
The total number of times this LocalTalk interface received a lapRTS packet and expected a data packet, but did not receive any data packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapRandomCTSErrors 1.3.6.1.2.1.13.1.1.1.10
The total number of times this LocalTalk interface received a lapCTS packet that was not solicited by a lapRTS packet.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

llapFCSErrors 1.3.6.1.2.1.13.1.1.1.11
The total number of times this LocalTalk interface received a packet with an FCS (Frame Check Sequence) error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

aarpTable 1.3.6.1.2.1.13.2.1
The AppleTalk Address Translation Table contains an equivalence of AppleTalk Network Addresses to the link layer physical address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AarpEntry

aarpEntry 1.3.6.1.2.1.13.2.1.1
Each entry contains one AppleTalk Network Address to physical address equivalence.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AarpEntry  

aarpIfIndex 1.3.6.1.2.1.13.2.1.1.1
The interface on which this entry's equivalence is effective. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

aarpPhysAddress 1.3.6.1.2.1.13.2.1.1.2
The media-dependent physical address
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

aarpNetAddress 1.3.6.1.2.1.13.2.1.1.3
The AppleTalk Network Address corresponding to the media-dependent physical address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DdpAddress  

atportTable 1.3.6.1.2.1.13.3.1
A list of AppleTalk ports for this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtportEntry

atportEntry 1.3.6.1.2.1.13.3.1.1
The description of one of the AppleTalk ports on this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtportEntry  

atportIndex 1.3.6.1.2.1.13.3.1.1.1
A unique value for each AppleTalk port. Its value is between 1 and the total number of AppleTalk ports. The value for each port must remain constant at least from the re-initialization of the entity's network management system to the next re-initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

atportDescr 1.3.6.1.2.1.13.3.1.1.2
A text string containing information about the port. This string is intended for presentation to a human; it must not contain anything but printable ASCII characters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

atportType 1.3.6.1.2.1.13.3.1.1.3
The type of port, distinguished by the protocol immediately below DDP in the protocol stack.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), localtalk(2), ethertalk1(3), ethertalk2(4), tokentalk(5), iptalk(6), serial-ppp(7), serial-nonstandard(8), virtual(9)  

atportNetStart 1.3.6.1.2.1.13.3.1.1.4
The first AppleTalk network address in the range configured for this port. This is a two octet DDP network address in network byte order.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

atportNetEnd 1.3.6.1.2.1.13.3.1.1.5
The last AppleTalk network address in the range configured for this port. This is a two octet DDP network address in network byte order. If the network to which this AppleTalk port is connected is a Phase 1 network or a non-extended network, the value for atportNetEnd shall be two octets of zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

atportNetAddress 1.3.6.1.2.1.13.3.1.1.6
The AppleTalk network address configured for this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DdpAddress  

atportStatus 1.3.6.1.2.1.13.3.1.1.7
The configuration status of this port. Setting this object to the value invalid(4) has the effect of invalidating the corresponding entry in the atportTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant atportStatus object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER operational(1), unconfigured(2), off(3), invalid(4)  

atportNetConfig 1.3.6.1.2.1.13.3.1.1.8
The configuration status of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), garnered(2), guessed(3), unconfigured(4)  

atportZoneConfig 1.3.6.1.2.1.13.3.1.1.9
The configuration status of the zone information for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), garnered(2), guessed(3), unconfigured(4)  

atportZone 1.3.6.1.2.1.13.3.1.1.10
The zone name configured for this AppleTalk port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

atportIfIndex 1.3.6.1.2.1.13.3.1.1.11
The physical interface associated with this AppleTalk port. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ddpOutRequests 1.3.6.1.2.1.13.4.1
The total number of DDP datagrams which were supplied to DDP by local DDP clients in requests for transmission. Note that this counter does not include any datagrams counted in ddpForwRequests.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpOutShorts 1.3.6.1.2.1.13.4.2
The total number of short DDP datagrams which were transmitted from this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpOutLongs 1.3.6.1.2.1.13.4.3
The total number of long DDP datagrams which were transmitted from this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpInReceives 1.3.6.1.2.1.13.4.4
The total number of input datagrams received by DDP, including those received in error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpForwRequests 1.3.6.1.2.1.13.4.5
The number of input datagrams for which this entity was not their final DDP destination, as a result of which an attempt was made to find a route to forward them to that final destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpInLocalDatagrams 1.3.6.1.2.1.13.4.6
The total number of input DDP datagrams for which this entity was their final DDP destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpNoProtocolHandlers 1.3.6.1.2.1.13.4.7
The total number of DDP datagrams addressed to this entity that were addressed to an upper layer protocol for which no protocol handler existed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpOutNoRoutes 1.3.6.1.2.1.13.4.8
The total number of DDP datagrams dropped because a route could not be found to their final destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpTooShortErrors 1.3.6.1.2.1.13.4.9
The total number of input DDP datagrams dropped because the received data length was less than the data length specified in the DDP header or the received data length was less than the length of the expected DDP header.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpTooLongErrors 1.3.6.1.2.1.13.4.10
The total number of input DDP datagrams dropped because the received data length was greater than the data length specified in the DDP header or because they exceeded the maximum DDP datagram size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpBroadcastErrors 1.3.6.1.2.1.13.4.11
The total number of input DDP datagrams dropped because this entity was not their final destination and they were addressed to the link level broadcast.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpShortDDPErrors 1.3.6.1.2.1.13.4.12
The total number of input DDP datagrams dropped because this entity was not their final destination and their type was short DDP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpHopCountErrors 1.3.6.1.2.1.13.4.13
The total number of input DDP datagrams dropped because this entity was not their final destination and their hop count would exceed 15.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ddpChecksumErrors 1.3.6.1.2.1.13.4.14
The total number of input DDP datagrams dropped because of a checksum error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

rtmpTable 1.3.6.1.2.1.13.5.1
A list of Routing Table Maintenance Protocol entries for this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RtmpEntry

rtmpEntry 1.3.6.1.2.1.13.5.1.1
The route entry to a particular network range.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  RtmpEntry  

rtmpRangeStart 1.3.6.1.2.1.13.5.1.1.1
The first DDP network address in the network range to which this routing entry pertains. This is a two octet DDP network address in network byte order.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

rtmpRangeEnd 1.3.6.1.2.1.13.5.1.1.2
The last DDP network address in the network range to which this routing entry pertains. This is a two octet DDP network address in network byte order. If the network to which this routing entry pertains is a Phase 1 network or a non-extended network, the value for rtmpRangeEnd shall be two octets of zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

rtmpNextHop 1.3.6.1.2.1.13.5.1.1.3
The next hop in the route to this entry's destination network. If the type of this route is Appletalk, this address takes the same form as DdpAddress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

rtmpType 1.3.6.1.2.1.13.5.1.1.4
The type of network over which this route points.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), appletalk(2), serial-ppp(3), serial-nonstandard(4)  

rtmpPort 1.3.6.1.2.1.13.5.1.1.5
The index of the AppleTalk port over which this route points.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

rtmpHops 1.3.6.1.2.1.13.5.1.1.6
The number of hops required to reach the destination network to which this routing entry pertains.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

rtmpState 1.3.6.1.2.1.13.5.1.1.7
The status of the information contained in this route entry. Setting this object to the value bad(4) has the effect of invalidating the corresponding entry in the rtmpTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant rtmpState object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER good(1), suspect(2), goingBad(3), bad(4)  

kipTable 1.3.6.1.2.1.13.6.1
The table of routing information for KIP networks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    KipEntry

kipEntry 1.3.6.1.2.1.13.6.1.1
An entry in the routing table for KIP networks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  KipEntry  

kipNetStart 1.3.6.1.2.1.13.6.1.1.1
The first AppleTalk network address in the range for this routing entry. This address is a two octet DDP network address in network byte order.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

kipNetEnd 1.3.6.1.2.1.13.6.1.1.2
The last AppleTalk network address in the range for this routing entry. This address is a two octet DDP network address in network byte order. If the network to which this AppleTalk port is connected is a Phase 1 network or a non-extended network, the value for kipNetEnd shall be two octets of zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

kipNextHop 1.3.6.1.2.1.13.6.1.1.3
The IP address of the next hop in the route to this entry's destination network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

kipHopCount 1.3.6.1.2.1.13.6.1.1.4
The number of hops required to reach the destination network to which this entry pertains.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

kipBCastAddr 1.3.6.1.2.1.13.6.1.1.5
The form of the IP address used to broadcast on this network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

kipCore 1.3.6.1.2.1.13.6.1.1.6
The status of this network as a Kip Core network.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER core(1), notcore(2)  

kipType 1.3.6.1.2.1.13.6.1.1.7
The type of the entity that this route points to.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER kipRouter(1), net(2), host(3), other(4)  

kipState 1.3.6.1.2.1.13.6.1.1.8
The state of this network entry. Setting this object to the value invalid(3) has the effect of invalidating the corresponding entry in the kipTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant kipState object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER configured(1), learned(2), invalid(3)  

kipShare 1.3.6.1.2.1.13.6.1.1.9
If the information in this entry is propagated to other routers as part of a routing protocol, the value of this variable is equal to shared(1). Otherwise its value is private(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER shared(1), private(2)  

zipTable 1.3.6.1.2.1.13.7.1
The table of zone information for reachable AppleTalk networks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ZipEntry

zipEntry 1.3.6.1.2.1.13.7.1.1
An entry of zone information for a particular zone and network combination.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ZipEntry  

zipZoneName 1.3.6.1.2.1.13.7.1.1.1
The ASCII zone name of this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

zipZoneIndex 1.3.6.1.2.1.13.7.1.1.2
An integer that is unique to the zipZoneName that is present in this entry. For any given zone name, every zipEntry that has an equal zone name will have the same zipZoneIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

zipZoneNetStart 1.3.6.1.2.1.13.7.1.1.3
The network that starts the range for this entry. This address is a two octet DDP network address in network byte order.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

zipZoneNetEnd 1.3.6.1.2.1.13.7.1.1.4
The network that ends the range for this entry. This address is a two octet DDP network address in network byte order. If the network to which this zip entry pertains is a Phase 1 network or a non-extended network, the value for zipZoneNetEnd shall be two bytes of zero.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(2)  

zipZoneState 1.3.6.1.2.1.13.7.1.1.5
The state of this zip entry. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the zipTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant zipZoneState object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nbpTable 1.3.6.1.2.1.13.8.1
The table of NBP services registered on this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NbpEntry

nbpEntry 1.3.6.1.2.1.13.8.1.1
The description of an NBP service registered on this entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NbpEntry  

nbpIndex 1.3.6.1.2.1.13.8.1.1.1
The index of this NBP entry. This value ranges from 1 to the number of NBP entries currently registered on this entity.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nbpObject 1.3.6.1.2.1.13.8.1.1.2
The name of the service described by this entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nbpType 1.3.6.1.2.1.13.8.1.1.3
The type of the service described by this entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nbpZone 1.3.6.1.2.1.13.8.1.1.4
The zone the service described by this entity is registered in.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

nbpState 1.3.6.1.2.1.13.8.1.1.5
The state of this NBP entry. Setting this object to the value invalid(2) has the effect of invalidating the corresponding entry in the nbpTable. That is, it effectively disassociates the mapping identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive from agents tabular information corresponding to entries not currently in use. Proper interpretation of such entries requires examination of the relevant nbpState object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

atechoRequests 1.3.6.1.2.1.13.9.1
The number of AppleTalk echo requests received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

atechoReplies 1.3.6.1.2.1.13.9.2
The number of AppleTalk echo replies sent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter