In this article, we will discuss the basic configuration of Juniper routers and switches. This article will help network professionals who are working on cisco systems and wants to learn Juniper systems. Below, you will found commands which are equivalent to cisco shutdown and no shutdown Juniper interface configuration.

Table of Contents
Disabling Juniper Interface
If you worked on Cisco Devices you might find that shutdown command is used to down the interface or disable the interface. But, In Juniper systems, below command is used to disable the interface:
root@Juniper# set interfaces ge-0/0/1.0 disable
Enabling Juniper Interface
Similarly, In Cisco systems, no shutdown command is similar to bring up the interface. But, in juniper systems, below command is equivalent to this:
root@Juniper# delete interfaces ge-0/0/1.0 disable
Juniper Interface Verification
For the interface configuration verification, you can use below commands:
root@Juniper#show ge-0/0/1.0
root@Juniper# run show interfaces ge-0/0/1.0 terse
Related Articles
References
Hope, you found this article helpful. Please comment in the comment box if you are facing further difficulties.