SONOMASYSTEMS-SONOMA-SRTB-MIB

File: SONOMASYSTEMS-SONOMA-SRTB-MIB.mib (16270 bytes)

Imported modules

RFC1155-SMI RFC-1212 SONOMASYSTEMS-SONOMA-MIB

Imported symbols

Counter OBJECT-TYPE sonomaBridging

Defined Types

SrtPortEntry  
SEQUENCE    
  srtPortIfIndex INTEGER
  srtPortHopCount INTEGER
  srtPortLocalSegment INTEGER
  srtPortLargestFrame INTEGER
  srtPortSTESpanMode INTEGER
  srtPortSpecInFrames Counter
  srtPortSpecOutFrames Counter
  srtPortAREInFrames Counter
  srtPortAREOutFrames Counter
  srtPortSteInFrames Counter
  srtPortSteOutFrames Counter
  srtPortSegmentMismatchDiscards Counter
  srtPortDuplicateSegmentDiscards Counter
  srtPortHopCountExceededDiscards Counter

SrtSourceRouteEntry  
SEQUENCE    
  srtSourceRouteVlanID INTEGER
  srtSourceRouteAddress OCTET STRING Size(6)
  srtSourceRouteRIF OCTET STRING Size(0..18)
  srtSourceRouteType INTEGER
  srtSourceRouteDirection INTEGER

Defined Values

srtBridging 1.3.6.1.4.1.2926.25.3.2
OBJECT IDENTIFIER    

srtBridgeNumber 1.3.6.1.4.1.2926.25.3.2.1
Obsoleted by vlanConfigBrNumber. Was: A bridge number uniquely identifies a bridge when more than one bridge is used to span the same segments. This object can have values between 0..15 inclusive and also a value 65535. When set to 65535, source routing on the unit is DISABLED.
Status: obsolete Access: read-write
OBJECT-TYPE    
  INTEGER  

srtSourceRouteAgingTime 1.3.6.1.4.1.2926.25.3.2.2
If no frames from a source are received for this time, any associated routing information in the Source Route Table is purged. The granularity is seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 10..3600  

srtPortTable 1.3.6.1.4.1.2926.25.3.2.3
Table of Source Routing per Port parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrtPortEntry

srtPortEntry 1.3.6.1.4.1.2926.25.3.2.3.1
An entry in the logical port instanced SRT Port Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SrtPortEntry  

srtPortIfIndex 1.3.6.1.4.1.2926.25.3.2.3.1.1
The port number of the port for which this entry contains Source Route management information.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

srtPortHopCount 1.3.6.1.4.1.2926.25.3.2.3.1.2
The maximum number of routing descriptors allowed in an All Paths or Spanning Tree Explorer frames.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

srtPortLocalSegment 1.3.6.1.4.1.2926.25.3.2.3.1.3
The segment number that uniquely identifies the segment to which this port is connected. Current source routing protocols limit this value to the range: 0 through 4095. A value of 65535 signifies that no segment number is assigned to this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

srtPortLargestFrame 1.3.6.1.4.1.2926.25.3.2.3.1.4
The maximum size of the INFO field (LLC and above) that this port can send/receive. It does not include any MAC level (framing) octets. The value of this object is used by this bridge to determine whether a modification of the LargestFrame (LF, see [14]) field of the Routing Control field of the Routing Information Field is necessary. Valid values as defined by the 802.5 source routing bridging specification[14] are 516, 1500, 2052, 4472, 8144, 11407, 17800, and 65535 octets. Behavior of the port when an illegal value is written is implementation specific. It is recommended that a reasonable legal value be chosen.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER srtMtu516(1), srtMtu1500(2), srtMtu2052(3), srtMtu4472(4), srtMtu8144(5), srtMtu11407(6), srtMtu17800(7), srtMtu65535(8)  

srtPortSTESpanMode 1.3.6.1.4.1.2926.25.3.2.3.1.5
Determines how this port behaves when presented with a Spanning Tree Explorer frame. The value 'disabled(2)' indicates that the port will not accept or send Spanning Tree Explorer packets; any STE packets received will be silently discarded. The value 'forced(3)' indicates the port will always accept and propagate Spanning Tree Explorer frames. This allows a manually configured Spanning Tree for this class of packet to be configured. Note that unlike transparent bridging this is not catastrophic to the network if there are loops. The value 'auto-span(1)' can only be returned by a bridge that both implements the Spanning Tree Protocol and has use of the protocol enabled on this port. The behavior of the port for Spanning Tree Explorer frames is determined by the state of dot1dStpPortState. If the port is in the 'forwarding' state, the frame will be accepted or propagated. Otherwise it will be silently discarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER auto-span(1), disabled(2), forced(3)  

srtPortSpecInFrames 1.3.6.1.4.1.2926.25.3.2.3.1.6
The number of specifically routed frames that have been received from this port's segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortSpecOutFrames 1.3.6.1.4.1.2926.25.3.2.3.1.7
The number of specifically routed frames that this port has transmitted on its segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortAREInFrames 1.3.6.1.4.1.2926.25.3.2.3.1.8
The number of all paths explorer frames that have been received by this port from its segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortAREOutFrames 1.3.6.1.4.1.2926.25.3.2.3.1.9
The number of all paths explorer frames that have been transmitted by this port on its segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortSteInFrames 1.3.6.1.4.1.2926.25.3.2.3.1.10
The number of spanning tree explorer frames that have been received by this port from its segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortSteOutFrames 1.3.6.1.4.1.2926.25.3.2.3.1.11
The number of spanning tree explorer frames that have been transmitted by this port on its segment.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortSegmentMismatchDiscards 1.3.6.1.4.1.2926.25.3.2.3.1.12
The number of explorer frames that have been discarded by this port because the routing descriptor field contained an invalid adjacent segment value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortDuplicateSegmentDiscards 1.3.6.1.4.1.2926.25.3.2.3.1.13
The number of frames that have been discarded by this port because the routing descriptor field contained a duplicate segment identifier.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtPortHopCountExceededDiscards 1.3.6.1.4.1.2926.25.3.2.3.1.14
The number of explorer frames that have been discarded by this port because the Routing Information Field has exceeded the maximum route descriptor length.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

srtSourceRouteTable 1.3.6.1.4.1.2926.25.3.2.4
This table contains a list of stored destination address and the routing information fields which will be inserted in frames sent to those destinations.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SrtSourceRouteEntry

srtSourceRouteEntry 1.3.6.1.4.1.2926.25.3.2.4.1
An source route entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SrtSourceRouteEntry  

srtSourceRouteVlanID 1.3.6.1.4.1.2926.25.3.2.4.1.1
This is the ID of the Vlan on which the address corresponding to this entry was learnt.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

srtSourceRouteAddress 1.3.6.1.4.1.2926.25.3.2.4.1.2
This is the source address which was stored when the Source Routing frame which contained it was processed by the SRTB. The address is in the form it was received from the ring network.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

srtSourceRouteRIF 1.3.6.1.4.1.2926.25.3.2.4.1.3
This object contains all the routing information which was extracted from the received Source Routed frame. The data is in the form it was received from the ring network
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..18)  

srtSourceRouteType 1.3.6.1.4.1.2926.25.3.2.4.1.4
This object represents the type of the entry. If the value returned is sameRing (1), then this indicates that the frame from which this entry was taken originated on our local ring. A value of locked (2) is used for entries which have been learned from ARE type frames. The value provisional(3)is used for frames which have been learned from STE frames and the responsWithARE (4) values is used to indicate that when a response is sent to this entry's address is should be sent as an ARE frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER permanent(1), temporary(2), respondWithARE(3), other(4)  

srtSourceRouteDirection 1.3.6.1.4.1.2926.25.3.2.4.1.5
If this object returns a value of inOrder(0), then this means that the D bit is zero and that the frame traverses the LANs in the order in which they are specified in the routing information field. Conversely, if the D bit is set to 1 the frame will traverse the LANs in the reverse order. The D bit is meaningful only or source routed frames (SRF). For STE and ARE frames the D bit is ignored and is not altered by the unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inOrder(1), reverseOrder(2)