[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

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 Configuration>View and Edit>View Configuration Text. Alternatively, from configuration mode in the CLI, enter the show interfaces ct1-2/0/0 command.


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]

What it Means

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

Related Topics

For more information about the format of a configuration file, see Viewing the Configuration Text.

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


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]