RTシリーズとCISCOルータの相互接続のための設定例集
ブリッジ接続
| 新規作成日 | 2001/Jun/28 |
| 最終変更日 | 2018/Nov/06 |
| 文書サイズ | 5.0KB |
ブリッジ接続
[ ブリッジ接続 ]
PC2
|
------+------ 172.16.1.0/24
|.254
+---------+
|Cisco1601| IOS 12.1(6)
+---------+
: Tel:222-2222
:
ISDN回線
:
: Tel:111-1111
+---------+
| RT103i | Rev4.00.44
+---------+
|.100
------+------ 172.16.1.0/24
|
PC1
|
console prompt RT103i: isdn local address 1111111 ip routing off ...................................... *1 ip lan address 172.16.1.100/24 bridge use on ....................................... *2 bridge learning expire 300 .......................... *3 pp select 1 isdn remote address call 2222222 pp enable 1 |
| *1 | IPルーティング機能を停止します。 |
| *2 | ルータ本体のブリッジ機能を有効にします。 |
| *3 | 動的ブリッジテーブルの保持時間を設定します。 |
hostname C1601 ! no ip routing ....................................... *4 ! isdn switch-type ntt isdn tei-negotiation first-call ! interface Ethernet0 ip address 172.16.1.254 255.255.255.0 bridge-group 1 ..................................... *5 ! interface BRI0 no ip address encapsulation ppp no ip route-cache 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 | ルータ本体のブリッジ機能を起動します。 |
|
|