Junos OS

last person joined: 2 days ago 

Ask questions and share experiences about Junos OS.
  • 1.  no shut command in J2320

    Posted 03-16-2014 20:36

    in router/switch cisco using "no shut " to enable turn on interface. In junos, what is command for this?



  • 2.  RE: no shut command in J2320

    Posted 03-16-2014 21:26

    The interfaces should already be enabled by default. You can deactivate or disable and teh commands would be the opposite. For example:

     

    set interfaces ge-0/0/7 disable

    delete interfaces ge-0/0/7 disable

     

    deactivate interfaces ge-0/0/7

    activate interfaces ge-0/0/7

     

    If you run the command show interface terse , what does it show for the interfaces



  • 3.  RE: no shut command in J2320

    Posted 03-17-2014 02:56

    Also an interface is not enabled if there is no configuration for the interface at all.  So simply adding configuration will enable the interface.