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

Disabling the Console Port

By default, the console port on the router is enabled. You can use the console port to connect to the Routing Engine through an RJ-45 cable and use the command-line interface (CLI) to configure the router.

To disable to console port, log out of the console session if you are logged in through the console port. Then log in in through any other access method and disable the console port.

You disable the console port with the disable statement:

[edit]
system {
ports {
console {
disable;
}
}
}

Note: The console port is not the same as a dedicated management port. For strict compliance with the evaluated configuration, you should not configure fxp0.

For information about local console configuration, see the JUNOS System Basics Configuration Guide, the J2300, J4300, and J6300 Services Router Getting Started Guide, or the J4350 and J6350 Services Router Getting Started Guide.


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