Nortel Networks CG030601 CESconfig#interface serial 6/1 CESconfig-if#, CESconfig-if# data-rate

Models: CG030601

1 14
Download 14 pages 36.27 Kb
Page 5
Image 5

Configuration Guide

Contivity Secure IP Services Gateway

Frame Relay on Contivity Secure IP Services Gateway

Configuring Frame Relay on CES

Configuring frame relay on the CES can be accomplished through the command line interface (CLI) or through the Web GUI.

To enable Frame Relay through the CLI

1.To configure a physical interface on a slot and connector, navigate to the top-level box prompt and enter:

Interface serial <slot_number>/<interface_number>

slot_number is the number of the slot on which the link module is located. interface_number is the number of the module on which the slot is located.

After you configure a physical interface, the CLI returns a prompt that specifies your current working location.

For example, the following command configures a serial interface on slot 6, interface 1.

CES(config)#interface serial 6/1 CES(config-if)#

2.Configure description and circuit number. The circuit number is only relevant for administration purposes only. (Not used by system for identification of circuit.)

CES(config-if)#description “frame relay 61” CES(config-if)#circuit-id 1

3.Configure line rate and interface filter.

CES(config-if)# filter “deny all”

(quotes are needed for filter names with 2 words or more)

CES(config-if)# data-rate 1536

(parameter is entered in kilobits, only valid parameters are multiples of 64k starting at 64k and ending at 2048k)

4.Configure frame-relay connection type with the following command:

Frame-relay connection-type <connection-type>

<connection-type> can be:

direct for placing 2 FR CES ports back-to-back switched (default) to connection to a frame-relay cloud.

Example:

CES(config-if)#frame-relay connection-type switched

CG030601

2.00

July 2003

Page: 5 of 14

Page 5
Image 5
Nortel Networks CG030601 manual CESconfig#interface serial 6/1 CESconfig-if#, CESconfig-if# filter deny all