When configured in SDH framing mode, SONET/SDH interfaces on a Juniper Networks routing platform might not interoperate with some older versions of ADMs or regenerators that require an incrementing STM ID.
Current SDH standards specify a set of 3*n overhead bytes in an STMn that includes the J0 section trace byte. The rest are essentially unused (spare Z0) and contain hexadecimal values (0x01, 0xCC, 0xCC ... 0xCC). The older version of the standard specified that the same set of bytes should contain an incrementing sequence: 1, 2, 3, ..., 3*n. Their use was still unspecified although they might have been used to assist in frame alignment. You can configure an incrementing STM ID to enable your Juniper Networks routing platform to interoperate with older equipment that relies on these bytes for frame alignment.
The STM identifier has a precise definition in the SDH specifications. In ITU-T Recommendation G.707, Network node interface for the synchronous digital hierarchy (SDH) (03/96), Section 9.2.2.2.
You can explicitly configure an incrementing STM ID rather than a static one in the SDH overhead by including the z0-increment statement at the [edit interfaces interface-name sonet-options] hierarchy level. You should include this statement only for SDH mode; do not use it for SONET mode.
- [edit interfaces so-fpc/pic/port sonet-options]
-
z0-increment;
To explicitly disable incrementing of the STM ID, include the following statement:
- [edit interfaces so-fpc/pic/port sonet-options]
- no-z0-increment;