MikroTik Vs Cisco VPLS

Hi All,

I am trying to get VPLS working between MikroTik & Cisco.

I am using an RB2011-RM w/ ROS 6.07RC with a Cisco 6509 running IOS: Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(1)SY

I have just copied & pasted the following WIKI artical: http://wiki.mikrotik.com/wiki/Manual:EoMPLS_vs_Cisco#Set_up_IP_connectivity.2C_OSPF_and_LDP

We have OSPF w/ MPLS working fine in our production network using a variety of RouterBoards and mostly Cisco 2821s & 7200s.

Any help would greatly be appreciated.

Well. if you did exactly as in the manual. you need to provide some more info and config of your setup.
And, update to lastest 6.x

Finally got some time to work on this again. Thanks for the feedback, now have LDP up and running OK.

Issue is now that the Cisco thinks the VC is down, however the MikroTik is showing the VPLS interface is UP.

[admin@MikroTik] > interface vpls print
Flags: X - disabled, R - running, D - dynamic, B - bgp-signaled, C - cisco-bgp-signaled
0 R name=“cisco-eompls” mtu=1500 l2mtu=1500 mac-address=02:5E:1F:D8:C4:B4 arp=enabled disable-running-check=no remote-peer=10.255.111.111 cisco-style=yes cisco-style-id=111
advertised-l2mtu=1500 pw-type=raw-ethernet use-control-word=yes
[admin@MikroTik] > interface vpls mon 0
remote-label: 17
local-label: 17
remote-status:
transport: 10.255.111.111/32
transport-nexthop: 10.5.111.111
imposed-labels: 17
!
Router#show mpls l2transport vc detail
Local interface: Gi6/1 up, line protocol up, Ethernet up
Destination address: 10.255.111.244, VC ID: 111, VC status: down
Load Balance: none
Flow Label: Disabled
Create time: 00:13:02, last status change time: 00:05:22
Signaling protocol: LDP, peer 10.255.111.244:0 up
Targeted Hello: 10.255.111.111(LDP Id) → 10.255.111.244
Status TLV support (local/remote) : enabled/unknown (no remote binding)
Label/status state machine : local ready, LruRnd
Last local dataplane status rcvd: no fault
Last local SSS circuit status rcvd: no fault
Last local SSS circuit status sent: DOWN(Hard-down)
Last local LDP TLV status sent: no fault
Last remote LDP TLV status rcvd: unknown (no remote binding)
MPLS VC labels: local 17, remote unassigned
Group ID: local 0, remote unknown
MTU: local 1500, remote unknown
Remote interface description:
Sequencing: receive disabled, send disabled
VC statistics:
packet totals: receive 0, send 0
byte totals: receive 0, send 0
packet drops: receive 0, seq error 0, send 0

CISCO Config

encapsulation mpls
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 10.255.111.111 255.255.255.255
!
interface GigabitEthernet6/1
 no ip address
 no keepalive
 xconnect 10.255.111.244 111 pw-class l2vpn
!
interface GigabitEthernet6/2
 ip address 10.5.111.111 255.255.255.0
 media-type rj45
 mpls label protocol ldp
 mpls ip
!
interface Vlan1
 no ip address
 shutdown
!
router ospf 1
 redistribute connected subnets
 network 10.5.111.0 0.0.0.255 area 0
 network 10.255.111.111 0.0.0.0 area 0
!

As this is a remote lab with our supplier the only thing I have not yet been able to try is pushing some data across the VC to see if the circuit comes up.