Comments
-
Well, got it to work. script CreateLoopbackInterface (NCM.Nodes @ContextNode, string @LoopbackSubnet) { { string @ThirdOctet string @LoopbackIP string @ip @ip = @ContextNode.AgentIP @ThirdOctet = GetOctet(@ip, 3) @LoopbackIP = SetOctet(@LoopbackSubnet, 4, @ThirdOctet) } // Enter configuration mode configure a new loopback…
-
Well, not only that, but even if I manually input the IP address, the script returns no output.