spangsebrg

Comments

  • Hi Thank you for your reply, but we already went through the exercise of applying the secondary poller to all subnets, as we also faced the issue of stalled scans, when no poller was defined. As I mentioned, we have the scheduled scans running fine now, but when I try to initiate a manual scan, that I would expect should…
  • Hi If your VLAN IDs and names are static, just do: script ConfigureVLANCisco ( NCM.Nodes @ContextNode { CLI { configure terminal vlan 10 name Data vlan 20 name Voice } } If you want to be able modify VLAN ID and name, do this: .PARAMETER_LABEL @VLANid VLAN ID .PARAMETER_DESCRIPTION @VLANid What is the ID of the VLAN being…