Example: Configuring a T3 Interface

This example shows how to complete the initial configuration on a T3 interface.

Requirements

Before you can create an interface, you must install a PIM, connect the interface cables to the ports, and power on the device.

Overview

This example describes the initial configuration that you must complete on each network interface. Within the example, you configure the t3-1/0/0 interface as follows:

Configuration

Step-by-Step Procedure

To configure an T3 interface:

  1. Create the new interface.

    [edit]user@host# edit interfaces t3-1/0/0
  2. Create the basic configuration for the new interface.

    [edit interface t3-1/0/0]user@host# set encapsulation ppp
  3. Add logical interfaces.

    [edit interface t1-1/0/0]user@host# set unit 0
  4. Commit the configuration if you are done configuring the device.

    [edit interfaces t1-1/0/0]user@host# commit

Verification

To verify an interface configuration, perform these tasks:

Verifying the Link State of All Interfaces

Purpose

By using the ping tool on each peer address in the network, verify that all interfaces on the device are operational.

Action

For each interface on the device:

  1. In the J-Web interface, select Troubleshoot>Ping Host.
  2. In the Remote Host box, type the address of the interface for which you want to verify the link state.
  3. Click Start. Output appears on a separate page.

Sample Output

PING 10.10.10.10 : 56 data bytes
64 bytes from 10.10.10.10: icmp_seq=0 ttl=255 time=0.382 ms
64 bytes from 10.10.10.10: icmp_seq=1 ttl=255 time=0.266 ms

Meaning

If the interface is operational, it generates an ICMP response. If this response is received, the round-trip time in milliseconds is listed in the time field. For more information about the output, see the Junos OS Administration Guide for Security Devices.

Verifying Interface Properties

Purpose

Verify that the interface properties are correct.

Action

From the CLI, enter the show interfaces detail command.

Meaning

The output shows a summary of interface information. Verify the following information:

Related Topics