RTシリーズとCISCOルータの相互接続のための設定例集
PAPを使用した相互認証
| 新規作成日 | 2002/Jun/21 |
| 最終変更日 | 2002/Jun/21 |
| 文書サイズ | 6kB |
PAPを使用した相互認証
[ PAPを使用した相互認証 ]
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 pp select 1 pp bind bri1 isdn remote address call 2222222 pp auth request pap .......................................... *1 pp auth accept pap ........................................... *2 pp auth myname RT105i yamaha ................................. *3 pp auth username Cisco3640 cisco ............................. *4 pp enable 1 ip route default gateway pp 1 |
hostname Cisco3640 ! username RT105i password yamaha .............................. *5 ! 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 dialer hold-queue 5 dialer-group 1 isdn switch-type ntt isdn caller 1111111 isdn calling-number 2222222 no cdp enable ppp authentication pap ...................................... *6 ppp pap sent-username Cisco3640 password cisco .............. *7 ! ip route 0.0.0.0 0.0.0.0 BRI3/0 ! dialer-list 1 protocol ip permit |
|
|