Cisco で固定対地に対してダイアルアップを行うには dialer string が一番 簡単。

Internet
-----------+---
	   |     192.168.1.0/24
	---+---+-----------------
               |
               |   192.168.1.254
           +--------+
           | RT100i |
           +--------+
               :   0xxx-11-1111
               :
               :
               :   0xxx-22-2222
           +--------+
           |  Cisco |
           +--------+
               |   192.168.2.254
               |
            ---+---------------------
                     133.176.2.0/24
[RT100i] isdn local address 0xxx111111 ip lan address 192.168.1.254/24 pp select 1 isdn remote address 0xxx222222 ip pp route add net 192.168.2.0/24 2 pp enable 1 [Cisco] isdn switch-type ntt ! interface Ethernet0 ip address 192.168.2.254 255.255.255.0 ! interface BRI0 ip unnumbered Ethernet0 encapsulation ppp no keepalive dialer string 0xxx111111 dialer hold-queue 10 dialer-group 1 isdn caller 0xxx111111 isdn answer 0xxx222222 ← ダイヤルインを契約している回線だけ ダイヤルインを契約していない回線ではこれを 設定すると全くつながらなくなる ! ip classless ip route 0.0.0.0 0.0.0.0 BRI0 dialer-list 1 protocol ip permit