FRX-MIB: View SNMP OID List / Download MIB
VENDOR: SONUS NETWORKS
Home | MIB: FRX-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 |
net | 1.3.6.1.4.1.177 | |||
spx | 1.3.6.1.4.1.177.1 | |||
lwx | 1.3.6.1.4.1.177.2 | |||
frx | 1.3.6.1.4.1.177.3 | |||
globals | 1.3.6.1.4.1.177.3.1 | |||
mibVersion | 1.3.6.1.4.1.177.3.1.1 | integer | read-only |
The version number of this FRX MIB. |
mibEditVersion | 1.3.6.1.4.1.177.3.1.2 | integer | read-only |
The edit version (sub version) number of this FRX MIB. |
node | 1.3.6.1.4.1.177.3.2 | |||
nodeIdnxAddress | 1.3.6.1.4.1.177.3.2.1 | displaystring | read-only |
The IDNX Address of this PX card, e.g. NxCy. |
nodeSoftwareRelease | 1.3.6.1.4.1.177.3.2.2 | displaystring | read-only |
The release of FRX code running on this PX card, e.g. Release 2.01.01 Version 81.01. |
nodeSoftwareReleaseDate | 1.3.6.1.4.1.177.3.2.3 | displaystring | read-only |
The date the FRX code was built, e.g. Wed Feb 10 14:12:24 PST 1993 by tee. |
nodeBootVersion | 1.3.6.1.4.1.177.3.2.4 | displaystring | read-only |
The version of boot prom on the PX card. |
nodeCardType | 1.3.6.1.4.1.177.3.2.5 | displaystring | read-only |
The type of PX card running the FRX code. |
nodeUpTime | 1.3.6.1.4.1.177.3.2.6 | displaystring | read-only |
The amount of time the FRX has been alive. |
nodeCongestionLevel | 1.3.6.1.4.1.177.3.2.7 | integer | read-only |
The current state of congestion for the FRX node. The valid values are notCongested (normal operation), approachingCongestion (FECN and BECN are being set), congested (DE frames are being dropped), and fullyCongested (normal data frames are being dropped). Enumeration: 'approachingCongestion': 2, 'notCongested': 1, 'fullyCongested': 4, 'congested': 3. |
nodeBuffersUsed | 1.3.6.1.4.1.177.3.2.8 | integer | read-only |
The number of system buffers being used. |
nodeNumberHDLCPorts | 1.3.6.1.4.1.177.3.2.9 | integer | read-only |
The number of HDLC ports the hardware supports. |
nodeIPAddress | 1.3.6.1.4.1.177.3.2.10 | ipaddress | read-only |
The IP Address of this FRX Node. |
nodeNetworkMask | 1.3.6.1.4.1.177.3.2.11 | ipaddress | read-write |
The IP network mask for this FRX Node. |
nodeBackcard | 1.3.6.1.4.1.177.3.2.12 | integer | read-write |
Enables or disables the backcard on the FRX node. The backcard must be enabled for gateway functionality. Note: If the backcard is not physically present, an attempt to enable it will result in an error. Enumeration: 'disabled': 1, 'enabled': 2. |
nodeBackcardType | 1.3.6.1.4.1.177.3.2.13 | integer | read-only |
The type of backcard interface installed. Enumeration: 'e1-ethernet': 6, 'dual-ethernet': 7, 't1-ethernet': 5, 'ethernet-token-ring': 8, 'token-ring': 2, 't1': 3, 'quad-e1': 10, 'quad-t1': 9, 'ethernet': 1, 'e1': 4, 'none-unknown-invalid': 11. |
nodeBackcardSerialNumber | 1.3.6.1.4.1.177.3.2.14 | displaystring | read-only |
The serial number and revision of the backcard interface. |
nodeBillingDownloads | 1.3.6.1.4.1.177.3.2.15 | integer | read-write |
Enables or disables billing record downloads to an NMS workstation from this FRX node. Enumeration: 'disabled': 1, 'enabled': 2. |
nodeConfigurationDownloads | 1.3.6.1.4.1.177.3.2.16 | integer | read-write |
Enables or disables configuration record downloads to an NMS workstation from this FRX node. Enumeration: 'disabled': 1, 'enabled': 2. |
nodeFrameCounterThreshold | 1.3.6.1.4.1.177.3.2.17 | integer | no-access |
A threshold that causes a billing record to be downloaded when a frame counter exceeds its value. |
nodeByteCounterThreshold | 1.3.6.1.4.1.177.3.2.18 | integer | no-access |
A threshold that causes a billing record to be downloaded when a byte counter exceeds its value. |
nodeBillingTimeTable | 1.3.6.1.4.1.177.3.2.19 | no-access |
The list of times to download billing records to an NMS workstation. |
|
1.3.6.1.4.1.177.3.2.19.1 | no-access |
A row from the billing download time table. |
||
downloadTime | 1.3.6.1.4.1.177.3.2.19.1.1 | octet string | read-write |
A time of day at which billing records for the node are sent to an NMS workstation. |
downloadTimeRowStatus | 1.3.6.1.4.1.177.3.2.19.1.2 | integer | read-write |
Controls row deletion for this table. Setting to invalid deletes the row from the table. Enumeration: 'valid': 2, 'invalid': 1. |
downloadTimeIndex | 1.3.6.1.4.1.177.3.2.19.1.3 | integer | read-only |
The index into the billing time table. |
nodeNMSWorkstationTable | 1.3.6.1.4.1.177.3.2.20 | no-access |
The list of workstations that are downloaded with billing and configuration records. |
|
1.3.6.1.4.1.177.3.2.20.1 | no-access |
A row from the NMS workstation download target list. |
||
nmsWorkstationAddress | 1.3.6.1.4.1.177.3.2.20.1.1 | ipaddress | read-write |
The IP address of an NMS workstation that billing and configuration records get downloaded to. |
nmsWorkstationInetPort | 1.3.6.1.4.1.177.3.2.20.1.2 | integer | read-write |
The internet port on which the special TFTP server on an NMS workstation will listen for requests to download billing and configuration records. |
nmsWorkstationRowStatus | 1.3.6.1.4.1.177.3.2.20.1.3 | integer | read-write |
Controls row deletion for this table. Setting to invalid deletes the row from the table. Enumeration: 'valid': 2, 'invalid': 1. |
nodeNumberTBUSPorts | 1.3.6.1.4.1.177.3.2.21 | integer | read-only |
The number of TBus ports the hardware supports. |
nodeBackcardWanIF | 1.3.6.1.4.1.177.3.2.22 | integer | read-write |
Enables or disables the backcard WAN I/F on the FRX node. The backcard must be enabled for WAN port functionality. Note: If the backcard is not physically present, an attempt to enable it will result in an error. Enumeration: 'disabled': 1, 'enabled': 2. |
nodeAlarmedPorts | 1.3.6.1.4.1.177.3.2.23 | gauge | read-only |
The number of front or backcard ports on this node where any of the following conditions is true: - portTBusState (or T1 Status for backcard ports) is 'down' - portUNIState is 'down' - portAlarmedPVCs is not zero. |
nodeBackcardHardwareAddress | 1.3.6.1.4.1.177.3.2.24 | displaystring | read-only |
The hardware address of the backcard interface. |
port | 1.3.6.1.4.1.177.3.3 | |||
portConfTable | 1.3.6.1.4.1.177.3.3.1 | no-access |
A table of this FRX's port configuration. Before attempting to modify any variables in this table, the port must be disabled (set portConfState = 'disable'). |
|
1.3.6.1.4.1.177.3.3.1.1 | no-access |
An entry (conceptual row) in the port configuration table. |
||
portConfEntryId | 1.3.6.1.4.1.177.3.3.1.1.1 | integer | read-only |
The port identifier (number) for this port. |
portConfState | 1.3.6.1.4.1.177.3.3.1.1.2 | integer | read-write |
Performs the enumerated action on the port. That is to say, setting the value to delete will cause the port to be deleted, etc. This variable must be set to 'disable' before any other port configuration variables can be modified. Enumeration: 'disable': 3, 'activate': 4, 'install': 2, 'delete': 1. |
portInterfaceProtocol | 1.3.6.1.4.1.177.3.3.1.1.3 | integer | read-write |
Determines the function of the port, including which UNI protocol is to be used. All values except interNode are for ports at access points into the network. InterNode is for ports internal to the network. AnsiNetwork, ansiUser, and ansiNNI conform to procedures specified in the ANSI T1.617 Annex D specification. ccittNetwork, ccittUser, and ccittNNI conform to procedures specified in the CCITT Q.933 Annex A specification. lmiNetwork, lmiUser, and lmiNNI conform to procedures specified in the DEC, Northern Telecom, StratCom specification. Enumeration: 'none': 9, 'ccittNetwork': 4, 'ansiNetwork': 1, 'ccittNNI': 6, 'ccittUser': 5, 'sdlcHdlcEncap': 11, 'lmiUser': 8, 'lmiNetwork': 7, 'ansiNNI': 3, 'interNode': 10, 'ansiUser': 2. |
portKeepaliveVerif | 1.3.6.1.4.1.177.3.3.1.1.4 | integer | read-write |
Enables or disables keepalive verification. This parameter is applicable when the portInterfaceProtocol is interNode. Enumeration: 'disabled': 1, 'enabled': 2. |
portBackupInterNodal | 1.3.6.1.4.1.177.3.3.1.1.5 | integer | read-write |
Enables or disables using this port as a backup Inter-Nodal port. This parameter is applicable when the portInterfaceProtocol is interNode. Enumeration: 'disabled': 1, 'enabled': 2. |
portExternalFrTrunk | 1.3.6.1.4.1.177.3.3.1.1.6 | integer | read-write |
Enables or disables the External Frame Relay Trunk feature. Enumeration: 'disabled': 1, 'enabled': 2. |
portUniExternalFrTrunk | 1.3.6.1.4.1.177.3.3.1.1.7 | integer | read-write |
The UNI protocol to use when the External Frame Relay Trunk feature is enabled. Enumeration: 'ansiUser': 2, 'none': 9, 'lmiUser': 8, 'ccittUser': 5. |
portDlciExternalFrTrunk | 1.3.6.1.4.1.177.3.3.1.1.8 | integer | read-write |
The DLCI of the PVC that is in use at the UNI when the External Frame Relay Trunk feature is enabled. |
portLinkIntegVerif | 1.3.6.1.4.1.177.3.3.1.1.9 | integer | read-write |
Determines whether this port will react to problems detected by a UNI protocol. This parameter is applicable if the portInterfaceProtocol is ansi*, ccitt*, or lmi*. Enumeration: 'disabled': 1, 'enabled': 2. |
portAsyncPVCStatus | 1.3.6.1.4.1.177.3.3.1.1.10 | integer | read-write |
Determines whether this port should send Asynchronous PVC status messages. This parameter is applicable if the portInterfaceProtocol is ansiNetwork, ansiNNI, ccittNetwork, or ccittNNI. Enumeration: 'disabled': 1, 'enabled': 2. |
portN391Counter | 1.3.6.1.4.1.177.3.3.1.1.11 | integer | read-write |
The value for N391, the full status polling counter. |
portN392Counter | 1.3.6.1.4.1.177.3.3.1.1.12 | integer | read-write |
The value for N392, the error threshold counter. |
portN393Counter | 1.3.6.1.4.1.177.3.3.1.1.13 | integer | read-write |
The value for N393, the monitored events counter. |
portT391Timer | 1.3.6.1.4.1.177.3.3.1.1.14 | integer | read-write |
The value for T391, the link integrity polling timer. |
portT392Timer | 1.3.6.1.4.1.177.3.3.1.1.15 | integer | read-write |
The value for T392, the polling verification timer. |
portSdlcEncapMode | 1.3.6.1.4.1.177.3.3.1.1.16 | integer | read-write |
Selects which encapsulation mode to be used when the portInterfacePrococol is sdlcHdlcEncap. Enumeration: 'addressMapped': 2, 'transparent': 1. |
portSdlcEncapDefaultDlci | 1.3.6.1.4.1.177.3.3.1.1.17 | integer | read-write |
Specifies which DLCI will be used to encapsulate received SDLC/HDLC frames at the entry to the network. This parameter is applicable if the portInterfaceProtocol is sdlcHdlcEncap and the encapsulation mode is transparent. |
portAddrMapDefaultDlci | 1.3.6.1.4.1.177.3.3.1.1.18 | integer | read-write |
Specifies which DLCI will be used to encapsulate received SDLC/HDLC frames at the entry to the network. This parameter is applicable if the portInterfaceProtocol is sdlcHdlcEncap and the encapsulation mode is address-mapped. |
portPriorityQueuing | 1.3.6.1.4.1.177.3.3.1.1.19 | integer | read-write |
Enables or disables priority queuing on a port. Enumeration: 'disabled': 1, 'enabled': 2. |
portAccountingPerDlci | 1.3.6.1.4.1.177.3.3.1.1.20 | integer | read-write |
Enables or disables accounting per DLCI on a port. Enabling this feature may seriously degrade performance in systems with high speed (greater than 1.024 Mbps) ports. Frames may be lost. Enumeration: 'disabled': 1, 'enabled': 2. |
portPVCOptimization | 1.3.6.1.4.1.177.3.3.1.1.21 | integer | read-write |
Enables or disables route optimization per DLCI on a port. Enabling this feature may seriously degrade performance in systems with high speed (greater than 1.024 Mbps) ports. Frames may be lost. Enumeration: 'disabled': 1, 'enabled': 2. |
portStatusTable | 1.3.6.1.4.1.177.3.3.2 | no-access |
A table of this node's port status and statistics. |
|
1.3.6.1.4.1.177.3.3.2.1 | no-access |
The port status and statistics table. |
||
portDataBaseState | 1.3.6.1.4.1.177.3.3.2.1.1 | integer | read-only |
The state of the port in the database. The values are active and disabled. Enumeration: 'active': 2, 'installed': 1. |
portTBusState | 1.3.6.1.4.1.177.3.3.2.1.2 | integer | read-only |
The state of the TBus connection for this port. The values are up and down. Enumeration: 'down': 1, 'up': 2. |
portUNIState | 1.3.6.1.4.1.177.3.3.2.1.3 | integer | read-only |
The state of the UNI for this port. The valid values are up and down. Enumeration: 'down': 1, 'up': 2, 'invalid': 3. |
portNumberEstablishedCircuits | 1.3.6.1.4.1.177.3.3.2.1.4 | integer | read-only |
The number of virtual circuits on this port in state Complete. |
portNumberTotalCircuits | 1.3.6.1.4.1.177.3.3.2.1.5 | integer | read-only |
The total number of virtual circuits on this port, regardles of state. |
portRxCongestState | 1.3.6.1.4.1.177.3.3.2.1.6 | integer | read-only |
The congestion state of the port's receiver. The valid values are notCongested (normal operation), approachingCongestion (FECN and BECN are being set), congested (DE frames are being dropped), and fullyCongested (normal data frames are being dropped). Enumeration: 'approachingCongestion': 2, 'notCongested': 1, 'fullyCongested': 4, 'congested': 3. |
portTxCongestState | 1.3.6.1.4.1.177.3.3.2.1.7 | integer | read-only |
The congestion state of the port's transmitter. The valid values are notCongested (normal operation), approachingCongestion (FECN and BECN are being set), congested (DE frames are being dropped), and fullyCongested (normal data frames are being dropped). Enumeration: 'approachingCongestion': 2, 'notCongested': 1, 'fullyCongested': 4, 'congested': 3. |
portAccessRate | 1.3.6.1.4.1.177.3.3.2.1.8 | integer | read-only |
The access rate (speed) for this port in bits per second. |
portCIR | 1.3.6.1.4.1.177.3.3.2.1.9 | integer | read-only |
The total allocated committed information rate for all virtual circuits on this port. |
portNeighbor | 1.3.6.1.4.1.177.3.3.2.1.10 | displaystring | read-only |
Represents the IDNX domain-node-card of the adjacent FRX. This field is valid for ports with the interface protocol set to interNode. |
portInFrames | 1.3.6.1.4.1.177.3.3.2.1.11 | counter | read-only |
The number of frames received by this port. |
portOutFrames | 1.3.6.1.4.1.177.3.3.2.1.12 | counter | read-only |
The number of frames transmitter by this port. |
portInBytes | 1.3.6.1.4.1.177.3.3.2.1.13 | counter | read-only |
The number of bytes received by this port. |
portOutBytes | 1.3.6.1.4.1.177.3.3.2.1.14 | counter | read-only |
The number of bytes transmitted by this port. |
portDroppedFrames | 1.3.6.1.4.1.177.3.3.2.1.15 | counter | read-only |
The number of frames dropped by the port for reasons other than: DE, unknown DLCI, bandwidth admission, input/output congestion, frame error, inactive PVC, or disabled port. These are generally internal errors, such as 'Heap buffer failed'. |
portDroppedDEFrames | 1.3.6.1.4.1.177.3.3.2.1.16 | counter | read-only |
The number of frames with DE set dropped due to congestion. |
portUnknownDLCIFrames | 1.3.6.1.4.1.177.3.3.2.1.17 | counter | read-only |
The number of frames received with unknown DLCIs. |
portLastUnknownDLCI | 1.3.6.1.4.1.177.3.3.2.1.18 | integer | read-only |
The DLCI number of the last frame with an unknown DLCI. A value of -1 signifies that no unknown DLCI has yet been received. |
portDEInFrames | 1.3.6.1.4.1.177.3.3.2.1.19 | counter | read-only |
The number of DE frames received by a port. |
portDEOutFrames | 1.3.6.1.4.1.177.3.3.2.1.20 | counter | read-only |
The number of DE frames transmitted by a port. |
portDEInBytes | 1.3.6.1.4.1.177.3.3.2.1.21 | counter | read-only |
The number of bytes received in DE frames. |
portDEOutBytes | 1.3.6.1.4.1.177.3.3.2.1.22 | counter | read-only |
The number of bytes transmitted in DE frames. |
portBECNInFrames | 1.3.6.1.4.1.177.3.3.2.1.23 | counter | read-only |
The number of BECN frames received by a port. |
portBECNOutFrames | 1.3.6.1.4.1.177.3.3.2.1.24 | counter | read-only |
The number BECN frames transmitted by a port. |
portFECNInFrames | 1.3.6.1.4.1.177.3.3.2.1.25 | counter | read-only |
The number of FECN frames received by a port. |
portFECNOutFrames | 1.3.6.1.4.1.177.3.3.2.1.26 | counter | read-only |
The number of FECN frames transmitted by a port. |
portFrameRateIn | 1.3.6.1.4.1.177.3.3.2.1.27 | gauge | read-only |
The rate in frames per second of frames received by the FRX. This number is a updated every minute and represents the last five minutes worth of traffic. |
portFrameRateOut | 1.3.6.1.4.1.177.3.3.2.1.28 | gauge | read-only |
The rate in frames per second of frames transmitted by the FRX. This number is a updated every minute and represents the last five minutes worth of traffic. |
portByteRateIn | 1.3.6.1.4.1.177.3.3.2.1.29 | gauge | read-only |
The rate in bytes per second received by the FRX. This number is updated every minute and represents the last five minutes worth of traffic. |
portByteRateOut | 1.3.6.1.4.1.177.3.3.2.1.30 | gauge | read-only |
The rate in bytes per second received by the FRX. This number is updated every minute and represents the last five minutes worth of traffic. |
portAverageRxQueue | 1.3.6.1.4.1.177.3.3.2.1.31 | gauge | read-only |
The average depth of the receiver's input queue. |
portAverageTxQueue | 1.3.6.1.4.1.177.3.3.2.1.32 | gauge | read-only |
The average depth of the transmitter's output queue. |
portMaxFrameRateIn | 1.3.6.1.4.1.177.3.3.2.1.33 | gauge | read-only |
The maximum frame rate for frames received by a port. |
portMaxFrameRateOut | 1.3.6.1.4.1.177.3.3.2.1.34 | gauge | read-only |
The maximum frame rate for frames transmitted by a port. |
portMaxByteRateIn | 1.3.6.1.4.1.177.3.3.2.1.35 | gauge | read-only |
The maximum byte rate for frames received by a port. |
portMaxByteRateOut | 1.3.6.1.4.1.177.3.3.2.1.36 | gauge | read-only |
The maximum byte rate for frames transmitted by a port. |
portMaxQueueDepthIn | 1.3.6.1.4.1.177.3.3.2.1.37 | gauge | read-only |
The maximum length of a port's receive queue. |
portMaxQueueDepthOut | 1.3.6.1.4.1.177.3.3.2.1.38 | gauge | read-only |
The maximum length of a port's transmit queue. |
portBadFrames | 1.3.6.1.4.1.177.3.3.2.1.39 | counter | read-only |
The number of frames dropped by the HDLC controller. Examples of reasons why frames are dropped include receiving a bad CRC and non-octet alignment. |
portShortFrames | 1.3.6.1.4.1.177.3.3.2.1.40 | counter | read-only |
The number of frames received by the HDLC controller that don't meet the minimum length restriction. |
portMissedFrames | 1.3.6.1.4.1.177.3.3.2.1.41 | counter | read-only |
The number of receive frames missed by the HDLC controller. This happens when the receiver's input queue is full. |
portLongFrames | 1.3.6.1.4.1.177.3.3.2.1.42 | counter | read-only |
The number of frames received longer than the maximum length. |
portRxOverruns | 1.3.6.1.4.1.177.3.3.2.1.43 | counter | read-only |
The number of receiver overruns the HDLC controller experiences. |
portTxUnderruns | 1.3.6.1.4.1.177.3.3.2.1.44 | counter | read-only |
The number of transmitter underruns the HDLC controller experiences. |
portStatusEntryId | 1.3.6.1.4.1.177.3.3.2.1.45 | integer | read-only |
The port identifier (number) for this port. |
portStatsClearedTime | 1.3.6.1.4.1.177.3.3.2.1.46 | displaystring | read-only |
The amount of time since the last time the statistics were cleared for this port. |
portDropBWadmitFrames | 1.3.6.1.4.1.177.3.3.2.1.47 | counter | read-only |
The number of frames dropped due to Bandwidth Admission enforcement at the port. This occurs when the number of frames is greater than (Bc + Be) during Tc over all Tc's since the last clear of statistics. In other words, these are the burst frames which exceed the sum of the Committed Burst size (Bc) and the Excess Burst size (Be) over each time interval (Tc). This count is only valid when Bandwidth Admission is Enabled for the port; otherwise, it is zero. |
portDropInCongestFrames | 1.3.6.1.4.1.177.3.3.2.1.48 | counter | read-only |
The number of frames dropped because the port input buffer is fully congested. |
portDropOutCongestFrames | 1.3.6.1.4.1.177.3.3.2.1.49 | counter | read-only |
The number of frames dropped because the port output buffer is fully congested. |
portDropErroredFrames | 1.3.6.1.4.1.177.3.3.2.1.50 | counter | read-only |
The number of frames dropped because of frame errors. These include: bad DLCI, invalid DLCI (with and without Cache), invalid source route frame, and wierd frame. |
portDropPVCinactiveFrames | 1.3.6.1.4.1.177.3.3.2.1.51 | counter | read-only |
The number of frames dropped because the PVC is inactive. |
portDropPortDisabledFrames | 1.3.6.1.4.1.177.3.3.2.1.52 | counter | read-only |
The number of frames dropped because the port is Disabled. |
portChannelAssignment | 1.3.6.1.4.1.177.3.3.2.1.53 | integer | read-only |
This variable will not be available from version 3.0 onwards; it has been replaced by portChannelAssignment30 (see below). |
portAlarmedPVCs | 1.3.6.1.4.1.177.3.3.2.1.54 | gauge | read-only |
The number of circuits on this port where all of the following conditions are true: - circuitState is not 'idle' - circuitStatus is not 'active'. |
portChannelAssignment30 | 1.3.6.1.4.1.177.3.3.2.1.55 | octet string | read-only |
The DS0s assigned to this logical backcard port. These may, or may not, be contiguous (when more than one is assigned). |
portSdlcEncapMapTable | 1.3.6.1.4.1.177.3.3.3 | no-access |
The table containing address map translations between DLCIs and SDLC/HDLC addresses. This table is applicable if the portInterfaceProtocol is sdlcHdlcEncap and the portSdlcEncapMode is addressMapped. |
|
1.3.6.1.4.1.177.3.3.3.1 | no-access |
A row from the address map translation table. |
||
addressMapSdlcAddress | 1.3.6.1.4.1.177.3.3.3.1.1 | integer | read-write |
The SDLC or HDLC address that is mapped to a DLCI when using SDLC/HDLC encapsulation. |
addressMapDlci | 1.3.6.1.4.1.177.3.3.3.1.2 | integer | read-write |
The DLCI used when mapping an SCLC/HDLC address when SLDC/HDLC encapsulation is being used. |
addressMapRowStatus | 1.3.6.1.4.1.177.3.3.3.1.3 | integer | read-write |
Used to create a row in the table. Enumeration: 'valid': 2, 'invalid': 1. |
addressMapPortNumber | 1.3.6.1.4.1.177.3.3.3.1.4 | integer | read-only |
The port number index for the address map table. |
circuit | 1.3.6.1.4.1.177.3.4 | |||
circuitConfTable | 1.3.6.1.4.1.177.3.4.1 | no-access |
A table containing configuration information for a circuit. The objects in this table are always readable; they can only be written (if accessible) only for the instance in which the circuitConfPortNumber and circuitConfDLCI correspond to the port number and DLCI at the source (originate). When creating a new circuit, at a minimum the destination address must be supplied. Note: Before modifying any circuit configuration variables, the circuit must be disabled (set circuitConfState = 'disable'). |
|
1.3.6.1.4.1.177.3.4.1.1 | no-access |
Configuration information about a particular circuit. |
||
circuitSourceAddress | 1.3.6.1.4.1.177.3.4.1.1.1 | displaystring | read-only |
The value of this object is the source (originate) address of this circuit. It is expressed in terms of IDNX Node, Card, and Port (NxCyPz). |
circuitSourceDLCI | 1.3.6.1.4.1.177.3.4.1.1.2 | integer | read-write |
The value of this object is the DLCI associated with the source address of this circuit. |
circuitDestinationAddress | 1.3.6.1.4.1.177.3.4.1.1.3 | displaystring | read-write |
The value of this object is the destination (termination) address of this circuit. The value must be consistent with the endpoint of the user-selected path (if one exists). In the case of a manager that can issue only single-varbind Set requests, clear the user-selected path (if one exists) before attempting to change this value. |
circuitDestinationDLCI | 1.3.6.1.4.1.177.3.4.1.1.4 | integer | read-write |
The value of this object is the DLCI associated with the destination address of this circuit. |
circuitUserSelectedPath | 1.3.6.1.4.1.177.3.4.1.1.5 | displaystring | read-write |
The value of this object is the required path through the FRX network that this virtual circuit must take. The endpoints of this path must be consistent with the configured source and destination addresses. The value 'disabled' indicates that a user-selected path has not been configured. |
circuitAllowAlternatePath | 1.3.6.1.4.1.177.3.4.1.1.6 | integer | read-write |
If a user-selected path has been configured, enabling this variable allows the FRX to choose an alternate route through the network if the user-selected path is unavailable. Disabling it forces the FRX to wait until the user-selected path is available before establishing the PVC. Enumeration: 'disabled': 1, 'enabled': 2. |
circuitBandwidthAdmission | 1.3.6.1.4.1.177.3.4.1.1.7 | integer | read-write |
The field reflects the status of bandwidth admission for this virtual circuit. If enabled then CIR, Be, and Bc must be configured. Enumeration: 'disabled': 1, 'enabled': 2. |
circuitCommittedInfoRate | 1.3.6.1.4.1.177.3.4.1.1.8 | integer | read-write |
The committed information rate (in bits per second) for this virtual circuit. |
circuitBurstSize | 1.3.6.1.4.1.177.3.4.1.1.9 | integer | read-write |
The burst size (Bc, expressed in bits) for this virtual circuit. |
circuitExcessBurstSize | 1.3.6.1.4.1.177.3.4.1.1.10 | integer | read-write |
The excess burst size (Be, expressed in bits) for this virtual circuit. |
circuitPriority | 1.3.6.1.4.1.177.3.4.1.1.11 | integer | read-write |
The priority value of this circuit. If prioritized circuits are not enabled on the port then the circuit priority is set to (normal); normal priority is always one less than the highest priority available, which depend on the number of priority queues defined. There can between 2, and 15 priority queues defined. The default is 3. This parameter can not be set unless Prioritize PVC is enabled for the port (portPriorityQueueing). Enumeration: 'pri-15': 15, 'pri-14': 14, 'pri-11': 11, 'pri-10': 10, 'pri-13': 13, 'pri-12': 12, 'pri-5': 5, 'pri-4': 4, 'pri-7': 7, 'pri-6': 6, 'pri-1': 1, 'pri-3': 3, 'pri-2': 2, 'pri-9': 9, 'pri-8': 8. |
circuitConfState | 1.3.6.1.4.1.177.3.4.1.1.12 | integer | read-write |
The database state for this virtual circuit. Setting this field to delete causes the virtual circuit to be deleted. Setting this field to install either creates a new circuit, or disables an already existing circuit. Activating the circuit builds the circuit across the network. Note: The database state must be set to 'disable' before any other circuit parameters can be modified. Enumeration: 'disable': 3, 'activate': 4, 'install': 2, 'delete': 1. |
circuitConfPortNumber | 1.3.6.1.4.1.177.3.4.1.1.13 | integer | read-only |
The first index into the circuit configuration table. |
circuitConfDLCI | 1.3.6.1.4.1.177.3.4.1.1.14 | integer | read-only |
The second index into the circuit configuration table. |
circuitStatusTable | 1.3.6.1.4.1.177.3.4.2 | no-access |
A table containing virtual circuit status for this port |
|
1.3.6.1.4.1.177.3.4.2.1 | no-access |
A status entry contains information about virtual circuits. |
||
circuitDataBaseState | 1.3.6.1.4.1.177.3.4.2.1.1 | integer | read-only |
The value of this object identifies the current database state of the PVC. Enumeration: 'active': 2, 'installed': 1. |
circuitState | 1.3.6.1.4.1.177.3.4.2.1.2 | integer | read-only |
This field represents the status of the virtual circuit. The possible values for the state are idle, setup, complete, and disconnect. Enumeration: 'idle': 1, 'disconnect': 4, 'setup': 2, 'complete': 3. |
circuitSetupFailureReason | 1.3.6.1.4.1.177.3.4.2.1.3 | displaystring | read-only |
This field is valid when the call cannot be completed. The reason the circuit setup failed is contained in this string. |
circuitLastDisconnectReason | 1.3.6.1.4.1.177.3.4.2.1.4 | displaystring | read-only |
This field displays the reason for the last disconnect of this virtual circuit, including normal termination. |
circuitRoute | 1.3.6.1.4.1.177.3.4.2.1.5 | displaystring | read-only |
This field displays the route that the circuit has taken through the FRX network. It is expressed in terms of IDNX Nodes and Cards (NxCy-NxCy-[...]NxCy.) |
circuitWindowLength | 1.3.6.1.4.1.177.3.4.2.1.6 | integer | read-only |
The value of this object is the window length (Tc) used for bandwidth admission procedures. The units are tenths-of-seconds. This object is applicable only if bandwidth admission is enabled for the circuit. |
circuitReceiveFrames | 1.3.6.1.4.1.177.3.4.2.1.7 | counter | read-only |
The number of frames received by this circuit. |
circuitTransmitFrames | 1.3.6.1.4.1.177.3.4.2.1.8 | counter | read-only |
The number of frames transmitted by this circuit. |
circuitReceiveBytes | 1.3.6.1.4.1.177.3.4.2.1.9 | counter | read-only |
The number of bytes received by this circuit. |
circuitTransmitBytes | 1.3.6.1.4.1.177.3.4.2.1.10 | counter | read-only |
The number of bytes transmitted by this circuit. |
circuitDroppedFrames | 1.3.6.1.4.1.177.3.4.2.1.11 | counter | read-only |
This field represents the number of frames dropped for this DLCI due to bandwidth admission procedures. |
circuitMarkedDEFrames | 1.3.6.1.4.1.177.3.4.2.1.12 | counter | read-only |
This field represents the number of frames in which the FRX set the DE bit, due to bandwidth admission procedures. |
circuitReceivedDEFrames | 1.3.6.1.4.1.177.3.4.2.1.13 | counter | read-only |
This field represents the number of frames received with the DE bit set. |
circuitCurrentTcBurstBits | 1.3.6.1.4.1.177.3.4.2.1.14 | counter | read-only |
The number of Bc bits received during the present Tc window. |
circuitCurrentTcExcessBits | 1.3.6.1.4.1.177.3.4.2.1.15 | counter | read-only |
The number of Be bits received during the present Tc window. |
circuitMaximumBcBits | 1.3.6.1.4.1.177.3.4.2.1.16 | counter | read-only |
The maximum number of Bc bits received for this virtual circuit. |
circuitMaximumBeBits | 1.3.6.1.4.1.177.3.4.2.1.17 | counter | read-only |
The maximum number of Be bits received for this virtual circuit. |
circuitAverageBc | 1.3.6.1.4.1.177.3.4.2.1.18 | gauge | read-only |
The average number of Bc bits during the past five (5) Tc periods. |
circuitAverageBe | 1.3.6.1.4.1.177.3.4.2.1.19 | gauge | read-only |
The average number of Be bits during the past five (5) Tc periods. |
circuitStatus | 1.3.6.1.4.1.177.3.4.2.1.20 | integer | read-only |
The status of virtual circuit. The valid values are Active or Inactive. Enumeration: 'active': 2, 'inactive': 1. |
circuitDownReason | 1.3.6.1.4.1.177.3.4.2.1.21 | displaystring | read-only |
This field is a description of why the virtual circuit is down. |
circuitBECNReceiveFrames | 1.3.6.1.4.1.177.3.4.2.1.22 | counter | read-only |
The number of BECN frames received by the circuit. |
circuitBECNTransmitFrames | 1.3.6.1.4.1.177.3.4.2.1.23 | counter | read-only |
The number of BECN frames transmitted by the circuit. |
circuitFECNReceiveFrames | 1.3.6.1.4.1.177.3.4.2.1.24 | counter | read-only |
The number of FECN frames received by the circuit. |
circuitFECNTransmitFrames | 1.3.6.1.4.1.177.3.4.2.1.25 | counter | read-only |
The number of FECN frames transmitted by the circuit. |
circuitStatusPortNumber | 1.3.6.1.4.1.177.3.4.2.1.26 | integer | read-only |
The first index into the circuit table. |
circuitStatusDLCI | 1.3.6.1.4.1.177.3.4.2.1.27 | integer | read-only |
The second index into the circuit table. |
circuitSrcSidePort | 1.3.6.1.4.1.177.3.4.2.1.28 | integer | read-only |
A circuit segment within an FRX node has two endpoints, each identified by a (port,DLCI) pair. This variable is the source side port number. Note: A value of -1 means 'not applicable'. This variable is not applicable unless the PVC state is Complete. |
circuitSrcSideDLCI | 1.3.6.1.4.1.177.3.4.2.1.29 | integer | read-only |
A circuit segment within an FRX node has two endpoints, each identified by a (port,DLCI) pair. This variable is the source side DLCI. Note: A value of -1 means 'not applicable'. This variable is not applicable unless the PVC state is Complete. |
circuitDestSidePort | 1.3.6.1.4.1.177.3.4.2.1.30 | integer | read-only |
A circuit segment within an FRX node has two endpoints, each identified by a (port,DLCI) pair. This variable is the destination side port number. Note: A value of -1 means 'not applicable'. This variable is not applicable unless the PVC state is Complete. |
circuitDestSideDLCI | 1.3.6.1.4.1.177.3.4.2.1.31 | integer | read-only |
A circuit segment within an FRX node has two endpoints, each identified by a (port,DLCI) pair. This variable is the destination side DLCI. Note: A value of -1 means 'not applicable'. This variable is not applicable unless the PVC state is Complete. |
operator | 1.3.6.1.4.1.177.3.5 | |||
operatorCount | 1.3.6.1.4.1.177.3.5.1 | integer | read-only |
The number of operators currently installed on this FRX. |
operatorTable | 1.3.6.1.4.1.177.3.5.2 | no-access |
The list of operators installed on this FRX. A row can be added to this table using a set request that includes, at minimum, a valid value for operatorIdentifier. A row can be deleted by setting operatorRowStatus to invalid. |
|
1.3.6.1.4.1.177.3.5.2.1 | no-access |
An entry (conceptual row) in the operator table. |
||
operatorIndex | 1.3.6.1.4.1.177.3.5.2.1.1 | integer | read-only |
The auxiliary variable used for identifying instances of the columnar objects in the operator table. |
operatorIdentifier | 1.3.6.1.4.1.177.3.5.2.1.2 | displaystring | read-write |
A textual string giving the name of this operator. Cannot be empty. A name for a new operator cannot duplicate a name for an existing operator. There is no default value, so a valid value for this column must be includedin any set request for row creation. |
operatorPrivilege | 1.3.6.1.4.1.177.3.5.2.1.3 | integer | read-write |
The privilege level for this operator. Enumeration: 'queryOnly': 1, 'any': 2. |
operatorPassword | 1.3.6.1.4.1.177.3.5.2.1.4 | displaystring | read-write |
The password for this operator. Can be empty. |
operatorRowStatus | 1.3.6.1.4.1.177.3.5.2.1.5 | integer | read-write |
Setting this column to invalid will delete this operator. Setting it to valid has no effect. Enumeration: 'valid': 2, 'invalid': 1. |
event | 1.3.6.1.4.1.177.3.6 | |||
eventTypeTable | 1.3.6.1.4.1.177.3.6.1 | no-access |
A table listing the types of real-time events on the FRX. The event types comprise two main categories: configuration changes (PVC installed, port activated, etc.), and status changes (port congested, node decongested, etc.). Though the types of events are static, some of their attributes, such as whether or not they trigger an SNMP trap, are configurable. |
|
1.3.6.1.4.1.177.3.6.1.1 | no-access |
Information about a particular event on the FRX. The event types comprise two main categories: configuration changes (PVC installed, port activated, etc.), and status changes (port congested, node decongested, etc.). Though the types of events are static, some of their attributes, such as whether or not they trigger an SNMP trap, are configurable. |
||
eventTypeIndex | 1.3.6.1.4.1.177.3.6.1.1.1 | integer | read-only |
Auxiliary variable used to identify row instances in the eventTypeTable. |
eventTypeLevel | 1.3.6.1.4.1.177.3.6.1.1.2 | integer | read-write |
The IDNX alarm level of this FRX event; user configurable. Enumeration: 'minorAlarm': 3, 'noAlarm': 1, 'majorAlarm': 4, 'fyiAlarm': 2, 'criticalAlarm': 5. |
eventTypeDefaultLevel | 1.3.6.1.4.1.177.3.6.1.1.3 | integer | read-only |
The default IDNX alarm level of this FRX event. Enumeration: 'minorAlarm': 3, 'noAlarm': 1, 'majorAlarm': 4, 'fyiAlarm': 2, 'criticalAlarm': 5. |
eventTypeNetworkSignificant | 1.3.6.1.4.1.177.3.6.1.1.4 | integer | read-write |
Determines whether or not this type of event is forwarded to the repository node for network-significant events. Enumeration: 'false': 1, 'true': 2. |
eventTypeDefaultNetworkSignificant | 1.3.6.1.4.1.177.3.6.1.1.5 | integer | read-only |
Default determination of whether or not this type of event is forwarded to the repository node for network-significant events. Enumeration: 'false': 1, 'true': 2. |
eventTypeForward | 1.3.6.1.4.1.177.3.6.1.1.6 | integer | read-write |
Determines whether or not this type of event is forwarded to the IDNX event log; user configurable. Enumeration: 'false': 1, 'true': 2. |
eventTypeDefaultForward | 1.3.6.1.4.1.177.3.6.1.1.7 | integer | read-only |
Default determination of whether or not this type of event is forwarded to the IDNX event log. Enumeration: 'false': 1, 'true': 2. |
eventTypeLog | 1.3.6.1.4.1.177.3.6.1.1.8 | integer | read-write |
Determines whether or not this type of event is logged to the FRX (local) event log; user configurable. Enumeration: 'false': 1, 'true': 2. |
eventTypeDefaultLog | 1.3.6.1.4.1.177.3.6.1.1.9 | integer | read-only |
Default determination of whether or not this type of event is logged to the FRX (local) event log. Enumeration: 'false': 1, 'true': 2. |
eventTypeTrap | 1.3.6.1.4.1.177.3.6.1.1.10 | integer | read-write |
Determines whether or not this type of event generates an SNMP trap; user configurable. Enumeration: 'false': 1, 'true': 2. |
eventTypeDefaultTrap | 1.3.6.1.4.1.177.3.6.1.1.11 | integer | read-only |
Default determination of whether or not this type of event generates an SNMP trap. Enumeration: 'false': 1, 'true': 2. |
eventTypeTrapNumber | 1.3.6.1.4.1.177.3.6.1.1.12 | integer | read-only |
Enterprise-specific trap number associated with this event. Enumeration: 'cbusDownTrap': 17, 'cbusUpTrap': 16, 'configDownloadFailureTrap': 42, 'dsx1XmtFarEndLOFEnding': 58, 'dsx1RcvAIS': 59, 'pvcActivatedTrap': 12, 'pvcStatusInactiveTrap': 15, 'billingDownloadThresholdTrap': 39, 'portPVCReOptimizationStart': 81, 'pvcInstalledTrap': 10, 'nodeNotCongestedTrap': 23, 'pvcDeletedTrap': 11, 'portDisabledTrap': 8, 'portInstalledTrap': 5, 'portActivatedTrap': 7, 'operatorInstallTrap': 79, 'pvcStatusActiveTrap': 14, 'portCongestedTrap': 9, 'eventLogClearedTrap': 26, 'pvcStateCompleteTrap': 35, 'dsx1LoopbackStateEnded': 68, 'functionMismatchTrap': 28, 'portIDNXCallDownTrap': 22, 'configChangedTrap': 3, 'portNotCongestedTrap': 24, 'portIDNXCallUpTrap': 21, 'configClearedTrap': 27, 'pvcStateIdleTrap': 33, 'billingDownloadSuccessTrap': 37, 'dsx1RcvTestCode': 75, 'portUniInactiveTrap': 20, 'dsx1LossOfFrameEnded': 64, 'pvcStateDisconnectTrap': 36, 'configDownloadSuccessTrap': 41, 'dsx1LossOfSignal': 65, 'nodeCongestedTrap': 4, 'dsx1LoopbackState': 67, 'dsx1LossOfFrame': 63, 'nodeUserLogout': 53, 'dsx1RcvFarEndLOMFEnded': 72, 'systemRestartTrap': 1, 'operatorResetTrap': 25, 'dsx1RcvFarEndLOMF': 71, 'dsx1T16AISEnded': 70, 'nodeUserLogin': 52, 'pvcStateSetupTrap': 34, 'altPathUsedTrap': 32, 'dsx1XmtFarEndLOF': 57, 'dsx1NoAlarm': 54, 'dsx1RcvFarEndLOFEnded': 56, 'portAlarmedPVCsZero': 78, 'dsx1XmtAISEnding': 62, 'encapInactiveTrap': 31, 'dsx1OtherFailure': 76, 'dsx1XmtAIS': 61, 'nodeFlashWriteErr': 51, 'portUniActiveTrap': 19, 'dsx1T16AIS': 69, 'dsx1LossOfSignalEnded': 66, 'portPVCReOptimizationEnd': 82, 'dsx1RcvFarEndLOF': 55, 'portDeletedTrap': 6, 'operatorDeleteTrap': 80, 'nodeAlarmedPortsZero': 77, 'systemSyserrTrap': 2, 'dsx1RcvAISEnded': 60, 'dsx1XmtFarEndLOMF': 73, 'billingDownloadFailureTrap': 38, 'nodeFlashMemErr': 50, 'serialFailTrap': 18, 'pvcDisabledTrap': 13, 'configSyntaxErrorTrap': 40, 'eventLogErrorTrap': 29, 'encapActiveTrap': 30, 'dsx1XmtFarEndLOMFEnding': 74. |
network | 1.3.6.1.4.1.177.3.7 | |||
networkNodeCount | 1.3.6.1.4.1.177.3.7.1 | integer | read-only |
The number of nodes this FRX knows about in the FRX network. |
networkTable | 1.3.6.1.4.1.177.3.7.2 | no-access |
The network table contains information on FRX nodes that is known network wide. This information is distributed via a link state algorithm. |
|
1.3.6.1.4.1.177.3.7.2.1 | no-access |
A row in the network table. Each row contains information on a different node in the network. |
||
networkNodeId | 1.3.6.1.4.1.177.3.7.2.1.1 | octet string | read-only |
The IDNX domain-node-card address of the FRX node. |
networkTableIndex | 1.3.6.1.4.1.177.3.7.2.1.2 | integer | read-only |
The index for a particular row in the network table. The value of this index is the FRX node number that corresponds to the networkNodeId address. |
networkNodeIpAddress | 1.3.6.1.4.1.177.3.7.2.1.3 | ipaddress | read-only |
The IP address of the FRX node. |
networkNodeNetMask | 1.3.6.1.4.1.177.3.7.2.1.4 | ipaddress | read-only |
The network mask of the FRX node. |
networkLinkStateTable | 1.3.6.1.4.1.177.3.7.3 | no-access |
The link state table is a list of FRX nodes that are neighbors to a given FRX node. |
|
1.3.6.1.4.1.177.3.7.3.1 | no-access |
A row in the link state table. Each row contains information on the neighbor nodes for the FRX node in the network table. |
||
linkStateNeighborId | 1.3.6.1.4.1.177.3.7.3.1.1 | octet string | read-only |
The IDNX domain-node-card address of a neighbor FRX node. |
linkStateNodeNumber | 1.3.6.1.4.1.177.3.7.3.1.2 | integer | read-only |
The first index into the link state table. The value of this index is an FRX node number. |
linkStateIndex | 1.3.6.1.4.1.177.3.7.3.1.3 | integer | read-only |
The second index into the link state table. |
management | 1.3.6.1.4.1.177.3.8 | |||
bufferCongestion | 1.3.6.1.4.1.177.3.8.1 | |||
bufferMinimumThreshold | 1.3.6.1.4.1.177.3.8.1.1 | integer | read-write |
The minimum percentage of buffer utilization to cause node congestion. |
bufferDEFrameThreshold | 1.3.6.1.4.1.177.3.8.1.2 | integer | read-write |
The minimum percentage of buffer utilization that causes DE frames to be dropped. |
bufferNormalFrameThreshold | 1.3.6.1.4.1.177.3.8.1.3 | integer | read-write |
The minimum percentage of buffer utilization that causes normal data frames to be dropped. |
portCongestion | 1.3.6.1.4.1.177.3.8.2 | |||
portCongestionTable | 1.3.6.1.4.1.177.3.8.2.1 | no-access |
A list of the port congestion parameters, row for each port. |
|
1.3.6.1.4.1.177.3.8.2.1.1 | no-access |
A row from the port congestion parameters table. |
||
portCongId | 1.3.6.1.4.1.177.3.8.2.1.1.1 | integer | read-only |
The port number associated with this row in the table. |
portCongFrameDropRate | 1.3.6.1.4.1.177.3.8.2.1.1.2 | integer | read-write |
The rate at which normal frames are dropped during extreme congestion. |
portCongUtilThreshold | 1.3.6.1.4.1.177.3.8.2.1.1.3 | integer | read-write |
The percentage of the port's access rate, at which time congestion avoidance procedures are started. |
portCongMinThreshold | 1.3.6.1.4.1.177.3.8.2.1.1.4 | integer | read-write |
The number of seconds of port congestion before FECN and BECN begin to get set. |
portCongDEThreshold | 1.3.6.1.4.1.177.3.8.2.1.1.5 | integer | read-write |
The number of seconds of APPROACHINGCONGESTION before DE frames begin to get dropped. |
portCongNormalThreshold | 1.3.6.1.4.1.177.3.8.2.1.1.6 | integer | read-write |
The number of seconds of DECONGESTION before normal data frames begin to get dropped. |
routingParameters | 1.3.6.1.4.1.177.3.8.3 | |||
routingLongTimeout | 1.3.6.1.4.1.177.3.8.3.1 | integer | read-write |
The amount of time between normal routing table updates for this FRX node. |
routingShortTimeout | 1.3.6.1.4.1.177.3.8.3.2 | integer | read-write |
The amount of time to wait after a PVC has been added or deleted before distributing a new routing table update for this FRX node. |
routingCriticalStaleness | 1.3.6.1.4.1.177.3.8.3.3 | integer | read-write |
The number of minor changes or short timeouts that causes a routing table update to be distributed. |
clearObjects | 1.3.6.1.4.1.177.3.8.4 | |||
clearEventLog | 1.3.6.1.4.1.177.3.8.4.1 | |||
eventLogClear | 1.3.6.1.4.1.177.3.8.4.1.1 | integer | read-write |
Writing to this object will cause the event log to be cleared. |
clearPVCStats | 1.3.6.1.4.1.177.3.8.4.2 | |||
clearPVCStatsTable | 1.3.6.1.4.1.177.3.8.4.2.1 | no-access |
A virtual table which is used to clear PVC statistics. |
|
1.3.6.1.4.1.177.3.8.4.2.1.1 | no-access |
A row of parameters which are used to clear PVC based statistics. |
||
clearPVCStatsPortId | 1.3.6.1.4.1.177.3.8.4.2.1.1.1 | integer | read-only |
The port number identifying a PVC whose statistics are to be cleared. |
clearPVCStatsPvcId | 1.3.6.1.4.1.177.3.8.4.2.1.1.2 | integer | read-only |
The DLCI value identifying a PVC whose statistics are to be cleared. |
clearPVCStatsActivator | 1.3.6.1.4.1.177.3.8.4.2.1.1.3 | integer | read-write |
After setting up the clearPVCStatsPVCId and clearPVCStatsPortId fields, writing to this field will clear the identified PVCs counters. |
clearPortStats | 1.3.6.1.4.1.177.3.8.4.3 | |||
clearPortStatsTable | 1.3.6.1.4.1.177.3.8.4.3.1 | no-access |
A virtual table for clearing port based statistics. |
|
1.3.6.1.4.1.177.3.8.4.3.1.1 | no-access |
A virtual entry used to clear port statistics. |
||
clearPortStatsPortId | 1.3.6.1.4.1.177.3.8.4.3.1.1.1 | integer | read-write |
Setting the field to a valid port number and then writing to clearPortStatsActivator will clear a port's statistics. |
clearPortStatsActivator | 1.3.6.1.4.1.177.3.8.4.3.1.1.2 | integer | read-write |
After setting the clearPortStatsPortId field with a valid port number, writing to this field will clear a port's statistics. |
clearConfiguration | 1.3.6.1.4.1.177.3.8.4.4 | |||
configurationClear | 1.3.6.1.4.1.177.3.8.4.4.1 | integer | read-write |
Writing anything to this field will clear a FRX node's configuration. This can be very dangerous. |
saveConfiguration | 1.3.6.1.4.1.177.3.8.5 | |||
configurationSave | 1.3.6.1.4.1.177.3.8.5.1 | integer | read-write |
Writing anything to this field will cause the current configuration to be saved in the non-volatile store of the PX card. |
nmsDownloads | 1.3.6.1.4.1.177.3.8.6 | |||
fullConfigDownload | 1.3.6.1.4.1.177.3.8.6.1 | integer | read-write |
Writing anything to this field will cause the current PVC configuration to be downloaded to a NMS workstation. |
portQueueThreshold | 1.3.6.1.4.1.177.3.8.7 | |||
txQueueMaxTable | 1.3.6.1.4.1.177.3.8.7.1 | no-access |
A list of the port transmit queue maximum size, row for each port. |
|
1.3.6.1.4.1.177.3.8.7.1.1 | no-access |
A row from the port transmit queue max size table. |
||
txQueueMaxPortId | 1.3.6.1.4.1.177.3.8.7.1.1.1 | integer | read-only |
The port number associated with this row in the table. |
txQueueMax | 1.3.6.1.4.1.177.3.8.7.1.1.2 | integer | read-write |
The Transmit Queue Max size for this port. |
txQueueMaxRangeMin | 1.3.6.1.4.1.177.3.8.7.1.1.3 | integer | read-only |
Transmit Queue Max size range minimum value for this port. |
txQueueMaxRangeMax | 1.3.6.1.4.1.177.3.8.7.1.1.4 | integer | read-only |
Transmit Queue Max size range maximum value for this port. |
priorityQueuesThresholdTable | 1.3.6.1.4.1.177.3.8.7.2 | no-access |
A list of the port priority queues threshold, row for each port. |
|
1.3.6.1.4.1.177.3.8.7.2.1 | no-access |
A row from the port priority queues threshold table. |
||
thresholdQueuePortId | 1.3.6.1.4.1.177.3.8.7.2.1.1 | integer | read-only |
The port number associated with this row in the table. |
thresholdQueueId | 1.3.6.1.4.1.177.3.8.7.2.1.2 | integer | read-only |
The queue associated with this row in the table. |
priorityQueuesThreshold | 1.3.6.1.4.1.177.3.8.7.2.1.3 | integer | read-write |
Priority Queue threshold for this port. |
priorityQueuesThresholdMin | 1.3.6.1.4.1.177.3.8.7.2.1.4 | integer | read-only |
Minimum Priority Queue threshold for this port. |
priorityQueuesThresholdMax | 1.3.6.1.4.1.177.3.8.7.2.1.5 | integer | read-only |
Maximum Priority Queue threshold for this port. |
priorityQueues | 1.3.6.1.4.1.177.3.8.8 | |||
numberOfPriorities | 1.3.6.1.4.1.177.3.8.8.1 | integer | read-only |
The number of priorities for a given node. |
priorityQueueRatioTable | 1.3.6.1.4.1.177.3.8.8.2 | no-access |
A list of the port priority queues ratios, row for each port. |
|
1.3.6.1.4.1.177.3.8.8.2.1 | no-access |
A row from the port priority queues ratio table. |
||
priorityQueuePortId | 1.3.6.1.4.1.177.3.8.8.2.1.1 | integer | read-only |
The port number associated with this row in the table. |
priorityQueueRatio | 1.3.6.1.4.1.177.3.8.8.2.1.2 | octet string | read-write |
Priority Queue ratio for this port. |
gateway | 1.3.6.1.4.1.177.3.9 | |||
gwIPAddress | 1.3.6.1.4.1.177.3.9.1 | ipaddress | read-write |
The IP Address of the FRX backcard. |
gwNetMask | 1.3.6.1.4.1.177.3.9.2 | ipaddress | read-write |
The network mask of the FRX backcard. |
gwRARP | 1.3.6.1.4.1.177.3.9.3 | integer | read-only |
This parameter is not supported. A get on this OID will return disabled. A set on this OID will have no effect. Enumeration: 'disabled': 1, 'enabled': 2. |
gwRIP | 1.3.6.1.4.1.177.3.9.4 | integer | read-write |
Enable or disable the use of RIP (Routing Information Protocol). With RIP disabled, the user must install static routes on the attached workstation. Default state is disabled. Enumeration: 'disabled': 1, 'enabled': 2. |
gwIPAccessTable | 1.3.6.1.4.1.177.3.9.5 | no-access |
A table of IP host or network addresses whose managers are allowed to access the FRX gateway. |
|
1.3.6.1.4.1.177.3.9.5.1 | no-access |
An IP host or network addresses whose managers are allowed to access the FRX gateway. |
||
gwIPAccessRowStatus | 1.3.6.1.4.1.177.3.9.5.1.1 | integer | read-write |
Auxiliary variable used to create or delete row instances in the gateway's IP address access table. Enumeration: 'valid': 2, 'invalid': 1. |
gwIPAccessAddress | 1.3.6.1.4.1.177.3.9.5.1.2 | ipaddress | read-write |
The IP address of a host or network that is allowed to access the FRX gateway. |
dsx | 1.3.6.1.4.1.177.3.10 | |||
dsx1ConfigEntry | 1.3.6.1.4.1.177.3.10.1 | |||
dsx1Initialized | 1.3.6.1.4.1.177.3.10.1.1 | integer | no-access |
Used to pad the wan structure in wan.h; it is not used for SNMP. |
dsx1TimeElapsed | 1.3.6.1.4.1.177.3.10.1.2 | integer | read-only |
The number of seconds that have elapsed since the beginning of the current error-measurement period. |
dsx1ValidIntervals | 1.3.6.1.4.1.177.3.10.1.3 | integer | read-only |
The number of previous intervals for which valid data was collected. The value will be 96 unless the interface was brought on-line within the last 24 hours, in which case the value will be the number of complete 15 minute intervals the since interface has been online. |
dsx1LineType | 1.3.6.1.4.1.177.3.10.1.4 | integer | read-write |
This variable indicates the variety of DS1 Line implementing this circuit. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: dsx1ESF Extended SuperFrame DS1 dsx1D4 AT&T D4 format DS1 dsx1E1 CCITT Recommendation G.704 (Table 4a) dsx1E1-CRC CCITT Recommendation G.704 (Table 4b) dsxE1-MF G.704 (Table 4a) with TS16 multiframing enabled dsx1E1-CRC-MF G.704 (Table 4b) with TS16 multiframing enabled Enumeration: 'dsx1E1-CRC': 5, 'dsx1D4': 3, 'dsx1E1': 4, 'dsx1ESF': 2, 'dsx1E1-MF': 6, 'dsx1E1-CRC-MF': 7, 'other': 1. |
dsx1LineCoding | 1.3.6.1.4.1.177.3.10.1.5 | integer | read-write |
This variable describes the variety of Zero Code Suppression used on the link, which in turn affects a number of its characteristics. dsx1B8ZS refers to the use of a specified pat- tern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. ANSI Clear Channels may use dsx1ZBTSI, or Zero Byte Time Slot Interchange. E1 links, with or without CRC, use dsx1HDB3 or dsx1AMI. dsx1AMI refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density re- quirements, such as inverting HDLC data. Enumeration: 'dsx1AMI': 4, 'other': 5, 'dsx1HDB3': 2, 'dsx1B8ZS': 1, 'dsx1ZBTSI': 3. |
dsx1SendCode | 1.3.6.1.4.1.177.3.10.1.6 | integer | read-write |
This variable indicates what type of code is being sent across the DS1 interface by the dev- ice. The values mean: dsx1SendNoCode sending looped or normal data dsx1SendLineCode sending a request for a line loopback dsx1SendPayloadCode sending a request for a payload loopback dsx1SendResetCode sending a loopback termination request dsx1SendQRS sending a Quasi-Random Signal (QRS) test pattern dsx1Send511Pattern sending a 511 bit fixed test pattern dsx1Send3in24Pattern sending a fixed test pattern of 3 bits set in 24 dsx1SendOtherTestPattern sending a test pattern other than those described by this object Enumeration: 'dsx1SendLineCode': 2, 'dsx1SendPayloadCode': 3, 'dsx1SendQRS': 5, 'dsx1Send511Pattern': 6, 'dsx1SendResetCode': 4, 'dsx1SendOtherTestPattern': 8, 'dsx1SendNoCode': 1, 'dsx1Send3in24Pattern': 7. |
dsx1CircuitIdentifier | 1.3.6.1.4.1.177.3.10.1.7 | displaystring | read-write |
This variable contains the transmission vendor's circuit identifier, for the purpose of facilitating troubleshooting. |
dsx1LoopbackConfig | 1.3.6.1.4.1.177.3.10.1.8 | integer | read-write |
This variable represents the loopback confi- guration of the DS1 interface. Agents support- ing read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: dsx1NoLoop Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as it's value. dsx1PayloadLoop The received signal at this interface is looped through the device. Typically the received signal is looped back for re- transmission after it has passed through the device's framing function. dsx1LineLoop The received signal at this interface does not go through the device (minimum pene- tration) but is looped back out. dsx1OtherLoop Loopbacks that are not defined here. Enumeration: 'dsx1NoLoop': 1, 'dsx1PayloadLoop': 2, 'dsx1LineLoop': 3, 'dsx1OtherLoop': 4. |
dsx1LineStatus | 1.3.6.1.4.1.177.3.10.1.9 | integer | read-only |
This variable indicates the Line Status of the interface. It contains loopback, failure, re- ceived 'alarm' and transmitted 'alarm' infor- mation. -- The dsx1LineStatus is a bit map represented as a sum, -- therefore, it can represent multiple failures (alarms) and -- a LoopbackState simultaneously. -- dsx1NoAlarm should be set if and only if no other flag is -- set. -- If the dsx1LoopbackState bit is set, the loopback in ef- -- fect can be determined from the dsx1LoopbackConfig object. -- The various bit positions are: -- 1 dsx1NoAlarm No Alarm Present -- 2 dsx1RcvFarEndLOF Far end LOF (a.k.a. Yellow Alarm) -- 4 dsx1XmtFarEndLOF Near end sending LOF Indication -- 8 dsx1RcvAIS Far end sending AIS -- 16 dsx1XmtAIS Near end sending AIS -- 32 dsx1LossOfFrame Near end LOF (a.k.a. Red Alarm) -- 64 dsx1LossOfSignal Near end Loss Of Signal -- 128 dsx1LoopbackState Near end is looped -- 256 dsx1T16AIS E1 TS16 AIS -- 512 dsx1RcvFarEndLOMF Far End Sending TS16 LOMF -- 1024 dsx1XmtFarEndLOMF Near End Sending TS16 LOMF -- 2048 dsx1RcvTestCode Near End detects a test code -- 4096 dsx1OtherFailure any line status not defined here |
dsx1LineMode | 1.3.6.1.4.1.177.3.10.1.10 | integer | read-write |
This set of values describes the mode of the WAN I/F. For DS1 lines it sets the mode to CSU by way of a standard dB level, and for DSX configurations sets the line buildout in feet. for E1 lines, it sets the mode in Ohm Enumeration: 'dsx1Mode133ft': 5, 'dsx1Mode655ft': 9, 'dsx1Mode225dB': 4, 'dsx1Mode0dB': 1, 'dsx1Mode75dB': 2, 'dsx1Mode120Ohm': 10, 'dsx1Mode533ft': 8, 'dsx1Mode75Ohm': 11, 'dsx1Mode399ft': 7, 'dsx1Mode15dB': 3, 'dsx1Mode266ft': 6. |
dsx1TransmitClockSource | 1.3.6.1.4.1.177.3.10.1.11 | integer | read-write |
The source of Tranmit Clock. 'loopTiming' indicates that the recovered re- ceive clock is used as the transmit clock. 'localTiming' indicates that a local clock source is used. 'throughTiming' indicates that recovered re- ceive clock from another interface is ised as the transmit clock. Enumeration: 'localTiming': 2, 'loopTiming': 1, 'throughTiming': 3. |
dsx1Fdl | 1.3.6.1.4.1.177.3.10.1.12 | integer | read-write |
This bitmap describes the use of the facili- ties data link, and is the sum of the capabili- ties: 'other' indicates that a protocol other than one following is used. 'dsx1Ansi-T1-403' refers to the FDL exchange recommended by ANSI. (This is a T1-only option.) 'dsx1Att-54016' refers to ESF FDL exchanges. (This is a T1-only option.) 'dsx1Fdl-none' indicates that the device does not use the FDL. Enumeration: 'dsx1Att-54016': 4, 'dsx1Ansi-T1-403': 2, 'other': 1, 'dsx1Fdl-none': 8, 'dsx1Ansi-T1-403-Att-54016': 6. |
dsx1YellowAlarmStyle | 1.3.6.1.4.1.177.3.10.1.13 | integer | read-write |
This variable describes the use of the yellow alarm style when in D4 line encoding mode. Enumeration: 'usaYellowAlarms': 1, 'japaneseYellowAlarms': 2. |
dsx1CurrentTable | 1.3.6.1.4.1.177.3.10.2 | no-access |
The DS1 Current table. |
|
1.3.6.1.4.1.177.3.10.2.1 | no-access |
An entry in the DS1 Current table. |
||
dsx1CurrentIndex | 1.3.6.1.4.1.177.3.10.2.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value as a dsx1LineIndex object instance. |
dsx1CurrentESs | 1.3.6.1.4.1.177.3.10.2.1.2 | gauge | read-only |
The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute inter- val. |
dsx1CurrentSESs | 1.3.6.1.4.1.177.3.10.2.1.3 | gauge | read-only |
The number of Severely Errored Seconds encoun- tered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentSEFSs | 1.3.6.1.4.1.177.3.10.2.1.4 | gauge | read-only |
The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentUASs | 1.3.6.1.4.1.177.3.10.2.1.5 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute in- terval. |
dsx1CurrentCSSs | 1.3.6.1.4.1.177.3.10.2.1.6 | gauge | read-only |
The number of Controlled Slip Seconds encoun- tered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentPCVs | 1.3.6.1.4.1.177.3.10.2.1.7 | gauge | read-only |
The number of Path Coding Violations encoun- tered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentLESs | 1.3.6.1.4.1.177.3.10.2.1.8 | gauge | read-only |
The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute in- terval. |
dsx1CurrentBESs | 1.3.6.1.4.1.177.3.10.2.1.9 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentDMs | 1.3.6.1.4.1.177.3.10.2.1.10 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in the current 15 minute interval. |
dsx1CurrentLCVs | 1.3.6.1.4.1.177.3.10.2.1.11 | gauge | read-only |
The number of Line Code Violations (LCVs) en- countered by a DS1 interface in the current 15 minute interval. |
dsx1IntervalTable | 1.3.6.1.4.1.177.3.10.3 | no-access |
The DS1 Interval table. |
|
1.3.6.1.4.1.177.3.10.3.1 | no-access |
An entry in the DS1 Interval table. |
||
dsx1IntervalIndex | 1.3.6.1.4.1.177.3.10.3.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value as a dsx1LineIndex object instance. |
dsx1IntervalNumber | 1.3.6.1.4.1.177.3.10.3.1.2 | integer | read-only |
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes inter- val (assuming that all 96 intervals are valid). |
dsx1IntervalESs | 1.3.6.1.4.1.177.3.10.3.1.3 | gauge | read-only |
The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, indi- vidual 15 minute, intervals. |
dsx1IntervalSESs | 1.3.6.1.4.1.177.3.10.3.1.4 | gauge | read-only |
The number of Severely Errored Seconds encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalSEFSs | 1.3.6.1.4.1.177.3.10.3.1.5 | gauge | read-only |
The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalUASs | 1.3.6.1.4.1.177.3.10.3.1.6 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalCSSs | 1.3.6.1.4.1.177.3.10.3.1.7 | gauge | read-only |
The number of Controlled Slip Seconds encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalPCVs | 1.3.6.1.4.1.177.3.10.3.1.8 | gauge | read-only |
The number of Path Coding Violations encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalLESs | 1.3.6.1.4.1.177.3.10.3.1.9 | gauge | read-only |
The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalBESs | 1.3.6.1.4.1.177.3.10.3.1.10 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalDMs | 1.3.6.1.4.1.177.3.10.3.1.11 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1IntervalLCVs | 1.3.6.1.4.1.177.3.10.3.1.12 | gauge | read-only |
The number of Line Code Violations (LCVs) en- countered by a DS1 interface in the current 15 minute interval. |
dsx1TotalTable | 1.3.6.1.4.1.177.3.10.4 | no-access |
The DS1 Total table. 24 hour interval. |
|
1.3.6.1.4.1.177.3.10.4.1 | no-access |
An entry in the DS1 Total table. |
||
dsx1TotalIndex | 1.3.6.1.4.1.177.3.10.4.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value as a dsx1LineIndex object instance. |
dsx1TotalESs | 1.3.6.1.4.1.177.3.10.4.1.2 | gauge | read-only |
The number of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval |
dsx1TotalSESs | 1.3.6.1.4.1.177.3.10.4.1.3 | gauge | read-only |
The number of Severely Errored Seconds encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalSEFSs | 1.3.6.1.4.1.177.3.10.4.1.4 | gauge | read-only |
The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalUASs | 1.3.6.1.4.1.177.3.10.4.1.5 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour in- terval. |
dsx1TotalCSSs | 1.3.6.1.4.1.177.3.10.4.1.6 | gauge | read-only |
The number of Controlled Slip Seconds encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalPCVs | 1.3.6.1.4.1.177.3.10.4.1.7 | gauge | read-only |
The number of Path Coding Violations encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalLESs | 1.3.6.1.4.1.177.3.10.4.1.8 | gauge | read-only |
The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour in- terval. |
dsx1TotalBESs | 1.3.6.1.4.1.177.3.10.4.1.9 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalDMs | 1.3.6.1.4.1.177.3.10.4.1.10 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1TotalLCVs | 1.3.6.1.4.1.177.3.10.4.1.11 | gauge | read-only |
The number of Line Code Violations (LCVs) en- countered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentTable | 1.3.6.1.4.1.177.3.10.5 | no-access |
The DS1 Far End Current table. |
|
1.3.6.1.4.1.177.3.10.5.1 | no-access |
An entry in the DS1 Far End Current table. |
||
dsx1FarEndCurrentIndex | 1.3.6.1.4.1.177.3.10.5.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value an dsx1LineIndex object instance. |
dsx1FarEndTimeElapsed | 1.3.6.1.4.1.177.3.10.5.1.2 | integer | read-only |
The number of seconds that have elapsed since the beginning of the far end current error-measurement period. |
dsx1FarEndValidIntervals | 1.3.6.1.4.1.177.3.10.5.1.3 | integer | read-only |
The number of previous far end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute far end intervals since the interface has been online. |
dsx1FarEndCurrentESs | 1.3.6.1.4.1.177.3.10.5.1.4 | gauge | read-only |
The number of Far Far End Errored Seconds en- countered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentSESs | 1.3.6.1.4.1.177.3.10.5.1.5 | gauge | read-only |
The number of Far End Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentSEFSs | 1.3.6.1.4.1.177.3.10.5.1.6 | gauge | read-only |
The number of Far End Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentUASs | 1.3.6.1.4.1.177.3.10.5.1.7 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute in- terval. |
dsx1FarEndCurrentCSSs | 1.3.6.1.4.1.177.3.10.5.1.8 | gauge | read-only |
The number of Far End Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentLESs | 1.3.6.1.4.1.177.3.10.5.1.9 | gauge | read-only |
The number of Far End Line Errored Seconds en- countered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentPCVs | 1.3.6.1.4.1.177.3.10.5.1.10 | gauge | read-only |
The number of Far End Path Coding Violations reported via the far end block error count en- countered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentBESs | 1.3.6.1.4.1.177.3.10.5.1.11 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndCurrentDMs | 1.3.6.1.4.1.177.3.10.5.1.12 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in the current 15 minute interval. |
dsx1FarEndIntervalTable | 1.3.6.1.4.1.177.3.10.6 | no-access |
The DS1 Far End Interval table. |
|
1.3.6.1.4.1.177.3.10.6.1 | no-access |
An entry in the DS1 Far End Interval table. |
||
dsx1FarEndIntervalIndex | 1.3.6.1.4.1.177.3.10.6.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value as a dsx1LineIndex object instance. |
dsx1FarEndIntervalNumber | 1.3.6.1.4.1.177.3.10.6.1.2 | integer | read-only |
A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes inter- val (assuming that all 96 intervals are valid). |
dsx1FarEndIntervalESs | 1.3.6.1.4.1.177.3.10.6.1.3 | gauge | read-only |
The number of Far End Errored Seconds encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndIntervalSESs | 1.3.6.1.4.1.177.3.10.6.1.4 | gauge | read-only |
The number of Far End Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndIntervalSEFSs | 1.3.6.1.4.1.177.3.10.6.1.5 | gauge | read-only |
The number of Far End Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, in- tervals. |
dsx1FarEndIntervalUASs | 1.3.6.1.4.1.177.3.10.6.1.6 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndIntervalCSSs | 1.3.6.1.4.1.177.3.10.6.1.7 | gauge | read-only |
The number of Far End Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndIntervalLESs | 1.3.6.1.4.1.177.3.10.6.1.8 | gauge | read-only |
The number of Far End Line Errored Seconds en- countered by a DS1 interface in one of the pre- vious 96, individual 15 minute, intervals. |
dsx1FarEndIntervalPCVs | 1.3.6.1.4.1.177.3.10.6.1.9 | gauge | read-only |
The number of Far End Path Coding Violations reported via the far end block error count en- countered by a DS1 interface in one of the pre- vious 96, individual 15 minute, intervals. |
dsx1FarEndIntervalBESs | 1.3.6.1.4.1.177.3.10.6.1.10 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndIntervalDMs | 1.3.6.1.4.1.177.3.10.6.1.11 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. |
dsx1FarEndTotalTable | 1.3.6.1.4.1.177.3.10.7 | no-access |
The DS1 Far End Total table. |
|
1.3.6.1.4.1.177.3.10.7.1 | no-access |
An entry in the DS1 Far End Total table. |
||
dsx1FarEndTotalIndex | 1.3.6.1.4.1.177.3.10.7.1.1 | integer | read-only |
The index value which uniquely identifies the DS1 interface to which this entry is applica- ble. The interface identified by a particular value of this index is the same interface as identified by the same value an dsx1LineIndex object instance. |
dsx1FarEndTotalESs | 1.3.6.1.4.1.177.3.10.7.1.2 | gauge | read-only |
The number of Far End Errored Seconds encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalSESs | 1.3.6.1.4.1.177.3.10.7.1.3 | gauge | read-only |
The number of Far End Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalSEFSs | 1.3.6.1.4.1.177.3.10.7.1.4 | gauge | read-only |
The number of Far End Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalUASs | 1.3.6.1.4.1.177.3.10.7.1.5 | gauge | read-only |
The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour in- terval. |
dsx1FarEndTotalCSSs | 1.3.6.1.4.1.177.3.10.7.1.6 | gauge | read-only |
The number of Far End Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalLESs | 1.3.6.1.4.1.177.3.10.7.1.7 | gauge | read-only |
The number of Far End Line Errored Seconds en- countered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalPCVs | 1.3.6.1.4.1.177.3.10.7.1.8 | gauge | read-only |
The number of Far End Path Coding Violations reported via the far end block error count en- countered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalBESs | 1.3.6.1.4.1.177.3.10.7.1.9 | gauge | read-only |
The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. |
dsx1FarEndTotalDMs | 1.3.6.1.4.1.177.3.10.7.1.10 | gauge | read-only |
The number of Degraded Minutes (DMs) encoun- tered by a DS1 interface in the previous 24 hour interval. |
dsx1ChanOwnerTable | 1.3.6.1.4.1.177.3.10.8 | no-access |
The DS1 Channel-to-Port mapping table. |
|
1.3.6.1.4.1.177.3.10.8.1 | no-access |
An entry in the dsx1ChanOwner table, indexed by channel showing which logical port owns this channel. An entry of -1 depicts a channel that is freely assignable. |
||
dsx1ChanIndex | 1.3.6.1.4.1.177.3.10.8.1.1 | integer | read-only |
The index value which uniquely identifies the DSX channel to which this entry is applicable. |
dsx1ChanOwnerPort | 1.3.6.1.4.1.177.3.10.8.1.2 | integer | read-write |
The number of the port to which this channel is assigned. |
dsx1PortModeTable | 1.3.6.1.4.1.177.3.10.9 | no-access |
The DS1 Logical Port-to-Mode mapping table. |
|
1.3.6.1.4.1.177.3.10.9.1 | no-access |
An entry in the DS1 Port->Mode table, indexed by port showing which mode this port runs in. An entry of 0 depicts a port that is operating in the DS0 mode, a non-zero entry indicates the 56K mode. Note that a DS1 link operating JBZS will always have all of its channels operating in 56K mode. |
||
dsx1PortMode | 1.3.6.1.4.1.177.3.10.9.1.1 | integer | read-write |
The port mode of the T1/E1 Back Card port to which this entry is applicable. Enumeration: 'mode56K': 2, 'modeDS0': 1. |
dsx1PortIndex | 1.3.6.1.4.1.177.3.10.9.1.2 | integer | read-only |
The index value which uniquely identifies the T1/E1 Back Card port to which this entry is applicable. |
filesystem | 1.3.6.1.4.1.177.3.11 | |||
exportFileSystem | 1.3.6.1.4.1.177.3.11.1 | integer | read-write |
Determines whether this node will export its filesystem. The default will be |
loadAndExecute | 1.3.6.1.4.1.177.3.11.2 | integer | read-write |
Triggers the loading of SNMPCNF.CMD if such a file existed, otherwise, it triggers the loading of DEFAULT.CFG after clearing the current configuration. Enumeration: 'notloading': 1, 'loading': 2. |
adaptive | 1.3.6.1.4.1.177.4 | |||
idnx | 1.3.6.1.4.1.177.5 | |||
systemRestartTrap | 1.3.6.1.4.1.177.30.1 |
This trap is sent when the system restarts for any reason other than an operator requested restart. |
||
systemSyserrTrap | 1.3.6.1.4.1.177.30.2 |
This trap is sent when the system detects a inconsistency. This may cause a reset of the FRX node. |
||
configChangedTrap | 1.3.6.1.4.1.177.30.3 |
This trap is sent when a new configuration is saved in the non-volatile storage. |
||
nodeCongestedTrap | 1.3.6.1.4.1.177.30.4 |
This trap is sent when the FRX node becomes congested. |
||
portInstalledTrap | 1.3.6.1.4.1.177.30.5 |
This trap is sent when a port is installed. |
||
portDeletedTrap | 1.3.6.1.4.1.177.30.6 |
This trap is sent when a port is deleted. |
||
portActivatedTrap | 1.3.6.1.4.1.177.30.7 |
This trap is sent when a port is activated. |
||
portDisabledTrap | 1.3.6.1.4.1.177.30.8 |
This trap is sent when a port is disabled. |
||
portCongestedTrap | 1.3.6.1.4.1.177.30.9 |
This trap is sent when a port is congested. |
||
pvcInstalledTrap | 1.3.6.1.4.1.177.30.10 |
This trap is sent when a virtual circuit is installed. |
||
pvcDeletedTrap | 1.3.6.1.4.1.177.30.11 |
This trap is sent when a virtual circuit is deleted. |
||
pvcActivatedTrap | 1.3.6.1.4.1.177.30.12 |
This trap is sent when a virtual circuit is activated. |
||
pvcDisabledTrap | 1.3.6.1.4.1.177.30.13 |
This trap is sent when a virtual circuit is disabled. |
||
pvcStatusActiveTrap | 1.3.6.1.4.1.177.30.14 |
This trap is sent when the status for a virtual circuit become active. |
||
pvcStatusInactiveTrap | 1.3.6.1.4.1.177.30.15 |
This trap is sent when the status for a virtual circuit become inactive. |
||
cbusUpTrap | 1.3.6.1.4.1.177.30.16 |
This trap is sent when the CBUS interface is ready for use. |
||
cbusDownTrap | 1.3.6.1.4.1.177.30.17 |
This trap is sent when the CBUS interface becomes invalid. |
||
serialFailTrap | 1.3.6.1.4.1.177.30.18 |
This trap is sent when an HDLC port fails to initialize. |
||
portUniActiveTrap | 1.3.6.1.4.1.177.30.19 |
This trap is sent when a port's UNI protocol becomes active. |
||
portUniInactiveTrap | 1.3.6.1.4.1.177.30.20 |
This trap is sent when a port's UNI protocol becomes inactive. |
||
portIDNXCallUpTrap | 1.3.6.1.4.1.177.30.21 |
This trap is sent when a port's IDNX call (bandwidth) is available. |
||
portIDNXCallDownTrap | 1.3.6.1.4.1.177.30.22 |
This trap is sent when a port's IDNX call (bandwidth) becomes unavailable. |
||
nodeNotCongestedTrap | 1.3.6.1.4.1.177.30.23 |
This trap is sent when a FRX node goes from being congested to not being congested. |
||
portNotCongestedTrap | 1.3.6.1.4.1.177.30.24 |
This trap is sent when a port goes from being congested to not being congested. |
||
operatorResetTrap | 1.3.6.1.4.1.177.30.25 |
This trap is sent when the operator requests a reset of the FRX. |
||
eventLogClearedTrap | 1.3.6.1.4.1.177.30.26 |
This trap is sent when the operator requests to clear the FRX event log. |
||
configClearedTrap | 1.3.6.1.4.1.177.30.27 |
This trap is sent when the operator requests to clear the configuration of an FRX. |
||
functionMismatchTrap | 1.3.6.1.4.1.177.30.28 |
This trap is sent when the code type (FRX) does not match the value stored in the IDNX database. |
||
eventLogErrorTrap | 1.3.6.1.4.1.177.30.29 |
This trap is sent when the FRX is unable to create an event log. |
||
encapActiveTrap | 1.3.6.1.4.1.177.30.30 |
This trap is sent when frame relay encapsulation is turned on for a PVC. |
||
encapInactiveTrap | 1.3.6.1.4.1.177.30.31 |
This trap is sent when frame relay encapsulation is turned off for a PVC. |
||
altPathUsedTrap | 1.3.6.1.4.1.177.30.32 |
This trap is sent when a path alternate to the preferred path is used to setup a pvc. |
||
pvcStateIdleTrap | 1.3.6.1.4.1.177.30.33 |
The state of a PVC describes the current status of call setup. This trap is sent when a PVC's state changes to Idle. |
||
pvcStateSetupTrap | 1.3.6.1.4.1.177.30.34 |
The state of a PVC describes the current status of call setup. This trap is sent when a PVC's state changes to Setup. |
||
pvcStateCompleteTrap | 1.3.6.1.4.1.177.30.35 |
The state of a PVC describes the current status of call setup. This trap is sent when a PVC's state changes to Complete. |
||
pvcStateDisconnectTrap | 1.3.6.1.4.1.177.30.36 |
The state of a PVC describes the current status of call setup. This trap is sent when a PVC's state changes to Disconnect. |
||
billingDownloadSuccessTrap | 1.3.6.1.4.1.177.30.37 |
A Billing file was successfully downloaded from the FRX. |
||
billingDownloadFailureTrap | 1.3.6.1.4.1.177.30.38 |
An error occurred while the FRX attempted to download a Billing file. |
||
billingDownloadThresholdTrap | 1.3.6.1.4.1.177.30.39 |
An attempt was made to set an obsolete Billing download threshold parameter. |
||
configSyntaxErrorTrap | 1.3.6.1.4.1.177.30.40 |
A line in the FRX configuration file had a syntax error when it was loaded; the line was ignored. |
||
configDownloadSuccessTrap | 1.3.6.1.4.1.177.30.41 |
A Configuration file was successfully downloaded from the FRX. |
||
configDownloadFailureTrap | 1.3.6.1.4.1.177.30.42 |
An error occurred while the FRX attempted to download a Configuration file. |
||
nodeFlashMemErr | 1.3.6.1.4.1.177.30.50 |
This trap indicates that a code checksum error occurred in Flash. |
||
nodeFlashWriteErr | 1.3.6.1.4.1.177.30.51 |
This trap indicates that a code transfer to Flash occurred. Flash may now be corrupted. |
||
nodeUserLogin | 1.3.6.1.4.1.177.30.52 |
A user has logged into the FRX through the serial console or network. |
||
nodeUserLogout | 1.3.6.1.4.1.177.30.53 |
A user has logged out. |
||
dsx1NoAlarm | 1.3.6.1.4.1.177.30.54 |
No alarm present. |
||
dsx1RcvFarEndLOF | 1.3.6.1.4.1.177.30.55 |
Far end LOF (a.k.a. Yellow Alarm). |
||
dsx1RcvFarEndLOFEnded | 1.3.6.1.4.1.177.30.56 |
Far end LOF (a.k.a. Yellow Alarm) indication has ended. |
||
dsx1XmtFarEndLOF | 1.3.6.1.4.1.177.30.57 |
Near end sending LOF Indication. |
||
dsx1XmtFarEndLOFEnding | 1.3.6.1.4.1.177.30.58 |
Near end ending LOF Indication. |
||
dsx1RcvAIS | 1.3.6.1.4.1.177.30.59 |
Far end sending AIS. |
||
dsx1RcvAISEnded | 1.3.6.1.4.1.177.30.60 |
Far end AIS has ceased. |
||
dsx1XmtAIS | 1.3.6.1.4.1.177.30.61 |
Near end sending AIS indication. |
||
dsx1XmtAISEnding | 1.3.6.1.4.1.177.30.62 |
Near end ending AIS indication. |
||
dsx1LossOfFrame | 1.3.6.1.4.1.177.30.63 |
Near end LOF (a.k.a. Red Alarm). |
||
dsx1LossOfFrameEnded | 1.3.6.1.4.1.177.30.64 |
Near end LOF (a.k.a. Red Alarm) indication has ended. |
||
dsx1LossOfSignal | 1.3.6.1.4.1.177.30.65 |
Near end Loss Of Signal. |
||
dsx1LossOfSignalEnded | 1.3.6.1.4.1.177.30.66 |
Near end Loss Of Signal indication has ended. |
||
dsx1LoopbackState | 1.3.6.1.4.1.177.30.67 |
Near end is looped. |
||
dsx1LoopbackStateEnded | 1.3.6.1.4.1.177.30.68 |
Near end is un-looped. |
||
dsx1T16AIS | 1.3.6.1.4.1.177.30.69 |
E1 TS16 AIS indication received. |
||
dsx1T16AISEnded | 1.3.6.1.4.1.177.30.70 |
E1 TS16 AIS indication has ended. |
||
dsx1RcvFarEndLOMF | 1.3.6.1.4.1.177.30.71 |
Far End sending TS16 LOMF. |
||
dsx1RcvFarEndLOMFEnded | 1.3.6.1.4.1.177.30.72 |
Far End ending TS16 LOMF. |
||
dsx1XmtFarEndLOMF | 1.3.6.1.4.1.177.30.73 |
Near End sending TS16 LOMF. |
||
dsx1XmtFarEndLOMFEnding | 1.3.6.1.4.1.177.30.74 |
Near End ending TS16 LOMF. |
||
dsx1RcvTestCode | 1.3.6.1.4.1.177.30.75 |
Near End detected a test code. |
||
dsx1OtherFailure | 1.3.6.1.4.1.177.30.76 |
Unknown line status received. |
||
nodeAlarmedPortsZero | 1.3.6.1.4.1.177.30.77 |
The value of nodeAlarmedPorts became zero. |
||
portAlarmedPVCsZero | 1.3.6.1.4.1.177.30.78 |
The value of portAlarmedPVCs for this port became zero. |
||
operatorInstallTrap | 1.3.6.1.4.1.177.30.79 |
This trap is sent when a new operator is installed. |
||
operatorDeleteTrap | 1.3.6.1.4.1.177.30.80 |
This trap is sent when an operator is deleted. |
||
portPVCReOptimizationStart | 1.3.6.1.4.1.177.30.81 |
This trap is sent when PVC ReOptimization has started. |
||
portPVCReOptimizationEnd | 1.3.6.1.4.1.177.30.82 |
This trap is sent when PVC ReOptimization has ended. |