AIILINKTABLE-MIB

File: AIILINKTABLE-MIB.mib (13970 bytes)

Imported modules

SNMPv2-SMI RFC1213-MIB SNMPv2-TC
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
DisplayString TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

PositiveInteger  
INTEGER 0..2147483647    

IfIndexType  
INTEGER 1..2147483647    

AIIifType  
This data type is used as the syntax of the ifType object in the definition of the AII Link Table. This is based on the IANAifType, as defined in rfc1573, with the exception of the tl1 type, which begins with us. It is defined as a very large number, in the hope that the IANA will not catch up with us. If they do, we must modify this textual convention.
TEXTUAL-CONVENTION    
  INTEGER other(1), ethernet-csmacd(6), ds1(18), e1(19), propPointToPointSerial(22), ppp(23), slip(28), frameRelay(32), atm(37), miox25(38), x25ple(40), modem(48), tl1(1024), ttl1(1025), e2a(1026), tbos(1027), tabs(1028), asyncTl1(1029), bridge(1030), sm100BaseFX(1031), gasp(1032), pppAsynchronous(1033)  

AILinkEntry  
SEQUENCE    
  aiLinkIndex PositiveInteger
  aiLinkType AIIifType
  aiLinkPhysIf INTEGER
  aiLinkDescr DisplayString
  aiLinkIfIndex IfIndexType
  aiLinkIfIndex1 IfIndexType
  aiLinkIfIndex2 IfIndexType
  aiLinkIfIndex3 IfIndexType
  aiLinkIfIndex4 IfIndexType

AILinkX25Entry  
SEQUENCE    
  aiLinkX25Index PositiveInteger
  aiLinkX25Negotiation INTEGER
  aiLinkX25LinkMode INTEGER

AILinkT1Entry  
SEQUENCE    
  aiLinkT1Index PositiveInteger
  aiLinkT1LineBuildOut INTEGER
  aiLinkT1TimeslotSpeed INTEGER
  aiLinkT1TimeslotsString DisplayString
  aiLinkT1Timeslots PositiveInteger

AILinkE1Entry  
SEQUENCE    
  aiLinkE1Index PositiveInteger
  aiLinkE1TimeslotSpeed INTEGER
  aiLinkE1TimeslotsString DisplayString
  aiLinkE1Timeslots PositiveInteger

Defined Values

aii 1.3.6.1.4.1.539
OBJECT IDENTIFIER    

aiSLC2 1.3.6.1.4.1.539.16
OBJECT IDENTIFIER    


aiLinkTable 1.3.6.1.4.1.539.16.2.1
Entries define links in the system. Each link consists of a physical interface associated with one or more network interfaces. That is, it is the intention of this table to define the protocol stacks in use on an AII SLC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AILinkEntry

aiLinkEntry 1.3.6.1.4.1.539.16.2.1.1
Entries of aiLinkTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  AILinkEntry  

aiLinkIndex 1.3.6.1.4.1.539.16.2.1.1.1
A value that distinguishes this entry from another entry. Entries in this table are referenced from other objects which identify links.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aiLinkType 1.3.6.1.4.1.539.16.2.1.1.2
A value that distinguishes, in general, what kind of link this is. Examples include propPointToPointSerial(22), -- proprietary serial x25ple(40) and frameRelay(32), -- DTE only
Status: current Access: read-write
OBJECT-TYPE    
  AIIifType  

aiLinkDescr 1.3.6.1.4.1.539.16.2.1.1.3
A description of the type of link that this is.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

aiLinkIfIndex 1.3.6.1.4.1.539.16.2.1.1.4
The index into the interfaces group of MIB-II, which defines what type of interface this link is. This definition describes a protocol stack in only the most general way. The interface which appears here may have other interfaces stacked beneath it which are also in the interface table.
Status: current Access: read-only
OBJECT-TYPE    
  IfIndexType  

aiLinkIfIndex1 1.3.6.1.4.1.539.16.2.1.1.5
The index into the interfaces group of MIB-II, which defines what type of interface is at the bottom of this link (stack).
Status: current Access: read-only
OBJECT-TYPE    
  IfIndexType  

aiLinkIfIndex2 1.3.6.1.4.1.539.16.2.1.1.6
The index into the interfaces group of MIB-II, which defines what type of interface sits on top of and talks to the interface defined by aiLinkIfIndex1
Status: current Access: read-only
OBJECT-TYPE    
  IfIndexType  

aiLinkIfIndex3 1.3.6.1.4.1.539.16.2.1.1.7
The index into the interfaces group of MIB-II, which defines what type of interface sits on top of and talks to the interface defined by aiLinkIfIndex2
Status: current Access: read-only
OBJECT-TYPE    
  IfIndexType  

aiLinkIfIndex4 1.3.6.1.4.1.539.16.2.1.1.8
The index into the interfaces group of MIB-II, which defines what type of interface sits on top of and talks to the interface defined by aiLinkIfIndex3.
Status: current Access: read-only
OBJECT-TYPE    
  IfIndexType  

aiLinkPhysIf 1.3.6.1.4.1.539.16.2.1.1.9
The physical interface to be used for this link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rs232(1), rs530(2), v35(3), ethernet-csmacd(4), ds1(5), e1(6), fiber(7), rs530m(8)  

aiLinkX25Table 1.3.6.1.4.1.539.16.2.2
Entries define additional X.25 parameters not covered in the standard MIB. These parameters are applied on a per link basis for the links in the system. This table contains two entries for each of the x25 links of the card. These correspond to the Administrative and Operating values of the MIB objects. The first half of the table, contains the Administrative values for each link; they will take effect the next time the corresponding link is initialized. The second group reports the parameters currently in effect for the links; these are read-only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AILinkX25Entry

aiLinkX25Entry 1.3.6.1.4.1.539.16.2.2.1
Entries of aiLinkX25Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AILinkX25Entry  

aiLinkX25Index 1.3.6.1.4.1.539.16.2.2.1.1
A value that distinguishes this entry from another entry. Entries in this table are referenced from other objects which identify links.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aiLinkX25Negotiation 1.3.6.1.4.1.539.16.2.2.1.2
This entry determines whether or not Facility Negotiation is enabled for circuits established on this X.25 link. When disabled, the circuits will still respond to X.25 facility negotiation requests, but they will not initiate a negotiation session.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

aiLinkX25LinkMode 1.3.6.1.4.1.539.16.2.2.1.3
This entry determines whether link behaves as a normal X.25 link or a BX.25-style passive link, or BX.25-style extended passive link.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER normal(1), passive(2), extended(3)  

aiLinkConformance 1.3.6.1.4.1.539.16.2.3
OBJECT IDENTIFIER    

aiLinkGroups 1.3.6.1.4.1.539.16.2.3.1
OBJECT IDENTIFIER    

aiLinkCompliances 1.3.6.1.4.1.539.16.2.3.2
OBJECT IDENTIFIER    

aiLinkCompliance 1.3.6.1.4.1.539.16.2.3.2.1
The compliance statement for SNMPv2 entities which have AII link tables.
Status: current Access: read-write
MODULE-COMPLIANCE    

aiLinkGroup 1.3.6.1.4.1.539.16.2.3.1.1
A collection of objects providing information applicable to all AII link tables.
Status: current Access: read-write
OBJECT-GROUP    

aiLinkT1Table 1.3.6.1.4.1.539.16.2.4
Entries define additional T1 parameters not covered in the standard MIB. These parameters are applied on a per link basis for the links in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AILinkT1Entry

aiLinkT1Entry 1.3.6.1.4.1.539.16.2.4.1
Entries of aiLinkT1Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AILinkT1Entry  

aiLinkT1Index 1.3.6.1.4.1.539.16.2.4.1.1
A value that distinguishes this entry from another entry. Entries in this table are referenced from other objects which identify links.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aiLinkT1LineBuildOut 1.3.6.1.4.1.539.16.2.4.1.2
Line build out of this T1 link, measured in feet. The following values are accepted: lbo0to133ft(1) lbo133to266ft(2) lbo266to399ft(3) lbo399to533ft(4) lbo533to655ft(5)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER lbo0to133ft(1), lbo133to266ft(2), lbo266to399ft(3), lbo399to533ft(4), lbo533to655ft(5)  

aiLinkT1TimeslotSpeed 1.3.6.1.4.1.539.16.2.4.1.3
This is the time slot speed, which determines the overall bandwidth of the T1 link. At 56K, the T1 link will have a maximum bandwidth of 1.344kbps. At 64K, the T1 link will have a maximum bandwidth of 1.536kbps. 56K is required if the line code is AMI.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tss56K(1), tss64K(2)  

aiLinkT1TimeslotsString 1.3.6.1.4.1.539.16.2.4.1.4
The timeslots enabled on the T1 for passing data.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

aiLinkT1Timeslots 1.3.6.1.4.1.539.16.2.4.1.5
Internal representation of the timeslots.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aiLinkE1Table 1.3.6.1.4.1.539.16.2.5
Entries define additional E1 parameters not covered in the standard MIB. These parameters are applied on a per link basis for the links in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AILinkE1Entry

aiLinkE1Entry 1.3.6.1.4.1.539.16.2.5.1
Entries of aiLinkE1Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AILinkE1Entry  

aiLinkE1Index 1.3.6.1.4.1.539.16.2.5.1.1
A value that distinguishes this entry from another entry. Entries in this table are referenced from other objects which identify links.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger  

aiLinkE1TimeslotSpeed 1.3.6.1.4.1.539.16.2.5.1.2
This is the time slot speed, which determines the overall bandwidth of the E1 link. At 56K, the E1 link will have a maximum bandwidth of 1.736kbps. At 64K, the E1 link will have a maximum bandwidth of 1.984kbps. 56K is required if the line code is AMI.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tss56K(1), tss64K(2)  

aiLinkE1TimeslotsString 1.3.6.1.4.1.539.16.2.5.1.3
The timeslots enabled on the E1 for passing data.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..60)  

aiLinkE1Timeslots 1.3.6.1.4.1.539.16.2.5.1.4
Internal representation of the timeslots.
Status: current Access: read-only
OBJECT-TYPE    
  PositiveInteger