Cloud

 View Only
last person joined: 9 days ago 

Ask questions and share experiences with Contrail Networking, Junos Space, Contrail Service Orchestration, NFX Series, Network Automation, Network Management, and all things related to cloud operations.
  • 1.  How can i set delete config in junos space template

    Posted 04-21-2023 08:50

    i want to delete phone home after i put config  
    delete system phone-home server https://redirect.juniper.net
    delete  system phone-home rfc-compliant
    but it show invalid CLI
    How can i  set delete config in junos space template 




    ------------------------------
    Pecco Punk
    ------------------------------


  • 2.  RE: How can i set delete config in junos space template

    Posted 19 days ago

    I haven't used the Templates much so take this with a grain of salt but it might be simpler to just do "delete system phone-home".

    If you want to go the CLI Configlet route, you could also try this:

    system {
      delete:
        phone-home;
    }



    ------------------------------
    PHILIP SILK
    ------------------------------