RTシリーズとCISCOルータの相互接続のための設定例集
発信者番号による相互認証
| 新規作成日 | 2002/Jun/21 |
| 最終変更日 | 2002/Jun/21 |
| 文書サイズ | 6kB |
発信者番号による相互認証
[ 発信者番号による相互認証 ]
PC2
|
------+------ 172.16.1.0/24
|.254
+---------+
|Cisco3640| IOS 12.2(8)T
+---------+
: Tel:222-2222
:
ISDN回線
:
: Tel:111-1111
+---------+
| RT105i | Rev6.03.08
+---------+
|.254
------+------ 192.168.1.0/24
|
PC1
|
console prompt RT105i: ip lan1 address 192.168.1.254/24 isdn local address bri1 1111111 ................... *1 pp select 1 pp bind bri1 isdn remote address call 2222222 .................. *2 pp enable 1 ip route default gateway pp 1 |
| *1 | このルータのISDN番号を設定します。 |
| *2 | 相手先のISDN番号を設定します。また、ここで設定した番号からの接続を許可します。 |
hostname Cisco3640 ! ip subnet-zero no ip domain-lookup ! isdn switch-type ntt isdn tei-negotiation first-call ! interface FastEthernet0/0 ip address 172.16.1.254 255.255.255.0 ! interface BRI3/0 ip unnumbered FastEthernet0/0 encapsulation ppp no keepalive dialer idle-timeout 60 dialer string 1111111 ........................... *3 dialer hold-queue 5 dialer-group 1 isdn switch-type ntt isdn caller 1111111 ............................. *4 isdn calling-number 2222222 ..................... *5 no cdp enable ! ip route 0.0.0.0 0.0.0.0 BRI3/0 ! dialer-list 1 protocol ip permit |
| *3 | 相手先のISDN番号を設定します。 |
| *4 | このルータへの接続を許可する相手のISDN番号を設定します。 |
| *5 | このルータのISDN番号を設定します。 |
|
|