The frd utility builds Frame Relay protocol stacks and configures them. The configuration for each link is stored as ASCII text, which frd converts to binary form before presentation to the communications software. You can use the same configuration file for each link, or a different one for each link, depending on your application.
When you install Wanware, your answers to the installation script will determine how your Frame Relay system is configured. If you answered everything correctly, then there should not be any problems. This topic provides an overview of what you will need to change if something goes wrong or changes.
You need to have an entry in this file corresponding to each remote host that you wish to exchange TCP/IP data with using Frame Relay. Each entry requires the following fields:
[DLCI] [hostname] [networkname] IPThe DLCI must be a number between 0 and 1018.
The hostname is the name of the remote node.
The networkname is the name of the link that you are using. Usually this is link0 or link1. This will correspond to an entry in /etc/packetnets.
frd will read the /etc/frelhosts file to decide how many /dev/frel devices to allocate for IP encapsulation use. For each entry in this file with the IP flag set, one /dev/frel device will be used. Also, five more are allocated to give some room for dynamic routing entry configuration using the froute utility.
To change the Frame Relay configuration, run:
fconfig -s link0 link.configwhere link0 is the network name in /etc/packetnets and link.config is the name of the link configuration file.
| Parameter | Default | Description |
| clocking | NO | Generate clock at as close to the value specified through speed as possible. |
| enable | YES | Flag. Controls whether or not Netcom will attempt to build the Stack for this link. |
| framesize | 1600 | frame size including the Frame Relay header, but excluding the Frame Check Sequence. Valid values range from 40 to 4092 bytes. |
| lmitype | 1 | Represents the type of Link Management Information (LMI) exchanged
between your node and the network. It is important to set this value
to the LMI type supported on the network to which you are connecting.
If the correct LMI data is not passed between your node and the
network, the network will not pass data on any virtual circuits.
The following values are valid: 0 - None, 1 - Frame Relay Consortium, 2 - ANSI ANNEX D, 3 - CCITT ANNEX A. |
| speed | 64000 | baud rate in bits per second. Enter 56000 for 56 Kbps, 64000 for 64 Kbps, etc. Currently the maximum speed is 2100000. This parameter needs to be set even for externally clocked links. |
| T391 | 10 | This timer specifies the frequency of Keep Alive Status Enquiry Messages being sent to the network. The value is specified in seconds and ranges from 5 to 30 inclusive. |
| N391 | 6 | This is the Full Status Polling Counter. Each time this counter is reached the Status Enquiry sent when T391 expires will ask for a Full Status Message instead of the usual Keep Alive message. This counter ranges from 1 to 255 inclusive. |
| N392 | 3 | This is the Error Threshold Counter. See N393. This counter ranges from 1 to 10 inclusive. |
| N393 | 4 | This is the Monitored Events Counter. If N392 of N393 events are in error the interface is considered to be inaccessible. An error implies non-reception of a STATUS message in response to a STATUS ENQUIRY message, and has no effect if lmitype is set to 0 (for none). This counter ranges from 1 to 10 inclusive. |
Copyright © 1997-2004 The Software Group Limited. All Rights Reserved.
® Netcom is a registered trademark of The Software Group Limited.