Network Management

 View Only
  • 1.  Airwave ztp "num_of_normal_port"

    Posted Apr 26, 2019 06:48 AM

    So iv got a airwave (8.2.8.2)installation to ready my switches (aruba 2930f) and it worked in the begining with variables "num_of_normal_port", but now my template is writen to the switch but without any of my "num_of_normal_port" configurationm, witch means i'm losing access to the switch.

    This is some ex. of my config

    %if num_of_normal_port=10%
    untagged 8,9,10
    %endif%

    %if num_of_normal_port=28%
    untagged 24,25,26,27,28
    %endif%

     

    So how is the airwave looking at the switch interfaces? can i do ca cli cmd to test the output on the switch so i can verify that my variables are correct?

     

    Morten

     



  • 2.  RE: Airwave ztp "num_of_normal_port"

    Posted Apr 26, 2019 07:29 AM

    Best practice to find template syntax is try config one port range on switch CLI and try implement the template to match with running config (no port-ranges, local parameters etc that is normally used when doing cli config)



  • 3.  RE: Airwave ztp "num_of_normal_port"

    Posted Apr 26, 2019 08:20 AM

    I know my cli commands work in the template, that's not the problem.

     

    The problems is that the airwave don't use the cli commands thats are in my variables, so it must mean that the airwave either don't use or get at "wrong" value so i can't match the "num_of_normal_port=XX" 



  • 4.  RE: Airwave ztp "num_of_normal_port"

    Posted Apr 26, 2019 08:53 AM

    num_of_normal_port=XX  variable is supported by Airwave and it is intelligent enough to push the configuration based on port specific condition, try configure sample ports and configure the template according to running configuraiton output.

     

    Can you share sample switch running config output with ports configured.