MIBs Depot

CISCO-GPRS-L2RLY-MIB

Registered at
1.3.6.1.4.1.9.9.9993
Last updated
1998-12-15 00:00
Organization
Cisco Systems, Inc.
Namespace
cisco
Source file
CISCO-GPRS-L2RLY-MIB
Digest
sha256:057425fa4d1483c1fc80b6a51d3782ed994ab326709b705b1b9cb80e16ff6a9e

Description

The MIB Module for managing the General Packet Radio Service(GPRS) L2RLY related information on Servicing GPRS Support Node(SGSN). In GPRS network, a SGSN is typically implemented as a single node; in cisco-Alcatel joint development, it's split into Telecom part (T-node) and Datacom part (D-node). T-nodes and D-nodes are connected by two fast ethernets. A simple connectionless protocol called L2RLY is used to provide service of forwarding packet between T-unit and D-unit, flow control and defending against the failure of a FE subnet.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-gprs@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-GPRS-L2RLY-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
ciscoGprsL2rlyObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.1
ciscoGprsL2rlyConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.1.1
cgprsL2rlyUid
OBJECT-TYPE
L2 Relay unit identification.
1.3.6.1.4.1.9.9.9993.1.1.1Integer32 (0..64)read-writecurrent
cgprsL2rlyUnitType
OBJECT-TYPE
The type can be either a datacom unit, or a telecom unit.
1.3.6.1.4.1.9.9.9993.1.1.2INTEGER {datacomUnit(1), telecomUnit(2)}read-writecurrent
cgprsL2rlyEchoTimer
OBJECT-TYPE
The frequency of transmission of self_id packet. This packet is transmitted periodically, for keep-alive and auto discovery purposes.
1.3.6.1.4.1.9.9.9993.1.1.3Integer32 (0..1000)read-writecurrent
cgprsL2rlyFlowControlFlag
OBJECT-TYPE
L2 Relay flow control function flag. 'on' means that the flow control has been enabled, and 'off' means the converse.
1.3.6.1.4.1.9.9.9993.1.1.4TruthValueread-writecurrent
cgprsL2rlyDroppedPktsMonTime
OBJECT-TYPE
The configurable time duration for monitoring the excessive rate at which packets are dropped by the L2 Relay on SGSN due to traffic congestion problem.
1.3.6.1.4.1.9.9.9993.1.1.5Integer32 (0..65535)read-writecurrent
cgprsL2rlyNoRespToKeepAliveMsgNotificationEnable
OBJECT-TYPE
The object indicates whether the system produces the cgprsL2rlyNoRespToKeepAliveMsgNotification. A false value will prevent the cgprsL2rlyNoRespToKeepAliveMsgNotification from being generated by this system.
1.3.6.1.4.1.9.9.9993.1.1.6TruthValueread-writecurrent
cgprsL2rlyUnitJoinNotificationEnable
OBJECT-TYPE
The object indicates whether the system produces the cgprsL2rlyUnitJoinNotification. A false value will prevent the cgprsL2rlyUnitJoinNotificationcgprs from being generated by this system.
1.3.6.1.4.1.9.9.9993.1.1.7TruthValueread-writecurrent
cgprsL2rlyInterfaceTable
OBJECT-TYPE
The table that lists the interfaces which l2rly is using. Currently the table has just two and always two entries. There is only one l2rly T or D unit on each router. To ensure reliability and do load sharing, there could be two fast ethernets among the l2rly units. Thus each l2rly unit could interface with two fast ethernets. At least one interface should be configured and working in order for l2rly to work.
1.3.6.1.4.1.9.9.9993.1.1.8not-accessiblecurrent
cgprsL2rlyInterfaceEntry
OBJECT-TYPE
The l2rly interface table entry.
1.3.6.1.4.1.9.9.9993.1.1.8.1not-accessiblecurrent
cgprsL2rlyInterfaceId
OBJECT-TYPE
The ifIndex for the corresponding interface which l2rly is using.
1.3.6.1.4.1.9.9.9993.1.1.8.1.1InterfaceIndexnot-accessiblecurrent
cgprsL2rlyInterfaceRowStatus
OBJECT-TYPE
The status for row creation and deletion.
1.3.6.1.4.1.9.9.9993.1.1.8.1.2RowStatusread-createcurrent
ciscoGprsL2rlyStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.1.2
cgprsL2rlyFlowControlTriggerCount
OBJECT-TYPE
A running count indicating how many times L2 Relay flow control has been trigerred.
1.3.6.1.4.1.9.9.9993.1.2.1Counter32read-onlycurrent
cgprsL2rlyInputQLen
OBJECT-TYPE
The L2 Relay input queue length.
1.3.6.1.4.1.9.9.9993.1.2.2Counter32read-onlycurrent
cgprsL2rlyTotalPacketsDropped
OBJECT-TYPE
Total number of packets dropped by L2 Relay due to unknown headers since system startup.
1.3.6.1.4.1.9.9.9993.1.2.3Counter32read-onlycurrent
cgprsL2rlyDroppedPktsTimeFrame
OBJECT-TYPE
The time frame within which the number of L2 Relay packets, defined by cgprsL2rlyDroppedPktsCount, are dropped.
1.3.6.1.4.1.9.9.9993.1.2.4Integer32 (0..65535)read-onlycurrent
cgprsL2rlyDroppedPktsCount
OBJECT-TYPE
The number of packets dropped by L2 Relay on the SGSN within cgprsL2rlyDroppedPktsTimeFrame.
1.3.6.1.4.1.9.9.9993.1.2.5Counter32read-onlycurrent
cgprsL2rlyPeerTable
OBJECT-TYPE
The table lists all the l2rly units on the peer nodes that directly connect with this l2rly units through two fast ethernets.
1.3.6.1.4.1.9.9.9993.1.2.6not-accessiblecurrent
cgprsL2rlyPeerEntry
OBJECT-TYPE
L2rly unit peer entries.
1.3.6.1.4.1.9.9.9993.1.2.6.1not-accessiblecurrent
cgprsL2rlyPeerUid
OBJECT-TYPE
The Uid that uniquely identify the peer l2rly unit that connects to the same fast ethernets as this l2rly unit.
1.3.6.1.4.1.9.9.9993.1.2.6.1.1Integer32 (0..64)not-accessiblecurrent
cgprsL2rlyPeerUnitType
OBJECT-TYPE
The type of the peer l2rly on other devices which connects to the same fast ethernets as this one.
1.3.6.1.4.1.9.9.9993.1.2.6.1.2INTEGER {datacomUnit(1), telecomUnit(2)}read-onlycurrent
ciscoGprsL2rlyNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.2
ciscoGprsL2rlyNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.2.0
ciscoGprsL2rlyConformances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.3
cgprsL2rlyCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.3.1
cgprsL2rlyGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.9993.3.2

Notifications

NameOIDStatus
cgprsL2rlyUnitJoinNotification
NOTIFICATION-TYPE
This trap indicates that a new 'SGSN T-node' joins the service. This happens when a new SGSN node restarts or the network problem (fast ethernets among the units) recovers.
1.3.6.1.4.1.9.9.9993.2.0.1current
cgprsL2rlyNoRespToKeepAliveMsgNotification
NOTIFICATION-TYPE
This trap indicates that the 'SGSN T-node' failed to respond to the L2 Relay 'Keep Alive' message. The cgprsL2rlyUid variable identifies the 'SGSN T-node' that failed to respond.
1.3.6.1.4.1.9.9.9993.2.0.2current

Conformance

NameOIDStatus
cgprsL2rlyCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO GPRS L2RLY MIB.
1.3.6.1.4.1.9.9.9993.3.1.1current
cgprsL2rlyConfigGroup
OBJECT-GROUP
A collection of configurable parameters for L2RLY.
1.3.6.1.4.1.9.9.9993.3.2.1current
cgprsL2rlyStatsGroup
OBJECT-GROUP
A collection of stats for L2RLY.
1.3.6.1.4.1.9.9.9993.3.2.2current