MIBs Depot

CISCO-RSRB-MIB

Registered at
1.3.6.1.4.1.9.9.29
Last updated
1995-08-21 00:00
Organization
Cisco Systems, Inc.
Revisions
1995-08-21 00:00
Namespace
cisco
Source file
CISCO-RSRB-MIB
Digest
sha256:ed475205216bff7c270962d2d48d1f9bc03c9f653f93a75d3edacc54b0eb9692

Description

This is the MIB module for objects used to manage RSRB. Overview of remote source-route bridging (RSRB) management and MIB MIB description The RSRB MIB will include the following managed entities: 1) Virtual Rings 2) Remote Peers 3) Associated Token Rings The goal of this MIB to to allow a management stations to display the attributes of the local-remote RSRB peer relationship. The following example configuration will show how the RSRB MIB can be used to manage RSRB. == Token Ring == CISCO A == IP Network/ == CISCO B == Token Ring Virtual Ring Both CISCO A and CISCO B are RSRB peers, having the same virtual ring number. In this example information will be gatherered from CISCO A (the local peer), and CISCO B is considered to be CISCO A's remote peer. The first table is the virtual ring table. There is one entry for each RSRB virtual ring the router is defined on. The fields included in this table include * the virtual ring number, or index * the IP address used by the router * the maximum outbound queue size for each RSRB remote peer In this example the table has a single entry since CISCO A only belongs to one RSRB virtual ring. The next table is for each remote peer in the virtual ring. There can be multiple RSRB remote peers. The remote peer information includes: * an internally generated (not configured) index into the table * the type of data encapsulation with the remote peer * identification of how to get to the remote peer; either an IP address or an interface index, depending upon the encapsulation type * the state of the remote peer * various statistics (bytes and packets sent and received, explorers generated, outbound queue size, and packets dropped * whether local acknowledgment is used with the remote peer * the RSRB version of the peer In this example there would be just one remote peer table entry, for CISCO B. The last table is for the real local and remote token rings associated with the RSRB virtual ring, that this router has either had configured or learned about dynamically. The ring information includes: * the token ring number (index) * the bridge number connecting the real ring to the virtual ring * the ring entry type * the local or remote routers mac address on the interface to the ring * the local router's interface index, or the remote router's IP address, depending on if this is a local or remote ring * number of packets forwarded by the local router onto this ring In this example CISCO A would have two ring entries: one for the local ring it is connected to, and one for the ring CISCO B is a part of. A management application can construct a virtual ring view either by collecting MIB information from all routers and grouping those in the same virtual ring together, or beginning with a particular router or routers, and collecting MIB information about other peer routers.

Contact

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

Imports

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, MacAddress, 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-RSRB-MIB
CISCO-SMI
IANAifType-MIB
IF-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
rsrbObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.1
rsrbVirtualRings
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.1.1
rsrbVirtRingTable
OBJECT-TYPE
Table of virtual rings in the router.
1.3.6.1.4.1.9.9.29.1.1.1not-accessiblecurrent
rsrbVirtRingEntry
OBJECT-TYPE
Configuration values for a virtual ring.
1.3.6.1.4.1.9.9.29.1.1.1.1not-accessiblecurrent
rsrbVirtRingIndex
OBJECT-TYPE
The configured number of the virtual ring in which this peer is participating.
1.3.6.1.4.1.9.9.29.1.1.1.1.1Integer32 (0..2147483647)not-accessiblecurrent
rsrbVirtRingIPAddr
OBJECT-TYPE
The IP address configured for this RSRB local peer.
1.3.6.1.4.1.9.9.29.1.1.1.1.2IpAddressread-onlycurrent
rsrbVirtRingMaxTcpQSize
OBJECT-TYPE
The maximum number of packets that can be held in any single outbound TCP queue to a remote peer before packets are discarded. This value indicates the configured or default value.
1.3.6.1.4.1.9.9.29.1.1.1.1.3Integer32read-onlycurrent
rsrbRemotePeers
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.1.2
rsrbRemotePeerTable
OBJECT-TYPE
Table of RSRB remote peers for a virtual ring.
1.3.6.1.4.1.9.9.29.1.2.1not-accessiblecurrent
rsrbRemotePeerEntry
OBJECT-TYPE
Configuration and status information of a remote RSRB peer.
1.3.6.1.4.1.9.9.29.1.2.1.1not-accessiblecurrent
rsrbRemotePeerIndex
OBJECT-TYPE
An arbitrary index that uniquely identifies a remote peer within a virtual ring.
1.3.6.1.4.1.9.9.29.1.2.1.1.1Integer32 (0..2147483647)not-accessiblecurrent
rsrbRemotePeerEncapsulation
OBJECT-TYPE
How traffic is encapsulated for RSRB: tcp = IP datagrams over a TCP connection serial = point-to-point (serial) direct encapsulation lan = direct encapsulation over a LAN fst = IP datagrams over a Fast Sequenced Transport connection frameRelay = direct encapsulation over frame relay
1.3.6.1.4.1.9.9.29.1.2.1.1.2INTEGER {tcp(1), serial(2), lan(3), fst(4), frameRelay(5)}read-onlycurrent
rsrbRemotePeerIPAddr
OBJECT-TYPE
The IP address used by the RSRB remote peer. This field is meaningful only for TCP and FST encapsulation. For other encapsulation types 0.0.0.0 is returned.
1.3.6.1.4.1.9.9.29.1.2.1.1.3IpAddressread-onlycurrent
rsrbRemotePeerLocalIfIndex
OBJECT-TYPE
Local interface index value to the RSRB remote peer. Same value as used for accessing the Interface MIB for the same interface. This field is meaningful only for serial, LAN and frame relay encapsulation. For other encapsulation types 0 is returned.
1.3.6.1.4.1.9.9.29.1.2.1.1.4InterfaceIndexread-onlycurrent
rsrbRemotePeerState
OBJECT-TYPE
Current state of the RSRB session with the remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.5INTEGER {dead(1), closed(2), opening(3), openWaitXport(4), waitRemoteRsp(5), remoteResponded(6), remoteOpened(7), draining(8), connected(9)}read-onlycurrent
rsrbRemotePeerPacketsRx
OBJECT-TYPE
Number of packets received from remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.6Counter32read-onlycurrent
rsrbRemotePeerPacketsTx
OBJECT-TYPE
Number of packets transmitted to remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.7Counter32read-onlycurrent
rsrbRemotePeerBytesRx
OBJECT-TYPE
Number of bytes received from remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.8Counter32read-onlycurrent
rsrbRemotePeerBytesTx
OBJECT-TYPE
Number of bytes transmitted to remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.9Counter32read-onlycurrent
rsrbRemotePeerExplorersRx
OBJECT-TYPE
Number of explorer packets received from the remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.10Counter32read-onlycurrent
rsrbRemotePeerTcpQueue
OBJECT-TYPE
Number of packets being held by the local router in the TCP output queue to the remote peer.
1.3.6.1.4.1.9.9.29.1.2.1.1.11Gauge32read-onlycurrent
rsrbRemotePeerDrops
OBJECT-TYPE
Number of received packets discarded by the local router. The reasons for packets being dropped include, but are not limited to, problems with the configuration, queue overflow, and protocol errors.
1.3.6.1.4.1.9.9.29.1.2.1.1.12Counter32read-onlycurrent
rsrbRemotePeerLocalAck
OBJECT-TYPE
Indicates if local acknowledgment is used for the sessions going to the remote peer. TRUE -> local acknowledgment is used FALSE -> local acknowledgment is not used
1.3.6.1.4.1.9.9.29.1.2.1.1.13TruthValueread-onlycurrent
rsrbRemotePeerVersion
OBJECT-TYPE
The version of RSRB used between local and remote peer. Generally peers can communicate if they are within one version of each other. The value returned is the lower version of the two peers.
1.3.6.1.4.1.9.9.29.1.2.1.1.14Integer32read-onlycurrent
rsrbPhysicalRings
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.1.3
rsrbRingTable
OBJECT-TYPE
Table of local and remote rings associated with a virtual ring.
1.3.6.1.4.1.9.9.29.1.3.1not-accessiblecurrent
rsrbRingEntry
OBJECT-TYPE
A ring described by a unique ring number within the bridged token ring network, and the virtual ring which it is associated with.
1.3.6.1.4.1.9.9.29.1.3.1.1not-accessiblecurrent
rsrbRingIndex
OBJECT-TYPE
The configured ring number that uniquely identifies this network segment or ring within the bridged token ring network.
1.3.6.1.4.1.9.9.29.1.3.1.1.1Integer32 (0..2147483647)not-accessiblecurrent
rsrbRingBridge
OBJECT-TYPE
The configured number of the bridge that connects this entry's ring to the virtual ring.
1.3.6.1.4.1.9.9.29.1.3.1.1.2Integer32read-onlycurrent
rsrbRingLocal
OBJECT-TYPE
Indicates if the entry represents a local or remote ring. TRUE indicates a local ring. FALSE indicates a remote ring.
1.3.6.1.4.1.9.9.29.1.3.1.1.3TruthValueread-onlycurrent
rsrbRingType
OBJECT-TYPE
The ring type.
1.3.6.1.4.1.9.9.29.1.3.1.1.4INTEGER {static(1), dynamic(2), sdllc(3), qllc(4), virtual(5)}read-onlycurrent
rsrbRingMacAddr
OBJECT-TYPE
The mac address of either the local router's interface to the ring for local ring entries, or the remote peer's interface to the ring for remote ring entries. Not valid for entry types remote SDLLC and QLLC; for these type '00 00 00 00 00 00' will be returned.
1.3.6.1.4.1.9.9.29.1.3.1.1.5MacAddressread-onlycurrent
rsrbRingLocalIfIndex
OBJECT-TYPE
For local ring entries, the local interface into the ring. This is the same value as used for accessing the Interface MIB for the same interface. Not meaningful for remote ring entries; for these types 0 will be returned.
1.3.6.1.4.1.9.9.29.1.3.1.1.6InterfaceIndexread-onlycurrent
rsrbRingRemoteIpAddress
OBJECT-TYPE
For remote ring entries, the IP address of the remote RSRB peer. Not meaningful for local ring entries, and so 0.0.0.0 will be returned.
1.3.6.1.4.1.9.9.29.1.3.1.1.7IpAddressread-onlycurrent
rsrbRingNbrPacketsFwd
OBJECT-TYPE
The number of packets forwarded by the local router onto this ring.
1.3.6.1.4.1.9.9.29.1.3.1.1.8Counter32read-onlycurrent
rsrbNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.2
rsrbNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.2.0
rsrbMibConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.3
rsrbMibCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.3.1
rsrbMibGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.29.3.2

Notifications

NameOIDStatus
rsrbPeerStateChangeNotification
NOTIFICATION-TYPE
This trap indicates that the state of an RSRB remote peer has transitioned to active (psConnected) or inactive (psDead or psClosed).
1.3.6.1.4.1.9.9.29.2.0.1current

Conformance

NameOIDStatus
rsrbMibCompliance
MODULE-COMPLIANCE
The compliance statement for rsrb.
1.3.6.1.4.1.9.9.29.3.1.1current
rsrbVirtRingGroup
OBJECT-GROUP
A collection of objects providing configuration capability.
1.3.6.1.4.1.9.9.29.3.2.1current
rsrbRemotePeerGroup
OBJECT-GROUP
A collection of objects providing operational control capability.
1.3.6.1.4.1.9.9.29.3.2.2current
rsrbRingGroup
OBJECT-GROUP
A collection of objects providing operational control capability.
1.3.6.1.4.1.9.9.29.3.2.3current