我需要一个单独的/24私有IP地址空间跨越两个位置跨L2VPN与思科CSR1000V (ax许可证和vmware )?隧道和VC状态上升,但不能连接从位置A到位置B在同一个单一的网络。同样配置良好的工作在思科2911,但与低性能~50 50mbps。
Config:
mpls label protocol ldp
l2vpn
!
interface Tunnel0
ip address 10.1.1.1 255.255.255.252
ip tcp adjust-mss 1390
mpls ip
mpls mtu 1430
tunnel source 185.3.xx.yy
tunnel destination 185.25.xx.yy
!
interface GigabitEthernet1
ip address 185.3.xx.yy 255.255.255.0
negotiation auto
interface GigabitEthernet2.200
encapsulation dot1Q 200
xconnect 10.1.1.2 200 encapsulation mpls
mtu 1430
!
mpls ldp router-id Tunnel0 force
Info:
csr01#sh mpls l2transport binding
Destination Address: 10.1.1.2,VC ID: 200
Local Label: 21
Cbit: 1, VC Type: Ethernet, GroupID: 7
MTU: 1430, Interface Desc: n/a
VCCV: CC Type: CW [1], RA [2], TTL [3]
CV Type: LSPV [2]
Remote Label: 18
Cbit: 1, VC Type: Ethernet, GroupID: 7
MTU: 1430, Interface Desc: n/a
VCCV: CC Type: CW [1], RA [2], TTL [3]
CV Type: LSPV [2]
csr01#sh mpls l2transport summary
Destination address: 10.1.1.2, total number of vc: 1
0 unknown, 1 up, 0 down, 0 admin down, 0 recovering, 0 standby, 0 hotstandby
1 active vc on MPLS interface Tu0发布于 2017-02-07 06:16:30
在dSwitch中启用混杂模式。
https://networkengineering.stackexchange.com/questions/37769
复制相似问题