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

Management Ethernet Interface Overview

The routing platform’s management Ethernet interface, fxp0, is an out-of-band management interface that needs to be configured only if you want to connect to the router through the management port on the front of the router. You can configure an IP address and prefix length for this interface, which you commonly do when you first install the JUNOS software:

[edit]
user@host# set interfaces fxp0 unit 0 family inet address/prefix-length
[edit]
user@host# show
interfaces {
fxp0 {
unit 0 {
family inet {
address/prefix-length;
}
}
}
}

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