S5-ETH-REDUNDANT-LINKS-MIB

File: S5-ETH-REDUNDANT-LINKS-MIB.mib (15655 bytes)

Imported modules

SNMPv2-SMI S5-ETHERNET-MIB S5-TCS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
TimeTicks s5EnCfg TimeIntervalSec

Defined Types

S5EnRedPortEntry  
SEQUENCE    
  s5EnRedPortBrdIndx INTEGER
  s5EnRedPortPortIndx INTEGER
  s5EnRedPortCapability INTEGER
  s5EnRedPortRedundMode INTEGER
  s5EnRedPortOperStatus INTEGER
  s5EnRedPortRemoteOperStatus INTEGER
  s5EnRedPortRemFltSelectMode INTEGER
  s5EnRedPortTxMode INTEGER
  s5EnRedPortFaults Counter32
  s5EnRedPortModeChanges Counter32
  s5EnRedPortCompanionBrdNum INTEGER
  s5EnRedPortCompanionPortNum INTEGER
  s5EnRedPortSwitchoverStatus INTEGER
  s5EnRedPortSwitchoverTime TimeIntervalSec

Defined Values

s5EthRedundantLinksMib2 1.1.6.6.1.99
5000 Ethernet Redundant Links MIB Copyright 1993-2004 Nortel Networks, Inc. All rights reserved. This Nortel Networks SNMP Management Information Base Specification (Specification) embodies Nortel Networks' confidential and proprietary intellectual property. Nortel Networks retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Nortel Networks makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

s5EnRedun 1.1.6.6.1.2
OBJECT IDENTIFIER    

s5EnRedPortTable 1.1.6.6.1.2.1
A table with redundancy status and control for each redundancy-capable port in the chassis. The number of entries is determined by the number of redundancy-capable ports in the chassis. The ports appearing in this table can be divided into two categories: Those with remote fault signaling capability and those without. The latter kind depends on the port link status to provide the required redundancy. Ports that are not capable of supporting redundancy do not have an entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    S5EnRedPortEntry

s5EnRedPortEntry 1.1.6.6.1.2.1.1
A row in the table of redundancy status and control for each redundancy-capable port in the chassis. Entries in the table cannot be created or deleted via SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  S5EnRedPortEntry  

s5EnRedPortBrdIndx 1.1.6.6.1.2.1.1.1
The index of the slot containing the board on which the port is located.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

s5EnRedPortPortIndx 1.1.6.6.1.2.1.1.2
The index of the port on the board.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

s5EnRedPortCapability 1.1.6.6.1.2.1.1.3
The redundancy capability of the port: hwRedOnly(1).....hardware redundancy only. swRedOnly(2).....software redundacy only. hwAndSwRed(3)....both hardware and software redundancy. A value of hwRedOnly(1) or hwAndSwRed(3) means that the port is capable of being configured into a hardware-redundant pair. In this case, the identity of the potential redundant companion is given by the objects s5EnRedPortCompanionBrdNum and s5EnRedPortCompanionPortNum. A value of swRedOnly(2) or hwAndSwRed(3) means that the port is capable of being configured into a software-redundant pair.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER hwRedOnly(1), swRedOnly(2), hwAndSwRed(3)  

s5EnRedPortRedundMode 1.1.6.6.1.2.1.1.4
The redundancy mode of the port. The values when written change the redundancy mode, and when read report the redundancy mode: standalone(1)..the port is not in any redundant pair. hwActive(2)....the port is the active companion in a hardware-redundant pair. hwStandby(3)...the port is the standby companion in a hardware-redundant pair. swActive(4)....the port is the active companion in a software-redundant pair. swStandby(5)...the port is the standby companion in a software-redundant pair. The values that can be written, which change the redundancy mode, are: standalone(1)...causes the redundant pair to be broken up. hwActive(2).....if the previous value was hwStandby(3), this value will cause the port to become the active port in the hardware-redundant pair, resulting in a switchover. hwStandby(3)....if the previous value was hwActive(2), this value will cause the port to become the standby port in the hardware-redundant pair, resulting in a switchover. swActive(4).....if the previous value was swStandby(5), this value will cause the port to become the active port in the software-redundant pair, resulting in a switchover. swStandby(5)....if the previous value was swActive(4), this value will cause the port to become the standby port in the software-redundant pair, resulting in a switchover. To create a hardware-redundant pair, change this object to hwActive(2) or hwStandby(3). To create a software-redundant pair, change this object to swActive(4) or swStandby(5). The same SNMP SET PDU must also write to objects s5EnRedPortCompanionBrdNum and s5EnRedPortCompanionPortNum.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER standAlone(1), hwActive(2), hwStandby(3), swActive(4), swStandby(5)  

s5EnRedPortOperStatus 1.1.6.6.1.2.1.1.5
The redundancy status of the port. The values are: other(1).............none of the following. ok(2)...................no fault localFault(3)....the local port has sensed a fault condition. remoteFault(4)...the remote port has sensed a fault condition and has signaled the local port accordingly. Either a localFault(3) or remoteFault(4) condition should cause a healthy redundant port pair to switchover. If the port does not belong to a redundant pair, a value of other(1) is returned. Note: If the redundant link consists of ports without remote fault capability, the value remoteFault(4) will not be reported and the value localFault(3) implies that link is off.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ok(2), localFault(3), remoteFault(4)  

s5EnRedPortRemoteOperStatus 1.1.6.6.1.2.1.1.6
This object reflects the real time status of the received data from the remote port. The values are: snpxFLRemFltCpblPortUp(1)....10BASE-FL signaling, plus capable of SynOptics proprietary remote fault signaling. A remote fault on such a port is indicated by snpxRemFltCpblPortFault(5). snpxFLFBRemFltCpblPortUp(2)..10BASE-FL signaling, plus capable of SynOptics proprietary remote fault signaling and 10BASE-FB signaling. A remote fault on such a port is indicated by snpxRemFltCpblPortFault(5). tenBaseTFLPortUp(3)...........regular idle 10BASE-T or 10BASE-FL signaling, and is incapable of remote fault signaling. tenBaseFBPortUp(4)...........10BASE-FB synchronous signaling. A remote fault on such a port is indicated by tenBaseFBPortFault(6). snpxRemFltCpblPortFault(5)...SynOptics proprietary remote fault signaling. tenBaseFBPortFault(6)........10BASE-FB remote fault signaling. unknown(7)...................none of the above. A value of snpxFLRemFltCpblPortUp(1) indicates that the remote port is using 10BASE-FL signaling, and is capable of SynOptics proprietary idle and remote fault signaling. A remote fault on such a port is indicated by snpxRemFltCpblPortFault(5). A value of snpxFLFBRemFltCpblPortUp(2) indicates that the remote port is using 10BASE-FL signaling, and is capable of SynOptics proprietary idle and remote fault signaling, and is also capable of synchronous signaling. A remote fault on such a port is indicated by snpxRemFltCpblPortFault(5). A value of tenBaseFLPortUp(3) indicates that the remote port uses regular idle 10BASE-FL signaling, and is incapable of remote fault signaling. A value of tenBaseFBPortUp(4) indicates that the remote port uses 10BASE-FB synchronous signaling. A remote fault on such a port is indicated by tenBaseFBPortFault(6).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER snpxFLRemFltCpblPortUp(1), snpxFLFBRemFltCpblPortUp(2), tenBaseTFLPortUp(3), tenBaseFBPortUp(4), snpxRemFltCpblPortFault(5), tenBaseFBPortFault(6), unknown(7)  

s5EnRedPortRemFltSelectMode 1.1.6.6.1.2.1.1.7
This mode specifies the set of local fault events which will cause a switchover. The values are: synoptics(1)..The SynOptics Tx Remote Fault events consist of auto-partition and NM (network management) partition events in addition to the standard events. standard(2)...The standard events are link-off for all ports, and low light, jabber, Rx invalid idle, Tx dark, and Tx remote fault (for diagnostics) for ports with transmit remote fault capability.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER synoptics(1), standard(2)  

s5EnRedPortTxMode 1.1.6.6.1.2.1.1.8
The Transmit Fiber Mode, which determines the port transmit idle. The values are: autoCfg(1)...The port will auto configure based upon the received idle. fl(2)........The port is configured in FL mode. fb(3)........The port is configured in FB mode. other(4).....None of the above. The port is not a fiber port. The value other(4) is read-only.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER autoCfg(1), fl(2), fb(3), other(4)  

s5EnRedPortFaults 1.1.6.6.1.2.1.1.9
A count of local or remote faults on this port. This counter increments on a transition between the fault and no-fault states.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

s5EnRedPortModeChanges 1.1.6.6.1.2.1.1.10
A count of the number of times this port has transitioned from standby mode to non-standby mode (includes active mode and standalone mode), or vice versa.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

s5EnRedPortCompanionBrdNum 1.1.6.6.1.2.1.1.11
The index of the slot containing the board of the other port in the redundant pair. If the port (whose slot-port identity is given by the instance) is hardware-redundant capable, this object has the value of the slot number of the (potential) redundant companion, even if the port is in standalone mode. This allows the network manager to determine the identity of the potential companion, which is fixed by the hardware of the board. Changing this object is permitted only when creating a software-redundant pair.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

s5EnRedPortCompanionPortNum 1.1.6.6.1.2.1.1.12
The index of the other port in the redundant pair. If the port (whose slot-port identity is given by the instance) is hardware-redundant capable, this object has the value of the port number of the (potential) redundant companion, even if the port is in standalone mode. This allows the network manager to determine the identity of the potential companion, which is fixed by the hardware of the board. Changing this object is permitted only when creating a software-redundant pair.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

s5EnRedPortSwitchoverStatus 1.1.6.6.1.2.1.1.13
The switchover status of the port (and its companion). The following values can be written: timedSwitchover(2)...cause a timed switchover (see value of s5EnRedPortSwitchoverTime) The following values reflect the switchover status of the redundant port pair: other(1)..............not undergoing switchover timedSwitchover(2)....port is undergoing timed switchover (see value of s5EnRedPortSwitchoverTime). On GETs with switchover status of timedSwitchover(2), if the time remaining before the completion of the switchover and reversal is available, it will be reported in object s5EnRedPortSwitchoverTime as a positive value If not available, the value of s5EnRedSwitchoverTime will be zero. When changing a port to timedSwitchover(2), the SET request must also contain the value for object s5EnRedSwitchoverTime.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), timedSwitchover(2)  

s5EnRedPortSwitchoverTime 1.1.6.6.1.2.1.1.14
The length of time between switching over a redundant port pair and switching back, when a timed switchover is done to the port. This object can only be written in the same request that sets s5EnRedPortSwitchoverStatus to timedSwitchover(2). Afterwards, it indicates the amount of time left before the timed switchover is completed, at which time another switchover occurs and s5EnRedSwitchoverStatus is changed to other(1). This object has the value of zero if the port is not undergoing a timed switchover, or if the amount of time is not available.
Status: current Access: read-write
OBJECT-TYPE    
  TimeIntervalSec 0..65535  

s5EnRedLastChg 1.1.6.6.1.2.2
The value of sysUpTime when the last change in the redundant ports table was observed by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks