<?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: IOS interface status with Ansible configuration in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/ios-interface-status-with-ansible-configuration/m-p/4427394#M2301</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337356"&gt;@jacklee1976&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be working, but the actual shutdown/open and/or notification could be delayed. I found an interesting article (external) titled&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://gns3.com/community/featured/csr1000v-link-status-up-down-not" target="_blank" rel="noopener"&gt;CSR1000v link status UP/DOWN notifications arriving late&lt;/A&gt;, which describes a delay, as high as 10 seconds, to this command in particular. You mentioned you're a newbie to Ansible, so here are a few more tutorials (both external, as well), which lay out the instructions in a straightforward manner:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.programmersought.com/article/81336656309/" target="_blank" rel="noopener"&gt;Ansible first experience: use ansible to configure cisco devices&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://italchemy.wordpress.com/2021/02/03/ansible-study-note-10-ansible-playbook-simple-cisco-router-configuration-2/" target="_blank" rel="noopener"&gt;Ansible study note 10. ansible-playbook – simple Cisco router configuration 2&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link to the DevNet Cisco IOS XE Sandboxes, which include model&amp;nbsp;&lt;SPAN&gt;on CSR1000v:&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/ios-xe/#!sandboxes/cisco-ios-xe-sandboxes" target="_blank" rel="noopener"&gt;Cisco IOS XE Sandboxes&lt;/A&gt;. You can test out whether or not you can recreate this bug. Speaking of bugs, check out the &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/" target="_blank" rel="noopener"&gt;Cisco Bug Search Tool&lt;/A&gt;, and check if what you describe is a known error with that model or version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jul 2021 17:52:26 GMT</pubDate>
    <dc:creator>Alexander Stevenson</dc:creator>
    <dc:date>2021-07-02T17:52:26Z</dc:date>
    <item>
      <title>IOS interface status with Ansible configuration</title>
      <link>https://community.cisco.com/t5/controllers/ios-interface-status-with-ansible-configuration/m-p/4421440#M2300</link>
      <description>&lt;P&gt;i All,&lt;/P&gt;&lt;P&gt;I am a newbie to Ansible, writing a few codes this week. I found the "no shutdown" command under the interface configuration prompt does not work. Other commands such as "ip address x.x.x.x m.m.m.0" run successfully. The device I used is the csr1000v. The ansible version is 2.9.6. The Python version is 3.8.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, I also tried "status: enable", "enabled: true", and "enabled: yes". Unfortunately, neither was working. Another question is: part of my configuration is ignored when I run the playbook. I thought the device may need a bit more response time to my commands. How can I introduce sleep time between such commands?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 00:00:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/ios-interface-status-with-ansible-configuration/m-p/4421440#M2300</guid>
      <dc:creator>jacklee1976</dc:creator>
      <dc:date>2021-06-22T00:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: IOS interface status with Ansible configuration</title>
      <link>https://community.cisco.com/t5/controllers/ios-interface-status-with-ansible-configuration/m-p/4427394#M2301</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/337356"&gt;@jacklee1976&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be working, but the actual shutdown/open and/or notification could be delayed. I found an interesting article (external) titled&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://gns3.com/community/featured/csr1000v-link-status-up-down-not" target="_blank" rel="noopener"&gt;CSR1000v link status UP/DOWN notifications arriving late&lt;/A&gt;, which describes a delay, as high as 10 seconds, to this command in particular. You mentioned you're a newbie to Ansible, so here are a few more tutorials (both external, as well), which lay out the instructions in a straightforward manner:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://www.programmersought.com/article/81336656309/" target="_blank" rel="noopener"&gt;Ansible first experience: use ansible to configure cisco devices&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://italchemy.wordpress.com/2021/02/03/ansible-study-note-10-ansible-playbook-simple-cisco-router-configuration-2/" target="_blank" rel="noopener"&gt;Ansible study note 10. ansible-playbook – simple Cisco router configuration 2&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a link to the DevNet Cisco IOS XE Sandboxes, which include model&amp;nbsp;&lt;SPAN&gt;on CSR1000v:&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/ios-xe/#!sandboxes/cisco-ios-xe-sandboxes" target="_blank" rel="noopener"&gt;Cisco IOS XE Sandboxes&lt;/A&gt;. You can test out whether or not you can recreate this bug. Speaking of bugs, check out the &lt;A href="https://bst.cloudapps.cisco.com/bugsearch/" target="_blank" rel="noopener"&gt;Cisco Bug Search Tool&lt;/A&gt;, and check if what you describe is a known error with that model or version.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 17:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/ios-interface-status-with-ansible-configuration/m-p/4427394#M2301</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2021-07-02T17:52:26Z</dc:date>
    </item>
  </channel>
</rss>

