Node b (called node) configuration, Mlppp point-to-point configurations, Dial-in router example – Enterasys Networks Security Router X-PeditionTM User Manual

Page 253: Node b (called node) configuration -31, Mlppp point-to-point configurations -31, Dial-in router example -31

Advertising
background image

Configuring DoD/BoD

XSR User’s Guide 10-31

Node B (Called Node) Configuration

The following commands add a dialer pool member with the Central Office switch type to BRI
interface 1/0:

XSR(config)#interface bri 1/0
XSR(config-if<BRI-1/0>)#isdn switch-type basic-net3
XSR(config-if<BRI-1/0>)#dialer pool-member 22
XSR(config-if<BRI-1/0>)#no shutdown

The commands below add a dialer pool and enable MLPPP on Dialer port 1:

XSR(config)#interface dialer 1
XSR(config-if<D1>)#no shutdown
XSR(config-if<D1>)#dialer pool 22
XSR(config-if<D1>)#encapsulation ppp
XSR(config-if<D1>)#ip address 10.10.10.2 255.255.255.0
XSR(config-if<D1>)#ppp multilink

MLPPP Point-to-Point Configurations

The following MLPPP point-to-point topology can be used for Bandwidth on Demand
applications, as illustrated by

Figure 10-14

. This example creates three switched lines linking users

on XSR-Toronto’s network with those on XSR-Andover’s network.

Figure 10-14 MLPPP Point-to-Point Topology

Dial-in Router Example

The following commands add a dialer pool and configure Multilink PPP on XSR-Toronto’s Dialer
interface 1:

XSR(config)#interface dialer 1
XSR(config-if<D1>)#encapsulation ppp
XSR(config-if<D1>)#ip address 172.22.85.1
XSR(config-if<D1>)#ppp multilink

.

XSR-Andover

Switched

line

Switched

line

XSR-

Toronto

Switched

line

MLPPP

172.22.85.1

172.22.80.4

172.22.85.2

172.22.95.2

Advertising