VITALINK-MIB

File: VITALINK-MIB.mib (59038 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises Counter Gauge
TimeTicks DisplayString OBJECT-TYPE

Defined Types

VitaGroupBaseEntry  
SEQUENCE    
  vGroupBaseIndex INTEGER
  vGroupBaseName DisplayString
  vGroupBaseStatus INTEGER
  vGroupBasePortMask INTEGER
  vGroupBaseSTPEnabled INTEGER
  vGroupBaseDlsEnabled INTEGER

VIfEntry  
SEQUENCE    
  vifIndex INTEGER
  vIfKnownUcasts Counter
  vIfInLateDiscards Counter
  vIfInLateDiscardOctets Counter
  vIfOutFilterDiscards Counter
  vIfMulticastUnkUnicastDiscards Counter
  vIfSystemCongestionDiscards Counter
  vIfOutDiscardedOctets Counter
  vIfTransmitState INTEGER
  vIfWhyTxBroken INTEGER
  vIfReceiveState INTEGER
  vIfWhyRxBroken INTEGER

VitaIfLANEntry  
SEQUENCE    
  vIfLANPortIndex INTEGER
  vIfLANEarlyDiscards Counter
  vIfLANLocalDiscards Counter
  vIfLANLateDiscards Counter
  vIfLANLateLocalDiscards Counter
  vIfLANMulticastDampings Counter

VitaIfWANEntry  
SEQUENCE    
  vIfWANPortIndex INTEGER
  vIfWANMulticastCongestionDiscards Counter
  vIfWANFrameCongestionDiscards Counter
  vIfWANByteCongestionDiscards Counter
  vIfWANUcastDampingDiscards Counter
  vIfWANInitializePort INTEGER
  vIfWANNetworkValidation INTEGER

VitaStpGroupEntry  
SEQUENCE    
  vStpGroupIfIndex INTEGER
  vStpGroupPriority INTEGER
  vStpGroupPathCost INTEGER
  vStpGroupDesignatedRoot OCTET STRING
  vStpGroupDesignatedCost INTEGER
  vStpGroupDesignatedBridge OCTET STRING
  vStpGroupDesignatedGroup Gauge
  vStpGroupBadHellos Counter

Dot3Entry  
SEQUENCE    
  dot3Index INTEGER
  vDot3XcvrVersion INTEGER
  vDot3TxErrors Counter
  vDot3RxErrors Counter
  vDot3RxControllerResets Counter

Dot3TxEntry  
SEQUENCE    
  dot3TxIndex INTEGER
  dot3TxSingleCollisionFrames Counter
  dot3TxMultipleCollisionFrames Counter
  vDot3TxBufferErrors Counter
  vDot3TxUnderflowErrors Counter
  vDot3TxPacketsTooLongErrors Counter
  vDot3XTxLateCollisions Counter
  vDot3XTxExcessiveCollisions Counter
  vDot3XTxCarrierSenseErrors Counter

Dot3RxEntry  
SEQUENCE    
  dot3RxIndex INTEGER
  vDot3RxBufferErrors Counter
  vDot3RxOverflowErrors Counter
  vDot3RxFCSErrors Counter
  vDot3RxFramingErrors Counter
  vDot3RxMissedPktsErrors Counter

VitaSerialEntry  
SEQUENCE    
  vSerialIfIndex INTEGER
  vSerialLAPBEnabled INTEGER
  vSerialConnectorType INTEGER
  vSerialCTSErrors Counter
  vSerialDCDErrors Counter
  vSerialAbortErrors Counter
  vSerialCRCErrors Counter
  vSerialTransmitUnderrunErrors Counter
  vSerialReceiverOverrunErrors Counter
  vSerialBypassQueueErrors Counter

VitaLAPBEntry  
SEQUENCE    
  vLAPBPortNumber INTEGER
  vLAPBModulo INTEGER

VitaDS1Entry  
SEQUENCE    
  vDS1PortNumber INTEGER
  vDS1ZeroCode INTEGER
  vDS1ClockSource INTEGER
  vDS1FrameSyncLosses Counter
  vDS1FrameAlignmentErrors Counter
  vDS1ControlledFrameSlips Counter
  vDS1BipolarViolations Counter
  vDS1SuperframeCRCErrors Counter
  vDS1ErroredSeconds Counter
  vDS1SeverelyErroredSeconds Counter
  vDS1FailedSeconds Counter

Defined Values


vitamanagement 1.3.6.1.4.1.29.1
OBJECT IDENTIFIER    

vitaexperimental 1.3.6.1.4.1.29.2
OBJECT IDENTIFIER    

vitasystem 1.3.6.1.4.1.29.1.1
OBJECT IDENTIFIER    

vitainterfaces 1.3.6.1.4.1.29.1.2
OBJECT IDENTIFIER    

vitagroup 1.3.6.1.4.1.29.1.3
OBJECT IDENTIFIER    

vitabridge 1.3.6.1.4.1.29.1.4
OBJECT IDENTIFIER    

vitatransmission 1.3.6.1.4.1.29.1.5
OBJECT IDENTIFIER    

serialline 1.3.6.1.4.1.29.1.5.1
OBJECT IDENTIFIER    

ethernet 1.3.6.1.4.1.29.1.5.2
OBJECT IDENTIFIER    

tokenring 1.3.6.1.4.1.29.1.5.3
OBJECT IDENTIFIER    

groupBase 1.3.6.1.4.1.29.1.3.1
OBJECT IDENTIFIER    

vGroupBaseTable 1.3.6.1.4.1.29.1.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaGroupBaseEntry

vGroupBaseEntry 1.3.6.1.4.1.29.1.3.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaGroupBaseEntry  

vGroupBaseIndex 1.3.6.1.4.1.29.1.3.1.1.1.1
This read-only variable identifies the 'group' defined by the VIfEntry SEQUENCE. A 'group' is one or more physical ports treated, logically, as a single link between two Vitalink systems or between a Vitalink system and a LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vGroupBaseName 1.3.6.1.4.1.29.1.3.1.1.1.2
This variable specifies the name for a network group. This variable may consist of up to 15 characters and may include special characters. (Note: The first character in the name must be an alpha character.)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

vGroupBaseStatus 1.3.6.1.4.1.29.1.3.1.1.1.3
This read-only variable displays the current status of a WAN group. Status may be 'active,' 'broken,' or 'inactive.' 'Active' means that at least one port in the group is operational. 'Inactive' means that no ports in the group are initialized. 'Broken' means that no ports in the group are operational.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), inactive(2), active(3), broken(4)  

vGroupBasePortMask 1.3.6.1.4.1.29.1.3.1.1.1.4
This read-only variable specifies those ports included in a network group. Up to eight ports (1P8, separated by commas) may be included in a single network group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(32)  

vGroupBaseSTPEnabled 1.3.6.1.4.1.29.1.3.1.1.1.5
This read-only variable specifies whether or not (stpenabled, stpdisabled) Spanning Tree Protocol is enabled on this network group. Caution: Do not change the value of this variable except under Vitalink direction. Default = stpenabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), stpdisabled(2), stpenabled(3)  

vGroupBaseDlsEnabled 1.3.6.1.4.1.29.1.3.1.1.1.6
This read-only variable specifies whether or not (dlsenabled, dlsdisabled) Distributed Load Sharing is enabled for this network group. Default = dlsenabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), dlsdisabled(2), dlsenabled(3)  

vIfbase 1.3.6.1.4.1.29.1.2.1
OBJECT IDENTIFIER    

vIflan 1.3.6.1.4.1.29.1.2.2
OBJECT IDENTIFIER    

vIfwan 1.3.6.1.4.1.29.1.2.3
OBJECT IDENTIFIER    

vifTable 1.3.6.1.4.1.29.1.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VIfEntry

vifEntry 1.3.6.1.4.1.29.1.2.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VIfEntry  

vifIndex 1.3.6.1.4.1.29.1.2.1.1.1.1
This read-only variable identifies the port defined by the VIfEntry SEQUENCE.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..ifNumber  

vIfKnownUcasts 1.3.6.1.4.1.29.1.2.1.1.1.2
This read-only variable displays the number of known single-destination frames received by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfInLateDiscards 1.3.6.1.4.1.29.1.2.1.1.1.3
This read-only variable displays the total number of received frames discarded late by this port. This number is included in the 'Frames received' total.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfInLateDiscardOctets 1.3.6.1.4.1.29.1.2.1.1.1.4
This read-only variable displays the total number of bytes discarded late by this port. This number is included in the 'Bytes received' total.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfOutFilterDiscards 1.3.6.1.4.1.29.1.2.1.1.1.5
This read-only variable displays the number of transmit frames discarded due to user-configured (traffic control) filters or internal system filters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfMulticastUnkUnicastDiscards 1.3.6.1.4.1.29.1.2.1.1.1.6
This read-only variable displays the number of transmit frames discarded due to multicast or unknown destination filtering.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfSystemCongestionDiscards 1.3.6.1.4.1.29.1.2.1.1.1.7
This read-only variable displays the number of frames discarded because the system was low on buffers. This results from simultaneously congesting a number of high-volume data links.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfOutDiscardedOctets 1.3.6.1.4.1.29.1.2.1.1.1.8
This read-only variable displays the total number of transmit bytes discarded by this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfTransmitState 1.3.6.1.4.1.29.1.2.1.1.1.9
This read-only variable displays the current transmit state of the LAN port as follows: 'initializing': A transient state lasting a few milliseconds after startup. 'on': A second transient state immediately following initializing. 'pre-forwarding 1': The first half of the pre- forwarding interval. Initial Spanning Tree packets traverse the network and the root is elected. No learning or forwarding takes place. 'pre-forwarding 2': The second half of the pre- forwarding interval. The bridge listens to packets on the network and learning begins, but no forwarding takes place. 'forwarding': The normal Spanning Tree operating state. The bridge forwards frames on this link and learns from received frames. 'dls forwarding': The normal DLS operating state. This link is treated as forwarding for Spanning Tree calculations, but the link is participating in VitalinkUs proprietary Distributed Load Sharing (DLS) algorithm. Certain user traffic can traverse the link. 'backup': Hot standby state. No bridged user traffic is forwarded. The link transmits and receives only certain network management frames that determine if the port should remain in backup or if it should transition to pre- forwarding. 'dls backup': This link is treated as backup for Spanning Tree calculations, but the link is participating in VitalinkUs proprietary Distributed Load Sharing algorithm. Certain user traffic can traverse the link. 'off': Offline. No traffic may pass on this link, and the line is not used for any internal computations. 'disabled': The Disable switch (screen /2/n/2) was on when the bridge was initialized. Only certain network management frames are transmitted. No user traffic is forwarded and no learning takes place on this link. 'broken': Communication is not possible over this link. Spanning Tree Protocol computations consider broken links in order to calculate the root priority.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), broken(2), pre-f1(3), forwarding(4), backup(5), disabled(6), pre-f2(7), off(9), on(10), init(11), dls-forwarding(12), dls-backup(13)  

vIfWhyTxBroken 1.3.6.1.4.1.29.1.2.1.1.1.10
When 'Transmit state' = 'broken,' this read- only variable displays the reason.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ctsloss(2), cannot-io(5), reconfiguring(6), purging-traffic(7), requested(8), notbroken(9), looped-hello-rcvd(10), config-error(11), no-fdses(12), invalid-dls(13), notransceiver(14), nomemory(15), timeout(16), multi-intradomain-links(17), ring-not-inserted(18)  

vIfReceiveState 1.3.6.1.4.1.29.1.2.1.1.1.11
This read-only variable displays the current receive state for this port as follows: 'on': The receive function is in use. 'off': The receive function is not in use. 'broken': The receive function has failed and is out of service.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), broken(2), off(9), on(10), init(11)  

vIfWhyRxBroken 1.3.6.1.4.1.29.1.2.1.1.1.12
If the 'Receive state' = 'broken,' this read- only variable displays the reason.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), dcdloss(2), requested(8), notbroken(9)  

vIfLANTable 1.3.6.1.4.1.29.1.2.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaIfLANEntry

vIfLANEntry 1.3.6.1.4.1.29.1.2.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaIfLANEntry  

vIfLANPortIndex 1.3.6.1.4.1.29.1.2.2.1.1.1
This read-only variable specifies 'group 0' as the group to be defined by the vifEntry SEQUENCE. A 'group' is one or more physical ports treated, logically, as a single link between two Vitalink systems or between a Vitalink system and a LAN. Group 0 on a Vitalink system is always the Vitalink system's LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vIfLANEarlyDiscards 1.3.6.1.4.1.29.1.2.2.1.1.2
This read-only variable describes the total number of frames discarded by the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfLANLocalDiscards 1.3.6.1.4.1.29.1.2.2.1.1.3
This read-only variable specifies the number of frames discarded by the LAN port PPU because they were recognized as local traffic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfLANLateDiscards 1.3.6.1.4.1.29.1.2.2.1.1.4
This read-only variable specifies the total number of frames discarded after being received from the LAN port and counted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfLANLateLocalDiscards 1.3.6.1.4.1.29.1.2.2.1.1.5
This read-only variable describes the number of received frames discarded at the system level because they were recognized as local traffic. These 'late' local discards occur during normal operation because of cache memory overflow at the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfLANMulticastDampings 1.3.6.1.4.1.29.1.2.2.1.1.6
This read-only variable describes the number of frames that were discarded by the LAN port due to multicast damping See also 'Maximum multicasts per second,' screen /3/0/3.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfWANTable 1.3.6.1.4.1.29.1.2.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaIfWANEntry

vIfWANEntry 1.3.6.1.4.1.29.1.2.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaIfWANEntry  

vIfWANPortIndex 1.3.6.1.4.1.29.1.2.3.1.1.1
This read-only variable lists the WAN port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vIfWANMulticastCongestionDiscards 1.3.6.1.4.1.29.1.2.3.1.1.2
This read-only variable describes the number of transmit frames discarded after exceeding the 'Multicast frame limit.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfWANFrameCongestionDiscards 1.3.6.1.4.1.29.1.2.3.1.1.3
This read-only variable describes the number of transmit frames discarded after exceeding the 'Tx queue frame limit.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfWANByteCongestionDiscards 1.3.6.1.4.1.29.1.2.3.1.1.4
This read-only variable describes the number of transmit frames discarded after exceeding the 'Tx queue byte limit.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfWANUcastDampingDiscards 1.3.6.1.4.1.29.1.2.3.1.1.5
This read-only variable describes the number of transmit frames discarded due to 'Single destination damping.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vIfWANInitializePort 1.3.6.1.4.1.29.1.2.3.1.1.6
This read-only variable specifies whether or not (init-on-reboot, no-init) this port is to be initialized when the system is rebooted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), no-init(2), init-on-reboot(3)  

vIfWANNetworkValidation 1.3.6.1.4.1.29.1.2.3.1.1.7
This read-only variable specifies whether or not (enabled, disabled) Network Validation protocol is enabled. If multiple leased lines are configured in the same network group, the value must be 'yes.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

bridgebase 1.3.6.1.4.1.29.1.4.1
OBJECT IDENTIFIER    

bridgestp 1.3.6.1.4.1.29.1.4.2
OBJECT IDENTIFIER    

dot1dStpProtocolSpecification 1.3.6.1.4.1.29.1.4.2.1
This read-only variable displays which Spanning Tree algorithm (IEEE 802.1, DEC-compatible) this bridge is using. When this system boots up, it uses IEEE 802.1. If it subsequently learns that another system on the network is using DEC compatible spanning tree algorithm, this system will switch to DEC-compatible.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), decprotocol(2), ieee8021d(3)  

vBridgeStpConvert802 1.3.6.1.4.1.29.1.4.2.2
This is a read-only variable. It is normally used when the network is running in DEC compatible mode (see item 1 on screen 1/2). Setting this variable to 'yes' in the root bridge will convert the network to IEEE 802.1 mode, if all bridges in the network can accept it; otherwise the network will remain in DEC compatible mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

vBridgeStpInterdomain 1.3.6.1.4.1.29.1.4.2.3
This read-only variable specifies whether or not (true, false) this bridge is to function as an interdomain bridge. An interdomain bridge is used to partition the network into different domains by blocking certain network management messages.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

vBridgeStpPriorityCode 1.3.6.1.4.1.29.1.4.2.4
This read-only variable specifies the root priority (or priority code) for this bridge. If this value is set to 0P3, it is interpreted as a priority code that the bridge uses to compute its own priority based on 0 as most likely to become the root, and 3 as least likely. If this value is set to a 4-65535, the configured value is used as the actual root priority for this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dot1dStpPriority 1.3.6.1.4.1.29.1.4.2.5
This read-only variable displays the priority and address of this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

vBridgeStpCostAlgorithm 1.3.6.1.4.1.29.1.4.2.6
This read-only variable specifies which costing algorithm (dec, ieee) is to be used by this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), dec(2), ieee(3)  

dot1dStpDesignatedRoot 1.3.6.1.4.1.29.1.4.2.7
This read-only variable displays the priority and address of the root bridge. The bridge with the lowest priority becomes the root; if two or more bridges have the same priority, the one with the lowest address will become the root.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

dot1dStpRootCost 1.3.6.1.4.1.29.1.4.2.8
This read-only variable displays the cost of the Inlink path to the root.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

dot1dStpRootPort 1.3.6.1.4.1.29.1.4.2.9
This read-only variable displays the ID of the network group that creates the most direct, cost-effective path from this bridge to the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1dStpMaxAge 1.3.6.1.4.1.29.1.4.2.10
This read-only variable displays the amount of time a bridge will wait for a hello message before attempting to find a new inlink. This value is determined by the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1dStpHelloTime 1.3.6.1.4.1.29.1.4.2.11
This read-only variable displays the frequency with which hello messages and network validation messages are transmitted over the network. This value is determined by the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1dStpHoldTime 1.3.6.1.4.1.29.1.4.2.12
Displays the amount of time a bridge will wait for a hello message before attempting to find a new inlink. This value is determined by the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1dStpForwardDelay 1.3.6.1.4.1.29.1.4.2.13
This read-only variable displays the length of time a network group will remain in the pre- forwarding state. Determined by the root bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot1dStpBridgeMaxAge 1.3.6.1.4.1.29.1.4.2.14
This read-write variable specifies the Listen interval to be used throughout the network if this bridge becomes the root. Range = 1P100.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dot1dStpBridgeHelloTime 1.3.6.1.4.1.29.1.4.2.15
This read-write variable specifies the Hello Interval to be used throughout the network if this bridge becomes the root. Range = 1P10 (sec).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dot1dStpBridgeForwardDelay 1.3.6.1.4.1.29.1.4.2.16
This read-write variable specifies the pre- forwarding interval to be used throughout the network if this bridge becomes the root. Range = 6P200 (seconds).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

dot1dStpTopChanges 1.3.6.1.4.1.29.1.4.2.17
Displays the number of times this network group has transitioned from the pre-forwarding to the forwarding state.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vStpGroupTable 1.3.6.1.4.1.29.1.4.2.18
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaStpGroupEntry

vStpGroupEntry 1.3.6.1.4.1.29.1.4.2.18.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaStpGroupEntry  

vStpGroupIfIndex 1.3.6.1.4.1.29.1.4.2.18.1.1
This read-only variable identifies a 'group' to be defined by the VitaStpGroupEntry SEQUENCE. A 'group' is one or more physical ports that are treated, logically, as a single link between two Vitalink systems or between a Vitalink system and a LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vStpGroupPriority 1.3.6.1.4.1.29.1.4.2.18.1.2
Specifies the root priority (or priority code) for this bridge. If this value is set to 0P3, it is interpreted as a priority code that the bridge uses to compute its own priority based on 0 as most likely to become the root, and 3 as least likely. If this value is set to a 4-65535, the configured value is used as the actual root priority for this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vStpGroupPathCost 1.3.6.1.4.1.29.1.4.2.18.1.3
This read-only variable specifies the Spanning Tree cost of this network group. This value is computed by dividing a speed constant by the network speed of this network group. (The speed constant is 1,000 Mb/s for IEEE-compatible networks and 100 Mb/s for DEC-compatible networks. All bridges in a domain must use the same speed constant. Range = 1P4294967294 or maximum.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vStpGroupDesignatedRoot 1.3.6.1.4.1.29.1.4.2.18.1.4
Displays the priority and address of the root bridge. The bridge with the lowest priority becomes the root; if two or more bridges have the same priority, the one with the lowest address will become the root.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

vStpGroupDesignatedCost 1.3.6.1.4.1.29.1.4.2.18.1.5
Specifies the Spanning Tree cost of this network group. This value is computed by dividing a speed constant by the network speed of this network group. The speed constant is 1,000 Mb/s for IEEE-compatible networks and 100 Mb/s for DEC-compatible networks. All bridges in a domain must use the same speed constant. Range = 1P4294967294.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vStpGroupDesignatedBridge 1.3.6.1.4.1.29.1.4.2.18.1.6
Displays the priority and address of this bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

vStpGroupDesignatedGroup 1.3.6.1.4.1.29.1.4.2.18.1.7
Displays the network Group number to the Designated Bridge.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

vStpGroupBadHellos 1.3.6.1.4.1.29.1.4.2.18.1.8
This read-only variable displays the total number of bad hellos received on this network group. This value also increments when a hello is received while the variable 'Spanning Tree Enabled' is set to 'false.'
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot3Table 1.3.6.1.4.1.29.1.5.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3Entry

dot3Entry 1.3.6.1.4.1.29.1.5.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot3Entry  

dot3Index 1.3.6.1.4.1.29.1.5.2.1.1.1
This read-only variable is the port number of the LAN.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vDot3XcvrVersion 1.3.6.1.4.1.29.1.5.2.1.1.2
This read-only variable specifies the type of transceiver interface (IEEE 802.3, Ethernet 1) to be used with the LAN port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ieee8023(2), ethernetv2(3)  

vDot3TxErrors 1.3.6.1.4.1.29.1.5.2.1.1.3
This read-only variable shows the total number of transmit errors from Port O. The total includes all errors of the following types: buffer errors, underflow errors, late collisions, loss carrier errors, packets too long, retry errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxErrors 1.3.6.1.4.1.29.1.5.2.1.1.4
This read-only variable displays the total number of receive errors. The total includes all errors of the following types: overflow errors, missed packet errors, and framing errors.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxControllerResets 1.3.6.1.4.1.29.1.5.2.1.1.5
This read-only variable displays the number of instances where the Ethernet controller has been reset due to memory parity errors, controller timeouts, or other faults. The most common reason for a Controller reset error is a collision signal asserted by the transceiver at certain bit intervals.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot3TxTable 1.3.6.1.4.1.29.1.5.2.2
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3TxEntry

dot3TxEntry 1.3.6.1.4.1.29.1.5.2.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot3TxEntry  

dot3TxIndex 1.3.6.1.4.1.29.1.5.2.2.1.1
This read-only variable displays the TX LAN port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

dot3TxSingleCollisionFrames 1.3.6.1.4.1.29.1.5.2.2.1.2
This read-only variable displays the number of messages whose transmission was deferred once due to a collision with another station's transmission. A few of these are normal in CSMA/CD networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot3TxMultipleCollisionFrames 1.3.6.1.4.1.29.1.5.2.2.1.3
This read-only variable displays the number of messages whose transmission was deferred more than once due to collisions with other stations' transmissions. A few of these are normal in CSMA/CD networks, but a large number of them indicate a serious degradation in network performance due to traffic congestion.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3TxBufferErrors 1.3.6.1.4.1.29.1.5.2.2.1.4
This read-only variable displays the number of messages transmitted incorrectly due to a lack of buffer availability. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3TxUnderflowErrors 1.3.6.1.4.1.29.1.5.2.2.1.5
This read-only variable displays the number of messages lost in transmission due to an inability to maintain data in the first-in, first-out (FIFO) queue. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3TxPacketsTooLongErrors 1.3.6.1.4.1.29.1.5.2.2.1.6
This read-only variable displays the number of packets presented for transmission which exceed the Ethernet's 1518-byte limit. Primarily relevant in bridging heterogeneous IEEE 802 series networks. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3XTxLateCollisions 1.3.6.1.4.1.29.1.5.2.2.1.7
This read-only variable displays the number of messages lost in transmission due to a collision after the Ethernet slot time elapsed. This is normally the result of an overextended LAN (cable too long or more than two repeaters between stations). This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3XTxExcessiveCollisions 1.3.6.1.4.1.29.1.5.2.2.1.8
This read-only variable displays the number of messages lost in transmission because they had more than 15 transmission attempts aborted due to collisions. These are typically the result of a failure in the cable, which may be too long, poorly terminated, or compromised by a bad tap, moisture, etc. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3XTxCarrierSenseErrors 1.3.6.1.4.1.29.1.5.2.2.1.9
This read-only variable displays the number of messages lost as a result of losing the carrier during transmission. This is normally the result of a failing transceiver. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

dot3RxTable 1.3.6.1.4.1.29.1.5.2.3
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dot3RxEntry

dot3RxEntry 1.3.6.1.4.1.29.1.5.2.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Dot3RxEntry  

dot3RxIndex 1.3.6.1.4.1.29.1.5.2.3.1.1
This read-only variable displays the RX LAN port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vDot3RxBufferErrors 1.3.6.1.4.1.29.1.5.2.3.1.2
This read-only variable displays the number of messages received incorrectly due to a lack of buffer availability. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxOverflowErrors 1.3.6.1.4.1.29.1.5.2.3.1.3
This read-only variable displays the number of messages received incorrectly due to an internal FIFO queue overflow. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxFCSErrors 1.3.6.1.4.1.29.1.5.2.3.1.4
This read-only variable displays the number of messages received incorrectly because of an FCS (Frame Checksum) error. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxFramingErrors 1.3.6.1.4.1.29.1.5.2.3.1.5
This read-only variable displays the number of messages received incorrectly with an FCS (Frame Checksum) error and a non-integer number of octets. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDot3RxMissedPktsErrors 1.3.6.1.4.1.29.1.5.2.3.1.6
This read-only variable displays the number of instances where the Ethernet controller could not receive one or more frames due to the lack of available buffers. This is a Port 0 Error statistic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

serialbase 1.3.6.1.4.1.29.1.5.1.1
OBJECT IDENTIFIER    


lapb 1.3.6.1.4.1.29.1.5.1.3
OBJECT IDENTIFIER    

ds1 1.3.6.1.4.1.29.1.5.1.4
OBJECT IDENTIFIER    

vSerialTable 1.3.6.1.4.1.29.1.5.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaSerialEntry

vSerialEntry 1.3.6.1.4.1.29.1.5.1.1.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaSerialEntry  

vSerialIfIndex 1.3.6.1.4.1.29.1.5.1.1.1.1.1
This read-only variable displays the WAN port number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vSerialLAPBEnabled 1.3.6.1.4.1.29.1.5.1.1.1.1.2
Specifies whether or not (true, false) LAPB is enabled on this port (i.e., indicates whether data messages on this link are to have LAPB encapsulation).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER false(1), true(2)  

vSerialConnectorType 1.3.6.1.4.1.29.1.5.1.1.1.1.3
Displays whether this port is configured as DCE (Data Communications Equipment) or DTE (Data Terminal Equipment). When a WAN (serial) port is configured as DCE, it generates transmit and receive clocks at discrete frequencies. Most frequencies below 100 kbps can be generated directly. Above 100 kbps, however, the system will select the frequency closest to one specified in the table on page 3-107 of the Vitalink TransLAN/TransRING Reference Manual (part number 014721). The actual, rather than specified, frequency will be displayed as the Bit rate value. When a T1 link is configured utilizing a Bell 306-compatible modem, the configured bit rate should be 1344000, versus 1544000, as this is the effective bit rate of the link after the framing has been stripped.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), no-init(2), dce(3), dte(4)  

vSerialCTSErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.4
The number of Clear to Send (CTS) errors, indicating that CTS was dropped and communication with the modem was lost.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialDCDErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.5
The number of Data Carrier Detect (DCD) errors, indicating that DCD was dropped and communication with the modem was lost.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialAbortErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.6
The number of aborts received. Large numbers of aborts and/or CRC errors indicate a malfunctioning transmission media.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialCRCErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.7
The number of Cyclic Redundancy Check (CRC) errors, indicating that the integrity of the data was compromised.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialTransmitUnderrunErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.8
The number of times that transmission of a frame could not be completed due to being unable to supply characters fast enough. (If this value is incremented often, the transmit clock may be too fast.)
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialReceiverOverrunErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.9
The number of times that frames were discarded because receive buffers could not be allocated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vSerialBypassQueueErrors 1.3.6.1.4.1.29.1.5.1.1.1.1.10
The number of times that frames were discarded because the bypass transmit queue overflowed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vLAPBTable 1.3.6.1.4.1.29.1.5.1.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaLAPBEntry

vLAPBEntry 1.3.6.1.4.1.29.1.5.1.3.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaLAPBEntry  

vLAPBPortNumber 1.3.6.1.4.1.29.1.5.1.3.1.1.1
Displays the port number that supports LAPB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vLAPBModulo 1.3.6.1.4.1.29.1.5.1.3.1.1.2
Specifies whether the LAPB encapsulation is modulo 8 or modulo 128.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), modulo128(2), modulo8(3)  

vDS1Table 1.3.6.1.4.1.29.1.5.1.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VitaDS1Entry

vDS1Entry 1.3.6.1.4.1.29.1.5.1.4.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VitaDS1Entry  

vDS1PortNumber 1.3.6.1.4.1.29.1.5.1.4.1.1.1
Displays the port number supporting DS1 interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vDS1ZeroCode 1.3.6.1.4.1.29.1.5.1.4.1.1.2
Specifies the method of zero code suppression to be used as follows: INTRINSIC: Long zero strings are never generated and data bits are inverted, resulting in optimum throughput. Similar to the HDLC mode offered by some DSU vendors. B8ZCS: Relies on bipolar violations. JAMMED BIT: The eighth bit of each channel is set to 1. HDB3: Uses hdb3 zero compression.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), jammedbit(2), hdb3(3), intrinsic(4), b8zs(5)  

vDS1ClockSource 1.3.6.1.4.1.29.1.5.1.4.1.1.3
Specifies whether this system functions as master (clock source) or slave.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), master(2), slave(3)  

vDS1FrameSyncLosses 1.3.6.1.4.1.29.1.5.1.4.1.1.4
Displays the number of times frame sync was lost in the received data since startup or reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1FrameAlignmentErrors 1.3.6.1.4.1.29.1.5.1.4.1.1.5
Displays the number of incorrect framing bits that have been received since startup or reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1ControlledFrameSlips 1.3.6.1.4.1.29.1.5.1.4.1.1.6
Displays the number of times the DS1 frame buffer either inserted or omitted a frame because of excessive jitter or wander since startup or reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1BipolarViolations 1.3.6.1.4.1.29.1.5.1.4.1.1.7
Displays the number of bipolar violations found in received data since startup or reset (does not include bipolar violations used in B8ZCS mode).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1SuperframeCRCErrors 1.3.6.1.4.1.29.1.5.1.4.1.1.8
Displays the number of superframe CRC errors found in received data since startup or reset (ESF mode only).
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1ErroredSeconds 1.3.6.1.4.1.29.1.5.1.4.1.1.9
Displays the number of errored seconds since startup or reset as follows: In D4 mode, an errored second is one in which any DS1 errors were received. In ESF mode, an errored second is one in which one or more frame alignment errors or superframe CRC errors were received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1SeverelyErroredSeconds 1.3.6.1.4.1.29.1.5.1.4.1.1.10
Displays the number of severely errored seconds since startup or reset as follows: In D4 mode, a severely errored second is one in which 320 or more bipolar violations were received, or in which data synchronization was not achieved at all. In ESF mode, a severely errored second is one in which 320 or more frame alignment or superframe CRC errors were received, or in which data synchronization was not achieved at all.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

vDS1FailedSeconds 1.3.6.1.4.1.29.1.5.1.4.1.1.11
Displays the number of failed seconds since startup or reset. If the number of consecutive severely errored seconds reaches 10 or more, a failed second is counted for each severely errored second.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter