FRI-OPT-MIB: View SNMP OID List / Download MIB
VENDOR: CODEX
Home | MIB: FRI-OPT-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 |
codex | 1.3.6.1.4.1.449 | |||
cdxProductSpecific | 1.3.6.1.4.1.449.2 | |||
cdx6500 | 1.3.6.1.4.1.449.2.1 | |||
cdx6500Configuration | 1.3.6.1.4.1.449.2.1.2 | |||
cdx6500CfgProtocolGroup | 1.3.6.1.4.1.449.2.1.2.1 | |||
cdx6500PCTPortProtocolGroup | 1.3.6.1.4.1.449.2.1.2.1.1 | |||
cdx6500PPCTFRIPortTable | 1.3.6.1.4.1.449.2.1.2.1.1.31 | no-access |
This table contains Frame Relay DTE Port configuration parameters. |
|
1.3.6.1.4.1.449.2.1.2.1.1.31.1 | no-access |
Entries in the FRI Port Configuration Table. |
||
friPCfgPortNumber | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.1 | integer | read-only |
Port number of this port. |
friPCfgPortType | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.2 | integer | read-only |
Port type of the Port. Enumeration: 'fri': 18. |
friPCfgConnectionType | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.3 | integer | read-write |
The Specified control signal handshake and clocking required for a connection to be made to this port : simp - simple, no control signals required. dtr - dedicated, require the data terminal ready signal (DTR). simpb - simple, no control signals required for data transmission and reception. By default output leads will be low. nc - Skipped during configuration. Enumeration: 'dtr': 2, 'simpb': 21, 'simp': 1, 'nc': 100. |
friPCfgClockSource | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.4 | integer | read-write |
int - Internal clock source ext - External clock source. extint - Internal receive and external transmit clock source (DCE only). extlp - external receive and loopback transmit clock source (DTE only). EXTLP must be configured in conjunction with EXTINT. nc - Skipped during configuration. Enumeration: 'int': 1, 'extlp': 4, 'ext': 2, 'nc': 100, 'extint': 3. |
friPCfgClockSpeed | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.5 | integer | read-write |
This is the speed of the port in bits per second, when using internal clocking. The highest available speed is dependent on the card type, and on the interface type. |
friPCfgHighestStnNumber | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.6 | integer | read-only |
This is the highest station number that can be configured on the FRI port. It is used to limit the configuration of stations. |
friPCfgFrameSeqCounting | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.7 | integer | read-only |
Port uses normal or extended frame sequence numbering: normal - normal sequencing (modulo 8) extended - extended sequencing (modulo 128). nc - Skipped during configuration. All stations on this port will be set to this value. Enumeration: 'extended': 2, 'nc': 100, 'normal': 1. |
friPCfgPktSeqCounting | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.8 | integer | read-write |
Port uses normal or extended packet level sequence numbers normal - normal sequencing (modulo 8) extended - extended sequencing (modulo 128) nc - Skipped during configuration. This parameter must be set to the same value at both this FRI port and the remote FRI port. All stations on this port will be set to this value. Enumeration: 'extended': 2, 'nc': 100, 'normal': 1. |
friPCfgCntrlProtocolSupport | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.9 | integer | read-write |
Whether ANSI T1.617 Annex D, CCITT Q.933 Annex A or LMI Support is enabled. annexD - Annex D is enabled. none - None is enabled. lmi - LMI is enabled. annexA - Annex A is enabled. auto - Auto-learn the Network control protocol type nc - Skipped during configuration. Enumeration: 'annexA': 4, 'none': 2, 'annexD': 1, 'auto': 5, 'nc': 100, 'lmi': 3. |
friPCfgHighPriorityStn | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.10 | integer | read-write |
This parameter specifies a station who's PVC status has priority over all other stations when FRI same port back up is enabled. When the network reports this DLCI inactive, an alternate connection over a backup link is attempted. |
friPCfgMaxVoiceBWBitsPerSec | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.11 | integer | read-write |
This parameter limits the bandwidth, in bits per sec (including overhead), for voice traffic passing through this frame relay port. A zero value disables any voice passing through this port. |
friPCfgSegSizeVoicePresent | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.12 | integer | read-write |
Data packets to be segmented into this maximum frame size when voice is active on this port. segSize32 - 32 byte segments segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments nc - Skipped during configuration. Enumeration: 'segSize64': 65, 'segSize32': 33, 'nc': 100, 'segSize256': 257, 'segSize1024': 1025, 'segSize128': 129, 'segSize512': 513. |
friPCfgSegSizeVoiceNotPresent | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.13 | integer | read-write |
Data packets to be segmented into this maximum frame size when voice is not active on this port. segSize32 - 32 byte segments segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments segSize2048 - 2048 byte segments segSize4096 - 4096 byte segments disable - segment size is 32768 bytes nc - Skipped during configuration. Enumeration: 'segSize4096': 4097, 'segSize64': 65, 'segSize32': 33, 'nc': 100, 'segSize256': 257, 'disable': 32000, 'segSize1024': 1025, 'segSize2048': 2049, 'segSize128': 129, 'segSize512': 513. |
friPCfgT391Timer | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.14 | integer | read-write |
This parameter is the Link Integrity Verification Timer polling period. The FRI port sends status enquiry messages to network every T391/nT1 seconds. |
friPCfgT392Timer | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.15 | integer | read-write |
This parameter is the polling Cycle Verification Timer period. The FRI port expects status enquiry messages every T392/nT2 seconds. This parameter must be set to a value greater than N391/nT1, and applies only in bi-directional mode. |
friPCfgN391PollCycle | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.16 | integer | read-write |
Full Status polling cycle. FRI port sends Full status enquiry messages to network every nN1 polls. |
friPCfgN392ErrsDuringMonitoredEvents | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.17 | integer | read-write |
Error inactivity threshold. Number of errors during NN3 events that cause the station to be declared inactive. Should be less than or equal to nN3. |
friPCfgN393MonitoredEvents | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.18 | integer | read-write |
Monitored events count for measuring nN3. nN2 errors during nN3 events will cause the station to be declared inactive. Should be greater than nN3. |
friPCfgNT1PollTimer | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.19 | integer | read-only |
This parameter is the Link Integrity Verification Timer polling period. The FRI port sends status enquiry messages to network every T391/nT1 seconds. |
friPCfgNT2VerificationTimer | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.20 | integer | read-only |
This parameter is the polling Cycle Verification Timer period. The FRI port expects status enquiry messages every T392/nT2 seconds. This parameter must be set to a value greater than N391/nT1, and applies only in bi-directional mode. |
friPCfgNN1StatusPollingCycle | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.21 | integer | read-only |
Full Status polling cycle. FRI port sends Full status enquiry messages to network every nN1 polls. |
friPCfgNN2ErrsDuringMonitoredEvents | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.22 | integer | read-only |
Error inactivity threshold. Number of errors during NN3 events that cause the station to be declared inactive. Should be less than or equal to nN3. |
friPCfgNN3MonitoredEvents | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.23 | integer | read-only |
Monitored events count for measuring nN3. nN2 errors during nN3 events will cause the station to be declared inactive. Should be greater than nN3. |
friPCfgInvertTXClock | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.24 | integer | read-write |
This parameter specifies whether the phase of the transmit clock should be inverted. Note: This parameter is primarily for X.21 electrical interfaces. no - Don't invert. yes - Invert. Enumeration: 'yes': 2, 'nc': 100, 'no': 1. |
friPCfgControlProtocolOptions | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.25 | displaystring | read-write |
These options control the PVC management protocol none - No option selected async - The port will send/receive asynchronous A-bit if it is performing Network side protocol functionality nbit - The port will send and accept N-bit messages dbit - The port will send and accept D-bit messages This forces ASYNC to be specified (dbit+async) dte-only - This forces a DTE Interface Type to remain as DTE, suppressing changes to BI-DIR using Annex A or D |
friPCfgDiscardControlOptions | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.26 | integer | read-write |
This parameter controls the discard frame options none - No option selected debit - DE marked frames are discarded before non-DE frames Enumeration: 'none': 1, 'debit': 2. |
friPCfgStartSvcDlci | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.27 | integer | read-write |
The configured number is the lowest value DLCI the FRI port will allow for use of FR SVCs. A value of 0 means SVC procedures are not operating on this port and the signalling channel will not be active. |
friPCfgSubscriberNumber | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.28 | octet string | read-write |
All stations on this port use this value for their calling address information element. The valid format of this entry is: xx...xx000101 or xx...xx000103 Where: xx...xx00 represents the address of the station in IA5/ASCII coded hex terminated with a NUL character suffix. For example, an address of 123 would be represented by the string 31323300. 0101 is the suffix used to specify E.164 Number Plan 0103 is the suffix used to specify X.121 Number Plan To send a call without the Subscriber Number IE, set the address string to NUL only. |
friPCfgMaxFmif | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.29 | integer | read-write |
This is the value used for link layer core parameters information element negotiation of maximum frame mode information field (FRIF) size in bytes. The value applies to both inbound and outbound frames. The value is specified in outgoing SETUP messages and is the maximum accepted value on incoming SETUP messages. |
friPCfgT200 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.30 | integer | read-write |
This is the value in tenths of seconds (1/10 s) of the maximum time the DTE will wait for an acknowledgment of a transmitted Information frame. The DTE will continue retransmissions at an interval of T200 until the tries count expires or proper acknowledgment is received from the attached equipment. |
friPCfgN200 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.31 | integer | read-write |
This is the maximum number of times the DTE will retransmit in order to recover from a T200 timeout condition. If this count expires, the DTE will declare the LAPF link to be down and initiate link establishment procedures. |
friPCfgWindowK | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.32 | integer | read-write |
This is the maximum sending window size which is the maximum number (k) of sequentially numbered I frames that may be outstanding (unacknowledged) at any given time. The recommended values are: Line speed (kbps) Window, k ----------------- -------------- less than 16 3 greater than 16 7 |
friPCfgT203 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.33 | integer | read-write |
The idle timer (T203) represents the maximum time in seconds allowed without frames being exchanged. If the link remains idle for this period of time, the DTE will send a supervisory frame with the poll bit set. A value of zero disables this timer. |
friPCfgT303 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.34 | integer | read-write |
The Setup Timer (T303) represents the maximum time in seconds allowed without a response to a SETUP message being received. Upon expiry, the SETUP message is retransmitted and the timer is restarted. The second expiry of the timer will cause the call to be cleared. |
friPCfgT305 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.35 | integer | read-write |
The Disconnect Timer (T305) represents the maximum time in seconds allowed without a response to a DISCONNECT message being received. Upon expiry, a RELEASE message is sent. |
friPCfgT308 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.36 | integer | read-write |
The Release Timer (T308) represents the maximum time in seconds allowed without a response to a RELEASE message being received. Upon expiry, the RELEASE message is retransmitted and the timer is restarted. The second expiry of the timer will cause the call to be cleared. |
friPCfgT310 | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.37 | integer | read-write |
The Call Proceeding Timer (T310) value is in seconds. This timer is started when a CALL PROCEEDING response to a SETUP message is received. The timer is stopped when a CONNECT or DISCONNECT or RELEASE message is received. If the timer expires, the call will be cleared. |
friPCfgControlProtocol | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.38 | integer | read-write |
This option controls whether the PVC management protocol acts like a DTE or a DCE DTE - This ports takes on the the DTE or User Side role DCE - This ports takes on the the DCE or Network Side role Enumeration: 'dce': 2, 'dte': 1. |
friPCfguniState | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.39 | integer | read-write |
Enable FRF.12 UNI Segmentation. Peer must be enabled too. enable - Enable UNI Segmentation disable - Disable UNI Segmentation Enumeration: 'enable': 2, 'disable': 1. |
friPCfguniSSVP | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.40 | integer | read-only |
UNI segment size when voice is present. Affects transmit path only. segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments Enumeration: 'segSize128': 129, 'segSize512': 513, 'segSize256': 257, 'segSize1024': 1025, 'segSize64': 65. |
friPCfguniSSVNP | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.41 | integer | read-write |
UNI segment size when voice is not present. Affects transmit path only. segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments segSize2048 - 2048 byte segments segSize4096 - 4096 byte segments disable - this selection doesn't affect the packet size. UNI segmentation header will be inserted only. Enumeration: 'segSize4096': 4097, 'segSize64': 65, 'segSize512': 513, 'segSize256': 257, 'disable': 32000, 'segSize1024': 1025, 'segSize2048': 2049, 'segSize128': 129. |
friPCfguniSegDelay | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.42 | integer | read-write |
Discards a packet if any segment delays more than 10 seconds. Affects receive path only. enabled - discard the packet disabled - do not discard the packet Enumeration: 'enable': 2, 'disable': 1. |
friPCfguniCheckPckSize | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.43 | integer | read-write |
Check if the packet size is larger than the node maximum packet size. enabled - discard packet than is larger than the maximum size. disabled - accept packet than is larger than the maximum size. Enumeration: 'enable': 2, 'disable': 1. |
friPCfgElectricalInterfaceType | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.44 | integer | read-write |
Specify the Electrical Interface Type: V.24 - V.24 Electrical Interface Type V.35 - V.35 Electrical Interface Type V.36 - V.36 Electrical Interface Type X.21 - X.21 Electrical Interface Type NONE - Electrically disabled Enumeration: 'none': 5, 'x21': 4, 'v35': 2, 'v36': 3, 'v24': 1. |
friPCfgV24ElectricalInterfaceOption | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.45 | integer | read-write |
Specify the Pin 22 option: RI - V.24 uses Pin 22 for Ring Indicator output signal TM - V.24 uses Pin 22 for Test Mode input signal Enumeration: 'tm': 2, 'ri': 1. |
friPCfgHighSpeedElectricalInterfaceOption | 1.3.6.1.4.1.449.2.1.2.1.1.31.1.46 | integer | read-write |
Specify the cable type: NONE - V.35/V.36/X.21 DCE with straight through cable XOVER - V.35/V.36/X.21 DCE with crossover adapter cable Enumeration: 'none': 1, 'xover': 2. |
cdx6500PCTStationProtocolGroup | 1.3.6.1.4.1.449.2.1.2.1.3 | |||
cdx6500SPCTFRIStationTable | 1.3.6.1.4.1.449.2.1.2.1.3.9 | no-access |
This table contains Frame Relay DTE Station configuration parameters. |
|
1.3.6.1.4.1.449.2.1.2.1.3.9.1 | no-access |
Entries in the FRI Station Configuration Table. |
||
friSCfgPortNumber | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSCfgStnNumber | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.2 | integer | read-only |
The number of the configured FRI Station. |
friSCfgStnType | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.3 | integer | read-write |
Identifies the type of station configured. annexG - This station uses X.25 signaling for layer 3. bypass - This station type bypasses layer 3. There is no signaling for SVC's on this station. voiceRelay - Not used in the current version. Enumeration: 'voiceRelay': 3, 'bypass': 2, 'annexG': 1. |
friSCfgDLCI | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.4 | integer | read-write |
The Data Link Connection Identifier (DLCI) is the unique identifier for the station on the FRI Port. Its valid range is 0, 16 - 1007. A zero value in this field places the FRI station in DLCI auto-learn mode. In auto learn mode, the station is eligible for automatic assignment of an available network DLCI. A configured value of 16-1007 must match a DLCI on the FR networking node. NOTE: When a station record is configured for the first time, the DLCI prompt displays an auto-incrementing DLCI value. The DLCI's start from 16 for station 1, and increment by one for each station configured. If the station record is not saved to memory, a default DLCI value of zero is used. |
friSCfgCommInfoRate | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.5 | integer | read-write |
This parameter (CIR) specifies the rate (in bits-per-second) that the Frame Relay network agrees to transfer information under congested conditions for the FRI Station. This value is used to throttle data on the FRI station for congestion control purposes. The CIR cannot be greater than the link speed. |
friSCfgCommBurstSize | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.6 | integer | read-write |
This parameter (BC) specifies the maximum amount of data (in bits) that the Frame Relay network agrees to transfer over a time interval T = Committed Burst Size / Committed Information Rate.This must be greater than 1/20th of the Committed Information Rate.This is used for congestion control purposes. |
friSCfgTransDelay | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.7 | integer | read-write |
This parameter is the expected one-way delay through the network. This is specified in milliseconds. |
friSCfgCongControlMode | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.8 | integer | read-write |
This parameter controls the method of congestion control: normal - congestion control is normal disable - never enter Congested State (CTRL) congested - never enter a Non-Congested State (UCTRL) limit - congestion control is normal but limits the data rate to no lower than CIR. nc - Skipped during configuration Enumeration: 'disable': 2, 'limit': 4, 'nc': 100, 'congested': 3, 'normal': 1. |
friSCfgLinkAddress | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.9 | integer | read-write |
The logical link address must be set to complementary values in this FRI Station and its corresponding remote FRI station: dte - station to have logical DTE address (A) dce - station to have logical DCE address (B) nc - Skipped during configuration. Enumeration: 'dce': 2, 'nc': 100, 'dte': 1. |
friSCfgPVCChannels | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.10 | integer | read-write |
Number of logical channels used for Permanent Virtual Circuits. The total number of PVC and SVC channels on a station (logical link) should be kept as small as possible and consistent with needs. PVC connections must be configured in the PVC Table. |
friSCfgStartingPVC | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.11 | integer | read-write |
This is the starting logical channel number for the Permanent Virtual Circuits on this FRI station. Not used if the number of PVCs = 0. |
friSCfgSVCChannels | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.12 | integer | read-write |
Number of logical channels used in Switched Virtual Circuits. The total number of PVC and SVC channels on a station (logical link) should be kept as small as possible and consistent with needs. |
friSCfgStartingSVC | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.13 | integer | read-write |
This is the starting logical channel number for the switched Virtual Circuits on this station (logical link). Not used if the number of SVCs = 0. |
friSCfgVoiceSVCChannels | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.14 | integer | read-write |
Number of logical voice channels used in Switched Virtual Circuits.The total number of voice and data channels on a station (logical link) should be kept as small as possible and consistent with needs. |
friSCfgInitialFrame | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.15 | integer | read-write |
Specify the initial frame required by other end for (logical) link startup: none - do nothing (other end initiates link-up) sabm - send SABM disc - send DISC, then SABM nc - Skipped during configuration Enumeration: 'none': 3, 'disc': 2, 'nc': 100, 'sabm': 1. |
friSCfgT1RetryTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.16 | integer | read-write |
T1 link retry timer value in tenths of a second (e.g. 30 = 3.0 seconds). |
friSCfgT4PollTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.17 | integer | read-write |
This sets the time an idle link is probed for assurance of connection to the remote FRI station. 0 - disable the timer X - X is in tenths of a second (e.g. 40 = 4.0 seconds) and must be set greater than T1. |
friSCfgN2TransmissionTries | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.18 | integer | read-write |
The maximum number of attempts allowed to complete a transmission. |
friSCfgKFrameWindow | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.19 | integer | read-write |
Frame level window size must be set to the same value at both this FRI station and the remote FRI station. |
friSCfgWPacketWindow | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.20 | integer | read-write |
Packet level window size must be set to the same value at both this FRI station and the remote FRI station. |
friSCfgPPacketSize | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.21 | integer | read-write |
This is the maximum X.25 packet size used on the station (logical link).For proper operation, this must be set to the same value at both this FRI station and the remote FRI station. Enumeration: 'psize32': 6, 'psize64': 7, 'psize1024': 11, 'nc': 100, 'psize128': 8, 'psize256': 9, 'psize512': 10. |
friSCfgDataQUpperThreshold | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.22 | integer | read-write |
This is the maximum number of data packets a channel on this station (logical link) will queue for transmission before invoking flow control to the attached channel |
friSCfgDataQLowerThreshold | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.23 | integer | read-write |
This is the number of data packets a channel on this FRI station will have queued for transmission when it releases flow control to the attached channel |
friSCfgRestartTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.24 | integer | read-write |
Restart-Request timeout timer in seconds. If timer expires on this FRI station, the Restart request is sent again. |
friSCfgResetTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.25 | integer | read-write |
Reset-Request timeout timer in seconds. If timer expires on this FRI station, the Reset request is sent again. |
friSCfgCallTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.26 | integer | read-write |
Call-Request timeout timer in seconds. If timer expires on this FRI station, the call is cleared. |
friSCfgClearTimer | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.27 | integer | read-write |
Clear-Request timeout timer in seconds. If timer expires on this FRI station, the Clear request is sent again. |
friSCfgX25Options | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.28 | displaystring | read-write |
Select X.25 options on this station (logical link) as follows: NONE - no option specified CUG - check closed user group; otherwise, CUG passes transparently CAUSE - pass cause, diagnostic, code in outbound packets HOLD - hold calls over link restart INL - inter-node link. Link goes to another vanguard device INL may be a poor choice for high speed links. INLB is set with INL to improve performance of high speed links. INLB - set with INL options to improve performance if inter-node link is a high speed link. DELAY - Enable Delay and Path Trace on this link Any combination of above specified by summing (e.g. CUG+ CAUSE+....). |
friSCfgRestrictedConnDest | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.29 | displaystring | read-write |
All calls entering this station will be routed to the destination specified in this parameter,irrespective of route selection table entries. For example, to route all calls to X.25 port 3, use X25-3. To route calls to SDLC port 2, station 4, use SDLC-2S4. Blank in this field disables this function. |
friSCfgCUGMembership | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.30 | displaystring | read-write |
The station may be a member of up to 8 different Closed User Groups (CUGs).Each CUG membership must be a two digit number (except --) and separated by a comma. ( e.g. 12,34,56,09,02, 03). -- - No CUG Membership 00-99 - CUG Membership |
friSCfgBillingRecords | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.31 | integer | read-write |
This controls whether billing (accounting) records will be created for calls on this FRI station. off - Billing records will not be created. on - Billing records will be created. nc - Skipped during configuration. Enumeration: 'on': 2, 'nc': 100, 'off': 1. |
friSCfgFrameSegmenter | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.32 | integer | read-write |
Determine if this station will support the Frame Segmenter Header.The Frame Segmenter should be enabled if the frame relay port is configured to pass voice traffic. disabled - Frame Segmenter disabled. enabled - Frame Segmenter enabled. nc - Skipped during configuration. Enumeration: 'disabled': 1, 'nc': 100, 'enabled': 2. |
friSCfgVoiceCongCtrlMode | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.33 | integer | read-write |
This parameter controls the method of voice congestion control: enabled - Station is forced into congestion when voice calls are detected. disabled - Station operates normally Use this parameter in voice applications, when the frame relay network can have more than 140ms of data buffered. One typical application is asymmetrical speeds. When this parameter is enabled, and voice is detected, delta T is forced to 50 ms and the BC is forced to 1/20 CIR. Enumeration: 'disabled': 1, 'nc': 100, 'enabled': 2. |
friSCfgPeakUtilization | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.34 | integer | read-write |
The monitoring interval size specifies the time period to use when monitoring peak data link/CIR (Committed Information Rate) utilization. 0 - Disables this monitoring feature. 1 to 240 - The number of 64 second increments to use for the monitoring interval time period. For example: a value of 30 specifies a time duration equal to 30 * 64 seconds = 1920 seconds or 32 minutes. |
friSCfgMaxInboundQueue | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.35 | integer | read-write |
This specifies the maximum number of frames from the network which may be queued in a BYPASS station. A smaller value may ve choosen for applications which experience objectable delays, if due to excessive growth of the BYPASS inbound queue. |
friSCfgAnnexGRateReduction | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.36 | integer | read-write |
This parameter determines whether Annex G stations will invoke implicit congestion control when a link error is detected, reducing their transmitted information rate to 1/4 CIR. The rate will be gradually increased in the normal way as non-BECN frames are received. Enumeration: 'disabled': 1, 'nc': 100, 'enabled': 2. |
friSCfgCctType | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.37 | integer | read-write |
Select the station circuit type defined for the Frame Relay line. pvc - station will operate on its assigned DLCI as a PVC. svc - station will operate on a selected DLCI as a SVC. Enumeration: 'pvc': 1, 'svc': 2. |
friSCfgCallControl | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.38 | integer | read-write |
This parameter is used to control the calling behavior of the SVC station. auto - the station will automatically initiate a FR SVC call on power up autd - the station will initiate a FR SVC call on demand of data to transmit recv - the station can be used to receive inbound FR SVC calls from attached network equipment cnorm - Controlled Normal. This allows Annex G stations to set up and disconnect Frame Relay SVC calls through Network Services Enumeration: 'auto': 1, 'autd': 2, 'recv': 3, 'cnorm': 4. |
friSCfgRetryInterval | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.39 | integer | read-write |
This is the time interval between call attempts, in seconds, that a station configured to initiate an SVC call will use. If a call attempt fails, either because there was no response to the SETUP message or the response was a RELEASE, the station will wait this amount of time before sending the next SETUP message. |
friSCfgCallAttempts | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.40 | integer | read-write |
This is the number of contiguous call attempts that a station configured to initiate an SVC call will make to establish the call. If this count expires, the station will not make any further call attempts. A station (or port or node) boot is required to re-initiate call attempts. A value of 0 means the station makes call attempts indefinitely. |
friSCfgIdleInterval | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.41 | integer | read-write |
This is the idle time, in seconds, allowed for FRI station to remain idle. If the station using the SVC passes no data for this time period, the SVC will be cleared. If the SVC is cleared and the stations attempts to send data an SVC will be established for the station. |
friSCfgIeNegotiation | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.42 | displaystring | read-write |
This allows the listing of parameters to be used in a SETUP/CONNECT message. dlci - If the station initiates a call, it will select the lowest value of DLCI available and specify it to be used for the SVC. llcp - If the station initiates a call it specifies a full set of Link Layer Core Parameters. If it receives a call LLCP is used to set CIR and BC. tpie - If set, the station will send a Traffic Priority IE. The value of the TP IE is determined by the application that causes the call to be made. This parameter is only effective on stations configured for CNORM Call Control. Any combination of above specified by summing (DLCI+LLCP). |
friSCfgSubaddress | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.43 | octet string | read-write |
This specifies the station subaddress coded and an IE. it is coded as an IA5 string with type of subaddress NSAP and IA5 AFI prefix added. Incoming calls with a called subaddress of NSAP type and IA5 AFI prefix that match this configured string will connect to this station. If this parameter is blank, the corresponding IE is not sent on outgoing calls. Incoming calls without the corresponding IE can connect to this station. The valid format of this entry is: xx...xx000000 or xx...xx000000 Where: xx...xx00 represents the station number in IA5/ASCII coded hex terminated with a NUL character suffix. For example, a sub-address of 12 would be represented by the string 313200. To set the subaddress blank, set the address string to NUL only. |
friSCfgCalledNumber | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.44 | octet string | read-write |
This is the address of the destination, in the appropriate numbering plan, to which a call will be placed by this station. Called Party Number is a manditory IE and should be specified if calls are originated by this station. The valid format of this entry is: xx...xx000101 or xx...xx000103 Where: xx...xx00 represents the address of the destination in IA5/ASCII coded hex terminated with a NUL character suffix. For example, an address of 123 would be represented by the string 31323300. 0101 is the suffix used to specify E.164 Number Plan 0103 is the suffix used to specify X.121 Number Plan |
friSCfgCalledSubaddress | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.45 | octet string | read-write |
For outgoing calls, this specifies the calling subaddress IE coded as an IA5 string with type of subaddress NSAP and IA5 AFI prefix added. Incoming calls with a called subaddress of NSAP type and IA5 AFI prefix that match this configured string will connect to this station. If this parameter is blank, the corresponding IE is not sent on outgoing calls. Incoming calls without the corresponding IE can connect to this station. The valid format of this entry is: xx...xx000000 or xx...xx000000 Where: xx...xx00 represents the station number in IA5/ASCII coded hex terminated with a NUL character suffix. For example, a sub-address of 12 would be represented by the string 313200. To set the subaddress blank, set the address string to NUL only. |
friSCfgMinCir | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.46 | integer | read-write |
This parameter specifies the minimum rate (in bits-per-second) that the Frame Relay network agrees to transfer information under congested conditions for the FRI Station. This value is used to throttle data on the FRI station for congestion control purposes. The MinCIR cannot be greater than the link speed. |
friSCfgBurstExcess | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.47 | integer | read-write |
This parameter is negotiated during the call establishment phase of Frame Relay SVC calls. It has no effect on data transfer after the call has been established. |
friSCfgE2EEnabled | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.48 | integer | read-write |
Enable End-to-End Segmentation. Peer must be enabled too. enabled - Enable End-to-End Segmentation disabled - Disable End-to-End Segmentation Enumeration: 'enable': 2, 'disable': 1. |
friSCfgE2EType | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.49 | integer | read-write |
Type of End-to-End Segmentation. Peer must be configured in the same way. FRF12 - FRF.12 End-to-End Segmentation Motorola - Motorola End-to-End Segmentation Enumeration: 'motorola': 1, 'frf12': 2. |
friSCfgE2ESSVP | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.50 | integer | read-only |
Segment size when voice is present. Affects transmit path only. segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments Enumeration: 'segSize128': 129, 'segSize512': 513, 'segSize256': 257, 'segSize1024': 1025, 'segSize64': 65. |
friSCfgE2ESSVNP | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.51 | integer | read-write |
Segment size when voice is not present. Affects transmit path only. segSize64 - 64 byte segments segSize128 - 128 byte segments segSize256 - 256 byte segments segSize512 - 512 byte segments segSize1024 - 1024 byte segments segSize2048 - 2048 byte segments segSize4096 - 4096 byte segments disable - this selection doesn't affect the packet size. End-to-End segmentation header will be inserted only. Enumeration: 'segSize4096': 4097, 'segSize64': 65, 'segSize512': 513, 'segSize256': 257, 'disable': 32000, 'segSize1024': 1025, 'segSize2048': 2049, 'segSize128': 129. |
friSCfgE2ESegDelayEnabled | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.52 | integer | read-write |
Discards a packet if any segment delays more than 10 seconds. Affects receive path only. enabled - discard the packet disabled - do not discard the packet Enumeration: 'enable': 2, 'disable': 1. |
friSCfgE2ECheckPckSize | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.53 | integer | read-write |
Check if the packet size is larger than the node maximum packet size. enabled - discard packet than is larger than the maximum size. disabled - accept packet than is larger than the maximum size. Enumeration: 'enable': 2, 'disable': 1. |
friSCfgvoice_header | 1.3.6.1.4.1.449.2.1.2.1.3.9.1.54 | integer | read-write |
Voice Header. enabled - Enable Voice Header Insertion disabled - Disable Voice Header Insertion Enumeration: 'enable': 2, 'disable': 1. |
cdx6500Statistics | 1.3.6.1.4.1.449.2.1.3 | |||
cdx6500StatProtocolGroup | 1.3.6.1.4.1.449.2.1.3.1 | |||
cdx6500PSTPortProtocolGroup | 1.3.6.1.4.1.449.2.1.3.1.1 | |||
cdx6500PPSTFRIPStatsTable | 1.3.6.1.4.1.449.2.1.3.1.1.32 | |||
cdx6500PPSTFRIPortTable | 1.3.6.1.4.1.449.2.1.3.1.1.32.1 | no-access |
This table contains FRI Port Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.1.32.1.1 | no-access |
Entries in the FRI Port Statistics Table. |
||
friPStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.1 | integer | read-only |
The port number of the FRI port. |
friPStatsPortType | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.2 | integer | read-only |
Port type of this port. Enumeration: 'fri': 17. |
friPStatsPortStatus | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.3 | integer | read-only |
Specifies the current port status. enabled - Port is operational. disabled - Port has been disabled. busyOut - Port has been busied out. up - Port is up and operational. down - Port is down. na - Value not Available. Enumeration: 'down': 5, 'busyOut': 3, 'na': 100, 'enabled': 2, 'up': 4, 'disabled': 1. |
friPStatsConfiguredStns | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.4 | displaystring | read-only |
A list of all the configured stations. |
friPStatsPortSpeed | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.5 | integer | read-only |
Message transmission speed in bits per second. |
friPStatsOpCntrlProtocol | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.6 | displaystring | read-only |
Control Protocol type learned from network. |
friPStatsSPBackup | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.7 | displaystring | read-only |
This indicates whether the same port backup is configured for this port. |
friPStatsPriorityStn | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.8 | integer | read-only |
This specifies the high priority station. |
friPStatsLastStatsReset | 1.3.6.1.4.1.449.2.1.3.1.1.32.1.1.9 | displaystring | read-only |
This indicates the time stamp of the last statistics reset. |
cdx6500PPSTFRIDataSummaryTable | 1.3.6.1.4.1.449.2.1.3.1.1.32.2 | no-access |
This table contains FRI Port Data Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.1.32.2.1 | no-access |
Entries in the FRI Port Data Summary Statistics Table. |
||
friDataSummPortNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.1 | integer | read-only |
The port number of the FRI port. |
friPStatsCharInTotal | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.2 | counter | read-only |
Number of characters received since last boot or statistics reset. |
friPStatsCharOutTotal | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.3 | counter | read-only |
Number of characters transmitted since last boot or statistics reset. |
friPStatsCharInPerSec | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.4 | integer | read-only |
Average number of characters received per second. |
friPStatsCharOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.5 | integer | read-only |
Average number of characters transmitted per second. |
friPStatsFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.6 | counter | read-only |
Number of frames received since last boot or statistics reset. |
friPStatsFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.7 | counter | read-only |
Number of frames transmitted since last boot or statistics reset. |
friPStatsFramesInPerSec | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.8 | integer | read-only |
Average number of frames received per second. |
friPStatsFramesOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.9 | integer | read-only |
Average number of frames transmitted per second. |
friPStatsAvFrameSizeIn | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.10 | integer | read-only |
Average frame size of received frames. |
friPStatsAvFrameSizeOut | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.11 | integer | read-only |
Average size of transmitted frames. |
friPStatsUtilIn | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.12 | integer | read-only |
Port Utilization of incoming data. |
friPStatsUtilOut | 1.3.6.1.4.1.449.2.1.3.1.1.32.2.1.13 | integer | read-only |
Port Utilization of outgoing data. |
cdx6500PPSTFRISummaryTable | 1.3.6.1.4.1.449.2.1.3.1.1.32.3 | no-access |
This table contains FRI Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.1.32.3.1 | no-access |
Entries in the FRI Summary Statistics Table. |
||
friSummPortNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.1 | integer | read-only |
The port number of the FRI port. |
friPStatsCRCErrors | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.2 | counter | read-only |
Number of errors detected by Cyclic Redundancy Check since last node boot or reset of statistics. |
friPStatsOverrunErrors | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.3 | counter | read-only |
Number of OverrunErrors detected since last node boot or reset of statistics. |
friPStatsFrameLengthErrors | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.4 | counter | read-only |
Number of Frame Length Errors detected since last node boot or statistics reset. |
friPStatsUnderrunErrors | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.5 | counter | read-only |
Number of Underrun Errors detected since last node boot or statistics reset. |
friPStatsUnknownDLCICount | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.6 | counter | read-only |
This specifies the number of DLCIs not recognized. |
friPStatsLastUnknownDLCI | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.7 | integer | read-only |
This specifies the last unknown dlci received. |
friPStatsSplittingRatio | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.8 | integer | read-only |
The Frame Segmenter's splitting ratio calculated as a percentage of Number of frames segmented/Number of frames. |
friPStatsTotalSegmentsLost | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.9 | integer | read-only |
Total Segments lost by Frame Segmenter Receiver. |
friPStatsMaxContiguousSegmentsLost | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.10 | integer | read-only |
Maximum consecutive segments lost by Farme Segmenter Receiver. |
friPStatsVoiceBWOnPort | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.11 | integer | read-only |
Current amount of voice bandwidth allocated. |
friPStatsFrameSegmenterSyncLost | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.12 | integer | read-only |
Total number of times synchronization has been lost. |
friPStatsStatusEnqSentFull | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.13 | integer | read-only |
Number of status enquiries SENT FULL. |
friPStatsFullStatusRecd | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.14 | integer | read-only |
Number of full status received. |
friPStatsStatusEnqSentLIV | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.15 | integer | read-only |
Number of status enq sent LIV. |
friPStatsLIVStatusRecd | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.16 | integer | read-only |
Number of status update received. |
friPStatsStatusEnqRecdFull | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.17 | integer | read-only |
Number of Full status enq RCV bi-directional mode. |
friPStatsStatusEnqRecdLIV | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.18 | integer | read-only |
Number of LIV status enq RCV bi-directional mode. |
friPStatsAsyncUpdateRecd | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.19 | integer | read-only |
Number of async update received. |
friPStatsSeqNumMismatch | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.20 | integer | read-only |
Number of Sequence Number Mismatches occurred. |
friPStatsTimeouts | 1.3.6.1.4.1.449.2.1.3.1.1.32.3.1.21 | integer | read-only |
Number of timeouts occurred. |
cdx6500PPSTFRIISDNCallStatusTable | 1.3.6.1.4.1.449.2.1.3.1.1.32.4 | no-access |
This table contains FRI ISDN Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.1.32.4.1 | no-access |
Entries in the FRI ISDN Statistics Table. |
||
friISDNCallStatusPortNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.1 | integer | read-only |
The port number of the FRI Port. |
friPStatsNumRxCallsSinceLastReset | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.2 | integer | read-only |
The number of inbound calls that were attempted since the last statistics reset. |
friPStatsNumRxCallsRejected | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.3 | integer | read-only |
The number of inbound calls that were rejected since the last statistics reset. |
friPStatsRxLastCallFailureCause | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.4 | integer | read-only |
The reason the last inbound call was rejected, since the last statistics reset. The posssible values are: noFailureReported - No call failure noAvailableVirtualPort - No virtual port available securityViolation - Password security failed noResourcesAvailable - No resources available callRejected - Call failed by Xircom card invalidPhoneNumber - Phone number is incorrect outgoingCallRequestTimeout - Outgoing call request timed out callCollision - Call collision virtualPortNotAvailable - This port is not available invalidConfiguration - Configuration is incorrect failureNotSupported - Failure is not supported na - Value Not Available. Enumeration: 'noResourcesAvailable': 196, 'na': 100, 'outgoingCallRequestTimeout': 199, 'securityViolation': 195, 'noFailureReported': 193, 'invalidPhoneNumber': 198, 'invalidConfiguration': 202, 'callRejected': 197, 'virtualPortNotAvailable': 201, 'noAvailableVirtualPort': 194, 'failureNotSupported': 203, 'callCollision': 200. |
friPStatsRxLastCalledNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.5 | displaystring | read-only |
The phone number of the virtual port of the last ISDN call made into this port. |
friPStatsRxLastCallingNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.6 | displaystring | read-only |
The phone number of last party to make an ISDN call into this port. |
friPStatsRxMinCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.7 | displaystring | read-only |
The minimum call duration of all inbound ISDN calls made into this port, since the last statistics reset. |
friPStatsRxMaxCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.8 | displaystring | read-only |
The maximum call duration of all inbound ISDN calls made into this port, since the last statistics reset. |
friPStatsRxAvgCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.9 | displaystring | read-only |
The average call duration of all inbound ISDN calls made into this port, since the last statistics reset. |
friPStatsNumTxCallsSinceLastReset | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.10 | integer | read-only |
The number of outbound calls that were attempted since the last statistics reset. |
friPStatsNumTxCallsRejected | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.11 | integer | read-only |
The number of outbound calls that were rejected since the last statistics reset. |
friPStatsTxLastCallFailureCause | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.12 | integer | read-only |
The reason the last outbound call was rejected, since the last statistics reset. The posssible values are: noFailureReported - No call failure noAvailableVirtualPort - No virtual port available securityViolation - Password security failed noResourcesAvailable - No resources available callRejected - Call failed by Xircom card invalidPhoneNumber - Phone number is incorrect outgoingCallRequestTimeout - Outgoing call request timed out callCollision - Call collision virtualPortNotAvailable - This port is not available invalidConfiguration - Configuration is incorrect failureNotSupported - Failure is not supported na - Value Not Available. Enumeration: 'noResourcesAvailable': 196, 'na': 100, 'outgoingCallRequestTimeout': 199, 'securityViolation': 195, 'noFailureReported': 193, 'invalidPhoneNumber': 198, 'invalidConfiguration': 202, 'callRejected': 197, 'virtualPortNotAvailable': 201, 'noAvailableVirtualPort': 194, 'failureNotSupported': 203, 'callCollision': 200. |
friPStatsTxLastCalledNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.13 | displaystring | read-only |
The phone number of the last ISDN call made by a virtual port from this port. |
friPStatsTxLastCallingNumber | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.14 | displaystring | read-only |
The phone number of the virtual port that made the last ISDN call from this port. |
friPStatsTxMinCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.15 | displaystring | read-only |
The minimum call duration of all outbound ISDN calls made from this port, since the last statistics reset. |
friPStatsTxMaxCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.16 | displaystring | read-only |
The maximum call duration of all outbound ISDN calls made from this port, since the last statistics reset. |
friPStatsTxAvgCallDuration | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.17 | displaystring | read-only |
The average call duration of all outbound ISDN calls made from this port, since the last statistics reset. |
friPStatsSignalingState | 1.3.6.1.4.1.449.2.1.3.1.1.32.4.1.18 | integer | read-only |
ISDN call signaling state. The possible values are: idle - No ISDN call present. ringing - Pending outgoing ISDN call request. connected - ISDN call is connected. congested - Congested mode. disabled - Virtual Port is disabled. dChannelDown - D-channel is down. disabledDChannelDown - Disabled and D-channel is down. disconnecting - Pending ISDN call disconnection. na - Value not available. Enumeration: 'ringing': 2, 'na': 100, 'disabled': 5, 'idle': 1, 'disabledDChannelDown': 7, 'connected': 3, 'dChannelDown': 6, 'disconnecting': 8, 'congested': 4. |
cdx6500PSTStationProtocolGroup | 1.3.6.1.4.1.449.2.1.3.1.3 | |||
cdx6500SPSTFRISStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10 | |||
friSGenStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.1 | no-access |
This table contains FRI Station Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.1.1 | no-access |
Entries in the FRI Station Statistics Table. |
||
friSGenStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSGenStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.2 | integer | read-only |
The number of the FRI Station. |
friSStatsStnType | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.3 | integer | read-only |
annex G - Annex G station type. bypass - bypass station type. voice - voice station type. Enumeration: 'voice': 3, 'bypass': 2, 'annexG': 1. |
friSStatsStnStatus | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.4 | displaystring | read-only |
Status of the station. |
friSStatsDLCI | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.5 | integer | read-only |
Data Link Connection Identifier is the unique identifier for the station on the FRI port and must match the DLCI configured on the Frame Relay networking node. The DLCI is 0 in Auto-Learning mode. |
friSStatsStnState | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.6 | displaystring | read-only |
Specifies the state of the station : unused - station is unconfigured/disabled uncontrolled - station is not controlled. controlled - station is controlled, congestion detected. |
friSStatsConfiguredCIR | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.7 | integer | read-only |
Committed Information Rate in bits per second : Value of this parameter is 0 for Bypass stations (not available). |
friSStatsAllowedInfoRate | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.8 | integer | read-only |
Allowed information rate is the link speed if uncongested, 0 if unused and the current desired information rate if congested. Value of this parameter is also 0 for Bypass stations (not available). |
friSStatsImpCongDetect | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.9 | integer | read-only |
Number of times implicit congestion procedures have been invoked.Value of this parameter is 0 for Bypass stations (not available). |
friSStatsExpCongDetect | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.10 | integer | read-only |
Number of times explicit congestion procedures have been invoked. |
friSStatsLMIFlowCntrl | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.11 | integer | read-only |
This indicates the flow status, whether OFF or ON. na - Value not available. Enumeration: 'on': 2, 'off': 1, 'na': 100. |
friSStatsMaxSVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.12 | integer | read-only |
Maximum number of SVCs available in the network. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsCurrSVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.13 | integer | read-only |
Number of SVCs currently in use. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsMaxPVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.14 | integer | read-only |
Maximum number of async pvc channels. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsCurrPVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.15 | integer | read-only |
Current number of async pvc channels. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsLastStatsReset | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.16 | displaystring | read-only |
This indicates the time stamp of the last statistics reset. |
friSStatsFrameSegState | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.17 | displaystring | read-only |
State of the Frame segmenter receiver. |
friSStatsFrameSegSyncLost | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.18 | integer | read-only |
Total number of segments lost by Frame Segmenter Receiver. |
friSStatsPVCState | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.19 | displaystring | read-only |
Current state of the PVC. Value of this parameter is not available for stations other than Bypass Stations. |
friSStatsVoiceCongDetect | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.20 | integer | read-only |
Number of times voice congestion procedures have been invoked. Value of this parameter is 0 (Not Available) for Bypass stations. |
friSStatsMaxVSVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.21 | integer | read-only |
Maximum number of Voice SVCs available in the network. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsCurrVSVCCount | 1.3.6.1.4.1.449.2.1.3.1.3.10.1.1.22 | integer | read-only |
Number of Voice SVCs currently in use. Value of this parameter is 0 for Bypass stations (not available) |
friSDataSummaryStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.2 | no-access |
This table contains FRI Station Data Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.2.1 | no-access |
Entries in the FRI Station Data Summary Statistics Table. |
||
friSDataSummStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSDataSummStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.2 | integer | read-only |
The number of the FRI station. |
friSStatsCharInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.3 | counter | read-only |
Number of characters received since last node boot or statistics reset. |
friSStatsCharOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.4 | counter | read-only |
Number of characters transmitted since last node boot or statistics reset. |
friSStatsCharInPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.5 | integer | read-only |
Average number of characters received per second. |
friSStatsCharOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.6 | integer | read-only |
Average number of characters transmitted per second. |
friSStatsPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.7 | counter | read-only |
Number of packets received since last node boot or statistics reset. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.8 | counter | read-only |
Number of packets transmitted since last node boot or statistics reset. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsPktInPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.9 | integer | read-only |
Average number of packets received per second. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsPktOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.10 | integer | read-only |
Average number of packets transmitted per second. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsFrameInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.11 | counter | read-only |
Number of frames transmitted since last node boot or statistics reset. |
friSStatsFrameOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.12 | counter | read-only |
Number of frames transmitted since last node boot or statistics reset. |
friSStatsFrameInPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.13 | integer | read-only |
Average number of frames received per second. |
friSStatsFrameOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.14 | integer | read-only |
Average number of frames transmitted per second. |
friSStatsUtilIn | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.15 | integer | read-only |
Indicates the quantity of user bytes received on the link expressed as a percentage of the maximum number of bytes that could have been received. |
friSStatsUtilOut | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.16 | integer | read-only |
Indicates the quantity of user bytes sent down the link expressed as a percentage of the maximum number of bytes that could have been sent. |
friSStatsNumPktsQueued | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.17 | integer | read-only |
Current number of packets buffered since last node boot or statistics reset. Value of this parameter is 0 for Bypass stations (not available) |
friSStatsPktsDiscardIn | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.18 | integer | read-only |
Number of incoming packets discarded. Value of this parameter is only available for Bypass stations, 0 is returned otherwise. |
friSStatsPktsDiscardOut | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.19 | integer | read-only |
Number of outgoing packets discarded. Value of this parameter is only available for Bypass stations, 0 is returned otherwise. |
friSStatsPktsQueuedIn | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.20 | integer | read-only |
Current number of Incoming packets buffered since last node boot or statistics reset of a Bypass station. Value of this parameter is only available for Bypass stations, 0 is returned otherwise. |
friSStatsPktsQueuedOut | 1.3.6.1.4.1.449.2.1.3.1.3.10.2.1.21 | integer | read-only |
Current number of Outgoing packets buffered since last node boot or statistics reset of a Bypass station. Value of this parameter is only available for Bypass stations, 0 is returned otherwise. |
friSVoiceSummaryStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.3 | no-access |
This table contains FRI Station Voice Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.3.1 | no-access |
Entries in the FRI Station Voice Summary Statistics Table. NOTE : Value of all objects in this table will be 0 for Bypass stations (not available). |
||
friSVoiceSummStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSVoiceSummStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.2 | integer | read-only |
The number of the FRI station. |
friSStatsVoiceCharInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.3 | counter | read-only |
Total number of voice characters received. |
friSStatsVoiceCharOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.4 | counter | read-only |
Total number of voice characters transmitted. |
friSStatsVoiceCharInPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.5 | integer | read-only |
Number of voice characters received per second. |
friSStatsVoiceCharOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.6 | integer | read-only |
Number of voice characters transmitted per second. |
friSStatsVoicePktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.7 | counter | read-only |
Total number of voice packets received. |
friSStatsVoicePktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.8 | counter | read-only |
Total number of voice packets transmitted. |
friSStatsVoicePktInPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.9 | integer | read-only |
Number of voice packets received per second. |
friSStatsVoicePktOutPerSec | 1.3.6.1.4.1.449.2.1.3.1.3.10.3.1.10 | integer | read-only |
Number of voice packets transmitted per second. |
friSFrameSummaryStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.4 | no-access |
This table contains FRI Station Frame Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.4.1 | no-access |
Entries in the FRI Station Frame Summary Statistics Table. NOTE : Value of all objects in this table will be 0 for Bypass stations (not available) |
||
friSFrameSummStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSFrameSummStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.2 | integer | read-only |
The number of the FRI station. |
friSStatsInfoFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.3 | counter | read-only |
Information Frames received since last node boot or statistics reset. |
friSStatsInfoFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.4 | counter | read-only |
Information Frames transmitted since last node boot or statistics reset. |
friSStatsRRFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.5 | counter | read-only |
Number of RR Frames received since last node boot or statistics reset. |
friSStatsRRFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.6 | counter | read-only |
Number of RR Frames transmitted since last node boot or statistics reset. |
friSStatsRNRFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.7 | counter | read-only |
Number of RNR frames received since last node boot or statistics reset. |
friSStatsRNRFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.8 | counter | read-only |
Number of RNR frames transmitted since last node boot or statistics reset. |
friSStatsREJFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.9 | counter | read-only |
Number of REJ frames received since last node boot or statistics reset. |
friSStatsREJFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.10 | counter | read-only |
Number of REJ frames transmitted since last node boot or statistics reset. |
friSStatsSABMFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.11 | counter | read-only |
Number of SABM frames received since last node boot or statistics reset. |
friSStatsSABMFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.12 | counter | read-only |
Number of SABM frames transmitted since last node boot or statistics reset. |
friSStatsDISCFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.13 | counter | read-only |
Number of DISC frames received since last node boot or statistics reset. |
friSStatsDISCFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.14 | counter | read-only |
Number of DISC frames transmitted since last node boot or statistics reset. |
friSStatsDMFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.15 | counter | read-only |
Number of DM frames received since last node boot or statistics reset. |
friSStatsDMFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.16 | counter | read-only |
Number of DM frames transmitted since last node boot or statistics reset. |
friSStatsUAFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.17 | counter | read-only |
Number of UA frames received since last node boot or statistics reset. |
friSStatsUAFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.18 | counter | read-only |
Number of UA frames transmitted since last node boot or statistics reset. |
friSStatsFRMRFramesInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.19 | counter | read-only |
Number of FRMR frames received since last node boot or statistics reset. |
friSStatsFRMRFramesOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.4.1.20 | counter | read-only |
Number of FRMR frames transmitted since last node boot or statistics reset. |
friSPacketSummaryStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.5 | no-access |
This table contains FRI Station Packet Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.5.1 | no-access |
Entries in the FRI Station Packet Summary Statistics Table. NOTE : Value of all objects in this table will be 0 for Bypass stations (not available) |
||
friSPktSummStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSPktSummStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.2 | integer | read-only |
The number of the FRI station. |
friSStatsDataPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.3 | counter | read-only |
Number of Data packets received since last node boot or statistics reset. |
friSStatsDataPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.4 | counter | read-only |
Number of Data packets transmitted since last node boot or statistics reset. |
friSStatsRRPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.5 | counter | read-only |
Number of RR packets received since last node boot or statistics reset. |
friSStatsRRPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.6 | counter | read-only |
Number of RR packets transmitted since last node boot or statistics reset. |
friSStatsRNRPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.7 | counter | read-only |
Number of RNR packets received since last node boot or statistics reset. |
friSStatsRNRPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.8 | counter | read-only |
Number of RNR packets transmitted since last node boot or statistics reset. |
friSStatsREJPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.9 | counter | read-only |
Number of REJ packets received since last node boot or statistics reset. |
friSStatsREJPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.10 | counter | read-only |
Number of REJ packets transmitted since last node boot or statistics reset. |
friSStatsCallReqPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.11 | counter | read-only |
Number of call request packets received since last node boot or statistics reset. |
friSStatsCallReqPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.12 | counter | read-only |
Number of call request packets transmitted since last node boot or statistics reset. |
friSStatsCallAccPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.13 | counter | read-only |
Number of call accept packets received since last node boot or statistics reset. |
friSStatsCallAccPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.14 | counter | read-only |
Number of call accept packets transmitted since last node boot or statistics reset. |
friSStatsClrReqPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.15 | counter | read-only |
Number of clear request packets received since last node boot or statistics reset. |
friSStatsClrReqPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.16 | counter | read-only |
Number of clear request packets transmitted since last node boot or statistics reset. |
friSStatsClrConfPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.17 | counter | read-only |
Number of clear confirm packets received since last node boot or statistics reset. |
friSStatsClrConfPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.18 | counter | read-only |
Number of clear confirm packets transmitted since last node boot or statistics reset. |
friSStatsIntrReqPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.19 | counter | read-only |
Number of interrupt request packets received since last node boot or statistics reset. |
friSStatsIntrReqPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.20 | counter | read-only |
Number of interrupt request packets transmitted since last node boot or statistics reset. |
friSStatsIntrConfPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.21 | counter | read-only |
Number of interrupt confirm packets received since last node boot or statistics reset. |
friSStatsIntrConfPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.22 | counter | read-only |
Number of interrupt confirm packets transmitted since last node boot or statistics reset. |
friSStatsResetReqPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.23 | counter | read-only |
Number of reset request packets received since last node boot or statistics reset. |
friSStatsResetReqPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.24 | counter | read-only |
Number of reset request packets transmitted since last node boot or statistics reset. |
friSStatsResetConfPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.25 | counter | read-only |
Number of reset confirm packets received since last node boot or statistics reset. |
friSStatsResetConfPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.26 | counter | read-only |
Number of reset confirm packets transmitted since last node boot or statistics reset. |
friSStatsRestartReqPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.27 | counter | read-only |
Number of restart request packets received since last node boot or statistics reset. |
friSStatsRestartReqPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.28 | counter | read-only |
Number of restart request packets transmitted since last node boot or statistics reset. |
friSStatsRestartConfPktInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.29 | counter | read-only |
Number of restart confirm packets received since last node boot or statistics reset. |
friSStatsRestartConfPktOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.5.1.30 | counter | read-only |
Number of restart confirm packets transmitted since last node boot or statistics reset. |
friSFRISummaryStatsTable | 1.3.6.1.4.1.449.2.1.3.1.3.10.6 | no-access |
This table contains FRI Station FRI Summary Statistics parameters. |
|
1.3.6.1.4.1.449.2.1.3.1.3.10.6.1 | no-access |
Entries in the FRI Station FRI Summary Statistics Table. NOTE : Value of all objects in this table are valid only for Bypass stations; 0 will be returned otherwise. |
||
friSFRISummStatsPortNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.1 | integer | read-only |
The FRI port number corresponding to this station. |
friSFRISummStatsStnNumber | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.2 | integer | read-only |
The number of the FRI station. |
friSStatsFECNInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.3 | counter | read-only |
Number of Forward Explicit Congestion Notification (FECN) packets received since last node boot or statistics reset. |
friSStatsFECNOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.4 | counter | read-only |
Number of Forward Explicit Congestion Notification (FECN) packets transmitted since last node boot or statistics reset. |
friSStatsBECNInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.5 | counter | read-only |
Number of Backward Explicit Congestion Notification (BECN) packets received since last node boot or statistics reset. |
friSStatsBECNOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.6 | counter | read-only |
Number of Backward Explicit Congestion Notification (BECN) packets transmitted since last node boot or statistics reset. |
friSStatsDEInTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.7 | counter | read-only |
Number of Discard Eligibility (DE) packets received since last node boot or statistics reset. |
friSStatsDEOutTotal | 1.3.6.1.4.1.449.2.1.3.1.3.10.6.1.8 | counter | read-only |
Number of Discard Eligibility (DE) packets transmitted since last node boot or statistics reset. |
cdx6500Controls | 1.3.6.1.4.1.449.2.1.4 | |||
cdx6500ContFRITable | 1.3.6.1.4.1.449.2.1.4.14 | |||
cdx6500FRIPContTable | 1.3.6.1.4.1.449.2.1.4.14.1 | no-access |
Control parameters for FRI ports. |
|
1.3.6.1.4.1.449.2.1.4.14.1.1 | no-access |
Each control applies to a single FRI port. |
||
friPContPortNumber | 1.3.6.1.4.1.449.2.1.4.14.1.1.1 | integer | no-access |
Port number of the FRI port. |
friPContPortControl | 1.3.6.1.4.1.449.2.1.4.14.1.1.2 | integer | read-write |
Control operations for the specified FRI port. boot - Boots the FRI port enable - Enables the FRI port disable - Disables the FRI port resetstats - Resets the FRI port statistics. Enumeration: 'resetstats': 4, 'enable': 2, 'boot': 1, 'disable': 3. |
cdx6500FRISContTable | 1.3.6.1.4.1.449.2.1.4.14.2 | no-access |
Control parameters for FRI stations. |
|
1.3.6.1.4.1.449.2.1.4.14.2.1 | no-access |
Each control applies to a single FRI station. |
||
friSContPortNumber | 1.3.6.1.4.1.449.2.1.4.14.2.1.1 | integer | no-access |
The FRI port number corresponding to this station. |
friSContStnNumber | 1.3.6.1.4.1.449.2.1.4.14.2.1.2 | integer | no-access |
FRI station number. |
friSContStnControl | 1.3.6.1.4.1.449.2.1.4.14.2.1.3 | integer | read-write |
Control operations for the specified FRI station. boot - Boots the FRI station enable - Enables the FRI station disable - Disables the FRI station resetstats - Resets the FRI station statistics. Enumeration: 'resetstats': 4, 'enable': 2, 'boot': 1, 'disable': 3. |