Frame Relay service
Frame Relay is an efficient data transmission technique used to send digital information such as voice, data, LAN, and WAN traffic quickly and cost-efficiently to many destinations using virtual circuits. Frame Relay is characterized by connection-oriented, permanent or switched virtual circuits (PVC and SVC) at speeds up to 50 Mbps.
This service cannot use Self Healing.
N-able N-central can monitor the Frame Relay circuit status, congestion notifications and the amount of traffic on the Frame Relay virtual circuits. You can also set thresholds against counters that indicate congestion on the network.
Complete the steps below to monitor the Frame Relay service on a device.
- Click View > All Devices and click the name of a device.
- Click Settings > Properties and ensure Use SNMP is selected.
- Click Save if required.
- Click Monitoring > Status.
- Click Add, enter 1 for the number of instances of the Frame Relay service.
- Click Apply.
- Click the Frame Relay service and then click the Service Details tab.
- In Interfaces to Monitor, select the NICs/ports that you would like to monitor.
- Click OK.
Service Type | SNMP |
Instances on a Device | 60 |
Device Class | Server - Generic, Workstation - Generic, Other, Printer, Scanner/Camera, Switch/Router, and Server - Windows |
Monitored By | Windows probe |
Scan Interval | 15 minutes |
Interfaces to Monitor | Select the name or SNMP index of the NICs or ports that you would like to monitor. |
The tables IF-MIBand FRAME-RELAY-DTE-MIB describe the SNMP objects that are queried by the probe.
IF-MIB
Object Descriptors | Numerical OID |
---|---|
sysUptime | 1.3.6.1.2.1.1.3 |
ifIndex | 1.3.6.1.2.1.2.2.1.1 |
ifDescr | 1.3.6.1.2.1.2.2.1.2 |
ifSpeed | 1.3.6.1.2.1.2.2.1.5 |
FRAME-RELAY-DTE-MIB
Object Descriptors | Numerical OID |
---|---|
frCircuitIfIndex | 1.3.6.1.2.1.10.32.2.1.1 |
frCircuitState | 1.3.6.1.2.1.10.32.2.1.3 |
frCircuitReceivedFECNs | 1.3.6.1.2.1.10.32.2.1.4 |
frCircuitReceivedBECNs | 1.3.6.1.2.1.10.32.2.1.5 |
frCircuitSentFrames | 1.3.6.1.2.1.10.32.2.1.6 |
frCircuitSentOctets | 1.3.6.1.2.1.10.32.2.1.7 |
frCircuitReceivedFrames | 1.3.6.1.2.1.10.32.2.1.8 |
frCircuitReceivedOctets | 1.3.6.1.2.1.10.32.2.1.9 |
OID/Calculation
N-able N-central services use Reverse Polish Notation (RPN) for all calculation formulae.
Metric Name | OID/Calculation | Description |
---|---|---|
Octets (Transmitted and Received) | ^frCircuitSentOctets + ^ frCircuitReceivedOctets | The total number of transmitted and received octets. |
Frames (Transmitted and Received) | ^frCircuitSentFrames + ^ frCircuitReceivedFrames | The total number of transmitted and received frames. |
Average Packet Size | (^frCircuitSentOctets + ^ frCircuitReceivedOctets) / (^ frCircuitSentFrames + ^ frCircuitReceivedFrames) | The average number of octets sent and received over this virtual circuit calculated as a percentage of the total capacity of the virtual circuit. |
Transmitted Utilization | ( ^frCircuitSentOctets * 80000) / ($ifSpeed * ^ sysUptime) | The number of octets transmitted over the Frame Relay virtual circuit during a scan interval time, which is calculated as a percentage of the total capacity of the virtual circuit: Transmitted octets is the difference between the number of octets transmitted during the previous scan and the number of octets transmitted during the current scan. This threshold is measured as a percentage value. |
Received Utilization | ( ^frCircuitReceivedOctets * 80000) / ($ifSpeed * ^ sysUptime) | The number of octets received over the Frame Relay virtual circuit during a scan interval time, which is calculated as a percentage of the total capacity of the virtual circuit: Received octets is the difference between the number of octets received during the previous scan and the number of octets received during the current scan. This threshold is measured as a percentage value. |
Fwd Explicit Congestion Notification | ^frCircuitReceivedFECNs | This type of notification is transmitted from the source terminal requesting the destination terminal to slow its requests for data. The notification occurs when the data capacity level of the source terminal reaches the value set by the DTE, or when a switch queues a frame to a trunk that is congested. This field displays the number of FECNs received from the network indicating forward congestion since the virtual circuit was created. This threshold is measured in frames. |
Bkwd Explicit Congestion Notification | ^frCircuitReceivedBECNs | This type of notification is transmitted from the destination terminal requesting the source terminal to slow its data transmission. The notification occurs when the data capacity level of the destination terminal reaches the value set by the DTE, or when a switch receives a frame from a trunk that is congested. This field displays the number of BECNs received from the network indicating forward congestion since the virtual circuit was created. This threshold is measured in frames. |
Circuit Status | $frCircuitState | Indicates whether the particular virtual circuit is operational. There are two possible states: Active (displayed as ‘Normal’) = 2 Inactive (displayed as ‘Failed’) = 3 |