PEA-IF-IPDSLAM

File: PEA-IF-IPDSLAM.mib (28233 bytes)

Imported modules

DIESEL-SMI PEA-BRIDGE-IPDSLAM PEM-STANDARD-TC
PEM-STANDARD SNMPv2-TC SNMPv2-SMI
IF-MIB IANAifType-MIB SNMPv2-CONF

Imported symbols

peaIpDslam lineIndex IANAItuProbableCause
managedObjectClass managedObjectInstance sequenceNumber
perceivedSeverity eventTime eventTypePem
probableCause TruthValue DisplayString
PhysAddress AutonomousType TestAndIncr
MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 IpAddress TimeTicks
Gauge32 OwnerString IANAifType
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

AdslIfEntry  
SEQUENCE    
  adslIfDescr DisplayString
  adslIfType IANAifType
  adslIfSpeed Gauge32
  adslIfPhysAddress PhysAddress
  adslIfAdminStatus INTEGER
  adslIfOperStatus INTEGER
  adslIfLastChange TimeTicks

AdslIfXEntry  
SEQUENCE    
  adslIfName DisplayString
  adslIfLinkUpDownTrapEnable INTEGER
  adslIfHighSpeed Gauge32
  adslIfConnectorPresent TruthValue

AdslIfTestEntry  
SEQUENCE    
  adslIfTestId TestAndIncr
  adslIfTestStatus INTEGER
  adslIfTestType AutonomousType
  adslIfTestResult INTEGER
  adslIfTestCode OBJECT IDENTIFIER
  adslIfTestOwner OwnerString
  adslIfTestError IANAItuProbableCause

Defined Values

peaIfIpDslam 1.3.6.1.4.1.193.72.300.50
The IP DSLAM software supports a number of standard and proprietary MIBs. Contains the objects for controlling and managing the ADSL interfaces. The MIB is a subset of the IF-MIB, (described in RFC2863), where the objects implemented in the IP DSLAM are copies of the standardized objects. The only reason for not using the standard interface MIB, is that the management system are polling interfaces, and too many interfaces in the IP DSLAM would reduce the number of IP DSLAMs to be managed by one collection station. The currently implemented management system cannot avoid polling all interfaces. Naming convention: 'adsl' was added in front of the parameter name from IF-MIB.
MODULE-IDENTITY    

adslIfObjects 1.3.6.1.4.1.193.72.300.50.1
OBJECT IDENTIFIER    

adslIfTraps 1.3.6.1.4.1.193.72.300.50.2
OBJECT IDENTIFIER    

adslIfObjectsGoups 1.3.6.1.4.1.193.72.300.50.3
OBJECT IDENTIFIER    

adslIfTrapsGoups 1.3.6.1.4.1.193.72.300.50.4
OBJECT IDENTIFIER    

adslIfTableLastChange 1.3.6.1.4.1.193.72.300.50.1.1
The value of sysUpTime at the time of the last creation or deletion of an entry in the adslIfTable. If the number of entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

adslIfTable 1.3.6.1.4.1.193.72.300.50.1.2
A list of interface entries. The number of entries is given by the value of lineIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdslIfEntry

adslIfEntry 1.3.6.1.4.1.193.72.300.50.1.2.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdslIfEntry  

adslIfDescr 1.3.6.1.4.1.193.72.300.50.1.2.1.1
A textual string containing information about the interface. This string should include the name of the manufacturer, the product name and the version of the interface hardware/software.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

adslIfType 1.3.6.1.4.1.193.72.300.50.1.2.1.2
The type of interface. Additional values for ifType are assigned by the Internet Assigned Numbers Authority (IANA), through updating the syntax of the IANAifType textual convention.
Status: current Access: read-only
OBJECT-TYPE    
  IANAifType  

adslIfSpeed 1.3.6.1.4.1.193.72.300.50.1.2.1.3
An estimate of the interface's current bandwidth in bits per second. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. If the bandwidth of the interface is greater than the maximum value reportable by this object then this object should report its maximum value (4,294,967,295) and adslIfHighSpeed must be used to report the interace's speed. For a sub-layer which has no concept of bandwidth, this object should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

adslIfPhysAddress 1.3.6.1.4.1.193.72.300.50.1.2.1.4
The interface's address at its protocol sub-layer. For example, for an 802.x interface, this object normally contains a MAC address. The interface's media-specific MIB must define the bit and byte ordering and the format of the value of this object. For interfaces which do not have such an address (e.g., a serial line), this object should contain an octet string of zero length.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

adslIfAdminStatus 1.3.6.1.4.1.193.72.300.50.1.2.1.5
The desired state of the interface. The testing(3) state indicates that no operational packets can be passed. When a managed system initializes, all interfaces start with adslIfAdminStatus in the down(2) state. As a result of either explicit management action or per configuration information retained by the managed system, adslIfAdminStatus is then changed to either the up(1) or testing(3) states (or remains in the down(2) state).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

adslIfOperStatus 1.3.6.1.4.1.193.72.300.50.1.2.1.6
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If adslIfAdminStatus is down(2) then adslIfOperStatus should be down(2). If adslIfAdminStatus is changed to up(1) then adslIfOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incoming connection); it should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state; it should remain in the notPresent(6) state if the interface has missing (typically, hardware) components.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

adslIfLastChange 1.3.6.1.4.1.193.72.300.50.1.2.1.7
The value of sysUpTime at the time the interface entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

adslIfXTable 1.3.6.1.4.1.193.72.300.50.1.3
A list of interface entries. The number of entries is given by the value of lineIndex. This table contains additional objects for the interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdslIfXEntry

adslIfXEntry 1.3.6.1.4.1.193.72.300.50.1.3.1
An entry containing additional management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdslIfXEntry  

adslIfName 1.3.6.1.4.1.193.72.300.50.1.3.1.1
The textual name of the interface. The value of this object should be the name of the interface as assigned by the local device and should be suitable for use in commands entered at the device's `console'. This might be a text name, such as `le0' or a simple port number, such as `1', depending on the interface naming syntax of the device. If several entries in the adslIfTable together represent a single interface as named by the device, then each will have the same value of adslIfName. Note that for an agent which responds to SNMP queries concerning an interface on some other (proxied) device, then the value of adslIfName for such an interface is the proxied device's local name for it. If there is no local name, or this object is otherwise not applicable, then this object contains a zero- length string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

adslIfLinkUpDownTrapEnable 1.3.6.1.4.1.193.72.300.50.1.3.1.14
Indicates whether linkUp/linkDown traps should be generated for this interface. By default, this object should have the value enabled(1) for interfaces which do not operate on 'top' of any other interface (as defined in the ifStackTable), and disabled(2) otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

adslIfHighSpeed 1.3.6.1.4.1.193.72.300.50.1.3.1.15
An estimate of the interface's current bandwidth in units of 1,000,000 bits per second. If this object reports a value of `n' then the speed of the interface is somewhere in the range of `n-500,000' to `n+499,999'. For interfaces which do not vary in bandwidth or for those where no accurate estimation can be made, this object should contain the nominal bandwidth. For a sub-layer which has no concept of bandwidth, this object should be zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

adslIfConnectorPresent 1.3.6.1.4.1.193.72.300.50.1.3.1.17
This object has the value 'true(1)' if the interface sublayer has a physical connector and the value 'false(2)' otherwise.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

adslIfTestTable 1.3.6.1.4.1.193.72.300.50.1.4
This table contains one entry per interface. It defines objects which allow a network manager to instruct an agent to test an interface for various faults. Tests for an interface are defined in the media-specific MIB for that interface. After invoking a test, the object adslIfTestResult can be read to determine the outcome. If an agent can not perform the test, adslIfTestResult is set to so indicate. The object adslIfTestCode can be used to provide further test-specific or interface-specific (or even enterprise-specific) information concerning the outcome of the test. Only one test can be in progress on each interface at any one time. If one test is in progress when another test is invoked, the second test is rejected. Some agents may reject a test when a prior test is active on another interface. Before starting a test, a manager-station must first obtain 'ownership' of the entry in the adslIfTestTable for the interface to be tested. This is accomplished with the adslIfTestId and adslIfTestStatus objects as follows: try_again: get (adslIfTestId, adslIfTestStatus) while (adslIfTestStatus != notInUse) /* * Loop while a test is running or some other * manager is configuring a test. */ short delay get (adslIfTestId, adslIfTestStatus) } /* * Is not being used right now -- let's compete * to see who gets it. */ lock_value = adslIfTestId if ( set(adslIfTestId = lock_value, adslIfTestStatus = inUse, adslIfTestOwner = 'my-IP-address') == FAILURE) /* * Another manager got the adslIfTestEntry -- go * try again */ goto try_again; /* * I have the lock */ set up any test parameters. /* * This starts the test */ set(adslIfTestType = test_to_run); wait for test completion by polling adslIfTestResult when test completes, agent sets adslIfTestResult agent also sets adslIfTestStatus = 'notInUse' retrieve any additional test results, and adslIfTestId if (adslIfTestId == lock_value+1) results are valid A manager station first retrieves the value of the appropriate adslIfTestId and adslIfTestStatus objects, periodically repeating the retrieval if necessary, until the value of adslIfTestStatus is 'notInUse'. The manager station then tries to set the same adslIfTestId object to the value it just retrieved, the same adslIfTestStatus object to 'inUse', and the corresponding adslIfTestOwner object to a value indicating itself. If the set operation succeeds then the manager has obtained ownership of the adslIfTestEntry, and the value of the adslIfTestId object is incremented by the agent (per the semantics of TestAndIncr). Failure of the set operation indicates that some other manager has obtained ownership of the adslIfTestEntry. Once ownership is obtained, any test parameters can be setup, and then the test is initiated by setting adslIfTestType. On completion of the test, the agent sets adslIfTestStatus to 'notInUse'. Once this occurs, the manager can retrieve the results. In the (rare) event that the invocation of tests by two network managers were to overlap, then there would be a possibility that the first test's results might be overwritten by the second test's results prior to the first results being read. This unlikely circumstance can be detected by a network manager retrieving adslIfTestId at the same time as retrieving the test results, and ensuring that the results are for the desired request. If adslIfTestType is not set within an abnormally long period of time after ownership is obtained, the agent should time-out the manager, and reset the value of the adslIfTestStatus object back to 'notInUse'. It is suggested that this time-out period be 5 minutes. In general, a management station must not retransmit a request to invoke a test for which it does not receive a response; instead, it properly inspects an agent's MIB to determine if the invocation was successful. Only if the invocation was unsuccessful, is the invocation request retransmitted. Some tests may require the interface to be taken off- line in order to execute them, or may even require the agent to reboot after completion of the test. In these circumstances, communication with the management station invoking the test may be lost until after completion of the test. An agent is not required to support such tests. However, if such tests are supported, then the agent should make every effort to transmit a response to the request which invoked the test prior to losing communication. When the agent is restored to normal service, the results of the test are properly made available in the appropriate objects. Note that this requires that the lineIndex value assigned to an interface must be unchanged even if the test causes a reboot. An agent must reject any test for which it cannot, perhaps due to resource constraints, make available at least the minimum amount of information after that test completes.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AdslIfTestEntry

adslIfTestEntry 1.3.6.1.4.1.193.72.300.50.1.4.1
An entry containing objects for invoking tests on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AdslIfTestEntry  

adslIfTestId 1.3.6.1.4.1.193.72.300.50.1.4.1.1
This object identifies the current invocation of the interface's test.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

adslIfTestStatus 1.3.6.1.4.1.193.72.300.50.1.4.1.2
This object indicates whether or not some manager currently has the necessary 'ownership' required to invoke a test on this interface. A write to this object is only successful when it changes its value from 'notInUse(1)' to 'inUse(2)'. After completion of a test, the agent resets the value back to 'notInUse(1)'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notInUse(1), inUse(2)  

adslIfTestType 1.3.6.1.4.1.193.72.300.50.1.4.1.3
A control variable used to start and stop operator- initiated interface tests. Most OBJECT IDENTIFIER values assigned to tests are defined elsewhere, in association with specific types of interface. However, this document assigns a value for a full- duplex loopback test, and defines the special meanings of the subject identifier: noTest OBJECT IDENTIFIER ::= { 0 0 } When the value noTest is written to this object, no action is taken unless a test is in progress, in which case the test is aborted. Writing any other value to this object is only valid when no test is currently in progress, in which case the indicated test is initiated. When read, this object always returns the most recent value that adslIfTestType was set to. If it has not been set since the last initialization of the network management subsystem on the agent, a value of noTest is returned.
Status: current Access: read-write
OBJECT-TYPE    
  AutonomousType  

adslIfTestResult 1.3.6.1.4.1.193.72.300.50.1.4.1.4
This object contains the result of the most recently requested test, or the value none(1) if no tests have been requested since the last reset. Note that this facility provides no provision for saving the results of one test when starting another, as could be required if used by multiple managers concurrently.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)  

adslIfTestCode 1.3.6.1.4.1.193.72.300.50.1.4.1.5
This object contains a code which contains more specific information on the test result, for example an error-code after a failed test. Error codes and other values this object may take are specific to the type of interface and/or test. The value may have the semantics of either the AutonomousType or InstancePointer textual conventions as defined in RFC 1903. The identifier: testCodeUnknown OBJECT IDENTIFIER ::= { 0 0 } is defined for use if no additional result code is available.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

adslIfTestOwner 1.3.6.1.4.1.193.72.300.50.1.4.1.6
The entity which currently has the 'ownership' required to invoke a test on this interface.
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

adslIfTestError 1.3.6.1.4.1.193.72.300.50.1.4.1.7
ITU probable cause values as per [M.3100], [X.733] and [X.736].
Status: current Access: read-only
OBJECT-TYPE    
  IANAItuProbableCause  

adslIfTrapsEntry 1.3.6.1.4.1.193.72.300.50.2.0
OBJECT IDENTIFIER    

linkDown 1.3.6.1.4.1.193.72.300.50.2.0.1
A linkDown trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the adslIfOperStatus object for one of its communication links is about to enter the down state from some other state (but not from the notPresent state). This other state is indicated by the included value of adslIfOperStatus. Valid from: EDA 1.1R2A Parameters 1: Managed object class IP DSLAM Port 2: Managed object ID (MAC + PortNo) 3: Sequence number (Alarm sequence number) 4: Perceived severity Warning 5: Event time (Timestamp is retrieved from a SNTP server) 6: Event type CommunicationsAlarm 7: Probable cause ExternalPointFailure 8: Administrative state (Administrative state of ADSL line) 9: Operational state (Operational state of ADSL line) Ceasing OID: 1.3.6.1.4.1.193.72.300.50.2.0.2 # linkUp Ceasing OID: 1.3.6.1.4.1.193.72.600.1.2.0.7 # restartAlarm
Status: current Access: read-only
NOTIFICATION-TYPE    

linkUp 1.3.6.1.4.1.193.72.300.50.2.0.2
A linkUp trap signifies that the SNMPv2 entity, acting in an agent role, has detected that the adslIfOperStatus object for one of its communication links left the down state and transitioned into some other state (but not into the notPresent state). This other state is indicated by the included value of adslIfOperStatus. Valid from: EDA 1.1R2A Parameters 1: Managed object class IP DSLAM Port 2: Managed object ID (MAC + PortNo) 3: Sequence number (Alarm sequence number) 4: Perceived severity Cleared 5: Event time (Timestamp is retrieved from a SNTP server) 6: Event type CommunicationsAlarm 7: Probable cause ExternalPointFailure 8: Administrative state (Administrative state of ADSL line) 9: Operational state (Operational state of ADSL line)
Status: current Access: read-only
NOTIFICATION-TYPE    

adslIfTableLastChangeGroup 1.3.6.1.4.1.193.72.300.50.3.1
Objects for the adslIfTableLastChange Group
Status: current Access: read-only
OBJECT-GROUP    

adslIfGroup 1.3.6.1.4.1.193.72.300.50.3.2
Objects for the AdslIf Group
Status: current Access: read-only
OBJECT-GROUP    

adslIfXGroup 1.3.6.1.4.1.193.72.300.50.3.3
Objects for the adslIfX Group
Status: current Access: read-only
OBJECT-GROUP    

adslIfTestGroup 1.3.6.1.4.1.193.72.300.50.3.4
Objects for the adslIfTest Group
Status: current Access: read-only
OBJECT-GROUP    

adslIfTrapsGoup 1.3.6.1.4.1.193.72.300.50.4.1
Notifications Group
Status: current Access: read-only
NOTIFICATION-GROUP