3Com 10014299 Network Router User Manual


 
Typical SLIP Configuration Example 187
III. Configuration Procedure
1 Configure Router A:
a Configure Dialer Rule
[Router]dialer-rule 1 ip permit
b Configure the synchronous/asynchronous interface to asynchronous mode
[Router]interface serial 0
[Router-Serial0]physical-mode async
c Configure IP address of synchronous/asynchronous interface
[Router-Serial0]ip address 10.110.0.1 255.0.0.0
d Configure the incoming and outgoing call authorities of Modem
[Router-Serial0]modem
e Enable BDR
[Router-Serial0]dialer enable-legacy
f Configure the Dialer String to router B
[Router-Serial0]dialer number 8810026
g Configure the link layer protocol of the interface to SLIP
[Router-Serial0]link-protocol slip
h Specify Dialer Group
[Router-Serial0]dialer-group 1
i Configure the default route to Route B
[Router]ip route-static 0.0.0.0 0.0.0.0 10.110.0.2
2 Configure Router B:
a Configure Dialer Rule
[Router]dialer-rule 1 ip permit
b Configure the synchronous/asynchronous interface to asynchronous mode
[Router]interface serial 0
[Router-Serial0]physical-mode async
c Configure IP address of synchronous/asynchronous interface
[Router-Serial0]ip address 10.110.0.2 255.0.0.0
d Configure the incoming and outgoing call authorities of Modem
[Router-Serial0]modem
e Enable BDR
[Router-Serial0]dialer enable-legacy
f Configure the Dialer Number to router A
[Router-Serial0]dialer number 8810003
g Configure the link layer protocol of the interface to SLIP
[Router-Serial0]link-protocol slip
h Specify Dialer Group
[Router-Serial0]dialer-group 1
i Configure the default route to Route A