Interface – Enterasys Networks X-Pedition XSR CLI User Manual

Page 418

Advertising
background image

Frame Relay Commands

9-94 Configuring Frame Relay

Syntax of the “no” Form

The no command disables the use of map‐class parameters:

no frame-relay traffic-shaping

Default

Disable

Mode

Interface configuration: 

XSR(config-if<xx>)#

Example

This example enables both traffic shaping and per‐virtual circuit queuing:

XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#encapsulation frame-relay
XSR(config-if<S1/0>)#frame-relay traffic-shaping
XSR(config-if<S1/0>)#no shutdown

interface

This command selects a physical port for configuration as a router interface. The XSR supports 
FastEthernet or GigabitEthernet, serial, and T1/E1/ISDN‐PRI physical ports. For configuration 
purposes, all serial ports and T1/E1/ISDN‐PRI channel groups are treated as a serial port.

Optionally, you can set up the Console port as a WAN interface for dial backup purposes (refer to 
the Caution below).

Syntax

interface serial port_num interface_num

Caution: Be aware that when you enable the Console port as a WAN port, you can no longer
directly connect to it because it is in data communication mode. Your only access to the CLI will
be to Telnet to an IP address of a configured port. Also, if your startup-config file does not
configure any ports properly and sets up the console port as a serial interface, you will no longer
be able to login and will have to press the Default button to erase your configuration.

port_num
interface
_num

The physical port and interface number. An interface number for a serial 
interface can be comprised of: card_num/NIM_num/port_within_NIM. For 
example, 0/1/2 sets physical port 2 on the NIM card in slot 1 of the motherboard. 
Leading zeros in interface_num can be omitted. So 0/1/2 is the same as 1/2.

If the serial port resides on a T1/E1 port, then channel group data must be added 
at the end of the string to mark which channel group of the T1/E1 port will be set:

card_num/NIM_num/ port_within_NIM[channel‐group_num]. For example, 0/2/
1:15
 sets channel‐group 15 of the T1 or E1 port 1 in NIM slot 2 on the 
motherboard.

Advertising