This article provides information on how to disable the management port ( fxp0 ) on SRX 1000, 3000, and 5000 series service gateway.
This is applicable to the following Junos platforms.
{primary:node0}[edit] root@srx1> show chassis alarms node0: -------------------------------------------------------------------------- 1 alarms currently active Alarm time Class Description 2010-11-26 16:45:53 GMT Major Host 0 fxp0 : Ethernet Link Down node1: -------------------------------------------------------------------------- 1 alarms currently active Alarm time Class Description 2010-11-26 16:45:53 GMT Major Host 0 fxp0 : Ethernet Link Down
Junos has the provision to manually disable the management ports using the following command.
{primary:node0}[edit] root@srx1# set chassis alarm management-ethernet link-down ignore {primary:node0}[edit] root@srx1# show chassis { alarm { management-ethernet { link-down ignore; } }
{primary:node0}[edit] root@srx1# set groups node0 interfaces fxp0 disable root@srx1# set groups node1 interfaces fxp0 disable
{primary:node0}[edit] root@srx1> show chassis alarms node0: -------------------------------------------------------------------------- No alarms currently active node1: -------------------------------------------------------------------------- No alarms currently active