Routing

last person joined: 2 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  how to disable deactivete and delete interface commands in global mode in junos

    Posted 05-14-2014 05:10

    Dear ALL .

     

    Please let me know how to disable deactivate and delete commands glabally in junos .One of my customer wants ,no user can commit these commnds in junos .

     

    how to disable deactivete and delete interface commands in global mode in junos



  • 2.  RE: how to disable deactivete and delete interface commands in global mode in junos

    Posted 05-15-2014 08:20

    You have to use the junos commit scripts to do so.



  • 3.  RE: how to disable deactivete and delete interface commands in global mode in junos

    Posted 05-16-2014 22:27

    if you want to do only one interface

     

    set interfaces fe-0/0/0 disable

    delete interfaces 0/0/0 disable

     

    if you want to do it for interface range...

     

    set interfaces interface-range test member-range ge-0/0/0 to ge-0/0/9

    set interfaces interface-range test disable

    delete interfaces interface-range test disable