ATMルータの設定例
1つのVCを用いた音声・データ統合サービスの設定例
【音声パケットとデータの混在:2階層優先制御】
- 音声(VoIP)の通話品質の関係から保証PVCをお使い下さい。
- PCR値が500kbps以下となる場合はデータパケット送信完了までの待ち時間の影響による音声(VoIP)の通話品質確保の面からフラグメンテーション設定が必要な場合があります。
ATM-R-1の設定(vp_shaper利用)
- interface ether ip_address=192.168.1.1/24
- interface atm_u_1 vpvc=0/32 ip_unnumbered
- interface atm_d_1 vpvc=0/33
- vp_shaper vp=0 pcr=1
- vc_priority vpvc=0/32 group=1 priority=1 pcr=1 mcr=0.4 tagging=no_tagging
- ip_route 192.168.2.0/24 atm_u_1 2
- filter 1 ether high 192.168.2.100/32 * * * * *
(mtu atm_u_1 224) 5セル相当(48×5-16)にフラグメンテーション
ATM R 2の設定(vp_shaper利用)
- interface ether ip_address=192.168.2.1/24
- interface atm_u_1 vpvc=0/33 ip_unnumbered
- interface atm_d_1 vpvc=0/33w
- w
- ip_route 192.168.1.0/24 atm_u_1 2
- vp_shaper vp=0 pcr=6
- vc_priority vpvc=0/33 group=1 priority=1 pcr=6 mcr=6 tagging=no_tagging
ATM-R-1の設定(vc_shaper利用)
- interface ether ip_address=192.168.2.1/24
- interface atm_u_1 vpvc=0/33 ip_unnumbered
- interface atm_d_1 vpvc=0/32
- vp_shaper vp=0 pcr=1
- vc_priority vpvc=0/33 group=1 priority=1 pcr=1 mcr=0.4 tagging=no_tagging
- ip_route 192.168.1.1/24 atm_u_1 2
- filter 1 ether high 192.168.1.100/32 * * * * *
(mtu atm_u_1 224) 5セル相当(48×5-16)にフラグメンテーション
ATM-R-1の設定(vc_shaper利用)
- interface ether ip_address=192.168.1.1/24
- interface atm_u_1 vpvc=0/32 ip_unnumbered
- interface atm_d_1 vpvc=0/33
- vc_shaper vpvc=0/32 pcr=1 mcr=0.4 tagging=no_tagging
- ip_route 192.168.2.0/24 atm_u_1 2
- filter 1 ether high 192.168.2.100/32 * * * * *
(mtu atm_u_1 224) 5セル相当(48×5-16)にフラグメンテーション
ATM R 2の設定(vc_shaper利用)
- interface ether ip_address=192.168.2.1/24
- interface atm_u_1 vpvc=0/33 ip_unnumbered
- interface atm_d_1 vpvc=0/32
- vc_shaper vpvc=0/33 pcr=1 mcr=0.4 tagging=no_tagging
- ip_route 192.168.1.1/24 atm_u_1 2
- ip_route 192.168.1.1/24 atm_u_1 2
- filter 1 ether high 192.168.1.100/32 * * * * *
(mtu atm_u_1 224) 5セル相当(48×5-16)にフラグメンテーション