Comments
-
Enable Config Download and Upload with TFTP and FTP in the webpage.
-
Hello when the NCM 7.3 retail be released??
-
Can you check this Template, only 1 precommand working fisrt one working, second one is not working. really crazy becaue of it..... <Configuration-Management Device="Cisco 3048 NX-OS Management Devices" SystemOID="1.3.6.1.4.1.9.12.3.1.3.1106"> <Commands> <Command Name="RESET" Value="terminal width 0${CRLF}terminal length…
-
Dear, sw_ross, thank you for interesting my thread :-) !!! can you give me an idea that how to make a regular expression apply to below hostname as17a.w31209a.n3048.krccw as17a.w31209b.n3048.krccw want to recognize the a or b from the host name wan want to apply it to the switch statement..
-
i made a command script for nexus 3048 <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () --> <!--SolarWinds Network Management Tools--> <!--Copyright 2005 SolarWinds.Net All rights reserved--> <Configuration-Management Device="Cisco 3048 NX-OS Management Devices" SystemOID="1.3.6.1.4.1.9.12.3.1.3.1106">…
-
Your solution is very good to find a text in the line. Can you give me an idea that. ====script snippet==== $lines = @() $txt1 = "Chassis-1" $txt2 = "PS-1" foreach ($line in $orgtxt) { switch -wildcard ($line) { "*$txt1*" {$lines += $line.Substring(48,2)} "*txt2*" {$lines += $line.Substring(48,2)} } } $lines ====script====…
-
Hello, Denys can i get the configmgmt-command file for the cisco nexus 3048 device? there are serveral pre-command defined, so want to know how to use it. for example <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () --> <!--SolarWinds Network Management Tools--> <!--Copyright 2005 SolarWinds.Net All rights…
-
use this script instead for testing $script = "reload${CRLF}y${CRLF}" and session tracing log is below Got 10 bytes switch# Got 4 bytes Got 10 bytes switch# terminal width 0 Got 2 bytes te Got 106 bytes rminal width 0 ^ % Invalid number, range is (24:511) at '^' marker. switch# terminal length 0 Got 2 bytes te Got 29 bytes…
-
i'm so thanks for your reply and response, the major symptom is below 1. in the system manager , NPM engine status window, SNMP outstanding value is over the 2000+ 2. in the system manager , NPM engine status window SNMP statistic polling index value is 0 (not changed) 3. between netperfmon service and database sync is ok…
-
Hello, tdanner. because of the private ssl certificate, it is more easy to access with plain http, i think, so i think it is better to access with plain http , but ssl method is more benefit to security. Best Regards,
-
it is working well :-) Results ============================================= >>> if __name__ == "__main__": main() IP address of NPM Server: prugio Username: admin Warning: Password input may be echoed. Password: Invoke Test: {u'B': u'Orion.Nodes'} Query Test: swis://PRUGIO./Orion/Orion.Nodes/NodeID=2 Custom Property…
-
I am really appreciate for your answer and Honor to meet you.
-
Hello, Thank you for your reply it did works only 1 precommand verified. inspite of serveral precommand exists could you check it plz
-
see the following script it is right or not plz I tested this script for nexus 3048 when we want to find the Fan status is ok. then export the result to the file ========SCRPT=========== $orgtxt = @" Fan: ------------------------------------------------------ Fan Model Hw Status…
-
Thank you very much, test with your source now, :-),
-
Thank you very much, your solution helpfull :-)
-
Hello thanks for your your quick response :-) i will using following powershell script for the device ios upgrading give me an idea for input the 'y' command to the device plz ======================================================== #Prep File $File = "C:\file.txt" $hostname = "127.0.0.1" $username = "admin" $password =…
-
Dear, Tdanner. thank you very much for interesting my thread, the python script included in the Orion SDK 1.8. understood basic SWIS operations over REST endpoint, such as create the custom properties, and delete it etc. i need to build a script for working with NCM operations i don't know how to make it with python…
-
thank you for your advice, i already open a ticket for this issue :-)
-
Thank you so much Tdanner :-)
-
I solved this program :-) thank you tdanner. reference below plz ============================================== if (! (Get-PSSnapin | where {$_.Name -eq "SwisSnapin"})) { Add-PSSnapin "SwisSnapin" } $date=Get-Date -format "yyMMddhh" $File = "C:\$date-OS_CHECK.txt" #write-host $File #break $hostname = "127.0.0.1" $username…
-
Hello, rfletcher, so thanks for your reply and response, i'll check the msmq files, did your poller not getting any data include icmp and snmp? our case is only snmp data not gathering, icmp work ok, i took not to the message queueing service but it seems not installed in the windows 2008 R2 now. i doubt the netperfmon and…
-
Dear tim.l.nelson Thank you for interesting my threads. i made a configmgmt-command script for Cisco Nexus 3048 switch, and saw it works. :-) i added the Precommand section and it works for input the y when prompt appears. see the following plz <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () -->…
-
Thank you very much Tdanner. this means that only ssl method supported to connect to SOAP API , am i understand ..? i mean that i want to connect with SOAP API without ssl, Best Regards,
-
Dear, Jiri, because why i write this article, many field engineer's said that when input the config line by line in CLI similar like to upload this ncm method, it might be not successfully uploaded there is some reasons such tacacs+ or privileges issue, so they want to prefer using backed up config file transfer from the…
-
tdanner 님이 쓴 말: Could you post your python code as text instead of a video? thanks for response me Just hope to show how to execute it :-) surely possible to post the code, ====CODE==== import requests import json class SwisClient: def __init__(self, hostname, username, password): self.url =…
-
thank you tdanner i already finished test with powershell, it works well at this time i am interested in the python code, so i want to know it will be also works in python :-)
-
Dear, sw_ross thank you very much for your great coding technics :-) Can you give me an idea for below text data also, with the orion SDK, i am very interesting with powershell scripting works. ===PARSE RESULT============ Chassis-1 N3K-C3048-FAN-B -- ok ==ORIGINAL=============== Fan:…
-
Plz check precommand working well.. when i install the 7.3 RC version precommand is not working, but in 7.2.2 works well, Checking precommand is working in NCM 7.3 RC version..
-
and what is exactly different from EOE(End of engineering) with EOL(End of Life) ?