On Mon, 19 Jan 2004 23:02:46 +0100, Matthias Fischer <> wrote:
~ OK everyone, please be patient - I'm not so experienced in programming
~ Ciscos, but trying to learn (I hope my english is enough for this...).
~
~ The hardware:
~ Cisco 1003 ISDN Router, Ethernet0, Bri0 etc., IOS 12.1(16), 16MB RAM/4MB
~ Flash, working fine...
~
~ Configured with ConfigMaker 2.6 (ok, ok, just for beginners, but I got
~ this thing working...!)
~
~ Meant to dial an ISP number (NGI, for example 123456)
~ so me and the rest of my family can use internet (DSL is too expensive
~ around here).
~
~ So I built a small homenetwork with "Ethernet O" using "EthernetLAN"
~ plus "Dialer 1 BRI 0" using "Easy IP"/NAT on "ISDN" (NGI).
~ No DHCP, every workstation has a static IP-address.
~
~ I failed building working access-lists with ConfigMaker (Hm!) so I wrote
~ some by my own for delivering through a TFTP-Server (3COM), which is ok
~ for now. They are still not perfect, but fit my needs (Any tips...?).
~ So, everything was fine, but...:
~
~ NGI has only *one* telephone-number for me to dial (123456) so the
~ "Cisco1003 places call to 'NGI' at phone number(s)"-field has just this
~ single telephone-number in it.
~
~ But:
~ On weekends I can surf for free (ISDN-XXL), if I dial another *couple of
~ numbers* (about 16). They give you this telephone-numbers, so you an try
~ which one will be free for you to use.
~ So I built another configuration especially for weekends, to be
~ delivered through ConfigMaker.
~
~ The problem:
~ The corresponding entry field in ConfigMaker just says "If there are
~ multiple phone numbers, separate the phone numbers with a comma." I did
~ this, and it worked. Fine. Hm! Really?
~
~ Then I started looking at the dialer configuration - CFMaker placed all
~ this numbers with "dialer string"-entries, one under another, in the
~ section "interface dialer 1".
~
~ Questions 1:
~ Wouldn't it be better to use something like the "dialer map" command?
~ Cisco Reference says:
~ "To configure a serial interface or ISDN interface to place a call to
~ multiple [!] sites and to authenticate calls from [I just want to dial
~ *out*!] multiple sites, use the second form of the dialer map command:
~ dialer map protocol next-hop-address [name hostname] [spc] [speed 56 |
~ speed 64] [broadcast] [dial-string[:isdn-subaddress]]"
~ I tried this in "configuration mode" for "interface 1", but what do I
~ need for "next-hop-address"? What config script shuold I write?
If you have multiple numbers by which you wish to dial ONE site,
then I would use multiple dialer strings, not dialer maps.
Actually, if you have multiple sites to dial, I would use multiple
separate dialer profiles, not dialer maps.
~ Questions 2:
~ 1. Is ConfigMaker right in placing all dialing-numbers like this?
~ It looks like:
~ "interface Dialer 1
~ description connected to NGI-XXL
~ ip address negotiated
~ ip nat outside
~ no ip split-horizon
~ encapsulation ppp
~ dialer in-band
~ dialer idle-timeout 120
~ dialer string 02143100000
~ dialer string 02018563737
~ dialer string 02018471581
~ dialer string 02336860870
~ dialer string 02330989111
~ dialer string 02501269111
~ ...and so on..."
Yes, that looks fine to me.
~ 2. Is there a better solution for this?
What don't you like about this?
Aaron
---
~ Any help appreciated - the Cisco manuals are mostly here - but $Brain is
~ still V1.00 and no chance of upgrading...

)
~
~ Regards
~
~ Matthias