For whoever is in the same boat as me, I hooked up 2 ACX using below config (make sure to use different mep-id's on different ends) and it worked:
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 level 3
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX continuity-check interval 1s
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX continuity-check interface-status-tlv
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 interface ge-0/1/0.777
**********************************************
Notice I deleted vlan id from my initial config I posted on this thread, for whatever reason it was not allowing CCMs when I had this:
delete protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 interface vlan 777
**********************************************
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 direction down
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 priority 0
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 auto-discovery
Here is the output of what I was seeing at the time:
ACX1100-Lab> show oam ethernet connectivity-fault-management mep-database maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX
Maintenance domain name: MyLevel3, Format: string, Level: 3
Maintenance association name: V2xxxTowerIDX, Format: string
Continuity-check status: enabled, Interval: 1s, Loss-threshold: 3 frames
MEP identifier: 2, Direction: down, MAC address: 7c:e2:ca:8a:a0:1c
Auto-discovery: enabled, Priority: 0
Interface status TLV: up, Port status TLV: none
Connection Protection TLV: no
Interface name: ge-0/1/0.777, Interface status: Active, Link status: Up
Defects:
Remote MEP not receiving CCM : no
Erroneous CCM received : no
Cross-connect CCM received : no
RDI sent by some MEP : no
Some remote MEP's MAC in error state : no
Alarm Indication Signal state : no
Statistics:
CCMs sent : 263
CCMs received out of sequence : 0
LBMs sent : 0
Valid in-order LBRs received : 0
Valid out-of-order LBRs received : 0
LBRs received with corrupted data : 0
LBRs sent : 0
LTMs sent : 0
LTMs received : 0
LTRs sent : 0
LTRs received : 0
Sequence number of next LTM request : 477723053
1DMs sent : 0
Valid 1DMs received : 0
Invalid 1DMs received : 0
Out of sync 1DMs received : 0
DMMs sent : 0
Valid DMMs received : 0
Invalid DMMs received : 0
DMRs sent : 0
Valid DMRs received : 0
Invalid DMRs received : 0
LMMs sent : 0
Valid LMMs received : 0
Invalid LMMs received : 0
LMRs sent : 0
Valid LMRs received : 0
Invalid LMRs received : 0
SLMs sent : 0
Valid SLMs received : 0
Invalid SLMs received : 0
SLRs sent : 0
Valid SLRs received : 0
Invalid SLRs received : 0
Valid AISs generated : 0
Valid AISs received : 0
Remote MEP count: 1
Identifier MAC address State Interface
1 ec:13:db:ee:a2:1c ok ge-0/1/0.777
I then converted it back to 1 ACX and 1 Accedian, I immediately noticed this (IN BOLD) when using this command again:
ACX2200-Lab> show oam ethernet connectivity-fault-management mep-database maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX
Maintenance domain name: MyLevel3, Format: string, Level: 3
Maintenance association name: V2xxxTowerIDX, Format: icc
Continuity-check status: enabled, Interval: 1s, Loss-threshold: 3 frames
MEP identifier: 2, Direction: down, MAC address: 7c:e2:ca:8a:a0:1c
Auto-discovery: enabled, Priority: 0
Interface status TLV: up, Port status TLV: none
Connection Protection TLV: no
Interface name: ge-0/1/0.777, Interface status: Active, Link status: Up
Defects:
Remote MEP not receiving CCM : no
Erroneous CCM received : no
Cross-connect CCM received : yes
RDI sent by some MEP : no
Some remote MEP's MAC in error state : no
Alarm Indication Signal state : no
Cross-connect CCM session count: 1
Defect Type: Cross connect, Description: invalid maintenance association identifier
Maintenance domain name: MyLevel3, Format: string, Level: 3
Maintenance association name: V2xxxTowerIDX, Format: string
MEP identifier: 1, Continuity-check interval: 1s
Statistics:
CCMs sent : 34
CCMs received out of sequence : 0
LBMs sent : 0
Valid in-order LBRs received : 0
Valid out-of-order LBRs received : 0
LBRs received with corrupted data : 0
LBRs sent : 0
LTMs sent : 0
LTMs received : 0
LTRs sent : 0
LTRs received : 0
Sequence number of next LTM request : 1471296056
1DMs sent : 0
Valid 1DMs received : 0
Invalid 1DMs received : 0
Out of sync 1DMs received : 0
DMMs sent : 0
Valid DMMs received : 0
Invalid DMMs received : 0
DMRs sent : 0
Valid DMRs received : 0
Invalid DMRs received : 0
LMMs sent : 0
Valid LMMs received : 0
Invalid LMMs received : 0
LMRs sent : 0
Valid LMRs received : 0
Invalid LMRs received : 0
SLMs sent : 0
Valid SLMs received : 0
Invalid SLMs received : 0
SLRs sent : 0
Valid SLRs received : 0
Invalid SLRs received : 0
Valid AISs generated : 0
Valid AISs received : 0
The name format of MA was different between Accedian and ACX, created customer MA using name format of String and not ICCC-Based, and issue went away. I am seeing clean results. I also tested this on Level 0, 6 and 3 and all of them worked. Here is my last config on the ACX:
set interfaces ge-0/1/0 description "Link to Accedian"
set interfaces ge-0/1/0 flexible-vlan-tagging
set interfaces ge-0/1/0 mtu 9192
set interfaces ge-0/1/0 encapsulation flexible-ethernet-services
set interfaces ge-0/1/0 unit 0 vlan-id 0
set interfaces ge-0/1/0 unit 0 family inet address 10.10.10.2/30
set interfaces ge-0/1/0 unit 777 encapsulation vlan-ccc
set interfaces ge-0/1/0 unit 777 vlan-id 777
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 level 3
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX short-name-format character-string
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX continuity-check interval 1s
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX continuity-check interface-status-tlv
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 interface ge-0/1/0.777
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 direction down
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 priority 0
set protocols oam ethernet connectivity-fault-management maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX mep 2 auto-discovery
And here is the results:
ACX2200-Lab> show oam ethernet connectivity-fault-management mep-database maintenance-domain MyLevel3 maintenance-association V2xxxTowerIDX
Maintenance domain name: MyLevel3, Format: string, Level: 3
Maintenance association name: V2xxxTowerIDX, Format: string
Continuity-check status: enabled, Interval: 1s, Loss-threshold: 3 frames
MEP identifier: 2, Direction: down, MAC address: 7c:e2:ca:8a:a0:1c
Auto-discovery: enabled, Priority: 0
Interface status TLV: up, Port status TLV: none
Connection Protection TLV: no
Interface name: ge-0/1/0.777, Interface status: Active, Link status: Up
Defects:
Remote MEP not receiving CCM : no
Erroneous CCM received : no
Cross-connect CCM received : no
RDI sent by some MEP : no
Some remote MEP's MAC in error state : no
Alarm Indication Signal state : no
Statistics:
CCMs sent : 827
CCMs received out of sequence : 0
LBMs sent : 0
Valid in-order LBRs received : 0
Valid out-of-order LBRs received : 0
LBRs received with corrupted data : 0
LBRs sent : 0
LTMs sent : 0
LTMs received : 0
LTRs sent : 0
LTRs received : 0
Sequence number of next LTM request : 2021808654
1DMs sent : 0
Valid 1DMs received : 0
Invalid 1DMs received : 0
Out of sync 1DMs received : 0
DMMs sent : 0
Valid DMMs received : 0
Invalid DMMs received : 0
DMRs sent : 0
Valid DMRs received : 0
Invalid DMRs received : 0
LMMs sent : 0
Valid LMMs received : 0
Invalid LMMs received : 0
LMRs sent : 0
Valid LMRs received : 0
Invalid LMRs received : 0
SLMs sent : 0
Valid SLMs received : 0
Invalid SLMs received : 0
SLRs sent : 0
Valid SLRs received : 0
Invalid SLRs received : 0
Valid AISs generated : 0
Valid AISs received : 0
Remote MEP count: 1
Identifier MAC address State Interface
1 00:15:ad:44:b9:f4 ok ge-0/1/0.777
ACX2200-Lab> show oam ethernet connectivity-fault-management interfaces
Interface Link Status Level MEP Neighbours
Identifier
ge-0/1/0.777 Up Active 3 2 1
Hope this helps someone in the future 🙂