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

Displaying the Internal Ethernet Interface

The internal Ethernet interface, fxp1, connects the Routing Engine with the routing platform’s packet forwarding components. The JUNOS software automatically configures this interface.

Note: Do not modify or remove the configuration for the internal Ethernet interface that the JUNOS software automatically configures. If you do, the routing platform will stop functioning.

user@host> show configuration
...
interfaces {
...
fxp1 {
unit 0 {
family tnp {
address 1;
}
}
}
}

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