Description

ACX5448/ACX710: Ethernet oam CCM not sent from the configured interface if it has hierarchical scheduler.

Symptoms

With the following configuration if AE50 has hierarchical scheduler the OAM packets will not be sent out.

 

root@ACX5448> show configuration protocols oam     
ethernet {
    connectivity-fault-management {
        inactive: performance-monitoring {
            delegate-server-processing;
        }
        traceoptions {
            file oam.log size 100m;
            flag all;
        }
        maintenance-domain CBLM {
            level 4;
            maintenance-association 1 {
                continuity-check {
                    interval 1s;
                }
                mep 1 {
                    interface ae50.100;  <<<<<<<<<
                    direction down;
                    auto-discovery;
                }
            }
        }
        inactive: maintenance-domain test {
            level 4;
            maintenance-association ma {
                continuity-check {
                    interval 1s;
                }
                mep 1 {
                    interface ae99.10;
                    direction down;
                    auto-discovery;
                }
            }
        }
    }
}

 

Solution

This is a product limitation and not currently supported. Remove hierarchical scheduler from the interface if OAM CCM must be used.

Modification History

2024-02-01 : Article Created