Typical SLIP Configuration Example 187

III. Configuration Procedure

1Configure Router A:

a Configure Dialer Rule

[Router]dialer-rule 1 ip permit

bConfigure the synchronous/asynchronous interface to asynchronous mode

[Router]interface serial 0

[Router-Serial0]physical-mode async

cConfigure IP address of synchronous/asynchronous interface

[Router-Serial0]ip address 10.110.0.1 255.0.0.0

dConfigure the incoming and outgoing call authorities of Modem

[Router-Serial0]modem

eEnable BDR

[Router-Serial0]dialer enable-legacy

fConfigure the Dialer String to router B

[Router-Serial0]dialer number 8810026

gConfigure the link layer protocol of the interface to SLIP

[Router-Serial0]link-protocol slip

hSpecify Dialer Group

[Router-Serial0]dialer-group 1

iConfigure the default route to Route B

[Router]ip route-static 0.0.0.0 0.0.0.0 10.110.0.2

2Configure Router B:

aConfigure Dialer Rule

[Router]dialer-rule 1 ip permit

bConfigure the synchronous/asynchronous interface to asynchronous mode

[Router]interface serial 0

[Router-Serial0]physical-mode async

cConfigure IP address of synchronous/asynchronous interface

[Router-Serial0]ip address 10.110.0.2 255.0.0.0

dConfigure the incoming and outgoing call authorities of Modem

[Router-Serial0]modem

eEnable BDR

[Router-Serial0]dialer enable-legacy

fConfigure the Dialer Number to router A

[Router-Serial0]dialer number 8810003

gConfigure the link layer protocol of the interface to SLIP

[Router-Serial0]link-protocol slip

hSpecify Dialer Group

[Router-Serial0]dialer-group 1

iConfigure the default route to Route A

Page 191
Image 191
3Com 10014299 manual Configure Router a Configure Dialer Rule, Configure IP address of synchronous/asynchronous interface