<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python config help in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3185047#M285214</link>
    <description>&lt;P&gt;It works, thank you very much Francesco! You helped a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made some adjustments to reflect my needs, follows the script attached for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The next step I need to do is somehow parse the txt files created with&amp;nbsp;each switch config and then determine if on each switch port, a given feature is enable(for instance portsecurity, dhcp snooping, etc)... Do you think Pexpect can help on this matter or do you know any other library that could help? The idea is to import a list of IPs and extract (in csv, txt, or any other readable format) a summary report... sth like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;switch1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;interface fa0/1: feature 1:OK, feature 2:&amp;nbsp;Disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;interface fa0/2: feature 1:OK, feature 2:&amp;nbsp;Disabled&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;switch2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;interface fa0/1: feature 1:OK, feature 2:&amp;nbsp;OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;interface fa0/2: feature 1:OK, feature 2:&amp;nbsp;OK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and so on and so fourth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: Just a side note..if I'm not wrong, on the &amp;nbsp;main function, in&amp;nbsp;the ip option, it was passing "iprtr", while the function cmd_ip expects &amp;nbsp;just "ip".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 18:52:46 GMT</pubDate>
    <dc:creator>mflavio</dc:creator>
    <dc:date>2017-09-16T18:52:46Z</dc:date>
    <item>
      <title>Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181970#M284921</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need some help with python script. I never used python before. I need to deploy tacacs config for con0 and aux line to all routers and switches.&lt;/P&gt;&lt;P&gt;I have Python 2.7.13 installed on my windows 7&lt;/P&gt;&lt;P&gt;1. I have a router I want to test it by deploying script to it via telnet. How do you suggest i do that while having this router connected to a production network? My thought is to not have any routing enabled and only configure a loop back on the router with an IP address that is routable via the production network. Best practices?&lt;/P&gt;&lt;P&gt;2. I have attached what i have so far scripted very rough draft. I have no idea how to deploy it with python via telnet and what the script is lacking. would i put the IP address of the router where it says "(HOST)". Can anyone give me some pointers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 17:06:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181970#M284921</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2019-03-05T17:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181977#M284924</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I will help you but before giving some configs i would ask some questions. &lt;BR /&gt;&lt;BR /&gt;How do you connect to your router in your production environment? &lt;BR /&gt;&lt;BR /&gt;Do you have a list of ip for all your routers where you want to apply those commands? &lt;BR /&gt;&lt;BR /&gt;If not, how will you get ip addresses of routers? Dynamically? &lt;BR /&gt;&lt;BR /&gt;I can help to build a script to read a text file containing all ip for example and running all those commands in 1 shot.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Sep 2017 02:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181977#M284924</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-09T02:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181980#M284925</link>
      <description>&lt;P&gt;Thank you Francesco!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do you connect to your router in your production environment?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We have an inventory based on location (city and state) with IP of routers, switches, and accesspoints. It's basically a sharepoint site that has all this inventory. Go there then grab an IP of device in question and telnet or ssh to it. some devices are soo old they only support ssh1 - in those cases i just use telnet. So telnet would work for this script.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a list of ip for all your routers where you want to apply those commands? Yes, I can do look up in our inventory and sort by devices which i can select routers and then all the routers and their IPs will show up.I can do the same for switches and accesspoints.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, how will you get ip addresses of routers? Dynamically? no, I would use the above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can help to build a script to read a text file containing all ip for example and running all those commands in 1 shot.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUPER COOL! &amp;nbsp;I am sure i can get a text file that has all these IPs. I can probably export from sharepoint. For now, I have the one router not in production i would like to test on. My other thing is that I never have connected a router to LAN with out it doing the routing for production. In this case, I want enough connectivitiy to be able to telnet and test the script on that router but not have it routing and wrecking havoc. My thought is to just have a loop back address on their that would be routable from my layer 3 switch. &amp;nbsp;- Would that work? how would you set up a test router for this instance?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:14:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181980#M284925</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-09T03:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181981#M284926</link>
      <description>&lt;P&gt;Thank you Francesco!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. ) I connect to my routers by looking up the address where the issue is or where there is a project going on sharepoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On share point I can get the IP of network device (router, switch, and AP). I am sure I can pull a txt or csv file out of there some how.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I usually then just use putty or secure CRT to telnet or ssh.&lt;/P&gt;&lt;P&gt;we have old routers that dont support ssh2 and only ssh1 in those cases I tend to telnet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.) I will pull the list from sharepoint. I think I can put it in explorer view and export some how.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, to test script I have a 2911 router unplugged and will want to connect it with enough connectivity not to impact production and just to use to test. I plan to just put a loop back address on it that is routable via the production network. no routing protocol enabled or static route. - how would you setup a test router for this instance?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181981#M284926</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-09T03:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181983#M284927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;First of all, to test on a router, let's configure its physical interface with a static IP and attach it to your switch. Let's say, you connect the physical interface to your switch port in access vlan 10 and your router will have IP 10.10.0.10 (static free IP in your vlan 10).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then you need to run the following script and it will ask:&lt;/P&gt;
&lt;P&gt;- username&lt;/P&gt;
&lt;P&gt;- password&lt;/P&gt;
&lt;P&gt;- List or IP ==&amp;gt; If you want to run it on 1 device for test type ip or if you want to run on multiple device type list&lt;/P&gt;
&lt;P&gt;- if your choice was list, you'll need to write the full path with the filename like /user/.../list.txt&lt;/P&gt;
&lt;P&gt;- if your choice was ip, then just type your device IP. The telnet command seems to be ok.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is the script modified a bit.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 03:47:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181983#M284927</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-09T03:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181984#M284928</link>
      <description>One more information. &lt;BR /&gt;To run the script you'll need to run the following command: &lt;BR /&gt;&lt;BR /&gt;python2.7 scriptname.py</description>
      <pubDate>Sat, 09 Sep 2017 03:51:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181984#M284928</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-09T03:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181986#M284929</link>
      <description>&lt;P&gt;Are those two different scripts in one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one for a list and one for a single IP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i am reading this correctly its for both and it will prompt me to provide a list directory or a single IP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 04:08:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181986#M284929</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-09T04:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181987#M284930</link>
      <description>It's 1 script. It'll prompt to say if it's a list or an ip. &lt;BR /&gt;If a list then you need to fill in the full path+ filename otherwise and IP</description>
      <pubDate>Sat, 09 Sep 2017 04:10:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181987#M284930</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-09T04:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181988#M284931</link>
      <description>&lt;P&gt;Wow you are friggen awesome! I will test this out maybe over the weekend if not on Monday! I am a little anxious so I will try to get into the office over the weekend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep you posted&lt;/P&gt;</description>
      <pubDate>Sat, 09 Sep 2017 04:14:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3181988#M284931</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-09T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182112#M284952</link>
      <description>&lt;P&gt;Hey Francesco, Does it matter what the file type is for the file with a list of all the IPs?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 01:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182112#M284952</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-10T01:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182113#M284953</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;It's preferable that you use a text file and all ip should be on separate lines otherwise you'll need to adapt the script on how to read this file and which value you take. &lt;BR /&gt;On the script i forwarded to you, i assume that you have 1 ip per line and nothing else. &lt;BR /&gt;</description>
      <pubDate>Sun, 10 Sep 2017 01:32:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182113#M284953</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-10T01:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182116#M284954</link>
      <description>&lt;P&gt;ok, I need to verify how i am going to export the inventory.&lt;/P&gt;&lt;P&gt;it maybe an excel spreadsheet or csv.. but in any case there will be 1 IP address per line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you get so good at Python scripting? is there a course you recommend specific for network engineers?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you break down the not so intuitive parts for me what it is doing? I want to learn. the tn.writes &amp;nbsp;is pretty intuitive that it's executing those commands on the router.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 02:05:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182116#M284954</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-10T02:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182117#M284955</link>
      <description>Be careful with CSV add you will comma character you need to take care of. &lt;BR /&gt;If you have an excel sheet, it's not a big deal to copy paste into a text file looking like: &lt;BR /&gt;1.1.1.1&lt;BR /&gt;2.2.2.2&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;I read some books, viewed some videos and lot of hard work to accomplish what i was trying to do. I'm not an expert but i can easily do lot of boring and manual stuff. &lt;BR /&gt;I know there're some Python courses on GNS3 right now with a cheap price.&lt;BR /&gt;You can also take a look on Cisco devnet website. &lt;BR /&gt;&lt;BR /&gt;I'm in my mobile phone right now and quite complex to add notes on each line of the script. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Sep 2017 02:18:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182117#M284955</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-10T02:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182120#M284956</link>
      <description>&lt;P&gt;Thanks for your quick replies Francesco.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is super cool so I will definetly look into the GNS courses and anything else to bring me up to speed. I really want to learn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Sep 2017 02:29:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3182120#M284956</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-10T02:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183679#M285085</link>
      <description>&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the script and it didnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed via term mon that the script does telnet and logs in but after that it does nothing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I set my local credentials to privilege 15 and have an enable secret set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont get prompted to type enable.I am already in exec mode.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the enable line from the script but it still didnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am going to try creating a simple script and see if I can get it to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 17:58:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183679#M285085</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-13T17:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183817#M285096</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you test this one?&lt;/P&gt;
&lt;P&gt;I've tested it on my router and it works. I've added some pause.&lt;/P&gt;
&lt;P&gt;It's been long time I've not connected to any device using telnet, I apologise,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 23:15:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183817#M285096</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-13T23:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183835#M285098</link>
      <description>&lt;P&gt;It's ok any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I gave the latest script a shot and it didnt even launch. saved it as a py file extension and then it just flashed for a second then disappeared.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 01:22:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183835#M285098</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-14T01:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183852#M285099</link>
      <description>How you run it?&lt;BR /&gt;&lt;BR /&gt;Are you just using 1 ip for now?&lt;BR /&gt;There is this command tn.set_debuglevel(200) that'S commented with a #. Remove it and you'll get some logs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 01:59:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183852#M285099</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-14T01:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183889#M285109</link>
      <description>&lt;P&gt;Yes, definitely one IP to test on one router. Once I get it working I will then do a list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just clicking on on the script from desktop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does that command do? &amp;nbsp;Is that setting the &amp;nbsp;debug level on router?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 03:57:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183889#M285109</guid>
      <dc:creator>PLC</dc:creator>
      <dc:date>2017-09-14T03:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Python config help</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183895#M285112</link>
      <description>This command just enabled a debug of telnet for the script not on router. &lt;BR /&gt;&lt;BR /&gt;Run it through a cli like: python2.7 scriptname.py&lt;BR /&gt;&lt;BR /&gt;I'm not using Windows and so not familiar with it. Which version of Python do you have? I recommend version 2.7&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2017 04:42:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/python-config-help/m-p/3183895#M285112</guid>
      <dc:creator>Francesco Molino</dc:creator>
      <dc:date>2017-09-14T04:42:06Z</dc:date>
    </item>
  </channel>
</rss>

