Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Configuring MEP Interfaces to Support Delay Measurement
Before you can start an Ethernet frame delay measurement (ETH-DM) session across an Ethernet service, you must configure two ACX Series routers to support ETH-DM.
To configure an Ethernet interface on a ACX Series router to support ETH-DM:
- Both interfaces will use the same VLAN ID.
On each router, configure two physical or logical Ethernet interfaces connected by a VLAN. The following configuration is typical for single-tagged logical interfaces:
[edit interfaces]interface {ethernet-interface-name {vlan-tagging;unit logical-unit-number {vlan-id vlan-id; # Both interfaces on this VLAN}}} On each router, attach peer MEPs to the two interfaces. The following configuration is typical:
[edit protocols]oam {ethernet {maintenance-domain md-name { # On both routerslevel number;maintenance-association ma-name { # On both routersmep mep-id { # Attach to VLAN interfacedirection (up | down);interface interface-name;priority number;}}}}}}