|
|
| Router A | |
|---|---|
hostname RouterA |
|
| Router B | |
hostname RouterB |
|
| Auxport Configuration Example |
|---|
interface async 1 ip unnumbered ether 0 async default ip address x.x.x.x (generally, an address on eth0's net) async mode interactive (allows dial-in to start PPP/SLIP) dialer string XXX (XXX is the phone number) dialer-group 1 (filters what causes dialing) ... dialer-list 1 proto ip permit (any IP causes dialing) ... line 1 modem inout flow hard (HW flow control recommended) login (for our login users) password SECRET modem chat-script dial-hayes (how to dial on outbound on this line) ... chat-script dial-hayes "" AT OK ATDT\T TIMEOUT 300 Password: SECRET2 > slip SLIP ... ip route y.y.y.y async1 (y.y.y.y is the guy you dial up) ... router igrp 109 (if you're running a routing protocol...) passive-interface async 1 (usually no route updates out async) redistribute static (advertise the y.y.y.y route to the net) |
Notes