MPLS的基本框架

2021-09-19 23:59:22 字數 2277 閱讀 3954

mpls(多協議標籤交換)不是一種協議,而是一種基於標籤**機制

mpls包含兩個平面:

控制平面(controlplane)

資料平面(dataplane)

建立mpls

con#int s2/0

if#mpls ip

con#mpls ldp router-id lo0 force //強制使用lo0作為router-id,無force在儲存重啟後才生效

新ios中會使用ldp建鄰居

#show mpls inte***ces    //檢視mpls建立鄰居的介面與方式

使用transport-id大的ip位址任意大埠 主動向小的ip位址646埠建立tcp會話

#show mpls ldp neighbor detail   //檢視鄰居資訊詳細
重建鄰居

#clear mpls ldp neighbor[ * | a.b.c.d ]    //清除mpls所有或指定鄰居,並重建
檢視lib表

注意:必須要開啟cef(ip cef)**,才能看到lib表

in/out 代表資料表走向

in label :本地分配標籤

out label: 對端分配標籤

檢視mpls的範圍

#show mpls label range
label-range 4bytes(20bits)(預設範圍是16-100000,0-15保留)

mpls  label range  500 599   //  更改mpls標籤範圍,重啟程序生效

其他檢視lib的方式

#show  mpls ldp bindings local

#show mpls ldp bindings local-label 100

#show mpls ldp bindings neighbor 2.2.2.2

#show mpls ldp bindings neighbor 2.2.2.2 remote-label 201

#show mpls ldp bindings 4.4.4.0 255.255.255.0

mpls 配置

con#ip cef

con#mpls label range 500 599

con#mpls labelprotocol ldp

con#mpls ldp route-id lo0 force

con#mpls ip

con#int s2/0

if#mpls ip

檢視lfib

#show mpls forwarding-table
本地分配的標籤以及下一跳分配標籤放入lfib

檢視詳細二層資訊

MPLS原理之MPLS基本結構 Vecloud微雲

mpls基本結構 網路結構 mpls網路的典型結構如圖1 1所示。mpls基於標籤進行 圖1 1中進行mpls標籤交換和報文 的網路裝置稱為標籤交換路由器lsr label switching router 由lsr構成的網路區域稱為mpls域 mpls domain 位於mpls域邊緣 連線其他網...

MPLS的配置實驗

實驗結果 在mpls 域內配置 if ip add 10.1.0.1 255.255.255.255 if ip add 10.1.12.1 255.255.255.0 con router rip version 2 network 10.0.0.0 no auto summary 在mpls域內...

mpls 保留標籤值 對初學者的MPLS常見問題4

q.標籤值的範圍是多少?保留了哪些標籤值?這些保留值的含義是什麼?a.還可在 rfc3032 mpls 標籤堆疊編碼中找到這些值。理論上,範圍通過是0 2 120 標籤值 0 至 15 為保留值,而值 4 至 15 留作將來使用。值 0 至 3 分別被定義為 值 0 表示 ipv4 顯式 null ...