Example: Creating an Ethernet Interface
This example shows how to complete the initial configuration on an Ethernet 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 ge-1/0/0 Ethernet interface as follows:
- You create the basic configuration for the new interface by setting the encapsulation type to ppp. Enter additional values for physical interface properties as needed.
- You set the logical interface to 0. Note that the logical unit number can range from 0 to 16,384. Enter additional values for properties you need to configure on the logical interface, such as logical encapsulation or protocol family.
Configuration
Step-by-Step Procedure
To configure an Ethernet interface:
Create the new interface.
[edit]user@host# edit interfaces ge-1/0/0Create the basic configuration for the new interface.
[edit interface ge-1/0/0]user@host# set encapsulation pppAdd logical interfaces.
[edit interface ge-1/0/0]user@host# set unit 0Commit the configuration if you are done configuring the device.
[edit interfaces ge-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:
- In the J-Web interface, select Troubleshoot>Ping Host.
- In the Remote Host box, type the address of the interface for which you want to verify the link state.
- 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.
Sample Output
user@host> show interfaces detailPhysical interface: ge-1/0/0, Enabled, Physical link is Up
Interface index: 134, SNMP ifIndex: 27, Generation: 17
Link-level type: Ethernet, MTU: 1514, Speed: 100mbps, Loopback: Disabled,
Source filtering: Disabled, Flow control: Enabled
Device flags : Present Running
Interface flags: SNMP-Traps 16384
Link flags : None
CoS queues : 4 supported
Hold-times : Up 0 ms, Down 0 ms
Current address: 00:90:69:87:44:9d, Hardware address: 00:90:69:87:44:9d
Last flapped : 2004-08-25 15:42:30 PDT (4w5d 22:49 ago)
Statistics last cleared: Never
Traffic statistics:
Input bytes : 0 0 bps
Output bytes : 0 0 bps
Input packets: 0 0 pps
Output packets: 0 0 pps
Queue counters: Queued packets Transmitted packets Dropped packets
0 best-effort 0 0 0
1 expedited-fo 0 0 0
2 assured-forw 0 0 0
3 network-cont 0 0 0
Active alarms : None
Active defects : None
Meaning
The output shows a summary of interface information. Verify the following information:
- The physical interface is Enabled. If the interface
is shown as Disabled, do one of the following:
- In the CLI configuration editor, delete the disable statement at the [edit interfaces ge-1/0/0] level of the configuration hierarchy.
- In the J-Web configuration editor, clear the Disable check box on the Interfaces> ge-1/0/0 page.
- The physical link is Up. A link state of Down indicates a problem with the interface module, interface port, or physical connection (link-layer errors).
- The Last Flapped time is an expected value. The Last Flapped time indicates the last time the physical interface became unavailable and then available again. Unexpected flapping indicates likely link-layer errors.
- The traffic statistics reflect expected input and output rates. Verify that the number of inbound and outbound bytes and packets matches expected throughput for the physical interface. To clear the statistics and see only new changes, use the clear interfaces statistics ge-1/0/0 command.
Related Topics
- Junos OS Feature Support Reference for SRX Series and J Series Devices
- Unresolved topic-ref: "19283" in the Junos System Basics and Services Command Reference.
- Unresolved topic-ref: "19163" in the Junos Interfaces Command Reference
Hide Navigation Pane
Show Navigation Pane
Download
SHA1