PEGASUS-MIB: View SNMP OID List / Download MIB
VENDOR: SCHMID TELECOM AG
Home | MIB: PEGASUS-MIB | |||
---|---|---|---|---|
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).
|
|||
Object Name | OID | Type | Access | Info |
schmidtelecom | 1.3.6.1.4.1.6368 | |||
pegasusMibModule | 1.3.6.1.4.1.6368.2 |
This MIB applies to the PEGASUS SDSL product manufactured by Schmid Telecom Zurich. The MIB is modelled after the PEM management model, so object hierarchy and individual variables agree with the PEM client. The overall structure is five groups, one for each of DSL, V5 and Data cards, one with global parameters for the whole rack, and finally one group for performance history measurement. The DSL group contains four tables: - dslCardTable one entry for each DSL card (line card) configured. - dslLinkTable one entry for each DSL link. - dslInterfaceTable one entry per DSL interface, i.e. two per DSL link. - iadTable one entry per DSL link. - dslLinkCosTable one entry per DSL link. The V5 group contains five tables: - v5CardTable one entry for each V5 card configured. - v5LinkTable one entry for each V5 link. - v5InterfaceTable one entry for each V5 interface. - v5IsdnPortTable one entry per ISDN User Port (S0 interface on IAD). - v5LccTable one entry per Logical Communication Channel. The data switch group contains two tables: - dataCardTable one entry per data card (normally one) - dataPortTable one entry per trunk interface. The Pegasus System group contains individual variables related to the rack as a whole. The perf group for performance histories contains two tables and one extra variable: - perfSweeperCyclePeriod how soon are unused perfDataTable entries cleared - perfControlTable configuration of performance history monitoring - perfDataTable performance history registers Note - Notification definitions are singled out to their own MIB, to allow for alternative sets of notification styles. - Tables in this MIB are indexed hierarchically with physical attributes. E.g. all cards are indexed by the slot number. DSL links are indexed by two variables: first the slot number of the DSL card which carries the link, then the number of the link within that card. - Unlike the PEM client, this MIB does not model V5 Physical Communication Channels explicitely. They have no interesting variables of their own. Rather, the user allots a range of these objects through the V5 link configuration, and then maps the Logical Communication Channels to them (using indexes within the alloted range, of course). These objects are then created, deleted and managed under the hood. - V5 interfaces are logical entities, unlike DSL interfaces. - ISDN user ports are physically part of the IAD, and are indexed by DSL attributes. Their configuration, though, belongs to V5, so the user port tables are in the V5 group, not in the DSL group. |
||
dsl | 1.3.6.1.4.1.6368.2.1 | |||
dslCardTable | 1.3.6.1.4.1.6368.2.1.1 | no-access |
A table containing line card specific information. |
|
1.3.6.1.4.1.6368.2.1.1.1 | no-access |
Row and index definition for line card table. |
||
dslCardSlotNumber | 1.3.6.1.4.1.6368.2.1.1.1.1 | dslslotnumber | no-access |
Slot number for line card. |
dslCardAvailabilityStatus | 1.3.6.1.4.1.6368.2.1.1.1.2 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
dslCardHardwareVersion | 1.3.6.1.4.1.6368.2.1.1.1.3 | displaystring | read-only |
Hardware version of the Line card. This is also called CHM-number (it always starts with the letters 'CHM'). Example: CHM40510WA0A2. The number '405' after the 'CHM' identifies the card as a line card. |
dslCardManufacturer | 1.3.6.1.4.1.6368.2.1.1.1.4 | displaystring | read-only |
Name of company which manufactured this line card/ltu. |
dslCardName | 1.3.6.1.4.1.6368.2.1.1.1.5 | displaystring | read-only |
User defined ame of line card. |
dslCardOperState | 1.3.6.1.4.1.6368.2.1.1.1.6 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
dslCardFirmwareVersion | 1.3.6.1.4.1.6368.2.1.1.1.7 | displaystring | read-only |
Version number and build date of the firmware running on the line card. This applies to the PPC part, the M16 firmware part has its own version attribute, dslCardM16FirmwareVersion. Example: '1.3 20020607 16:34' The format is 'major.minor YYYYMMDD hh:mm', where the fields are: major Major and minor version numbers, separated by a dot. Take at minor most 5 characters together, including the space. Both major and minor consist of digits only. YYYYMMDD Date (year YYYY, month MM 1-12 and day DD 1-31) of firmware build. Preceded and followed by exactly one space to separate it from the version numbers and time. hh:mm Time (hour hh 0-23 and minute mm 0-59) of firmware build. |
dslCardSerialNumber | 1.3.6.1.4.1.6368.2.1.1.1.8 | displaystring | read-only |
Serial number of the line card. Also called HM-number, as it always starts with 'HM'. Example: HMVSS014810294. |
dslCardCommState | 1.3.6.1.4.1.6368.2.1.1.1.9 | commstateenum | read-only |
The Management Comm State indicates the state of the management connection between the PEM Server and the line card. disconnected No connection has been established. init A connection has freshly been established on the underlying protocol, but no management information has been transmitted so far. identification The connected device is being identified. check hardware The connected hardware is compared to the one stored in the configuration. hardware adaptation If the configured and the existing device do not match, an adoption is made. The behaviour in this case can be configured with the 'HW Adaptation Policy' option. check program version The program version of the connected hardware is compared to the one stored in the configuration. check config version The configuration version of the connected hardware is compared to the one stored in the configuration. download config If a configuration version mismatch has been detected and the 'Config Priority' of 'PEGASUS system' is set to 'Device', the configuration is downloaded from the device to the PEM Server. upload config If a configuration version mismatch has been detected and the 'Config Priority' of 'PEGASUS system' is set to 'Server', the configuration is uploaded from the PEM Server to the device. status synch The values of the status properties are being synchronised. resetting The device is resetting. inactive The device is connected, but it is inactive, that is not operational. This may be due to a hardware mismatch. active The management connection between the device and the PEM Server is fully established and the device is active. |
dslCardAlarmStatus | 1.3.6.1.4.1.6368.2.1.1.1.10 | dslcardalarmstatus | read-only |
Alarm status of the line card. Bits assigned as follows: bit 0 intercom The intercom line between the PPC and M16 has failed. |
dslCardM16FirmwareVersion | 1.3.6.1.4.1.6368.2.1.1.1.11 | displaystring | read-only |
Version number and build date of the firmware running on the line card. This applies to the M16 part, the PPC firmware part has its own version attribute, dslCardFirmwareVersion. Example: '1.3 20020607 16:34' The format is 'major.minor YYYYMMDD hh:mm', where the fields are: major Major and minor version numbers, separated by a dot. Take at minor most 5 characters together, including the space. Both major and minor consist of digits only. YYYYMMDD Date (year YYYY, month MM 1-12 and day DD 1-31) of firmware build. Preceded and followed by exactly one space to separate it from the version numbers and time. hh:mm Time (hour hh 0-23 and minute mm 0-59) of firmware build. |
dslLinkTable | 1.3.6.1.4.1.6368.2.1.2 | no-access |
A table containing dsl link specific information. |
|
1.3.6.1.4.1.6368.2.1.2.1 | no-access |
Information about a particular dsl link. |
||
dslLinkNumber | 1.3.6.1.4.1.6368.2.1.2.1.1 | dsllinknumber | no-access |
Number 1-8 of link on line card. |
dslLinkActiveLoop | 1.3.6.1.4.1.6368.2.1.2.1.2 | dsllinkloopenum | read-write |
Loop back (test) setup currently active. Disconnect the DSL link before activating the maintenance loop on the LTU (loop1). |
dslLinkAddress | 1.3.6.1.4.1.6368.2.1.2.1.3 | displaystring | read-write |
Customer address stored in configuration file of agent. |
dslLinkAdminState | 1.3.6.1.4.1.6368.2.1.2.1.4 | adminstateenum | read-write |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
dslLinkAlarmStatus | 1.3.6.1.4.1.6368.2.1.2.1.5 | dsllinkalarmelem | read-only |
Alarms on the link. Bit assignments as follows: Bit 0 Configuration Alarm present on link. Some configuration attribute is invalid. Bit 1 User Service Alarm present on link. This could be for example the IAD being locked (admin-state), or a mis- configuration which keeps the LTU-NTU from operating. |
dslLinkAvailabilityStatus | 1.3.6.1.4.1.6368.2.1.2.1.6 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
dslLinkContact | 1.3.6.1.4.1.6368.2.1.2.1.7 | displaystring | read-write |
A contact person, address or phone number. |
dslLinkCustomerId | 1.3.6.1.4.1.6368.2.1.2.1.8 | displaystring | read-write |
An identification number which has been assigned to this customer. |
dslLinkDynamicSlotAllocation | 1.3.6.1.4.1.6368.2.1.2.1.9 | truthvalue | read-write |
If set to true(1), the link allows timeslots reserved for voice but currently unused for usage by data. This can improve utilization of the link by increasing the effective data rate. If set to false(2), reserved and unused voice timeslots are not released for data usage. |
dslLinkIsRemotePower | 1.3.6.1.4.1.6368.2.1.2.1.10 | truthvalue | read-write |
LTU puts dc supply voltage onto link. IAD uses this if local power fails. |
dslLinkLineRate | 1.3.6.1.4.1.6368.2.1.2.1.11 | integer | read-write |
Number of 64Kbit timeslots per second. The signal on the DSL link is structured as 166 2/3 frames with 48 blocks each, for a total of 8000 blocks per second. Each block contains 3 to 36 bytes (also called timeslots), as configured by this object. The bit rate of the DSL link is derived from this value. Individual timeslots can be used for data, for voice, or for voice related signalling data (D-channels). The number of data and voice timeslots is configured with dslLinkDataRate and dslLinkNumberOfBRA. The value of this variable cannot be set outside the range of 3..36, inclusive. It should be chosen such that the following conditions hold: if dslLinkNumberOfBRA is zero dslLinkLineRate >= dslLinkDataRate if dslLinkNumberOfBRA is not zero dslLinkLineRate >= dslLinkDataRate + 2*dslLinkNumberOfBRA + 1 If the value violates this condition, the DSL link raises a 'configuration' alarm. |
dslLinkDataRate | 1.3.6.1.4.1.6368.2.1.2.1.12 | integer | read-write |
Number of timeslots per block reserved for data. The value of this object cannot be set outside of the range 0..36, inclusive. It should be chosen such that the following conditions hold: if dslLinkNumberOfBRA is zero dslLinkDataRate <= dslLinkLineRate if dslLinkNumberOfBRA is not zero dslLinkDataRate <= dslLinkLineRate - 2*dslLinkNumberOfBRA - 1 If the value violates this condition, the DSL link raises a 'configuration' alarm. The value of this object gives the guaranteed capacity available for data. If dslLinkDynamicSlotAllocation is true(1), the effective data rate may be higher. |
dslLinkName | 1.3.6.1.4.1.6368.2.1.2.1.13 | displaystring | read-write |
User defined name of the DSL link. |
dslLinkNotes | 1.3.6.1.4.1.6368.2.1.2.1.14 | displaystring | read-write |
Notes stored in the configuration file of the agent. |
dslLinkNumberOfBRA | 1.3.6.1.4.1.6368.2.1.2.1.15 | integer | read-write |
Number of basic rate interfaces on the IAD for which capacity is reserved on the DSL link. The capacity is reserved in units of timeslots, and the table below shows the number of timeslots reserved as a function of dslLinkNumberOfBRA. voice dslLinkDynamicSlotAllocation dslLinkNumberOfBRA reservation true(1) false(2) --------------------------------------------------------------- 0 0 0 0 1 3 1-3 3 2 5 1-5 5 3 7 1-7 7 4 9 1-9 9 If dslLinkNumberOfBRA is 0, no timeslots are reserved in the DSL link. If dslLinkNumberOfBRA is non-zero, one timeslot is always reserved and used for D-channel signalling. For each BRA allowed, exactly two timeslots are reserved (one each for the two B-channels of the basic rate interface). When dynamic (time)slot allocation is off, reserved timeslots are unavailable for data. If dynamic slot allocation is in effect, reserved voice timeslots are used only on demand, that is when a phone call is being made. Reserved but unused voice timeslots are then used for data, increasing the data rate. The timeslot for the D-channel is not dynamically allocated. If a D-channel is reserved, it is unavailable for data. The value of this object cannot be set outside of the range 0..4. It should be chosen such that the following conditions hold: dslLinkNumberOrBRA <= (dslLinkLineRate - dslLinkDataRate - 1) / 2 dslLinkNumberOrBRA <= number of basic rate interfaces on the IAD where the division should round towards zero. If the value violates either of these conditions, the DSL link raises a 'configuration' alarm. Note that if the IAD is not connected, the link may raise the alarm only when the IAD connects. It is allowed to set a value less than the actual number of basic rate interfaces present on the IAD. |
dslLinkOperState | 1.3.6.1.4.1.6368.2.1.2.1.16 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
dslLinkNumberOfZBits | 1.3.6.1.4.1.6368.2.1.2.1.17 | integer | read-write |
Number of Z bits on the DSL link. |
dslLinkPSDMask | 1.3.6.1.4.1.6368.2.1.2.1.18 | dsllinkpsdmaskenum | read-write |
PSD (Power Spectral Density) Mask of DSL link. Asymmetric PSD offers a 5 - 10% longer DSL range. PSD symmetric is default setting. PSD asymmetric is only possible with line rates n = 32 or 36. |
dslLinkAssignedTrunk | 1.3.6.1.4.1.6368.2.1.2.1.19 | trunknumberorzero | read-write |
Determines the data trunk (aggregate side) on which the all data traffic of this DSL Link is mapped. |
dslLinkPriority | 1.3.6.1.4.1.6368.2.1.2.1.20 | priority | read-write |
Determines the priority according to IEEE 802.3x for data traffic coming from this DSL Link. Value range is 0 .. 7. 0 lowest priority, 7 highest priority. |
iadTable | 1.3.6.1.4.1.6368.2.1.3 | no-access |
IAD table. IAD is for Integrated Access Device. The IAD contains the DSL NTU, and depending on the model, ISDN Adapters, POTS Terminal Adapters (TA) and Ethernet interfaces. The IAD is also called just modem or NTU. The table contains one entry per DSL link. The entry exists even if the IAD is offline (that is disconnected). |
|
1.3.6.1.4.1.6368.2.1.3.1 | no-access |
Carry index for iad table. |
||
iadAvailabilityStatus | 1.3.6.1.4.1.6368.2.1.3.1.1 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
iadHardwareVersion | 1.3.6.1.4.1.6368.2.1.3.1.2 | displaystring | read-only |
Hardware version of the IAD. This is also called CHM-number (it always starts with the letters 'CHM'). Example: CHM415080WAAA2. The number '415' after the 'CHM' identifies the device as an IAD. |
iadManufacturer | 1.3.6.1.4.1.6368.2.1.3.1.3 | displaystring | read-only |
Name of company which manufactured this IAD. |
iadName | 1.3.6.1.4.1.6368.2.1.3.1.4 | displaystring | read-only |
User defined name of IAD. |
iadOperState | 1.3.6.1.4.1.6368.2.1.3.1.5 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
iadFirmwareVersion | 1.3.6.1.4.1.6368.2.1.3.1.6 | displaystring | read-only |
Version number and build date of the firmware running on the IAD. Example: '1.3 20020607 16:34' The format is 'major.minor YYYYMMDD hh:mm', where the fields are: major Major and minor version numbers, separated by a dot. Take at minor most 5 characters together, including the space. Both major and minor consist of digits only. YYYYMMDD Date (year YYYY, month MM 1-12 and day DD 1-31) of firmware build. Preceded and followed by exactly one space to separate it from the version numbers and time. hh:mm Time (hour hh 0-23 and minute mm 0-59) of firmware build. |
iadSerialNumber | 1.3.6.1.4.1.6368.2.1.3.1.7 | displaystring | read-only |
Serial number of the IAD. Also called HM-number, as it always starts with 'HM'. Example: HMHMZ014432064. |
iadAlarmStatus | 1.3.6.1.4.1.6368.2.1.3.1.8 | iadalarmstatuselem | read-only |
Alarm Status of IAD. Individual alarms show that specific (usually adverse) conditions are present. Bits are assigned as follows: bit 0 powerdown The IAD has no local power. bit 1 lifeline The IAD is operating on lifeline, i.e. is taking power from the DSL line, not from the local power supply. |
iadISDNPowering | 1.3.6.1.4.1.6368.2.1.3.1.9 | iadisdnpoweringenum | read-write |
State of the powering of the ISDN S-Bus port 0. no power No powering of ISDN S0 Bus at all. normal power Powering of ISDN S0 Bus, normal mode. lifeline power Lifeline mode always power Supporting normal operation and lifeline operation. |
iadPOTSPowering | 1.3.6.1.4.1.6368.2.1.3.1.10 | iadpotspoweringenum | read-write |
Defines how the IAD powers the POTS line, i.e. the analog telephone line on the integrated TA. This feature is not reliable on older IAD models. |
iadEthPortSpeed | 1.3.6.1.4.1.6368.2.1.3.1.11 | dataportspeedenum | read-write |
Configuration of the desired speed for the IAD's Ethernet port. |
iadEthCurrentPortSpeed | 1.3.6.1.4.1.6368.2.1.3.1.12 | dataportspeedenum | read-only |
Displays the currently active speed of a IAD's Ethernet port. |
iadEthFlowControl | 1.3.6.1.4.1.6368.2.1.3.1.13 | dataportflowcontrolenum | read-write |
Configuration of the desired flow control. |
iadEthCurrentFlowControl | 1.3.6.1.4.1.6368.2.1.3.1.14 | dataportflowcontrolenum | read-only |
Displays the currently used flow control. |
dslInterfaceTable | 1.3.6.1.4.1.6368.2.1.4 | no-access |
DSL Interface table. |
|
1.3.6.1.4.1.6368.2.1.4.1 | no-access |
Row/index definition for dslInterfaceTable. |
||
dslInterfaceType | 1.3.6.1.4.1.6368.2.1.4.1.1 | dslinterfacetypeenum | no-access |
The type of device on which the interface sits: LTU (linecard) or Ntu (IAD, modem). |
dslInterfaceAvailabilityStatus | 1.3.6.1.4.1.6368.2.1.4.1.2 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
dslInterfaceOperState | 1.3.6.1.4.1.6368.2.1.4.1.3 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
dslInterfacePerformanceStatus | 1.3.6.1.4.1.6368.2.1.4.1.4 | dslperformancestatuselem | read-only |
Displays the current status of the DSL interface |
dslInterfacePerfControlIndexOrZero | 1.3.6.1.4.1.6368.2.1.4.1.5 | integer | read-write |
If the value of this variable is set to a non-zero value, there must be a row in perfControlTable with this value in perfControlIndex. The perfControlEntry thus identified controls the performance history entries in perfDataTable for the DSL interface referencing the perfControlEntry. If the value is set to zero, performance history for this interface is removed from the perfDataTable. |
dslInterfaceSignalQuality | 1.3.6.1.4.1.6368.2.1.4.1.6 | integer32 | read-only |
This object gives the signal quality, expressed as the signal-to-noise ratio (SNR) in decibels (dB). The value 127 shows that the real value is currently unavailable. |
dslInterfaceAttenuation | 1.3.6.1.4.1.6368.2.1.4.1.7 | integer32 | read-only |
This object shows how much the signal has been weakened (attenuated) on the DSL line. It is expressed in decibels (dB) relative to the transmit power. The value -128 shows that the real value is currently not available. The value normally increases with the line length. |
dslLinkCosTable | 1.3.6.1.4.1.6368.2.1.5 | no-access |
Class of Service (COS) table for a DSL link. The table allows to assign vlans or priorities to the queues EF (Expedited Forwarding) and AF1/AF2 (Assured Forwarding). The last queue, BE (Best Effort) gets the bandwidth that is left. queue: priority: bandwidth: EF highest configurable AF2 higher configurable AF1 lower configurable BE lowesr left-over |
|
1.3.6.1.4.1.6368.2.1.5.1 | no-access |
Row/index definition for dslLinkCosTable. |
||
dslLinkCosAvailable | 1.3.6.1.4.1.6368.2.1.5.1.1 | truthvalue | read-only |
If true(1), COS is supported by the LineCard. |
dslLinkCosEnabled | 1.3.6.1.4.1.6368.2.1.5.1.2 | truthvalue | read-write |
Enabling and disabling of COS for the specified link. |
dslLinkCosClassifier | 1.3.6.1.4.1.6368.2.1.5.1.3 | cosclassifierenum | read-write |
Configuration of the desired classifier. Possible values are VLAN priority and DSCP (Differentiated Services Code Point) priority. |
dslLinkCosClassmapEF | 1.3.6.1.4.1.6368.2.1.5.1.4 | cosclassmap | read-write |
Classmap for the EF (Expedited Forwarding) queue. See description of CosClassmap for further information. |
dslLinkCosClassmapAF2 | 1.3.6.1.4.1.6368.2.1.5.1.5 | cosclassmap | read-write |
Classmap for the AF2 (Assured Forwarding) queue. See description of CosClassmap for further information. |
dslLinkCosClassmapAF1 | 1.3.6.1.4.1.6368.2.1.5.1.6 | cosclassmap | read-write |
Classmap for the AF1 (Assured Forwarding) queue. See description of CosClassmap for further information. |
dslLinkCosRateLimitEF | 1.3.6.1.4.1.6368.2.1.5.1.7 | integer | read-write |
Maximum rate in kB that the EF queue is allowed to use. Note: The sum of the maxima of EF, AF1 and AF2 queue cannot exceed the configured maximum data rate od the DSL link. |
dslLinkCosRateLimitAF2 | 1.3.6.1.4.1.6368.2.1.5.1.8 | integer | read-write |
Maximum rate in kB that the AF2 queue is allowed to use. Note: The sum of the maxima of EF, AF1 and AF2 queue cannot exceed the configured maximum data rate od the DSL link. |
dslLinkCosRateLimitAF1 | 1.3.6.1.4.1.6368.2.1.5.1.9 | integer | read-write |
Maximum rate in kB that the AF1 queue is allowed to use. Note: The sum of the maxima of EF, AF1 and AF2 queue cannot exceed the configured maximum data rate od the DSL link. |
v5 | 1.3.6.1.4.1.6368.2.2 | |||
v5CardTable | 1.3.6.1.4.1.6368.2.2.1 | no-access |
A table containing V5 card specific information |
|
1.3.6.1.4.1.6368.2.2.1.1 | no-access |
Row and index definition for V5 card table. |
||
v5CardSlotNumber | 1.3.6.1.4.1.6368.2.2.1.1.1 | v5slotnumber | no-access |
Slot number for v5 card. |
v5CardAdminState | 1.3.6.1.4.1.6368.2.2.1.1.2 | adminstateenum | read-only |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
v5CardAvailabilityStatus | 1.3.6.1.4.1.6368.2.2.1.1.3 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
v5CardHardwareVersion | 1.3.6.1.4.1.6368.2.2.1.1.4 | displaystring | read-only |
Hardware version of the V5 card. This is also called CHM-number (it always starts with the letters 'CHM'). Example: CHM40210WA0A2. The number '402' after the 'CHM' identifies the card as a V5 card. |
v5CardManufacturer | 1.3.6.1.4.1.6368.2.2.1.1.5 | displaystring | read-only |
Name of company which manufactured this V5 card. |
v5CardName | 1.3.6.1.4.1.6368.2.2.1.1.6 | displaystring | read-only |
User defined name of the V5 card. |
v5CardOperState | 1.3.6.1.4.1.6368.2.2.1.1.7 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
v5CardFirmwareVersion | 1.3.6.1.4.1.6368.2.2.1.1.8 | displaystring | read-only |
Version number and build date of the firmware running on the V5 card. Example: '1.3 20020607 16:34' The format is 'major.minor YYYYMMDD hh:mm', where the fields are: major Major and minor version numbers, separated by a dot. Take at minor most 5 characters together, including the space. Both major and minor consist of digits only. YYYYMMDD Date (year YYYY, month MM 1-12 and day DD 1-31) of firmware build. Preceded and followed by exactly one space to separate it from the version numbers and time. hh:mm Time (hour hh 0-23 and minute mm 0-59) of firmware build. |
v5CardSerialNumber | 1.3.6.1.4.1.6368.2.2.1.1.9 | displaystring | read-only |
Serial number of the V5 card. Also called HM-number, as it always starts with 'HM'. Example: HMHMZ014532139. |
v5CardCommState | 1.3.6.1.4.1.6368.2.2.1.1.10 | commstateenum | read-only |
The Management Comm State indicates the state of the management connection between the PEM Server and the Data Card. disconnected No connection has been established. init A connection has freshly been established on the underlying protocol, but no management information has been transmitted so far. identification The connected device is being identified. check hardware The connected hardware is compared to the one stored in the configuration. hardware adaptation If the configured and the existing device do not match, an adoption is made. The behaviour in this case can be configured with the 'HW Adaptation Policy' option. check program version The program version of the connected hardware is compared to the one stored in the configura- tion. check config version The configuration version of the connected hardware is compared to the one stored in the configuration. download config If a configuration version mismatch has bee detected and the 'Config Priority' of 'PEGASUS system' is set to 'Device', the configuration is downloaded from the device to the PEM Server. upload config If a configuration version mismatch has been detected and the 'Config Priority' of 'PEGASUS system' is set to 'Server', the configuration is uploaded from the PEM Server to the device. status synch The values of the status properties are being synchronised. resetting The device is resetting. inactive The device is connected, but it is inactive, i.e. not operational. This may be due to a hardware mismatch. active The management connection between the device and the PEM Server is fully established and the device is active. |
v5CardIsProvisioning | 1.3.6.1.4.1.6368.2.2.1.1.11 | truthvalue | read-only |
The V5 Card is in provisioning mode. Only if this flag is true, re-configuration of the V5 Card is possible. |
v5CardClockMode | 1.3.6.1.4.1.6368.2.2.1.1.12 | v5clockmodeenum | read-only |
Clock mode of the V5 Card Master This card is the clock master. Slave This card is a clock slave. |
v5CardClockSource1 | 1.3.6.1.4.1.6368.2.2.1.1.13 | v5clocksourceenum | read-only |
If the card is configured to be the clock master (v5CardClockMode), this property determines the source of the clock. Values range is 1 .. 8 or external clock (from plug on front panel). |
v5CardClockSource2 | 1.3.6.1.4.1.6368.2.2.1.1.14 | v5clocksourceenum | read-only |
If the card is configured to be the clock master (v5CardClockMode), this property determines the source of the clock in case clock source 1 is not available. Value range is 1 .. 8 or external clock (from plug on front panel). |
v5CardProtocolVersion | 1.3.6.1.4.1.6368.2.2.1.1.15 | v5protocolversionenum | read-only |
The version of the V5 protocol. Can be either V5.1 or V5.2 |
v5CardRowStatus | 1.3.6.1.4.1.6368.2.2.1.1.16 | rowstatus | read-only |
This object allows creation and deletion of V5 card table entries. The card can only be deleted when it is disconnected. V5 cards are always created with 512 user ports. All other objects (V5 interfaces, V5 links, and log comm channels) must be created separately. If the card is deleted, all objects related to it are also deleted. To configure the card, or any object associated with it, the card must be disconnected or v5CardRowStatus must not be 'active'. Setting v5CardRowStatus to 'notInService' while the card is connected puts the card into provisioning mode. Setting v5CardRowStatus to 'active' while the card is connected commits provisioning, that is ends provisioning mode (or fails if the card finds the configuration incorrect or incomplete). |
v5CardFlags | 1.3.6.1.4.1.6368.2.2.1.1.17 | v5cardflagset | read-only |
This object holds various flags which can be set to modify the behaviour of the V5 protocol stack. |
v5CardETSIRelease | 1.3.6.1.4.1.6368.2.2.1.1.18 | integer | read-only |
The ETSI release (version) of the V5 standard used for the V5 protocol on all V5 interface of the V5 card. This must not be confused with the choice of the V5 protocol (V5.1 or V5.2). Enumeration: 'v1': 1, 'v2': 2. |
v5CardE1LineCode | 1.3.6.1.4.1.6368.2.2.1.1.19 | integer | read-only |
The E1 line code used on all V5 links of the V5 card. Enumeration: 'ami': 2, 'hdb3': 1. |
v5CardE1FrameFormat | 1.3.6.1.4.1.6368.2.2.1.1.20 | integer | read-only |
The frame format of E1 frames used on all V5 links of the V5 card. Enumeration: 'dff': 3, 'crc4': 1, 'crc4e': 2. |
v5LinkTable | 1.3.6.1.4.1.6368.2.2.2 | no-access |
A table containing V5 link specific information |
|
1.3.6.1.4.1.6368.2.2.2.1 | no-access |
Row and index definition for V5 link table. |
||
v5LinkNumber | 1.3.6.1.4.1.6368.2.2.2.1.1 | v5linknumber | no-access |
Number of the link on the V5 card (used for table indexing). |
v5LinkAdminState | 1.3.6.1.4.1.6368.2.2.2.1.2 | adminstateenum | read-only |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
v5LinkAvailabilityStatus | 1.3.6.1.4.1.6368.2.2.2.1.3 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
v5LinkId | 1.3.6.1.4.1.6368.2.2.2.1.4 | integer | read-only |
V5 Link Identifier. Value range is 0 .. 255 |
v5LinkOperState | 1.3.6.1.4.1.6368.2.2.2.1.5 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
v5LinkInterface | 1.3.6.1.4.1.6368.2.2.2.1.6 | v5interfacenumberorzero | read-only |
Identifies to which V5 interface this V5 link is related. |
v5LinkAlarmStatus | 1.3.6.1.4.1.6368.2.2.2.1.7 | v5linkalarmstatuselem | read-only |
Alarm status of the V5 link. Bits assigned as follows: bit 0 LOS Loss of signal bit 1 LFA Loss of frame alignment bit 2 AIS Alarm indication signal bit 3 BERH Bit error rate to high bit 4 EXTLOC Loss of external clock bit 5 RAI Remote alarm indication |
v5LinkType | 1.3.6.1.4.1.6368.2.2.2.1.8 | v5linktypeenum | read-only |
Specifies the type of V5 Link Primary The primary link carries all the important V5 Protocols. Therefore it needs to have at least one Physical Communi- cation Channel on timeslot 16. There must be exactly one primary link per V5 interface. Secondary The secondary link acts as 'standby' link for the primary link; i.e. if the primary link fails, the secondary link will transport the V5 Protocols instead. Therefore it needs to have an unused PhysComm Channel on timeslot 16. If more than one links are available, there must be exactly one secondary link per V5 interface. Normal All other links are 'normal' links and do not take any predefined responsibility concerning protection mechanisms. |
v5LinkNumberOfPcc | 1.3.6.1.4.1.6368.2.2.2.1.9 | v5pcccount | read-only |
The number of Physical Communication Channel (Physcommchan or PCC) configured on this V5 link. V5 links are structured as 8000 frames per second of 32 timeslots each. A timeslot can carry voice data, or alternatively signalling, e.g. synchronization data, CRC's, or D-channel data. Timeslot 0 is always used for signalling by lower level layers of E1. For higher level signalling like D-channels, additional timeslots must be explicitly allocated - these are called physcommchans. Timeslots 16, 15 and 31 are available for this purpose. So, a V5 link can have from zero to three physcommchans. Timeslots are always allocated in the order mentioned above, that is the following configurations are possible: Timeslots allocated to v5LinkNumberOfPcc higher level signalling 0 - 1 16 2 16,15 3 16,15,31 Timeslots that are not used for signalling are available for voice data. So, a link can have from 28 to 31 voice data channels. |
v5LinkPerfControlIndexOrZero | 1.3.6.1.4.1.6368.2.2.2.1.10 | integer | read-only |
The value of this variable represents the index of a row within the perfControlTable. If the value is not 0, performance data (statistics) concerning this link are captured. |
v5LinkRowStatus | 1.3.6.1.4.1.6368.2.2.2.1.11 | rowstatus | read-only |
RowStatis variable that allows creation and deletion of V5 links. |
v5LinkLineIdentifier | 1.3.6.1.4.1.6368.2.2.2.1.12 | displaystring | read-write |
An idenifier assigned to the subscriber (customer). |
v5InterfaceTable | 1.3.6.1.4.1.6368.2.2.3 | no-access |
A table containing V5 interface specific information. Only AN side interfaces are present. |
|
1.3.6.1.4.1.6368.2.2.3.1 | no-access |
Row and index definition for V5 interface table. |
||
v5InterfaceNumber | 1.3.6.1.4.1.6368.2.2.3.1.1 | v5interfacenumber | no-access |
interface number, used for table indexing |
v5InterfaceAdminState | 1.3.6.1.4.1.6368.2.2.3.1.2 | adminstateenum | read-only |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
v5InterfaceAvailabilityStatus | 1.3.6.1.4.1.6368.2.2.3.1.3 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
v5InterfaceId | 1.3.6.1.4.1.6368.2.2.3.1.4 | integer | read-only |
V5 Interface Identifier. Value range is 0 .. 16777215. |
v5InterfaceOperState | 1.3.6.1.4.1.6368.2.2.3.1.5 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
v5InterfaceVariantId | 1.3.6.1.4.1.6368.2.2.3.1.6 | integer | read-only |
Indicates the V5 provisioning variant, which is currently valid. This is used to decide if the configuration is compliant with the LE. Value range is 0 .. 127. |
v5InterfaceRowStatus | 1.3.6.1.4.1.6368.2.2.3.1.7 | rowstatus | read-only |
Variable to create and delete V5 interfaces. |
v5InterfaceAlarmStatus | 1.3.6.1.4.1.6368.2.2.3.1.8 | v5interfacealarmset | read-only |
Displays the currently active alarms of the V5 interface. |
v5LccTable | 1.3.6.1.4.1.6368.2.2.4 | no-access |
table containing all LCC (Logical Communication Channels) for a V5 interface |
|
1.3.6.1.4.1.6368.2.2.4.1 | no-access |
row defintion for the v5LccTable |
||
v5LccNumber | 1.3.6.1.4.1.6368.2.2.4.1.1 | v5lccnumber | no-access |
index of the LCC; number in the range of 1..21 |
v5LccIsProtected | 1.3.6.1.4.1.6368.2.2.4.1.2 | truthvalue | read-only |
If true, all information transported over this LCC is protected by the V5 Protection protocol (V5.2 only). |
v5LccId | 1.3.6.1.4.1.6368.2.2.4.1.3 | integer | read-only |
Unique L3 address per Logical Communication Channel. Value range is 0 .. 65535. |
v5LccOperState | 1.3.6.1.4.1.6368.2.2.4.1.4 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
v5LccPccV5LinkNumber | 1.3.6.1.4.1.6368.2.2.4.1.5 | v5linknumberorzero | read-only |
Identify (together with v5LccPccTimeslot) the Physical Communication Channel used for the signalling data of this Logical Communication Channel. |
v5LccPccTimeslot | 1.3.6.1.4.1.6368.2.2.4.1.6 | v5pccnumberorzero | read-only |
Identify (together with v5LccPccV5LinkNumber) the Physical Communication Channel used for the signalling data of this Logical Communication Channel. The value of this variable is a code with the following value: v5LccPccTimeslot Timeslot 0 none 1 16 2 15 3 31 A value of 0 cannot be set explicitly, and can only appear while the LCC object is being initialized. Once a non-zero value has been set (either through SNMP or by other means of management, a value of 0 can never again appear. |
v5LccRowStatus | 1.3.6.1.4.1.6368.2.2.4.1.7 | rowstatus | read-only |
The value of this object can be active(1) in order for the value of v5LccPccV5LinkNumber or v5LccPccTimeslot to be modified. To set the PCC both attributes v5LccPccV5LinkNumber and v5LccPccTimeslot must be set before the values become active. The values become only active if v5LccPccV5LinkNumber and v5LccPccTimeslot specify an existing Physical Communication Channel on the V5 card identified by the instance of v5CardSlotNumber used to index this v5LccEntry. |
v5IsdnPortTable | 1.3.6.1.4.1.6368.2.2.5 | no-access |
A table containing information specific to V5 ISDN user ports, i.e. S0 interfaces on IADs. |
|
1.3.6.1.4.1.6368.2.2.5.1 | no-access |
Row and index definition for V5 ISDN user port table. Sometimes, user ports are numbered 0..511 (8 cards @ 16 ltus @ 4 bras/ntu), with an implicit assignment of linecard = port/(8*16). dsl link = port%(8*16)/4 bra = port%(8*16*4). |
||
v5IsdnPortBRANumber | 1.3.6.1.4.1.6368.2.2.5.1.3 | integer | no-access |
index number for this port |
v5IsdnPortAdminState | 1.3.6.1.4.1.6368.2.2.5.1.4 | adminstateenum | read-write |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
v5IsdnPortOperState | 1.3.6.1.4.1.6368.2.2.5.1.5 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
v5IsdnPortBlockingStatus | 1.3.6.1.4.1.6368.2.2.5.1.6 | v5isdnportblockingstatusenum | read-only |
In the case of an unlocked/disabled status, this attribute indicates, if the disabled-state is due to local or remote reasons (ETS 300 376-1, A.2), (Definition in ETS 300 377-1) None The User Port is unblocked. Local The User Port is blocked on the Access Network side only Remote The User Port is blocked on the Local Exchange side only Both The User Port is blocked both on the AN and on the LE side. |
v5IsdnPortBearer1Timeslot | 1.3.6.1.4.1.6368.2.2.5.1.7 | v5timeslotnumber | read-write |
Assigned bearer time slot number to port B1 channel. No assignment for V5.2 interfaces because the BCC protocol is used for dynamic assignment. In V5.1 the association between V5Interface and V5Link is one to one. The link associated to this user port is fully determined by the UserPort-V5Interface association. Value range is 1 .. 15 or 17 .. 31. |
v5IsdnPortBearer2Timeslot | 1.3.6.1.4.1.6368.2.2.5.1.8 | v5timeslotnumber | read-write |
Assigned bearer time slot number to port B2 channel. No assignment for V5.2 interfaces because the BCC protocol is used for dynamic assignment. In V5.1 the association between V5Interface and V5Link is one to one. The link associated to this user port is fully determined by the UserPort-V5Interface association. Value range is 1 .. 15 or 17 .. 31. |
v5IsdnPortEnvelopeFuncAddress | 1.3.6.1.4.1.6368.2.2.5.1.9 | v5envelopefuncaddress | read-write |
Layer 3 Address of this User Port. Value range is 0 .. 8175. |
v5IsdnPortIsActivated | 1.3.6.1.4.1.6368.2.2.5.1.10 | truthvalue | read-only |
Layer 1 activation status |
v5IsdnPortAlarmStatus | 1.3.6.1.4.1.6368.2.2.5.1.11 | v5isdnportalarmstatuselem | read-only |
displays the currently active alarms for the ISDN port |
v5IsdnPortActiveLoop | 1.3.6.1.4.1.6368.2.2.5.1.12 | v5isdnportloopenum | read-write | |
v5IsdnPortV5CardSlotNumber | 1.3.6.1.4.1.6368.2.2.5.1.13 | v5slotnumber | read-only |
Slot number of V5 card which owns this user port configuration. Physically, user ports are on IAD devices. Logically, their configuration is part of the V5 configuration, so it is the V5 card which owns the configuration, not the DSL card. For this reason, user ports are created in the context of a V5 card, which is why the V5 card cannot be changed. |
v5IsdnPortV5InterfaceNumber | 1.3.6.1.4.1.6368.2.2.5.1.14 | v5interfacenumberorzero | read-write |
The V5 interface whose V5 links provide signalling and B channel capacity for this user port. The value zero appears only after creation. Once a non-zero value has been set here, it is no more possible to reset the value to zero. |
v5IsdnPortDSignallingCommChan | 1.3.6.1.4.1.6368.2.2.5.1.15 | v5lccnumberorzero | read-write |
The ISDN Communication Path over which the D-Signalling control information of this User Port is transported. |
v5IsdnPortFrameCommChan | 1.3.6.1.4.1.6368.2.2.5.1.16 | v5lccnumberorzero | read-write |
The ISDN Communication Path over which the Frame control information of this User Port is transported. |
v5IsdnPortPacketCommChan | 1.3.6.1.4.1.6368.2.2.5.1.17 | v5lccnumberorzero | read-write |
The ISDN Communication Path over which the Packet control information of this User Port is transported. |
v5IsdnPortLineIdentifier | 1.3.6.1.4.1.6368.2.2.5.1.18 | displaystring | read-write |
An idenifier assigned to the subscriber (customer). |
data | 1.3.6.1.4.1.6368.2.3 | |||
dataCardTable | 1.3.6.1.4.1.6368.2.3.1 | no-access |
attributes concerning the data switch (slot 1) |
|
1.3.6.1.4.1.6368.2.3.1.1 | no-access |
entry/row within the dataCardTable |
||
dataCardSlotNumber | 1.3.6.1.4.1.6368.2.3.1.1.1 | datacardslotnumber | no-access |
Position of the slot card in the rack. |
dataCardAvailabilityStatus | 1.3.6.1.4.1.6368.2.3.1.1.2 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
dataCardHardwareVersion | 1.3.6.1.4.1.6368.2.3.1.1.3 | displaystring | read-only |
Hardware Version Number of the data card. This is also called CHM-number (it always starts with the letters 'CHM'). Example: CHM40310WA0A2. The number '403' after the 'CHM' identifies the card as a data card. |
dataCardManufacturer | 1.3.6.1.4.1.6368.2.3.1.1.4 | displaystring | read-only |
Manufacturer of the data card. |
dataCardName | 1.3.6.1.4.1.6368.2.3.1.1.5 | displaystring | read-only |
User defined name of the data card. |
dataCardOperState | 1.3.6.1.4.1.6368.2.3.1.1.6 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
dataCardFirmwareVersion | 1.3.6.1.4.1.6368.2.3.1.1.7 | displaystring | read-only |
Version number and build date of the firmware running on the data card. Example: '1.3 20020607 16:34' The format is 'major.minor YYYYMMDD hh:mm', where the fields are: major Major and minor version numbers, separated by a dot. Take at minor most 5 characters together, including the space. Both major and minor consist of digits only. YYYYMMDD Date (year YYYY, month MM 1-12 and day DD 1-31) of firmware build. Preceded and followed by exactly one space to separate it from the version numbers and time. hh:mm Time (hour hh 0-23 and minute mm 0-59) of firmware build. |
dataCardSerialNumber | 1.3.6.1.4.1.6368.2.3.1.1.8 | displaystring | read-only |
Serial number of the data card. Also called HM-number, as it always starts with 'HM'. Example: HMHMZ014332080. |
dataCardCommState | 1.3.6.1.4.1.6368.2.3.1.1.9 | commstateenum | read-only |
The Management Comm State indicates the state of the management connection between the PEM Server and the Data Card. disconnected No connection has been established. init A connection has freshly been established on the underlying protocol, but no management information has been transmitted so far. identification The connected device is being identified. check hardware The connected hardware is compared to the one stored in the configuration. hardware adaptation If the configured and the existing device do not match, an adoption is made. The behaviour in this case can be configured with the 'HW Adaptation Policy' option. check program version The program version of the connected hardware is compared to the one stored in the configura- tion. check config version The configuration version of the connected hardware is compared to the one stored in the configuration. download config If a configuration version mismatch has bee detected and the 'Config Priority' of 'PEGASUS system' is set to 'Device', the configuration is downloaded from the device to the PEM Server. upload config If a configuration version mismatch has been detected and the 'Config Priority' of 'PEGASUS system' is set to 'Server', the configuration is uploaded from the PEM Server to the device. status synch The values of the status properties are being synchronised. resetting The device is resetting. inactive The device is connected, but it is inactive, i.e. not operational. This may be due to a hardware mismatch. active The management connection between the device and the PEM Server is fully established and the device is active. |
dataCardVLANMode | 1.3.6.1.4.1.6368.2.3.1.1.10 | truthvalue | read-write |
If true(1), enhanced switching (trunk assignment according to setting in DSL link configuration) is enabled. Otherwise transparent switching (any DSL link to any trunk) is used. |
dataPortTable | 1.3.6.1.4.1.6368.2.3.2 | no-access |
The table contains an entry for each Ethernet trunk on the data switch (card). |
|
1.3.6.1.4.1.6368.2.3.2.1 | no-access |
entry within the dataPortTable |
||
dataPortNumber | 1.3.6.1.4.1.6368.2.3.2.1.1 | trunknumber | no-access |
index of the (ethernet) trunk on the data switch |
dataPortAdminState | 1.3.6.1.4.1.6368.2.3.2.1.2 | adminstateenum | read-write |
This configuration attribute allows the administrator to enable or disable the operability of a device. unlocked The device is administratively permitted to perform services for its users. locked The device is administratively prohibited from performing services for users. |
dataPortOperState | 1.3.6.1.4.1.6368.2.3.2.1.3 | operstateenum | read-only |
The operational state is a status property indicating whether or not a device is physically installed and working. enabled The device is partially or fully operable and available for use. disabled The device is totally inoperable and unavailable to provide service. |
dataPortAvailabilityStatus | 1.3.6.1.4.1.6368.2.3.2.1.4 | availabilitystatuselem | read-only |
The availability status gives more detailed information about failures within a device. An empty status set means that no error exists. Possible status are: in test The device is under test. failed The device has an internal fault that prevents it from operating. power off The device requires power to be applied and is not powered on. off line The device requires a routine operation to be performed to place it online and make it available for use. off duty The device has been made inactive by an internal control process in accordance with a predetermined time schedule. dependency The device can not operate because some other resource on which it depends is unavailable. degraded The device is partially defective but still operable. not installed The device is not present, or incomplete. log full The log is full. |
dataPortSpeed | 1.3.6.1.4.1.6368.2.3.2.1.5 | dataportspeedenum | read-write |
This object allows specification of options for three areas: crossover Normally, DTE and hub sockets are wired such that they can connect with a straight-through cable, that is the hub has RX and TX circuits swapped (it has internal crossover). If a DTE must be connected directly to another DTE (or hub port to a port on another hub), a crossover cable must be used. The data card trunk interfaces have an automatic crossover function, which turns on or off crossover. Any sort of cable can then be used to connect to any sort of device (DTE or hub). duplex mode If duplex mode is full duplex, transmission is allowed while data are received. With half duplex, transmission must wait until the receiver is idle. speed The port can operate in 10 or 100 MBits per second. The values possible for this variable are: autoCrossoverAndPortSpeed(1) Allows the port to negotiate speed, duplex mode, and to enable or disable the internal crossover function. autoNegotiationPortSpeed(2) Allows the port to negotiate speed and and duplex mode. Internal crossover is on - a straight-through cable is needed to connect to a DTE (PC), a crossover cable is needed to connect to a repeater or hub. base100TFullDuplex(3) Speed is set to 100 MBits per second, with full duplex. Internal crossover is on. base100THalfDuplex(4) Speed is set to 100 MBits per second, with half duplex. Internal crossover is on. base10TFullDuplex(5) Speed is set to 10 MBits per second, with full duplex. Internal crossover is on. base10THalfDuplex(6) Speed is set to 10 MBits per second, with half duplex. Internal crossover is on. |
dataPortFlowControl | 1.3.6.1.4.1.6368.2.3.2.1.6 | dataportflowcontrolenum | read-write |
Setting of Flow Control according to IEEE 802.3x. Auto Enables auto negotiation of IEEE 802.3x flow control when in full-duplex mode. On Force flow control operation Off No flow control. |
pegasusSystem | 1.3.6.1.4.1.6368.2.4 | |||
autoPersistDelay | 1.3.6.1.4.1.6368.2.4.1 | integer | read-write |
If Auto Persist Config is enabled, this is the delay (in seconds) after which the configuration is persisted on the PEM Server. The default value is: 10s. |
autoPersistEnabled | 1.3.6.1.4.1.6368.2.4.2 | truthvalue | read-write |
Determines, whether configuration changes are made persistent automatically (a certain interval after the last change of a configuration attribute) or explicitly by a corresponding message from the PEM Client. |
configPriority | 1.3.6.1.4.1.6368.2.4.3 | configpriorityenum | read-write |
Determines, which configuration is used in case of a configuration mismatch. Possible values: Server or device. Device: The device config is used (replaces server config). Server: The server config is used (replaces device config) |
hwAdaptionPolicy | 1.3.6.1.4.1.6368.2.4.4 | hwadaptionpolicyenum | read-write |
In case of a hardware mismatch (the configured device does not match with the one detected in the rack): shall the PEM Server be reconfigured with the new device or shall the device be taken out of operation? Possible Values: Server or Device. Device: The device config is used (replaces server config). Server: The server config is used (replaces device config) |
ipBaseAddress | 1.3.6.1.4.1.6368.2.4.5 | ipaddress | read-write |
Base address for the computation of the IP addresses for the management interfaces of the cards. When the PEMServer wants to connect to a card in the rack, it computes the card IP address from ipBaseAddress, the slot number of the card, and the systemNumber of the rack (also in pegasusSystem), as follows: the slot number is added to the last byte of ipBaseAddress, modulo 256, and the systemNumber is added to the next to last byte of ipBaseAddress, again modulo 256. Example 1 2 3 iPBaseAddress |192.168. 0. 0|192.168.244.231|192.168. 0. 0 systemNumber | +4 | +4 | +4 slot number | +1| +3| +5 sum | 4 1| 4 234| 4 5 sum modulo 256 | 4 1| 4 234| 4 5 Resulting mgmt IP-# |192.168. 4. 1|192.168.248.234|192.168. 4. 5 The slot cards compute their own management interface IP addresses in a similar way, using their own ip base addresses. These base addresses are not visible through the PEM Client or SNMP. To read or change them on a card, the CLI must be used. All slot cards within a PEGASUS system must have the management IP addresses in the same network in order to communicate with each other. They must then have the same base address (with the exception of biasing, as explained below). The base addresses of all cards are usually chosen such that the management IP addresses end up in a non-routable (private) networks. Biasing: cards read slot and rack numbers through dedicated pins on their backplane plugs. If such a pin is damaged, cards read bad numbers and compute bad (possibly conflicting) IP addresses. In this case, the CLI can be used to set the base address such that the resulting address is still correct. |
javaRuntimeVersion | 1.3.6.1.4.1.6368.2.4.6 | displaystring | read-only |
Version of the installed Java Runtime. |
javaVMName | 1.3.6.1.4.1.6368.2.4.7 | displaystring | read-only |
Name of the installed Java virtual machine. |
javaVMVersion | 1.3.6.1.4.1.6368.2.4.8 | displaystring | read-only |
Version of the installed Java virtual machine on the work-station. |
mgmtIPAddress | 1.3.6.1.4.1.6368.2.4.9 | ipaddress | read-only |
The IP Address of the PEGASUS system through which the PEM Server is accessible. |
osArchitecture | 1.3.6.1.4.1.6368.2.4.11 | displaystring | read-only |
Displays information about the operating system where the PEM server is running. |
osNameAndVersion | 1.3.6.1.4.1.6368.2.4.12 | displaystring | read-only |
Name and version of the operating system that is running on the workstation where the PEM server is running. |
pemVersion | 1.3.6.1.4.1.6368.2.4.13 | displaystring | read-only |
The version of the PEM Software that is installed on the PEGASUS system. |
startedBy | 1.3.6.1.4.1.6368.2.4.14 | displaystring | read-only |
The username of the person that started the PEM server. |
systemNumber | 1.3.6.1.4.1.6368.2.4.15 | integer | read-only |
A number between 0 and 31 which uniquely identifies a PEGASUS system within a subnet. The system number is identified by the HW. |
mibRevision | 1.3.6.1.4.1.6368.2.4.16 | displaystring | read-only |
The version number assigned by the version control system. You can query this from the agent, to find out with which version of the MIB was built into the agent. The value is also present in copies of the MIB to feed into SNMP managers. Comparing the version numbers from both sources can help to detect mismatches. The revision string for this version is: $Workfile: PEGASUS.mib $ $Revision: 48 $ $Date: 12/17/04 1:16p $ |
readCommunity | 1.3.6.1.4.1.6368.2.4.17 | displaystring | read-write |
SNMP operations with this community name are given read access to all variables in the MIB. |
writeCommunity | 1.3.6.1.4.1.6368.2.4.18 | displaystring | read-write |
SNMP operations with this community name are given read access to all variables in the MIB, and write access to all writable variables in the MIB. Note that you can write this value provided you know the old value. For requests with a protocol offering no privacy, this variable always reads as three stars (***). Setting this to the empty string effectively turns off all SNMP write access. |
trapCommunity | 1.3.6.1.4.1.6368.2.4.19 | displaystring | read-write |
This community name is used for SNMPv1 or SNMPv2c traps sent by the Pegasus system. |
trapDestination | 1.3.6.1.4.1.6368.2.4.20 | displaystring | read-write |
IP number of the system to receive traps from the Pegasus system. If this variable is set to the empty string, the Pegasus system sends no traps. |
agentPort | 1.3.6.1.4.1.6368.2.4.21 | integer | read-write |
UDP port number of the SNMP agent on the Pegasus system. The initial value is the standard SNMP port number for SNMP, 161. If this variable is set to a non-zero value different from the old value, the agent is immediately restarted with the new port number. If the value is set to zero, the agent is turned off. |
authRespEnabled | 1.3.6.1.4.1.6368.2.4.22 | truthvalue | read-write |
If authentication/authorization fails for an SNMP request, the agent normally replies with an SNMP standard error message. If this variable is set to false(2), the agent sends no error message. The initial value is true(1). |
rackAlarmStatus | 1.3.6.1.4.1.6368.2.4.23 | rackalarmstatuselem | read-only |
Shows the alarms currently set for the Pegasus rack. |
perf | 1.3.6.1.4.1.6368.2.7 | |||
perfSweepCyclePeriod | 1.3.6.1.4.1.6368.2.7.1 | integer | read-write |
Time in seconds between attempts to clear unused performance history data. Performance history can take a lot of memory. If the manager fails to delete entries in the perfControlTable, the memory will never be recovered. To avoid this, the agent periodically removes entries which have not been used recently. This is done through a mark-and-sweep method, as follows: - each perfControEntry has a mark - reading perfDataEntries sets the mark on associated perfControlEntry - the sweeper sweeps all perfControlEntries periodically. If an entry is not marked, it is deleted. If an entry is marked, it is unmarked, and will be deleted in the next sweep, if not used (marked) before. This value is volatile |
perfControlTable | 1.3.6.1.4.1.6368.2.7.2 | no-access |
The table is used to control the gathering of G.826 statistics. This is currently possible for DSL interfaces and V5 links. If it's desired to get statstic samples, a row within this table must be created. Then link between subject and this entry must be established using the variables dslInterface- and v5LinkPerfControlIndexOrZero. Afterwards the perfDataTable is filled and can be read. |
|
1.3.6.1.4.1.6368.2.7.2.1 | no-access |
Definition of a row within the perfControlTable. Such a row contains information about the monitored subject (currently DSL interfaces and V5 links) and the status of the monitoring. |
||
perfControlIndex | 1.3.6.1.4.1.6368.2.7.2.1.1 | integer32 | no-access |
index of perfControlEntries |
perfControlStatus | 1.3.6.1.4.1.6368.2.7.2.1.2 | perfcontrolstatus | read-only |
This is a set of bits giving information on the status of this entry of the perfControlTable. The meaning of the individual bits is as follows: bit name Description 0 busy This bit is one if there is a DSL interface or V5 link referencing this perfControlEntry through a dslInterfacePerfControlIndexOrZero or a v5LinkPerfControlIndexOrZero value. This indicates that this perfControlEntry is busy, and its perfControlIndex value cannot be used in another DSL interface or V5 link. If the ...PerfControlIndexOrZero of the referencing interface or link is set to zero, this bit is also set to zero to show that this perfControlEntry is no longer busy - it can be used in another interface or link. 1 offline Device is offline, data may be absent or out of date. This bit is 0 if the last attempt to get performance history data from the device succeeded. In this case, the data bit (see below) is also 1. This bit (offline) is 1 if the last attempt to get performance history data failed. In this case, if no data have been received from the device, the data bit is 0, and no perfDataEntries are associated with this perfControlEntry. If some data was received from the device before the device went offline, the data bit may be 1, but the data may be out of date. 2 data Data is present. If this perfControlEntry is active, busy, and the device is not offline, this bit is to 1, which indicates that the perfDataEntries associated with this perfControlEntry are present and can be read from the perfDataTable. 3 marked This perfControlEntry has been used recently. The sweeper periodically sweeps all perfControlEntries, deleting entries with 0 in this bit. For entries with 1 in this bit, the bit is set to 0. Reading perfDataEntries sets the marked bit of the associated perfControlEntries to 1. |
perfControlLinkDescr | 1.3.6.1.4.1.6368.2.7.2.1.3 | displaystring | read-only |
Description of the interface or link using this perfControlEntry. If the perfControlEntry is busy, the value is a textual description of the object referencing this entry through its ...PerfControlIndexOrZero instance. Example: dslInterface 8.1.ltu (DSL interface on card in slot 8, link 1, on ltu) v5Link 3.8 (V5 link 8 on V5 card in slot 3) If the perfControlEntry is not busy, the value is the empty string (length zero). This object helps to find the interface or link using this entry. |
perfControlUpdatePeriod | 1.3.6.1.4.1.6368.2.7.2.1.4 | integer | read-only |
Time interval in seconds to wait between querying the performance history data from the device. Minimum value is 1 second. Shorter values yield more accurate/up-to-date figures, at higher communication cost. A value of 0 turns off online reporting. |
perfControlEffectiveUpdatePeriod | 1.3.6.1.4.1.6368.2.7.2.1.5 | integer | read-only |
If several clients monitor the same V5 link or DSL interface, each sets its own update period. The server then computes the greatest common divisor of all values. For example, if a PEM client wants to have an update every 15 seconds, and the SNMP agent wants an update every 21 seconds, the server will produce updates every 3 seconds (15=3*5, 21=3*7). The subsequence of every fifth update than has a period of 15 seconds, and the subsequence of every seventh has a period of 21 seconds. |
perfControlRowStatus | 1.3.6.1.4.1.6368.2.7.2.1.6 | rowstatus | read-only |
Attribute to create and delete rows dynamically. |
perfDataTable | 1.3.6.1.4.1.6368.2.7.3 | no-access |
G.826 statistics table for DSL interfaces and V5 links. Each entry is associated to exactly one perfControlEntry that represents the link between the DSL interface or V5 link and the data entry. |
|
1.3.6.1.4.1.6368.2.7.3.1 | no-access |
Each perfDataEntry is associated with exactly one perfControlEntry row through the perfControlIndex instance which is part of the index. |
||
perfDataKind | 1.3.6.1.4.1.6368.2.7.3.1.1 | perfhistorytype | no-access |
The second position in the index, shows the type of history - either 'history15m' (15 minute history) or 'history24h' (24 hour history). |
perfDataIndex | 1.3.6.1.4.1.6368.2.7.3.1.2 | integer32 | no-access |
Register number. Each register has 5 values (ES/SES/UAS/CV/LOSWS). The 15 minute history has 32 history registers, indexed from 1 to 32. Each accumulates its measures over 15 minutes. The register with index 1 is the oldest register (numerical equals chronological order). The 15 minute history has an additional entry (index 33) for the current register (which is only updated when perfControlUpdatePeriod of the associated perfControlEntry is not zero). The 24 hour history has 7 true history registers, indexed 1 to 7. These accumulate there measures over 24 hours. Again, the register with index 1 is the oldest, and again, there is a current register with index 8. This current register is updated every 15 minutes, no matter what the value of perfControlUpdatePeriod of the associated perfControlEntry is. |
perfDataES | 1.3.6.1.4.1.6368.2.7.3.1.3 | integer32 | read-only |
Number of errored seconds. An errored second is one with at least one CRC anomaly (see perfDataCV below) and/or at least one LOSW defect (see perfDataLOSWS below). In the 15 minute history, this register ranges from 0 to 900. In the 24 hour history, it ranges from 0 to 86400 (=24*3600) seconds). This register is inhibited, that is not counted while UAS is counting. Due to variations in the communication delay, sampling periods can slightly deviate from their ideal length of 15 minutes or 24 hours. This can cause the register to show values somewhat above 900 (86400 resp.) seconds. |
perfDataSES | 1.3.6.1.4.1.6368.2.7.3.1.4 | integer32 | read-only |
Number of severely errored seconds. A severely errored second is one with 50 or more CRC anomalies (see perfDataCV below) or at least one LOSW defect (see perfDataLOSWS below). In the 15 minute history, this register ranges from -9 to about 450. In the 24 hour history, it ranges from -9 to about 43200. (These limits may seem strange, but are a result of the UAS derivation and SES inhibition rules of the ETSI standard. This register is inhibited, that is not counted while UAS is counting. Deviations in the sampling period length can cause this register to deviate from its true value (see perfDataES). |
perfDataUAS | 1.3.6.1.4.1.6368.2.7.3.1.5 | integer32 | read-only |
Number of unavailable seconds. Seconds from the beginning of 10 or more SES (perfDataSES) to the beginning of 10 or more non-SES are considered as unavailable. In the 15 minute history, this register ranges from -9 to 900. In the 24 hour history, it ranges from -9 to 86400 (24*3600). Deviations in the sampling period length can cause this register to deviate from the true value (see perfDataES). |
perfDataCV | 1.3.6.1.4.1.6368.2.7.3.1.6 | integer32 | read-only |
Number of error checking code faults (the usual error checking code is CRC). DSL links are structured as 166 2/3 frames per second, each with a CRC value. This register is subject to inhibition, that is it counts at most 50 CRC faults per second. |
perfDataLOSWS | 1.3.6.1.4.1.6368.2.7.3.1.7 | integer32 | read-only |
Number of seconds with one or more LOSW defects (loss of frame synchronization word). |