Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Setting the T1/E1 Emulation Mode

Emulation is a mechanism that duplicates the essential attributes of a service (such as T1 or E1) over a packet-switched network. You set the emulation mode so that the built-in channelized T1 and E1 interfaces on the ACX Series router can be configured to work in either T1 or E1 mode. This configuration is at the PIC level, so all ports operate as either T1 interfaces or E1 interfaces. A mix of T1 and E1 interfaces is not supported. By default all the ports operate as T1 interfaces.

  • Configure the emulation mode:

    [edit chassis fpc fpc-slot pic pic-slot]
    user@host# set framing (t1 | e1)

    For example:

    [edit chassis fpc 0 pic 0]
    user@host# set framing t1

    After a PIC is brought online and depending on the framing option used (t1 or e1), on the ACX2000 router, 16 CT1 or 16 CE1 interfaces are created, and on the ACX1000 router, 8 CT1 or 8 CE1 interfaces are created.

    The following output shows this configuration:

    user@host# show chassis
    fpc 0 {
        pic 0 {
            framing t1;
        }
    }
    

    The following output from the show interfaces terse command shows the 16 CT1 interfaces created with the framing configuration.

    user@host# run show interfaces terse
    Interface               Admin Link Proto    Local                 Remote
    ct1-0/0/0               up    down
    ct1-0/0/1               up    down
    ct1-0/0/2               up    down
    ct1-0/0/3               up    down
    ct1-0/0/4               up    down
    ct1-0/0/5               up    down
    ct1-0/0/6               up    down
    ct1-0/0/7               up    down
    ct1-0/0/8               up    down
    ct1-0/0/9               up    down
    ct1-0/0/10              up    down
    ct1-0/0/11              up    down
    ct1-0/0/12              up    down
    ct1-0/0/13              up    down
    ct1-0/0/14              up    down
    ct1-0/0/15              up    down
    

Note: If you set the framing option incorrectly for the PIC type, the commit operation fails.

If you change the mode, the router will reboot the built-in T1 and E1 interfaces.

Bit error rate test (BERT) patterns with all ones received by T1 and E1 interfaces configured for SAToP do not result in an alarm indication signal (AIS) defect. As a result, the T1 and E1 interfaces remain up.

Published: 2012-12-04