More Configuration Examples

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 commands add a third, bundled B1/B2 line on BRI interface 0/1/1 and another lease line on BRI channel 0/1/2:1 with Frame Relay encapsulation. You can add other serial interface commands as needed.

XSR(config)#interface bri 0/1/1

XSR(config-if<BRI-1/1>)#leased-line bri 0/1/1 144

XSR(config-if<BRI-1/1>)#no shutdown

XSR(config-if)#interface bri 0/1/2:1

XSR(config-if<BRI-0/1/2:1>)#ip address 1.1.1.3 255.255.255.0

XSR(config-if<BRI-0/1/2:1>)#encapsulation frame relay

More Configuration Examples

The following configuration examples cover T1/E1, PRI and BRI, and lease-line options on the XSR. For more details on Dialer and Multilink PPP options, refer to “Configuring Dialer Services” on page 10-1and “Configuring PPP” on page 8-1..

Note: ISDN BRI can be configured on XSR 1200 Series routers but only on interface FastEthernet 0:<1-2>.<1-30>. All BRI examples in this chapter reference Ethernet interfaces on XSR 1800/3000 Series routers.

T1 PRI

The following example configures a PRI connection on a T1 card:

XSR(config)#controller t1 1/2/3

XSR(config-controller<T1-2/3>)#pri-group

XSR(config-controller<T1-2/3>)#isdn switch-type primary-ni

XSR(config-controller<T1-2/3>)#isdn bchan-number-order descending

XSR(config-controller<T1-2/3>)#isdn calling-number 915086671234

XSR(config-controller<T1-2/3>)#no shutdown

E1 PRI

The following example configures a PRI connection on an E1 card:

XSR(config)#controller e1 1/2/2

XSR(config-controller<E1-2/2>)#pri-group

XSR(config-controller<E1-2/2>)#isdn switch-type primary-net5

XSR(config-controller<E1-2/2>)#isdn bchan-number-order descending

XSR(config-controller<E1-2/2>)#isdn no calling-number

XSR(config-controller<E1-2/2>)#no shutdown

ISDN BRI

The following example configures a switched line BRI connection:

XSR(config)#interface bri 1/1

XSR(config-if<BRI-1/1>)#isdn switch-type basic-ni1

XSR(config-if<BRI-1/1>)#isdn spid1 2200555 2200

XSR(config-if<BRI-1/1>)#isdn spid2 2201555 2201

XSR User’s Guide 11-15

Page 279
Image 279
Enterasys Networks X-PeditionTM More Configuration Examples, Following example configures a PRI connection on a T1 card