Screen OS

last person joined: 8 months ago 

This is a legacy community with limited Juniper monitoring.
  • 1.  disable interface from CLI

    Posted 06-03-2009 09:43
    On a juniper ssg520 running screenOS 6, is there a way to logically disable an interface from the command line?


  • 2.  RE: disable interface from CLI
    Best Answer

    Posted 06-03-2009 09:45

    same as the "shut" in cisco, phy interface will show as admin down

     

    set int <interface> phy link-down

     

    or remove the IP address and zone config and the phy link is UP but no IP address

     

    unset int <interface> ip

    unset int <interface> zone

    Message Edited by WL on 06-03-2009 09:45 AM


  • 3.  RE: disable interface from CLI

    Posted 06-03-2009 09:46
    wow thanks for the quick reply!