Verifying ISDN PRI Configuration on Channelized T1/E1/ISDN PRI Interfaces

Purpose

Verify that your configuration of ISDN PRI service on a channelized interface is correct.

Action

From the J-Web interface, select Configure>CLI Tools>CLI Viewer. Alternatively, from configuration mode in the CLI, enter the show interfaces ct1-2/0/0 command.

Sample Output


user@host# show interfaces ct1-2/0/0
traceoptions {
    flag q921;
    file {
        isdnback;
    }
}
clocking external;
isdn-options {
    switch-type ni2;
}
dialer-options {
    isdn-dialer-group priority 1;
    }
partition 24 timeslots 24 interface-type dc;
partition 1-23 timeslots 1-23 interface-type bc;

[edit]

Meaning

Verify that the output shows your intended ISDN PRI interface configuration.

Related Topics

For more information about the format of a configuration file, see the J-Web Interface User Guide or the JUNOS CLI User Guide.

To additionally verify ISDN PRI configuration, see Verifying the ISDN Configuration.