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

Verifying Channelized T1/E1/ISDN PRI Interfaces

To verify an interface configuration, perform these tasks:

Verifying Channelized Interfaces

Purpose

Verify that your configurations for the channelized interfaces are correct.

Action

From the CLI, enter the show interfaces ct1-3/0/1 command.


user@host> show interfaces ct1-3/0/1
Physical interface: ct1-3/0/1, Enabled, Physical link is Up
  Interface index: 151, SNMP ifIndex: 28
  Link-level type: Controller, Clocking: Internal, Speed: E1, Loopback: None,
  Framing: G704, Parent: None
  Device flags   : Present Running
  Interface flags: Point-To-Point SNMP-Traps Internal: 0x4000
  Link flags     : None
  CoS queues     : 8 supported, 8 maximum usable queues
  Last flapped   : 2006-10-05 21:11:48 PDT (06:45:04 ago)
  DS1   alarms   : None
  DS1   defects  : None
    Line encoding: HDB3

What it Means

The output shows a summary of information about the physical parent interface—a channelized T1 interface in this example.

See Also

For a complete description of show interfaces output, see the JUNOS Interfaces Command Reference.
Verifying Clear-Channel Interfaces

Purpose

Verify that your configurations for the clear-channel interfaces are correct.

Action

From the CLI, enter the show interfaces e1-3/0/1 command.


user@host> show interfaces e1-3/0/1
Physical interface: e1-3/0/1, Enabled, Physical link is Up
  Interface index: 212, SNMP ifIndex: 237
  Link-level type: PPP, MTU: 1504, Speed: E1, Loopback: None, FCS: 16,
  Parent: ce1-3/0/1 Interface index 151
  Device flags   : Present Running
  Interface flags: Point-To-Point SNMP-Traps Internal: 0x4000
  Link flags     : Keepalives
  Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3
  Keepalive: Input: 1066 (00:00:02 ago), Output: 1066 (00:00:02 ago)
  LCP state: Opened
  NCP state: inet: Opened, inet6: Opened, iso: Not-configured, mpls:
  Not-configured
  CHAP state: Closed
  CoS queues     : 8 supported, 8 maximum usable queues
  Last flapped   : 2006-10-06 01:01:36 PDT (02:57:27 ago)
  Input rate     : 88 bps (0 pps)
  Output rate    : 58144 bps (157 pps)
  DS1   alarms   : None
  DS1   defects  : None

  Logical interface e1-3/0/1.0 (Index 66) (SNMP ifIndex 238)
    Flags: Point-To-Point SNMP-Traps 0x4000 Encapsulation: PPP
    Bandwidth: 1984kbps
    Protocol inet, MTU: 1500
      Flags: None
      Addresses, Flags: Is-Preferred Is-Primary
        Destination: 47.47.47.0/30, Local: 47.47.47.2, Broadcast: 47.47.47.3
    Protocol inet6, MTU: 1500
      Flags: None
      Addresses, Flags: Is-Preferred Is-Primary
        Destination: 8b8b:8b01::/64, Local: 8b8b:8b01::2
      Addresses, Flags: Is-Preferred
        Destination: fe80::/64, Local: fe80::205:85ff:fec5:d3d0

What it Means

The output shows a summary of interface information. Although the parent interface is ce1-3/0/1, the physical and logical clear-channel interfaces are named e1-3/0/1 and e1-3/0/1.0.

See Also

For a complete description of show interfaces output, see the JUNOS Interfaces Command Reference.
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.

See Also

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]