I've configured a back to back CFM domain between an X460-48x and an X670V-48x, created the association and added the remote rmep and lmep.
X670V-48x
Review configuration below:
create cfm domain string "Access" md-level 2
configure cfm domain "Access" add association string "link1" vlan "aggr-sw1-to-acc-sw1"
configure cfm domain "Access" association "link1" destination-mac-type multicast
configure cfm domain "Access" association "link1" transmit-interval 1000
configure cfm domain "Access" association "link1" add remote-mep 10 mac-address 00:04:96:99:37:df
configure cfm domain "Access" association "link1" ports 46 add end-point down 20
configure cfm domain "Access" association "link1" ports 46 end-point down transmit-interval 1000
configure cfm domain "Access" association "link1" ports 46 end-point down enable
configure cfm domain "Access" association "link1" ports 46 end-point down ccm enable
configure cfm domain "Access" association "link1" ports 46 end-point down sender-id-ipaddress disable
configure cfm domain "Access" association "link1" ports 46 end-point down add group "LinkA-LinkB"
configure cfm group "LinkA-LinkB" add rmep 10
X460-48x
create cfm domain string "Access" md-level 2
configure cfm domain "Access" add association string "link1" vlan "aggr-sw1-to-acc-sw1"
configure cfm domain "Access" association "link1" destination-mac-type multicast
configure cfm domain "Access" association "link1" transmit-interval 1000
configure cfm domain "Access" association "link1" add remote-mep 20 mac-address 00:04:96:97:e6:76
configure cfm domain "Access" association "link1" ports 51 add end-point down 10
configure cfm domain "Access" association "link1" ports 51 end-point down transmit-interval 1000
configure cfm domain "Access" association "link1" ports 51 end-point down enable
configure cfm domain "Access" association "link1" ports 51 end-point down ccm enable
configure cfm domain "Access" association "link1" ports 51 end-point down sender-id-ipaddress disable
configure cfm domain "Access" association "link1" ports 51 end-point down add group "LinkA-LinkB"
configure cfm group "LinkA-LinkB" add rmep 20
Whilst viewing the "session counters missed-hellos", the x670 displays it's in a Software session type compared to the X460 displaying it's in a hardware session type.
Based on the documentation, for a MP to be processed in hardware it requires 2 things:
1: The MP must be of type "Down MEP".
2: The remote mep must also be statically set rather than dynamic.
I've met both of these requirements.
* X670V-48x # show cfm session counters missed-hellos no-refresh
================================================================================
Session ID Port Remote End-Point Interval Missed Missed Down Flags
MAC Address (msec) Once Twice
================================================================================
2-101-20-10 46 00:04:96:99:37:df 1000 17 0 0 DSAs
================================================================================
Session ID: MD Level-VLAN ID-Local MEP ID-Remote MEP ID
Flags: Maintenance Point: (U) Up End-Point, (D) Down End-Point
Session Type: (S) Software, (H) Hardware
Status: (A) Active, (I) Inactive
Remote End-Point MAC Address: (d) dynamic, (s) static
X460-48x # show cfm session counters missed-hellos no-refresh
================================================================================
Session ID Port Remote End-Point Interval Missed Missed Down Flags
MAC Address (msec) Once Twice
================================================================================
2-101-10-20 51 00:04:96:97:e6:76 1000 --- --- 0 DHAs
================================================================================
Session ID: MD Level-VLAN ID-Local MEP ID-Remote MEP ID
Flags: Maintenance Point: (U) Up End-Point, (D) Down End-Point
Session Type: (S) Software, (H) Hardware
Status: (A) Active, (I) Inactive
Remote End-Point MAC Address: (d) dynamic, (s) static
This is clearly not working...
Please assist.
Thanks!