Blogs

How-To: Disabling an Interface in Juniper Networks EX4200 Ethernet Switches

By Erdem posted 07-26-2016 11:29

  

In Junos OS, there is no supported operational command that you can use to shut down an interface. However, you can disable the interface by adding the following disable command to the interface configuration and committing the change:

 

set interfaces ge-0/0/0 disable

Alternatively, use ifconfig from the shell prompt at your own risk:

 

ifconfig ge-0/0/0 down

 


#How-To