ZHONE-GEN-LINE-REDUNDANCY: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHONE-GEN-LINE-REDUNDANCY
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
     nextLineGroupId 1.3.6.1.4.1.5504.3.6.1 integer32 read-only
The 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.
     lineProfileTable 1.3.6.1.4.1.5504.3.6.2 no-access
The 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).
         lineProfileEntry 1.3.6.1.4.1.5504.3.6.2.1 no-access
The entry describing a single physical line in the line profile table.
             lpDescription 1.3.6.1.4.1.5504.3.6.2.1.1 zhoneadminstring read-write
A 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.
             lpPhysicalShelf 1.3.6.1.4.1.5504.3.6.2.1.2 zhoneshelfvalue read-only
The 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.
             lpPhysicalSlot 1.3.6.1.4.1.5504.3.6.2.1.3 zhoneslotvalue read-only
The 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.
             lpPhysicalPort 1.3.6.1.4.1.5504.3.6.2.1.4 integer32 read-only
The 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.
             lpPhysicalSubPort 1.3.6.1.4.1.5504.3.6.2.1.5 integer32 read-only
The 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 lpPhysicalsubPort
             lpRedundancyGroupId 1.3.6.1.4.1.5504.3.6.2.1.6 integer32 read-write
The 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).
     lineGroupTable 1.3.6.1.4.1.5504.3.6.3 no-access
The 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.
         lineGroupEntry 1.3.6.1.4.1.5504.3.6.3.1 no-access
A line group entry describes a pair of redundant lines.
             lgId 1.3.6.1.4.1.5504.3.6.3.1.1 integer32 no-access
The 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.
             lgName 1.3.6.1.4.1.5504.3.6.3.1.2 zhoneadminstring read-only
The 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.
             lgPrimaryLineId 1.3.6.1.4.1.5504.3.6.3.1.3 interfaceindexorzero read-only
The 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.
             lgPrimaryWeight 1.3.6.1.4.1.5504.3.6.3.1.4 integer32 read-only
The 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.
             lgSecondaryLineId 1.3.6.1.4.1.5504.3.6.3.1.5 interfaceindexorzero read-only
The 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.
             lgSecondaryWeight 1.3.6.1.4.1.5504.3.6.3.1.6 integer32 read-only
The 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.
             lgGroupAdminState 1.3.6.1.4.1.5504.3.6.3.1.7 integer read-only
The 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. Enumeration: 'down': 1, 'lockActive': 3, 'up': 2.
             lgGroupOperState 1.3.6.1.4.1.5504.3.6.3.1.8 integer read-only
The 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. Enumeration: 'active': 2, 'inactive': 1.
             lgActiveLineId 1.3.6.1.4.1.5504.3.6.3.1.9 interfaceindex read-only
The currently active line (ifindex) for this Group. 0 indicates no active lines.
             lgRowStatus 1.3.6.1.4.1.5504.3.6.3.1.10 zhonerowstatus read-only
A 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.
 zhoneRedundantLine 1.3.6.1.4.1.5504.6.9
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.