MPLS的配置實驗

2021-09-20 21:32:27 字數 3571 閱讀 4723

實驗結果

在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域內配置

r1(config)#ip cef

r1(config)#mpls label range 100 199

r1(config)#mpls ldp router-id lo0 force

r1(config)#mpls ip

r1(config)#int s2/1

r1(config-if)#mpls ip

r1(config)#int s2/0

r1(config-if)#mpls ip

檢查

r1#show mpls forwarding-table
有新舊兩種方法可使用

router bgp 1

bgp router-id 10.1.0.3

bgp log-neighbor-changes

! scope global

neighbor 10.1.0.5 remote-as 1

neighbor 10.1.0.5 update-source loopback0

! address-family ipv4

! !

address-family vpnv4

neighbor 10.1.0.5 activate

neighbor 10.1.0.5 send-community extended

router bgp 1

bgp router-id 10.1.0.5

bgp log-neighbor-changes

no bgp default ipv4-unicast

neighbor 10.1.0.3 remote-as 1

neighbor 10.1.0.3 update-source loopback0

! address-family ipv4

neighbor 10.1.0.3 activate

exit-address-family

! address-family vpnv4

neighbor 10.1.0.3 activate

neighbor 10.1.0.3 send-community extended

exit-address-family

檢查

r5#show bgp vpnv4 unicast all summary    //檢視vpnv4的路由

r5#show bgp ipv4 unicast summary //檢視internet ipv4的路由

建立vrf a

ip vrf a

rd 1:1

route-target 1:1

將屬於global的介面劃入vrf a

r5(config)#int s2/0

r5(config-if)#ip vrf forwarding a

r5(config-if)#no sh

r5(config-if)#ip add 192.168.56.5 255.255.255.0

可支援ipv6的新配置方法

r3(config)#vrf definition a

r3(config-vrf)#rd 1:1

r3(config-vrf)#route-target 1:1

r3(config-vrf)#address-family ipv4

r3(config-vrf-af)#route-target 1:1

r3(config)#int s2/0

r3(config-if)#vrf forwarding a

r3(config-if)#ip add 192.168.34.3 255.255.255.0

檢視vrf的路由表

r5#show ip route vrf a
r6(config)#router rip 

r6(config-router)#ver 2

r6(config-router)#no au

r6(config-router)#network 192.168.56.0

r6(config-router)#network 6.0.0.0

r5(config)#router rip

r5(config-router)#address-family ip vrf a

r5(config-router-af)#ver 2

r5(config-router-af)#no au

r5(config-router-af)#net 192.168.56.0

r3、r4 配置同r5、r6

MPLS 次末跳彈出配置 秒懂!超簡單MPLS入門

mpls multi protocol label switching multi protocol 支援多種三層協議,如ip ipv6 ipx等,它通常處於二層和三層之間,俗稱2.5層。label 是一種短的 等長的 易於處理的 不包含拓撲資訊 只具有區域性意義的資訊內容。switching mp...

IE LAB網路實驗室 簡單了解MPLS哪些事

隨著asic技術的發展,路由查詢速度已經不是阻礙網路發展的瓶頸。這使得mpls在提高 速度方面不再具備明顯的優勢。但由於mpls結合了ip網路強大的三層路由功能和傳統二層網路高效的 機制,在 平面採用面向連線方式,與現有二層網路 方式非常相似,這些特點使得mpls能夠很容易地實現ip與atm 幀中繼...

MPLS的基本框架

mpls 多協議標籤交換 不是一種協議,而是一種基於標籤 機制 mpls包含兩個平面 控制平面 controlplane 資料平面 dataplane 建立mpls con int s2 0 if mpls ip con mpls ldp router id lo0 force 強制使用lo0作為r...