Security Management

  • 1.  How to disable the interface in Juniper EX-4200.

    Posted 07-04-2016 23:01

    How to disable the routed interface in Juniper Ex-4200.

    Actually i want to know. if i use cisco then have to use the command shoutdown. what's will the similar commmand in Junos. 



  • 2.  RE: How to disable the interface in Juniper EX-4200.
    Best Answer

     
    Posted 07-04-2016 23:57

    There is no supported operational command to shutdown an interface, you have to add the disable statement to the interface and commit:

    set interfaces ge-0/0/0 disable

    Alternatively you can use ifconfig from the shell at your own risk:

    ifconfig ge-0/0/0 down


  • 3.  RE: How to disable the interface in Juniper EX-4200.

    Posted 08-24-2019 09:52

    murad@012> configure
    murad@012# set interfaces ge-X/X/X disable

    murad@012# commit