CISCO-ALPS-MIB
AI MIB Summary
The CISCO-ALPS-MIB manages Cisco IOS routers acting as Central or Remote peers to monitor and configure TCP/IP-encapsulated IBM-P1024B (ALC) and Unisys-P1024C (UTS) airline protocols over AX.25 and EMTOX X.25 virtual circuits. It provides granular visibility into ALPS circuit states, Agent Set Control Unit (ASCU) associations, and host link interfaces to facilitate session management and load balancing between legacy airline terminals and IP networks.
The MIB module for Airline Protocol Support.
**************************************************************
* Acronym Definitions *
* *
* ALPS : AirLine Protocol Support *
* AX.25 : Airline X.25 *
* EMTOX : Exchange of Mixed Traffic over X.25 *
* ASCU : Agent Set Control Unit *
* *
**************************************************************
Overview of ALPS (AirLine Protocol Support) MIB ==============================================
MIB description
Document to refer: 'Configuring ALPS' section in Cisco IOS Command Reference & Configuration Guide.
The ALPS MIB provides configuration and operational information for Cisco's Airline protocol support for IBM-P1024B(ALC) and Unisys-P1024C(UTS) protocols encapsulation over TCP/IP. The following entities are managed:
1. Peers
2. ALPS Circuits
3. ASCUs (Agent Set Control Units)
4. ALC interface
5. ALPS Host link interface to the host
HOST(Emtox/Ax.25) <----> Central <---> IP Network <---> Remote <----> ASCU router router
The router connected to the Host is called the Central router and the router connected to the ASCU is called the Remote router. We anticipate one Central router connecting to a large number of Remote routers. Each router has a local peer, which connects to its counterpart on the other router (referred to as the remote peer) via a TCP connection. ALPS circuits are set up over this TCP connection either on a permanent or on-demand basis.
A logical grouping of ASCUs are connected via a single circuit - this has no connection to the physical interfaces that the ASCUs are connected to. The only restriction is that all the ASCUs should be directly connected to the same router.
Multiple ASCUs can connect to a single serial interface and several terminals connect to an ASCU. However, terminals are not visible to the ALPS feature
- the router talks only to the ASCUs. An ASCU can be identified by
* the interface it is on and its Interface Address (IA) or
* the circuit it is on, and its A1 and A2 values, which identify it
within the circuit. Thus there are two ways of identifying an ASCU - or Circuit names are globally unique.
The connection to the host is via one of two flavors of X.25 - either AX.25 (for PVCs) or EMTOX (for SVCs). Each X.25 VC corresponds to one ALPS circuit. There are several hostlinks between a host and the Central router and load balancing is done across these. EMTOX allows the host to dial out to a terminal. This requires the use of an X.121 to IP address translation table to connect to the appropriate remote peer.
216
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
216 total| Object Name |
|---|
ciscoAlpsMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95 |
SNMPv2-SMI-v1 Unknown .1.3.6.1.4.1.9.9.95 |
ciscoAlpsMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1 |
alpsGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.1 |
alpsPeerObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.2 |
alpsPeer OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.2.1 |
alpsPeerLocalIpAddrThe configured IP address used by the ALPS component in
this router.rw IpAddress .1.3.6.1.4.1.9.9.95.1.2.1.1 |
alpsPeerLocalAtpPortThe port number used locally by the ALPS peer at this router.
This is a static value but the port number used can change in
later versions. This is not a configured value but is embedded
into the source code. This has been provided mainly to aid
in debugging so that the operator knows which TCP port to
look at. ATP is the ALPS Tunnelling Protocol, a Cisco proprietary
way to tunnel ALPS data across a TCP linkro INTEGER .1.3.6.1.4.1.9.9.95.1.2.1.2 |
alpsPeerKeepaliveTimeoutThe TCP keep alive timeout value for Local ALPS Peer. Keepalives
are sent out periodically at this interval to the remote peer.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.1.3 |
alpsPeerKeepaliveMaxRetriesThe number of keepalives sent with acknowledgement before declaring
the remote peer dead. 0 implies that keepalives are turned off.rw INTEGER .1.3.6.1.4.1.9.9.95.1.2.1.4 |
alpsPeerInCallsAcceptFlagIf this is true, calls are accepted from any peer. If this is
false, calls are accepted only from those routers which have
been explicitly configured using alps remote-peer commands.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.2.1.5 |
alpsRemPeerTableA list of Remote peers that the local ALPS peer can communicate
with.deprecated SEQUENCE OF AlpsRemPeerEntry .1.3.6.1.4.1.9.9.95.1.2.2 |
alpsRemPeerEntryEach entry represents an Remote ALPS Peer.deprecated AlpsRemPeerEntry .1.3.6.1.4.1.9.9.95.1.2.2.1 |
alpsRemPeerIpAddrThe remote IP address for the TCP Connection.deprecated IpAddress .1.3.6.1.4.1.9.9.95.1.2.2.1.1 |
alpsRemPeerConnTypeType of ALPS circuit established. Dynamic circuits are
established only when there is data traffic that needs to be
sent across and are closed when the alpsRemPeerIdleTimer
expires. Permanent circuits stay up regardless of whether
there is traffic across them or not.rwdeprecated Enumeration .1.3.6.1.4.1.9.9.95.1.2.2.1.2 |
alpsRemPeerLocalPortThe port number used locally by the tcp connection for the
circuit. the initiator of a connection will dynamically assign
a port number. the other end of the connection will have a
well-known port number applicable to the encapsulation used by
the connection - e.g. the value of alpsPeerLocalAtpPort for
ATP connections.rodeprecated INTEGER .1.3.6.1.4.1.9.9.95.1.2.2.1.3 |
alpsRemPeerRemotePortThe port number used by the remote end of the tcp connection
for the circuit. the initiator of a connection will
dynamically assign a port number. the other end of the
connection will have a well-known port number applicable to
the encapsulation used by the connection - e.g. the value of
alpsPeerLocalAtpPort for ATP connections.
If this connection was initiated by the local router,
a port number will be dynamically selected. Otherwise the value of
alpsPeerLocalAtpPort will be used (for ATP connections)rodeprecated INTEGER .1.3.6.1.4.1.9.9.95.1.2.2.1.4 |
alpsRemPeerStateTCP Peer State. Initially the connection is in the closed state.
For permanent connections, it starts opening the TCP connection
immediately, but for dynamic ones, it waits till there is traffic
addressed to the remote peer. It then progresses via opening into
the opened state.rodeprecated Enumeration .1.3.6.1.4.1.9.9.95.1.2.2.1.5 |
alpsRemPeerUptimeTime elapsed since TCP connection was established.rodeprecated TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.9.95.1.2.2.1.6 |
alpsRemPeerNumActiveCktsNumber of active ALPS circuits in this TCP session.rodeprecated Gauge32 .1.3.6.1.4.1.9.9.95.1.2.2.1.7 |
alpsRemPeerIdleTimerThe TCP session with the peer will be closed if there is no
activity for alpsInactiveTimer seconds. This is valid only
for dynamic circuitsrwdeprecated TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.2.1.8 |
alpsRemPeerAlarmsEnabledSpecifies whether alarms are generated for this remote Peerrwdeprecated TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.2.2.1.9 |
alpsRemPeerTCPQlenMaximum TCP Queue size allowed for this TCP session.rwdeprecated INTEGER .1.3.6.1.4.1.9.9.95.1.2.2.1.10 |
alpsRemPeerOutPacketsNumber of packets transmitted to the remote peer.rodeprecated Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.2.1.11 |
alpsRemPeerOutOctetsNumber of octets transmitted to the remote peer.rodeprecated Counter32 -- Units -- octets .1.3.6.1.4.1.9.9.95.1.2.2.1.12 |
alpsRemPeerInPacketsNumber of packets received from the remote peer.rodeprecated Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.2.1.13 |
alpsRemPeerInOctetsNumber of octets received from the remote peer.rodeprecated Counter32 -- Units -- octets .1.3.6.1.4.1.9.9.95.1.2.2.1.14 |
alpsRemPeerDropsGiantNumber of Packets dropped because they were larger than the
maximum allowed packet size of 3840 bytes.rodeprecated Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.2.1.15 |
alpsRemPeerDropsQFullNumber of packets dropped because the TCP queue (of
size alpsRemPeerTCPQlen) was full.rodeprecated Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.2.1.16 |
alpsRemPeerDropsPeerUnreachNumber of packets dropped because remote peer was unreachable.rodeprecated Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.2.1.17 |
alpsRemPeerRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rwdeprecated RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.2.2.1.18 |
alpsRemPeerCfgTableTable listing of all administered ALPS remote peer
configuration entries on this node. Entries in
this table can be created via a CLI command or via
alpsRemPeerCfgRowStatus. SEQUENCE OF AlpsRemPeerCfgEntry .1.3.6.1.4.1.9.9.95.1.2.3 |
alpsRemPeerCfgEntryEach entry represents an ALPS remote peer
configuration entry on this node. AlpsRemPeerCfgEntry .1.3.6.1.4.1.9.9.95.1.2.3.1 |
alpsRemPeerCfgIpAddrThe configured IP address of an ALPS remote peer. IpAddress .1.3.6.1.4.1.9.9.95.1.2.3.1.1 |
alpsRemPeerCfgProtocolThe configured ALPS protocol encapsulation. This
protocol encapsulation is at the layer above TCP. Enumeration .1.3.6.1.4.1.9.9.95.1.2.3.1.2 |
alpsRemPeerCfgActivationThe configured type of ALPS peer activation.rw Enumeration .1.3.6.1.4.1.9.9.95.1.2.3.1.3 |
alpsRemPeerCfgTCPQLenThe configured maximum TCP Queue size.rw INTEGER .1.3.6.1.4.1.9.9.95.1.2.3.1.4 |
alpsRemPeerCfgIdleTimerThe configured idle timer for a dynamic
activation peer.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.3.1.5 |
alpsRemPeerCfgNoCircTimerThe configured no-circuit timer for a dynamic
activation peer.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.3.1.6 |
alpsRemPeerCfgAlarmsOnThe configured parameter which specifies whether
alarms are generated for remote peer connections
to the IP address in alpsRemPeerCfgIpAddr.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.2.3.1.7 |
alpsRemPeerCfgStatIntvlThe configured status interval timer.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.3.1.8 |
alpsRemPeerCfgStatRetryThe configured number of status retries.rw INTEGER .1.3.6.1.4.1.9.9.95.1.2.3.1.9 |
alpsRemPeerCfgRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.2.3.1.10 |
alpsRemPeerConnTableTable listing of all ALPS remote peer
connections on this node. SEQUENCE OF AlpsRemPeerConnEntry .1.3.6.1.4.1.9.9.95.1.2.4 |
alpsRemPeerConnEntryEach entry represents an ALPS remote peer
connection on this node. AlpsRemPeerConnEntry .1.3.6.1.4.1.9.9.95.1.2.4.1 |
alpsRemPeerConnIpAddrThe IP address of the ALPS remote peer. IpAddress .1.3.6.1.4.1.9.9.95.1.2.4.1.1 |
alpsRemPeerConnIdStringA descriptive ASCII string that is used to distinguish
among different peer connections to the same ALPS remote
peer IP address. DisplayString .1.3.6.1.4.1.9.9.95.1.2.4.1.2 |
alpsRemPeerConnLocalPortThe local TCP port number used by the underlying
TCP connection to an ALPS remote peer.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.3 |
alpsRemPeerConnForeignPortThe foreign (remote) TCP port number used by the
underlying TCP connection to an ALPS remote peer.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.4 |
alpsRemPeerConnStateThe state of the connection to an ALPS remote peer.ro Enumeration .1.3.6.1.4.1.9.9.95.1.2.4.1.5 |
alpsRemPeerConnProtocolThe ALPS protocol encapsulation used on the
connection to the ALPS remote peer. This protocol
encapsulation is a layer above TCP.ro Enumeration .1.3.6.1.4.1.9.9.95.1.2.4.1.6 |
alpsRemPeerConnCreationThe stimulus for creating the peer connection object.
The peer connection object may be created solely due to
configuration (admin) or due to a combination of
configuration and protocol events (learned).ro Enumeration .1.3.6.1.4.1.9.9.95.1.2.4.1.7 |
alpsRemPeerConnActivationBasis for activation a peer connection. A permanent activation peer
connection will attempt to open immediately and stay open, regardless
of the usage of the peer connection. A dynamic activation peer
connection only opens when there is data to send and the peer connection
will close if there are no data messages sent or received across the peer
for the duration of the idle timer.ro Enumeration .1.3.6.1.4.1.9.9.95.1.2.4.1.8 |
alpsRemPeerConnUptimeElapsed time since the ALPS peer connection
was successfully established.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.9.95.1.2.4.1.9 |
alpsRemPeerConnNumActCircThe number of ALPS virtual circuits using the
connection to this ALPS remote peer.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.10 |
alpsRemPeerConnLastTxRxThe value of sysUpTime when a peer data message
was last transmitted or received across this
ALPS remote peer connection. This timestamp is not
update if the peer message is a peer status
inquiry/response message.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.95.1.2.4.1.11 |
alpsRemPeerConnLastRxAnyThe value of sysUpTime when a peer data or
status message is last received across the
ALPS remote peer connection.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.95.1.2.4.1.12 |
alpsRemPeerConnIdleTimerA dynamic activation ALPS peer connection will be closed
if zero peer data messages are sent or received for
a length of time greater than or equal to this timer.ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.13 |
alpsRemPeerConnNoCircTimerA dynamic activation ALPS peer connection will be closed
if zero ALPS circuits are active or attempt to activate
for a length of time greater than or equal to this timer.ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.14 |
alpsRemPeerConnTCPQLenThe maximum number of ALPS peer messages that
can be queued in a single TCP session.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.15 |
alpsRemPeerConnAlarmsOnThis parameter specifies whether ALPS alarms
are generated for this ALPS remote peer connection.ro TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.2.4.1.16 |
alpsRemPeerConnStatIntvlThe time interval (in seconds) between transmission of
consecutive ALPS Peer Status messages. These messages
are only transmitted if zero messages are received on the
peer connection for a length of time greater than or equal
to this timer.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.17 |
alpsRemPeerConnStatRetryThe number of consecutive unanswered ALPS Peer Status
messages transmitted before closing the conenction to
the ALPS remote peer.ro INTEGER .1.3.6.1.4.1.9.9.95.1.2.4.1.18 |
alpsRemPeerConnDownReasonReason that an ALPS Peer connection failed to
open sauccessfully.ro Enumeration .1.3.6.1.4.1.9.9.95.1.2.4.1.19 |
alpsRemPeerConnOutPacketsNumber of packets transmitted on this ALPS
remote peer connection.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.20 |
alpsRemPeerConnOutOctetsNumber of octets transmitted on this ALPS
remote peer connection.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.21 |
alpsRemPeerConnInPacketsNumber of packets received on this ALPS
remote peer connection.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.22 |
alpsRemPeerConnInOctetsNumber of octets received on this ALPS
remote peer connection.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.23 |
alpsRemPeerConnDropsGiantNumber of ALPS peer packets dropped due to exceeding
the maximum allowed packet size of 3840 bytes.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.24 |
alpsRemPeerConnDropsQFullNumber of ALPS peer packets dropped because
the TCP output queue is full.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.25 |
alpsRemPeerConnDropsUnreachNumber of ALPS peer packets dropped because
the ALPS remote peer is unreachable.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.26 |
alpsRemPeerConnDropsVersionNumber of ALPS peer packets dropped because
of a version mismatch in the ALPS encapsulation.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.2.4.1.27 |
alpsCktObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.3 |
alpsCktBaseTableA list of ALPS circuits. This table contains variables
common to central & remote routers. SEQUENCE OF AlpsCktBaseEntry .1.3.6.1.4.1.9.9.95.1.3.1 |
alpsCktBaseEntryDetails of ALPS Circuits. AlpsCktBaseEntry .1.3.6.1.4.1.9.9.95.1.3.1.1 |
alpsCktBaseNameSpecifies the ALPS Circuit Name. This is unique within the
network. AlpsCktName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.3.1.1.1 |
alpsCktBaseDlcTypeSpecifies what type of circuit this is. The X25 circuit is set up
with the same name as the P1024 circuit so we need this
variable to distinguish between the two, in case local switching
is done. Enumeration .1.3.6.1.4.1.9.9.95.1.3.1.1.2 |
alpsCktBasePriPeerAddrThis is the IP address of the Primary Central peer. It is
mandatory to configure a primary peer, but the backup peer is
optional.rw IpAddress .1.3.6.1.4.1.9.9.95.1.3.1.1.3 |
alpsCktBaseAlarmsEnabledSpecifies whether alarms are generated for this ALPS circuit.
Alarms can be syslog messages or SNMP traps - both are controlled
using the same flags.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.3.1.1.4 |
alpsCktBaseConnTypeSpecifies the ALPS Circuit Connection Type.rw Enumeration .1.3.6.1.4.1.9.9.95.1.3.1.1.5 |
alpsCktBaseStateIndicates the state of ALPS Circuit.ro Enumeration .1.3.6.1.4.1.9.9.95.1.3.1.1.6 |
alpsCktBaseNumActiveAscusReports the number of enabled ASCUs that are attached to
this ALPS Circuit. Attachment of an ASCU to an ALPS circuit
may occur due to configuration or due to information passed
in a protocol message.ro INTEGER .1.3.6.1.4.1.9.9.95.1.3.1.1.7 |
alpsCktBaseCurrentPeerReports the IP address of the peer that this ALPS circuit
is currently connected to.ro IpAddress .1.3.6.1.4.1.9.9.95.1.3.1.1.8 |
alpsCktBaseLifeTimeTimerA data message that has been queued within the router for
longer than this interval will be dropped.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.1.1.9 |
alpsCktBaseHostLinkNumberSpecifies host link number (on Central router) for this ALPS
Circuit. The host link number is used to provide a
degree of transparency to the remote router. A single host link
may correspond to multiple physical links between the central
router and the host, which can then load-balance VCs across
them.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.1.1.10 |
alpsCktBaseHostLinkTypeSpecifies host link type(on Central router) for this
ALPS Circuit.rw Enumeration .1.3.6.1.4.1.9.9.95.1.3.1.1.11 |
alpsCktBaseRemHldSpecifies the HLD (High-level descriptor) of the AX.25/EMTOX
host for this ALPS Circuit. This serves as an identifier
for the hostrw INTEGER .1.3.6.1.4.1.9.9.95.1.3.1.1.12 |
alpsCktBaseLocalHldSpecifies the local HLD for this ALPS Circuit. HLDs are required
at the host for both ends of the connection.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.1.1.13 |
alpsCktBaseDownReasonReports the reason why this ALPS Circuit is down, if it is down.ro Enumeration .1.3.6.1.4.1.9.9.95.1.3.1.1.14 |
alpsCktBaseOutPacketsNumber of packets transmitted to remote peer over this circuit.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.1.1.15 |
alpsCktBaseOutOctetsNumber of octets transmitted to remote peer over this circuit.ro Counter32 -- Units -- octets .1.3.6.1.4.1.9.9.95.1.3.1.1.16 |
alpsCktBaseInPacketsNumber of packets received from remote peer over this circuit.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.1.1.17 |
alpsCktBaseInOctetsNumber of octets received from remote peer over this circuit.ro Counter32 -- Units -- octets .1.3.6.1.4.1.9.9.95.1.3.1.1.18 |
alpsCktBaseDropsCktDisabledNumber of packets dropped because the circuit was disabled. This
would typically be packets that were queueued before the circuit was
disabled which are now left in the queue.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.1.1.19 |
alpsCktBaseDropsQOverflowNumber of packets dropped due to TCP Congestion.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.1.1.20 |
alpsCktBaseDropsLifeTimeExpdNumber of packets which were queued within the router for
longer than alpsCktBaseLifeTimeTimer.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.1.1.21 |
alpsCktBaseEnabledThis specifies if the circuit has been enabled. After a circuit
has been configured, it must be explicitly enabled in order for
the circuit to be set up.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.3.1.1.22 |
alpsCktBaseRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.3.1.1.23 |
alpsCktBaseCurrPeerConnIdA descriptive ASCII string that is used to distinguish
among different peer connections to the same ALPS remote
peer IP address.ro DisplayString .1.3.6.1.4.1.9.9.95.1.3.1.1.24 |
alpsCktX25TableA list of ALPS X.25 circuits. These entries exist only for X.25
circuits. hence this table would probably be empty at the remote
router SEQUENCE OF AlpsCktX25Entry .1.3.6.1.4.1.9.9.95.1.3.2 |
alpsCktX25EntryDetails of ALPS Circuits. AlpsCktX25Entry .1.3.6.1.4.1.9.9.95.1.3.2.1 |
alpsCktX25DlcTypeSpecifies what type of circuit this is. Enumeration .1.3.6.1.4.1.9.9.95.1.3.2.1.1 |
alpsCktX25IfIndexReports the interface the circuit is on. This is the interface
which is connected to the hostro InterfaceIndex -- Rsyntax Integer32 .1.3.6.1.4.1.9.9.95.1.3.2.1.2 |
alpsCktX25LCNThe Logical Channel Number being used on the X.25 VC for
this ALPS Circuit.ro INTEGER .1.3.6.1.4.1.9.9.95.1.3.2.1.3 |
alpsCktX25HostX121The X.121 address on the host side which the central router uses to
connect to the hostro X121Address -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.3.2.1.4 |
alpsCktX25RemoteX121X.121 address of the remote side. Remote here refers to
the side that the ASCUS are connected to and is also
referred to as the remote router.ro X121Address -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.3.2.1.5 |
alpsCktX25DropsVcResetNumber of packets dropped due to the VC being reset. These are
packets that were queued up for transmission on that VC when it
was resetro Counter32 .1.3.6.1.4.1.9.9.95.1.3.2.1.6 |
alpsCktP1024TableA list of ALC or UTS Alps circuits. SEQUENCE OF AlpsCktP1024Entry .1.3.6.1.4.1.9.9.95.1.3.3 |
alpsCktP1024EntryDetails of ALPS Circuits. AlpsCktP1024Entry .1.3.6.1.4.1.9.9.95.1.3.3.1 |
alpsCktP1024DlcTypeSpecifies what type of circuit this is. Enumeration .1.3.6.1.4.1.9.9.95.1.3.3.1.1 |
alpsCktP1024BackupPeerAddrThis is the IP address of the backup remote peer. This is optional
and hence may not always exist.rw IpAddress .1.3.6.1.4.1.9.9.95.1.3.3.1.2 |
alpsCktP1024RetryTimerSpecifies the interval at which a permanent ALPS circuit
will attempt to reestablish the circuit in case it wasn't
able to come up.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.3 |
alpsCktP1024IdleTimerIf there is no traffic on a dynamic ALPS circuit for this
interval, it will be cleared.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.4 |
alpsCktP1024EmtoxX121Specifies the X.121 address of the SVC established with
EMTOX host. This field should be set to length zero in
the case of PVCs (AX.25 host).rw X121Address -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.3.3.1.5 |
alpsCktP1024Ax25LCNSpecifies the Logical Channel Number being used on the PVC
established with AX.25 host. This field should be set to zero in
the case of SVCs (EMTOX host).rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.6 |
alpsCktP1024WinOutSpecifies X.25 transmit Window size on the Logical Channel
Number of this ALPS Circuit.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.7 |
alpsCktP1024WinInSpecifies the X.25 receive Window size on the Logical Channel
Number of this ALPS Circuit.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.8 |
alpsCktP1024OutPktSizeSpecifies the X.25 maxiumum output Packet size on the Logical
Channel Number of this ALPS Circuit. The default output Packet size
for AX.25 is 240 bytes and 128 bytes for EMTOX.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.9 |
alpsCktP1024InPktSizeSpecifies X.25 maximum input Packet size on the Logical Channel
Number of this ALPS Circuit. The default input Packet size for
AX.25 is 240 bytes and 128 bytes for EMTOX.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.10 |
alpsCktP1024SvcMsgListSpecifies the Service Message List Number to use on this
ALPS Circuit. This allows custom service messages to be sent
for ASCUs on a particular circuit. Service messages are sent out
by the router to the ASCU when abnormal conditions occur, and are
displayed on the terminal. There is a default set of service
messages, usually referred to as List 0. However, it is possible
to configure custom sets of service messages for display,
selectable on a per-circuit basis.rw INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.11 |
alpsCktP1024SvcMsgIntvlSpecifies Service Message Time Interval for the Service
messages to be sent this ALPS Circuit. This controls how
frequently the messages are repeated when an error condition
(e.g. network being down) persists.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.9.9.95.1.3.3.1.12 |
alpsCktP1024DropsUnkAscuNumber of packets that were found to be from an Unknown ASCU
(i.e. an ASCU that had not been configured) and hence were dropped.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.3.3.1.13 |
alpsCktP1024RowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.3.3.1.14 |
alpsCktP1024MatipCloseDelaySpecifies the minumum delay between transmission of a MATIP
Close and the transmission of a MATIP Session Open for
this ALPS circuit.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.3.1.15 |
alpsCktAscuTableA list of ASCUs for each ALPS Circuit. This may not include all
ASCUs which have this circuit configured as alpsAscuCktName because
some ASCUs may be rejected by the host while setting up the circuit. SEQUENCE OF AlpsCktAscuEntry .1.3.6.1.4.1.9.9.95.1.3.4 |
alpsCktAscuEntryDetails of ASCUs on ASCU Circuits. AlpsCktAscuEntry .1.3.6.1.4.1.9.9.95.1.3.4.1 |
alpsCktAscuCktNameThe name of the ALPS circuit which this ASCU is on. The
circuit may be always up (for permanent circuits) or get set up
(dynamic circuits) when there is traffic on one of the ASCUs which
are set up for that circuit. AlpsCktName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.3.4.1.1 |
alpsCktAscuCktDlcTypeSpecifies what type of circuit this is. The X.25 circuit is set up
with the same name as the ALC circuit so we need this
variable to distinguish between the two. Enumeration .1.3.6.1.4.1.9.9.95.1.3.4.1.2 |
alpsCktAscuA1A1 value. This is used along with the alpsCktAscuA2 value to
identify the ASCU within the circuit. AlpsAscuA1A2Value -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.4.1.3 |
alpsCktAscuA2A2 value. This is used along with the alpsCktAscuA1 value to
identify the ASCU within the circuit. AlpsAscuA1A2Value -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.3.4.1.4 |
alpsCktAscuIfIndexReports the interface the ASCU is on. This field, along with
alpsCktAscuId is provided so that it is possible to correlate this
information with the configured ASCU information in alpsAscuTablero InterfaceIndex -- Rsyntax Integer32 .1.3.6.1.4.1.9.9.95.1.3.4.1.5 |
alpsCktAscuIdReports the ASCU Identifier which uniquely
identifies an ASCU on a given interface. This value is
the Interface Address (IA) for ALC and the Remote Identifier
(RID) for UTS. A value of 0 indicates that the ASCU id is either
unavailable or not applicable.ro INTEGER .1.3.6.1.4.1.9.9.95.1.3.4.1.6 |
alpsCktAscuStatusReports the ASCU status - ASCUs configured on the circuit
can be rejected at the host and would then be marked REJECT. Also,
ASCUs configured after the circuit has been established are not added
dynamically to the circuit but are marked NEW and get added when the
circuit gets established the next time. ASCUs waiting for an accept or
reject response from the host are marked as PENDING. ASCUs that were
accepted by the host are marked OK.ro Enumeration .1.3.6.1.4.1.9.9.95.1.3.4.1.7 |
alpsIfObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.4 |
alpsIfP1024TableA list of interfaces running the P1024B or P1024C protocols SEQUENCE OF AlpsIfP1024Entry .1.3.6.1.4.1.9.9.95.1.4.1 |
alpsIfP1024EntryInterface Details AlpsIfP1024Entry .1.3.6.1.4.1.9.9.95.1.4.1.1 |
alpsIfP1024EncapTypeReports the encapsulation type for this Serial Interface.ro Enumeration .1.3.6.1.4.1.9.9.95.1.4.1.1.1 |
alpsIfP1024PollRespTimeoutSpecifies the Poll Response Time out value.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.2 |
alpsIfP1024GATimeoutSpecifies the time-out delay between receipt of first character
of an input sequence solicited by a poll and receipt of GA
sequence.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.3 |
alpsIfP1024PollPauseTimeoutSpecifies the minimum delay between two poll cycles. Thus
the poll pause interval is counted from the instant when the first
ASCU in the poll list is polled. Note that this is the delay between
two traversals of the entire poll list rather than the interval
between two consecutive polls. The actual delay will
probably be more than the value of this variable.rw TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.4 |
alpsIfP1024MaxErrCntSpecifies a maximum error count for this interface. After
an ASCU link comes up, if it experiences this number of errors the
ASCU link will be shutdown. The default value of 0 results in the
ASCU link never being shutdown.rw INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.5 |
alpsIfP1024MaxRetransSpecifies the maximum number of times an output message will
be retransmitted before it is discarded. This is relevant only
for P1024C (UTS). For ALC, a value of 0 will be returned. Note that
legal values for UTS are 1-10rw INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.6 |
alpsIfP1024CurrErrCntReports the number of errors currently existing for this
ASCU link. When this equals alpsIfP1024MaxErrCnt then the
ASCU link will be shut down, unless alpsIfP1024MaxErrCnt
equals 0 in which case the ascu link is never shut down
due to error thresholds being exceededro INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.7 |
alpsIfP1024MinGoodPollRespSpecifies the number of good Poll Responses to be received
from an ASCU before it can be declared up.rw INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.8 |
alpsIfP1024PollingRatioSpecifies how many times ASCUs in UP state are polled before
an ASCU in DOWN state is polled again.rw INTEGER .1.3.6.1.4.1.9.9.95.1.4.1.1.9 |
alpsIfP1024NumAscusReports the number of ASCUs configured on this Serial Port.ro Gauge32 -- Units -- Ascus .1.3.6.1.4.1.9.9.95.1.4.1.1.10 |
alpsIfP1024ServMsgFormatSpecifies the format of the service message sent to an ASCU
on this interface.rw Enumeration .1.3.6.1.4.1.9.9.95.1.4.1.1.11 |
alpsIfP1024ServMsgStatusChangeSpecifies whether service messages generated due
to an ALPS circuit status change or an ASCU status change,
will be forwarded to the ASCU.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.4.1.1.12 |
alpsIfP1024ServMsgDropTermAddrSpecifies whether the service message will be sent to the same
terminal address of the dropped message or the configured value.rw Enumeration .1.3.6.1.4.1.9.9.95.1.4.1.1.13 |
alpsIfHLinkTableA list of interfaces running AX.25/EMTOX host link protocols.
These are on the central router SEQUENCE OF AlpsIfHLinkEntry .1.3.6.1.4.1.9.9.95.1.4.2 |
alpsIfHLinkEntryDetails of AX.25/EMTOX host link protocols on an Interface. AlpsIfHLinkEntry .1.3.6.1.4.1.9.9.95.1.4.2.1 |
alpsIfHLinkHostHldSpecifies the HLD of the AX.25/EMTOX host connected on this
Interface. The HLD(High-level descriptor) serves as an
identifier along with the hostlink number and helps correlate the
ALPS circuit to a host link. The hex range is 0x1 to 0xFFFF
which corresponds to 1 ... 65535 in decimal. INTEGER .1.3.6.1.4.1.9.9.95.1.4.2.1.1 |
alpsIfHLinkNumberSpecifies the configured Host Link Number on this Serial Interface. INTEGER .1.3.6.1.4.1.9.9.95.1.4.2.1.2 |
alpsIfHLinkX25ProtocolTypeReports the encapsulation type for this Serial Interface -
AX.25 or EMTOX.ro Enumeration .1.3.6.1.4.1.9.9.95.1.4.2.1.3 |
alpsIfHLinkAx25PvcDampThe purpose of this object is to handle the link-damping for an
AX.25 host. If the PVC goes inactive (i.e. link goes down, etc...)
for PVCDampValue seconds, then PVC will be destroyed as well as
the associated ALPS circuit.ro TimeInterval -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.4.2.1.4 |
alpsIfHLinkEmtoxHostX121Specfies the X.121 address of this EMTOX host.ro X121Address -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.4.2.1.5 |
alpsIfHLinkActiveCktsReports the number of ALPS Ckts established with this host.ro INTEGER .1.3.6.1.4.1.9.9.95.1.4.2.1.6 |
alpsAscuObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.5 |
alpsAscuTableA list of ALPS ASCUs on an interface. This is defined only at
the remote router. SEQUENCE OF AlpsAscuEntry .1.3.6.1.4.1.9.9.95.1.5.1 |
alpsAscuEntryDetails of ASCU. AlpsAscuEntry .1.3.6.1.4.1.9.9.95.1.5.1.1 |
alpsAscuIdSpecifies the ASCU Identifier and uniquely
identifies an ASCU on a given interface. This value is
the Interface Address (IA) for ALC and the Remote Identifier
(RID) for UTS. This uniquely identifies an ASCU on a given interface. INTEGER .1.3.6.1.4.1.9.9.95.1.5.1.1.1 |
alpsAscuA1A1 value of the ASCU.rw AlpsAscuA1A2Value -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.5.1.1.2 |
alpsAscuA2A2 value of the ASCU.rw AlpsAscuA1A2Value -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.95.1.5.1.1.3 |
alpsAscuCktNameSpecifies the ALPS Circuit Name for the circuit that is to be
used for this ASCU's data. Note that all ASCUs on a physical interface
may not use the same ALPS circuit to connect to the central routerrw AlpsCktName -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.5.1.1.4 |
alpsAscuAlarmsEnabledSpecifies whether alarms (syslog messages or SNMP traps) will
be generated for this ASCU.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.5.1.1.5 |
alpsAscuRetryOptionSpecifies the retry option for this ASCU. This specifies the
error message to be sent to the terminal when a message
is dropped at the router. The terminal has three choices -
either retransmit the last message (if the terminal can buffer it),
re-enter the last message sent or do nothing. Based on the terminal's
capabilities, one of these three is configured for the ASCU. Note that
this option is the same for all terminals connected to an ASCU
because the ALPS feature does not handle individual terminalsrw Enumeration .1.3.6.1.4.1.9.9.95.1.5.1.1.6 |
alpsAscuMaxMsgLengthSpecifies Maximum length of Input Message that can be received
from this ASCU.rw INTEGER .1.3.6.1.4.1.9.9.95.1.5.1.1.7 |
alpsAscuFwdStatusOptionIf this flag is set, status messages received from the ASCU are
forwarded to the host. Otherwise they are discarded. Note that these
are relevant only for P1024C (UTS). For ALC, a value of FALSE will
be returned.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.5.1.1.8 |
alpsAscuStateReports the current ASCU Status. ASCUs are initially in
disabled state. They are enabled from the parser
if the operator wants to. This takes them to an UP state from which
they go to a DOWN state if there are too many errors.ro Enumeration .1.3.6.1.4.1.9.9.95.1.5.1.1.9 |
alpsAscuDownReasonReports the Down reason for this ASCU if it is down.ro Enumeration .1.3.6.1.4.1.9.9.95.1.5.1.1.10 |
alpsAscuOutPacketsNumber of packets transmitted to this ASCU.ro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.5.1.1.11 |
alpsAscuOutOctetsNumber of octets transmitted to this ASCU.ro Counter32 .1.3.6.1.4.1.9.9.95.1.5.1.1.12 |
alpsAscuInPacketsNumber of packets received from this ASCUro Counter32 -- Units -- packets .1.3.6.1.4.1.9.9.95.1.5.1.1.13 |
alpsAscuInOctetsNumber of octets received from this ASCU.ro Counter32 .1.3.6.1.4.1.9.9.95.1.5.1.1.14 |
alpsAscuDropsGarbledPktsThe number of packets dropped due to the inability to properly
decode them. Examples of garbled packets include packets with bad
CRCs or bad header informationro Counter32 .1.3.6.1.4.1.9.9.95.1.5.1.1.15 |
alpsAscuDropsAscuDownThe number of packets dropped because the ASCU had previously
been declared DOWN due to error thresholds being exceeded.ro Counter32 .1.3.6.1.4.1.9.9.95.1.5.1.1.16 |
alpsAscuDropsAscuDisabledThe number of packets dropped because the ASCU had previously
been declared to be in disabled state.ro Counter32 .1.3.6.1.4.1.9.9.95.1.5.1.1.17 |
alpsAscuEnabledSpecifies whether the ASCU has been enabled or not. After
the ASCU has been configured, it must be explicitly enabled to allow
it to be polled.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.5.1.1.18 |
alpsAscuRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.5.1.1.19 |
alpsAscuAutoResetSpecifies whether a reset command will be automatically issued
to any non-responsive ALC ASCUs.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.95.1.5.1.1.20 |
alpsGlobalObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.1.6 |
alpsSvcMsgTableA list of service messages and its associated number. There is
a default list of service messages (list 0) as well as
user-configurable service messages. On a per-circuit basis, the
service message list to use can be selected. The user-configured
service message lists are defined in this table. Note that the
default service messages are not part of this table. SEQUENCE OF AlpsSvcMsgEntry .1.3.6.1.4.1.9.9.95.1.6.1 |
alpsSvcMsgEntryService Messages configured along with its List number and Service
Message Number in that list. AlpsSvcMsgEntry .1.3.6.1.4.1.9.9.95.1.6.1.1 |
alpsSvcMsgListNumSpecifies the Service Msg Number of this Service Msg. A
maximum of 8 Service Message lists can be configured not including
the one for Default/System (when alpsSvcMsgListNum = 0)
Service messages. INTEGER .1.3.6.1.4.1.9.9.95.1.6.1.1.1 |
alpsSvcMsgNumSpecifies the Service Msg Number of this Service Msg. A Maximum
of 8 messages can be present. INTEGER .1.3.6.1.4.1.9.9.95.1.6.1.1.2 |
alpsSvcMsgSpecifies the Service Message string .rw DisplayString .1.3.6.1.4.1.9.9.95.1.6.1.1.3 |
alpsSvcMsgRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.6.1.1.4 |
alpsX121ToIpTransTableA Translation table between X.121 address and IP address. This
is intended to allow a connection to be established to the
appropriate remote router. The X121 address in the call packet
is used to look up the IP address of the remote peer SEQUENCE OF AlpsX121ToIpTransEntry .1.3.6.1.4.1.9.9.95.1.6.2 |
alpsX121ToIpTransEntryA mapping table between X.121 address and IP address. AlpsX121ToIpTransEntry .1.3.6.1.4.1.9.9.95.1.6.2.1 |
alpsX121Specfies the X.121 address of the VC established with
EMTOX host. X121Address -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.95.1.6.2.1.1 |
alpsIpAddressThis is the IP address of the remote peer which maps onto the
X.121 address.rw IpAddress .1.3.6.1.4.1.9.9.95.1.6.2.1.2 |
alpsX121ToIpTransRowStatusThis object is used to create a new row or modify or
delete an existing row in this table.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.95.1.6.2.1.3 |
ciscoAlpsMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.2 |
ciscoAlpsMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.2.0 |
alpsPeerStatusChangeThis Notification is generated when there is a change in state
for the peer connection, provided alarms are enabled for
that peer. TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.1 |
alpsCktStatusChangeThis Notification has to be generated whenever there is a
state change for the ALPS circuit, provided alarms are
enabled for that circuit TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.2 |
alpsAscuStatusChangeThis Notification has to be generated whenever there is a
change in ASCU status, provided alarms are enabled for
that ASCU TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.3 |
alpsPeerConnStatusChangeThis Notification is generated when there is a change in
state for an ALPS peer connection, provided alarms are
enabled for that peer connection. TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.4 |
alpsCktOpenFailureThis Notification is generated whenever there is an open
failure for the ALPS circuit, provided alarms are enabled
for that circuit TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.5 |
alpsCktPartialRejectThis Notification is generated whenever there is an open
confirmation that contains a list of rejected ASCUs for the
ALPS circuit, provided alarms are enabled for that circuit TRAP-TYPE .1.3.6.1.4.1.9.9.95.2.0.6 |
alpsMibConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3 |
alpsMibCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.1 |
alpsMibCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.1.1 |
alpsMibComplianceRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.1.2 |
alpsMibComplianceRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.1.3 |
alpsMibGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2 |
alpsPeerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.1 |
alpsCktGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.2 |
alpsIfP1024Group OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.3 |
alpsIfHostlinkGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.4 |
alpsAscuGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.5 |
alpsSvcMsgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.6 |
alpsAddrTransGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.7 |
alpsPeerGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.9 |
alpsIfP1024GroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.11 |
alpsAscuGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.95.3.2.12 |