思科 CSR 上的 MPLS L2VPN

网络工程 思科
2022-03-03 11:49:37

我需要使用 Cisco CSR 1000v(ax 许可证和 vmware vsphere 管理程序)跨越 L2VPN 中的两个位置的单个 /24 专用 IP 地址空间?隧道和 VC 状态正常,但无法在同一个网络中从位置 A 连接到位置 B。相同的配置在 Cisco 2911 中运行良好,但性能低约 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
1个回答

在 dSwitch 中启用混杂模式。