beautypg.com

Configuration guide, Contivity secure ip services gateway – Nortel Networks CG030601 User Manual

Page 11

background image

Configuration Guide

Contivity Secure IP Services Gateway

Frame Relay on Contivity Secure IP Services Gateway

CG030601

2.00 July 2003

Page: 11 of 14

5. Define the DLCI number for this virtual circuit.

CES(config-subif)#dlci

is the DLCI number for this connection, from 16 – 991.

Example:

CES(config-subif)# dlci 100

6. Configure the traffic shaping parameters, CIR, committed burst, and excess burst.

CES(config-subif)#traffic-shape

is the committed information rate assigned to the DLCI, in bits per second.

is the committed burst rate for this DLCI, in bits.

is the excess burst rate for this DLCI, in bits.

Example:

CES(config-subif)#traffic-shape 5000 4000 0

7. Configure the local IP address of this interface.

CES(config-subif)#ip local

is the IP address for this interface.
is the subnet mask for this interface.

Example:

CES(config-subif)#ip local 10.1.1.1 255.255.255.0

8. Configure the IP address of device on the remote end of this virtual circuit.

CES(config-subif)#ip remote

is the IP address of the device on the other end of the DLCI.

Example:

CES(config-subif)#ip remote 10.1.1.2