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
+---------+
|.100
------+------ 172.16.1.0/24
|
PC1
|
console prompt RT105i: ip lan1 address 172.16.1.100/24 isdn local address bri1 1111111 pp select 1 pp bind bri1 isdn remote address call 2222222 pp enable 1 ip routing off ...................................... *1 bridge use on ....................................... *2 bridge learning expire 300 .......................... *3 bridge group lan1 1 |
| *1 | IPルーティング機能を停止します。 |
| *2 | ルータ本体のブリッジ機能を有効にします。 |
| *3 | 動的ブリッジテーブルの保持時間を設定します。 |
hostname Cisco3640 ! no ip routing ....................................... *4 ! isdn switch-type ntt isdn tei-negotiation first-call ! interface FastEthernet0/0 ip address 172.16.1.254 255.255.255.0 bridge-group 1 ..................................... *5 ! interface BRI3/0 no ip address 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 bridge-group 1 ..................................... *5 bridge-group 1 spanning-disabled ................... *6 ! dialer-list 1 protocol bridge permit ................ *7 ! bridge 1 protocol ieee .............................. *8 |
| *4 | IPルーティング機能を停止します。 |
| *5 | 各インタフェースのブリッジ機能を有効にします。 |
| *6 | RTルータはSpanning Tree機能をサポートしていませんので対向するインタフェースではSpanning Tree機能を使用しない設定にします。 |
| *7 | ブリッジパケットによるISDN回線自動接続を許可します。 |
| *8 | ルータ本体のブリッジ機能を起動します。 |
|
|