Home/Catalog/ZHONE-GEN-LINE-REDUNDANCY

ZHONE-GEN-LINE-REDUNDANCY

AI MIB Summary

The ZHONE-GEN-LINE-REDUNDANCY MIB manages Zhone interface groups to configure and monitor line redundancy pairs, specifically excluding channelized entities such as DS1 channels within a DS3 line.

The Zhone Interface Group MIB defines variables for managing related groups of interfaces and allows pairs of lines to be grouped for redundancy. Note that the channelized entities (i.e. DS1 channels on a DS3 line) will not be included in this table.
Main OID:
zhoneRedundantLine.1.3.6.1.4.1.5504.6.9
22
Objects
Active
Status
5
Dependencies

Imported Objects

Objects

22 total
Object Name
nextLineGroupIdThe next available line group id which can be used by the manager when creating a line group. A 'get' to this field, causes the number to be returned and the value to be incremented for the next requester. The range for nextLineGroupId is 0..2147483647 where the value 0 indicates that no unassigned entries are available.ro
Integer32
.1.3.6.1.4.1.5504.3.6.1
lineProfileTableThe table which contains Zhone-specific descriptions of each physical line. There is one entry for each physical line in the system and it's primary use is for a user to specify redundant lines in the system. An entry is automatically created by the associated driver whenever a new card is inserted in the system (specifically when an ifindex value is allocated for this port). Statistics, admin state, and operational state can be obtained by the matching ifEntry. This line is part of a redundancy group if the lgRedundancyGroupId is non-zero. This value is a cross-reference to the maching line redundancy group table and must be created by the user. In order for a line/ifEntry to be admin'd active, this line MUST be part of a line redundancy group (even if no redundancy is being configured).
SEQUENCE OF LineProfileEntry
.1.3.6.1.4.1.5504.3.6.2
lineProfileEntryThe entry describing a single physical line in the line profile table.
LineProfileEntry
.1.3.6.1.4.1.5504.3.6.2.1
lpDescriptionA descriptive name the user can enter. It is not used by the operating software and more than likely the user only should modify the description in the ifTable.rw
ZhoneAdminString (Zhone-TC)
.1.3.6.1.4.1.5504.3.6.2.1.1
lpPhysicalShelfThe physical address or number of the shelf where desired line is located. A Zhone system is limited to a maximum of 255 shelves. The first shelf in a system is shelf 1.ro
ZhoneShelfValue (Zhone-TC)
.1.3.6.1.4.1.5504.3.6.2.1.2
lpPhysicalSlotThe physical slot number on which the the card containing the port for the line profile is located. Zhone shelves are currently limited to a maximum of 17 slots numbered 1-17.ro
ZhoneSlotValue (Zhone-TC)
.1.3.6.1.4.1.5504.3.6.2.1.3
lpPhysicalPortThe port number defines the physical port number on the selected shel/slot for the line profile. Port numbering begins with 1 and are numbered sequentially. The valid range of port numbers is 1..262143. lpPhysicalPort 0 is invalid.ro
Integer32
.1.3.6.1.4.1.5504.3.6.2.1.4
lpPhysicalSubPortThe lpPhysicalSubPort is used to identify multiple logical ports on a physical port that require their own line profiles. Value of 0 indicates there is no lpPhysicalsubPortro
Integer32
.1.3.6.1.4.1.5504.3.6.2.1.5
lpRedundancyGroupIdThe matching id of the line redundancy group (lgId) of which this line is a part. This field must be set, even if the line is not a redundant pair but is being utilized in the system. The user may have lines configured but not part of a redundancy group which just means this line is in the process of being configured. When the line profile is initially created, it is NOT part of a line redundancy group (value =0).rw
Integer32
.1.3.6.1.4.1.5504.3.6.2.1.6
lineGroupTableThe lineGroupTable contains descriptions of the redundancy relationship between lines. Each of the two lines are given a weight between 1 and 10 which is used to determine their role. Each line is referenced by an ID (ifIndex) used to access the ifEntry and lineProfile tables. The use of Primary/Secondary naming convention is arbitrary and specifying either does not guarantee any particular line having additional priority. The sole determination of which line is active is the weighting level, thus where if both are equal, which ever line becomes active remains active until an error condition occurs. Table entries are created only by the user when they add/make a line part of a redundancy group. Non- Redundancy configurations require one of the entries (primary or secondary) to be populated. It is possible to have a redundancy group entry with both fields not configured (0), however, the state must be Admin down for this group. Activation requests in this state will cause an error return.
SEQUENCE OF LineGroupEntry
.1.3.6.1.4.1.5504.3.6.3
lineGroupEntryA line group entry describes a pair of redundant lines.
LineGroupEntry
.1.3.6.1.4.1.5504.3.6.3.1
lgIdThe line group entry id. This is a unique number that is obtained by the nextLineGroupId field. The range for lgId is 1..2147483647 and the range for nextLineGroupId is 0..2147483647 where the value 0 indicates that no unassigned entries are available.
Integer32
.1.3.6.1.4.1.5504.3.6.3.1.1
lgNameThe name of this entry. This value is the one utilized by the user when referencing this line group. This is performed so the user does not have to know the numeric id's that has been assigned to this group entry. Because of this, this value is unique within the line group table and must never be null. Changing this name is not allowed unless any references to it are deleted in any associated records (i.e. subscriber mib). Required by row creation.rw
ZhoneAdminString (Zhone-TC)
.1.3.6.1.4.1.5504.3.6.3.1.2
lgPrimaryLineIdThe id entered in the line profile table for the profile of the primary line. The default value of 0 indicates no primary line is configured. When this field is set, the matching lineProfile entry will also be updated. Note that the matching entry (ifIndex) must be admin'd down before this field can be modified. Required by row creation.rw
InterfaceIndexOrZero
.1.3.6.1.4.1.5504.3.6.3.1.3
lgPrimaryWeightThe preference for this line to be active. A value of 1 is low preference, and 10 is high. Default is 5 to match the secondary line so the default is that both lines are equal and whichever becomes active first remains the active line until an error condition occurs. Value of 0 is reserved.rw
Integer32
.1.3.6.1.4.1.5504.3.6.3.1.4
lgSecondaryLineIdThe name as entered in the line profile table for the profile of the secondary line. The default value of 0 indicates that no secondary line is configured. When this field is set, the matching lineProfile entry will also be updated. Note that the matching entry (ifIndex) must be admin'd down before this field can be modified.rw
InterfaceIndexOrZero
.1.3.6.1.4.1.5504.3.6.3.1.5
lgSecondaryWeightThe preference for this line to be active. A value of 1 is low preference, and 10 is high. Default is 5 to match the primary line so that the default is that both lines are equal and whichever line becomes active first remains the active line until an error condition occurs. Value of 0 is reserved.rw
Integer32
.1.3.6.1.4.1.5504.3.6.3.1.6
lgGroupAdminStateThe line group admin status - 'up' status is when the group is in use and the lines in the group can become active. In this state, line parameters may not be changed. - 'down' status is set to down the entire line group. A redundant switch does not occur and in the down state line group parameters may be cahnged and the entire line group may be deleted. - 'lockAtive' status is set to allow the inactive member of the line group to be modified. In this state the active line is uneffected, however, if an error occurs on the active line that would result in a redundant switch, the switch will not occur.rw
Enumeration
.1.3.6.1.4.1.5504.3.6.3.1.7
lgGroupOperStateThe state of this line group. Normally, this state will match the admin state of this group except during the activation phase of the group or if 'all' active lines in the group are down (admin'd or due to a fault) - 'inactive' status is returned when the line group is not active or inoperable. - 'active' status is returned if at least one line is active and operational in the group.ro
Enumeration
.1.3.6.1.4.1.5504.3.6.3.1.8
lgActiveLineIdThe currently active line (ifindex) for this Group. 0 indicates no active lines.ro
InterfaceIndex (IF-MIB)
.1.3.6.1.4.1.5504.3.6.3.1.9
lgRowStatusA line group entry can only be created if both the lgName and line group id is specified. An entry in this table CANNOT be deleted unless the admin state is down and both the primary and secondary line id fields are 0 (no lines are part of this group). lgName, lgPrimaryLineId, and lgPrimaryWeight are required for row creation.rw
ZhoneRowStatus (Zhone-TC)
.1.3.6.1.4.1.5504.3.6.3.1.10
zhoneRedundantLineThe Zhone Interface Group MIB defines variables for managing related groups of interfaces and allows pairs of lines to be grouped for redundancy. Note that the channelized entities (i.e. DS1 channels on a DS3 line) will not be included in this table.
MODULE-IDENTITY
.1.3.6.1.4.1.5504.6.9
ZHONE-GEN-LINE-REDUNDANCY - SNMP MIB Reference | MIBs Explorer