MPLS VPN 问题求助
拓扑图如下,要求PC1 能ping 通PC2,两个路由器建立MPLS的 隧道,
我的配置如下, 现在是 死活ping不通 ,但是我感觉配置没有问题,请各位大侠指点!!!
R1
-----
R1#show run
Building configuration...
Current configuration : 1117 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
mpls label protocol ldp
!
!
!
!
!
archive
log config
hidekeys
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface FastEthernet0/0
ip address 12.1.1.1 255.255.255.0
duplex auto
speed auto
mpls ip
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
xconnect 2.2.2.2 1 encapsulation mpls
!
router ospf 1
router-id 1.1.1.1
log-adjacency-changes
network 1.1.1.1 0.0.0.0 area 0
network 12.1.1.0 0.0.0.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
mpls ldp router-id Loopback0 force
!
control-plane
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
end
-------------------------------
R2
R2#show run
Building configuration...
Current configuration : 1119 bytes
!
upgrade fpd auto
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
ip source-route
ip cef
!
!
!
!
no ip domain lookup
no ipv6 cef
!
multilink bundle-name authenticated
mpls label protocol ldp
!
!
archive
log config
hidekeys
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
ip address 12.1.1.2 255.255.255.0
duplex auto
speed auto
mpls ip
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
xconnect 1.1.1.1 1 encapsulation mpls
!
router ospf 1
router-id 2.2.2.2
log-adjacency-changes
network 2.2.2.2 0.0.0.0 area 0
network 12.1.1.0 0.0.0.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
mpls ldp router-id Loopback0 force
!
control-plane
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
end
----------------------
R3
R3#show run
Building configuration...
Current configuration : 556 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end
---------
R4
R4#show run
Building configuration...
Current configuration : 557 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
interface FastEthernet0/0
ip address 192.168.1.10 255.255.255.0
duplex auto
speed auto
!
no ip http server
no ip http secure-server
!
!
control-plane
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
!
!
end
------
R1#show mpls l2transport vc
Local intf Local circuit Dest address VC ID Status
--------------------------------------- --------------- ---------- ----------
Fa0/1 Ethernet 2.2.2.2 1 UP
R1#show mpls l2transport vc detail
Local interface: Fa0/1 up, line protocol up, Ethernet up
Destination address: 2.2.2.2, VC ID: 1, VC status: up
Output interface: Fa0/0, imposed label stack {17}
Preferred path: not configured
Default path: active
Next hop: 12.1.1.2
Create time: 00:15:04, last status change time: 00:15:03
Signaling protocol: LDP, peer 2.2.2.2:0 up
MPLS VC labels: local 17, remote 17
Group ID: local 0, remote 0
MTU: local 1500, remote 1500
Remote interface description:
Sequencing: receive disabled, send disabled
VC statistics:
packet totals: receive 0, send 129
byte totals: receive 0, send 15091
packet drops:receive 0, seq error 0, send 0
===========
参考实验 :http://wiki.nio.name/doku.php/mplsvpn/eompls_port-mode?do=export_xhtml
不知掉 个人仁兄有什么看法???? 还没有仁兄。。。发现问题吗??哎。。。求助ing MPLS VPN上 R1和R2上没看到BGP的配置哦。局域网的数据要跨越公网,但是公网又不识别这些私有地址,怎么办?MPLS的作用就显示出来了:在IP数据包前加上一个LABEL 。跨越公网是不看IP,看LABEL,实现了路由的传递。重点就是,这个LABEL 就是要依靠BGP的团体属性 通告给邻居的 不是的, MPLS VPN 好多种类的,
你那个是 bgp MPLS VPN , 我这个是 L2的 VPN, -woniu1- 把我的帖子顶起来。。。。 二层的没试过,坐等高手 vrf在哪里?
CE和PE之间用什么路由协议? -74- 税说用MPLS 就要有VRF啊???? -woniu1- 坐等高手!!!!
页:
[1]
2