IT関連資格の勉強記録と備忘録

スイッチWANメディアによるフレームモードMPLSの実行

フレームリレーにおけるフレームモードMPLSオペレーション

TDP/LDP:
DUモード
SanJoseDLCI 164〜〜〜〜FR-SW〜〜FR-SW〜〜〜〜DLCI 147Paris
SanJose〜Parisルータ間の
双方向エンドツーエンドPVC
hostname SanJose
!
interface serial 1/0
description ** interface to Paris
no ip address
encapsulation frame-relay
!
interface serial 1/0.1 point-to-point
ip address 146.4.1.18 255.255.255.252
mpls ip
frame-relay interface-dlci 164
hostname Paris
!
interface serial 1/0
description ** interface to SanJose
no ip address
encapsulation frame-relay
!
interface serial 1/0.1 point-to-point
ip address 146.4.1.17 255.255.255.252
mpls ip
frame-relay interface-dlci 147

フレームリレーにおけるMPLSカプセル化

Ciscoフレームリレーカプセル化
7E
フラグ
フレームリレー
ヘッダ
イーサタイプ
(8847)
MPLSラベル
ヘッダ
データ
ペイロード
FCS7E
フラグ
RFC1490フレームリレーカプセル化
7E
フラグ
フレームリレー
ヘッダ
コントロール
UI 0x03
オプショナル
パッド 0x00
NLPID 0x80
(SNAP)
OUI
0x00-00-00
イーサタイプ
(8847)
MPLSラベル
ヘッダ
データ
ペイロード
FCS7E
フラグ

ATM PVCにおけるフレームモードMPLSオペレーション

TDP/LDP:
DUモード
SanJoseVPI 0/36〜〜〜〜ATM-SW〜〜ATM-SW〜〜〜〜VPI 0/37Paris
SanJose〜Parisルータ間の
双方向エンドツーエンドPVC
hostname SanJose
!
interface atm 1/0
no ip address
!
interface atm 1/0.1 point-to-point
description ** interface to Paris
ip address 146.4.1.18 255.255.255.252
pvc 0/36
encapsulation aal5snap
!
mpls ip
hostname Paris
!
interface atm 1/0
no ip address
!
interface atm 1/0.1 point-to-point
description ** interface to SanJose
ip address 146.4.1.17 255.255.255.252
pvc 0/37
encapsulation aal5snap
!
mpls ip

同じATMインタフェースにおけるフレームモードおよびセルモードMPLS


PVC上でフレームモード
MPLSを動作させる
サブインタフェース
ATM PVC
SanJose〜〜controll-vc〜〜MPLS-SW〜〜MPLS-SW〜〜controll-vc〜〜Paris
セルモードMPLSを
動作させるサブIF
hostname SanJose
!
int atm 1/0
no ip address
!
interface atm 1/0.1 point-to-point
description ** ATM PVC interface to Paris
ip address 146.4.1.18 255.255.255.252
pvc 0/36
encapsulation aal5snap
!
mpls ip
!
interface atm 1/0.2 mpls
description ** cell-mode interface to adjacent ATM-LSR
ip unnumbered Loopback 0
mpls ip
!

hostname Paris
!
int atm 1/0
no ip address
!
interface atm 1/0.1 point-to-point
description ** ATM PVC interface to SanJose
ip address 146.4.1.17 255.255.255.252
pvc 0/36
encapsulation aal5snap
!
mpls ip
!
interface atm 1/0.2 mpls
description ** cell-mode interface to adjacent ATM-LSR
ip unnumbered Loopback 0
mpls ip
!

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

管理人/副管理人のみ編集できます