Chapter 59 Example Ethernet Configurations; Example: Configuring Fast Ethernet Interfaces; Example: Configuring Gigabit Ethernet Interfaces; Example: Configuring Aggregated Ethernet Interfaces - Juniper JUNOS 10.1 - CONFIGURATION GUIDE 1-2010 Configuration Manual

Network interfaces configuration
Table of Contents

Advertisement

Chapter 59
Example Ethernet Configurations

Example: Configuring Fast Ethernet Interfaces

Example: Configuring Gigabit Ethernet Interfaces

Example: Configuring Fast Ethernet Interfaces on page 865
Example: Configuring Gigabit Ethernet Interfaces on page 865
Example: Configuring Aggregated Ethernet Interfaces on page 866
Example: Configuring Aggregated Ethernet Link Protection on page 867
The following configuration is sufficient to get a Fast Ethernet interface up and
running. By default, IPv4 Fast Ethernet interfaces use Ethernet version 2
encapsulation.
[edit]
user@host# set interfaces fe-5/2/1 unit 0 family inet address local-address
user@host# show
interfaces {
fe-5/2/1 {
unit 0 {
family inet {
address local-address;
}
}
}
}
The following configuration is sufficient to get a Gigabit Ethernet, Tri-Rate Ethernet
copper, or 10-Gigabit Ethernet interface up and running. By default, IPv4 Gigabit
Ethernet interfaces on MX Series, M Series, and T Series routers use 802.3
encapsulation. J Series Gigabit Ethernet interfaces do not support 802.3 encapsulation.
[edit]
user@host# set interfaces ge-2/0/1 unit 0 family inet address local-address
user@host# show
interfaces {
ge-2/0/1 {
unit 0 {
family inet {
address local-address;
Example: Configuring Fast Ethernet Interfaces
865

Advertisement

Table of Contents
loading

This manual is also suitable for:

Junos 10.1

Table of Contents