Pri-group – Enterasys Networks X-Pedition XSR CLI User Manual

Page 469

Advertising
background image

ISDN Commands

Book Title goes here 11-91

Examples

The following example configures two data streams on leased‐line BRI interface 1/1 at 56 kbps 
with PPP encapsulation:

XSR(config)#interface bri 1/1
XSR(config-if<BRI-1/1>)#leased-line 56
XSR(config)#interface bri 1/1:1
XSR(config-if<BRI-1/1:1>)#ip address 1.1.1.2 255.255.255.0
XSR(config-if<BRI-1/1:1>)#encapsulation ppp

The following example configures BRI B‐channel 2:

XSR(config)#interface bri 1/1:2
XSR(config-if<BRI-1/1:2>)#ip address 1.1.1.3 255.255.255.0
XSR(config-if<BRI-1/1:2>)#encapsulation frame-relay

The following example configures one data stream on leased‐line BRI interface 1/1 at 112 kbps 
with Frame Relay encapsulation:

XSR(config)#interface bri 1/1
XSR(config-if<BRI-1/1>)#leased-line 112
XSR(config)#interface bri 0/1/2:1
XSR(config-if<BRI-1/2:1>)#ip address 1.1.1.3 255.255.255.0
XSR(config-if<BRI-1/2:1>)#encapsulation frame-relay

pri-group

This command configures a T1/E1 port to ISDN PRI on a channelized E1/T1 card. All 23 T1 or 30 
E1 time slots are assigned to ISDN control.

Syntax

pri-group

Syntax of the “no” Form

The no form of this command deregisters the T1/E1 controller from the ISDN controller. Use the no 
form to remove the ISDN PRI and restore the T1/E1 controller to its default mode:

no pri-group

Mode

Controller configuration: 

XSR(config-controller<T/Exx>)#

Example

The following NFAS example configures PRI with D‐channel backup:

XSR(config)#controller t1 1/0
XSR(config-controller<T1-1/0>)#pri-group

Advertising