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;
- }
- }
- }
- }