<?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: Does Cisco plan to include python librairy &amp;quot;requests&amp;quot; in in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760733#M933</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found a fix to allow the guestshell to access Internet :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jerems_0-1674554691427.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/174135i452D51D7BB626368/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jerems_0-1674554691427.png" alt="Jerems_0-1674554691427.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks to this article :&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.wimwauters.com/networkprogrammability/2020-06-08_guestshell_onbox/" target="_blank"&gt;https://blog.wimwauters.com/networkprogrammability/2020-06-08_guestshell_onbox/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 10:06:28 GMT</pubDate>
    <dc:creator>Jerems</dc:creator>
    <dc:date>2023-01-24T10:06:28Z</dc:date>
    <item>
      <title>Does Cisco plan to include python librairy "requests" in Guestshell</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760182#M929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does anyone know if Cisco plan to provide with the python "requests" librairy in the incoming release of the Guestshell ?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:47:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760182#M929</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-01-23T17:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760579#M930</link>
      <description>&lt;P&gt;Hi Jerems&lt;/P&gt;
&lt;P&gt;You can install packages via pip in guestshell:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;[guestshell@guestshell ~]$ sudo pip3 install requests

WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3 install --user` instead.
https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e
    100% |################################| 71kB 1.8MB/s
&amp;lt;SNIP&amp;gt;

[guestshell@guestshell ~]$ python3
Python 3.6.8 (default, Dec 22 2020, 19:04:08)
[GCC 8.4.1 20200928 (Red Hat 8.4.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
&amp;gt;&amp;gt;&amp;gt; import requests
&amp;gt;&amp;gt;&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 06:45:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760579#M930</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2023-01-24T06:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760692#M931</link>
      <description>&lt;P&gt;To do so i need to provide with internet access to guestshell which seems impossible at the moment.&lt;/P&gt;&lt;P&gt;My guestshell runs on top of a Cisco ISR1111 version 16.12.04.&lt;/P&gt;&lt;P&gt;By the way, let me double check with google if i can find out a way to fix this.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760692#M931</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-01-24T09:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760698#M932</link>
      <description>&lt;P&gt;Yes, either internet access or you host your own repo somewhere accessible by the router (&lt;A href="https://packaging.python.org/en/latest/guides/hosting-your-own-index/" target="_blank"&gt;https://packaging.python.org/en/latest/guides/hosting-your-own-index/&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 09:40:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760698#M932</guid>
      <dc:creator>Marcel Zehnder</dc:creator>
      <dc:date>2023-01-24T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760733#M933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found a fix to allow the guestshell to access Internet :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jerems_0-1674554691427.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/174135i452D51D7BB626368/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jerems_0-1674554691427.png" alt="Jerems_0-1674554691427.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks to this article :&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.wimwauters.com/networkprogrammability/2020-06-08_guestshell_onbox/" target="_blank"&gt;https://blog.wimwauters.com/networkprogrammability/2020-06-08_guestshell_onbox/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 10:06:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760733#M933</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-01-24T10:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760782#M934</link>
      <description>&lt;P&gt;Hello dear community,&lt;/P&gt;&lt;P&gt;If you plan to provide with Internet access to your Guestshell container please follow this procedure :&lt;/P&gt;&lt;P&gt;Configure interface VirtualPortGroup0 (GW for the container):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface VirtualPortGroup0
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 no mop enabled
 no mop sysid&lt;/LI-CODE&gt;&lt;P&gt;Configure interface GigabitEthernet0/0/0.13 (My "WAN" interface"):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface GigabitEthernet0/0/0.13
 description Lien vers Jeyniper01 - vlan Internet
 encapsulation dot1Q 13
 ip address 192.168.13.2 255.255.255.252
 ip nat outside&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Configure NAT :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip nat inside source list GUESTSHELL-NAT-ACL interface GigabitEthernet0/0/0.13 overload
ip access-list extended GUESTSHELL-NAT-ACL
 10 permit ip 192.168.1.0 0.0.0.255 any&lt;/LI-CODE&gt;&lt;P&gt;And the app-hosting part:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;app-hosting appid guestshell
 app-vnic gateway0 virtualportgroup 0 guest-interface 0
  guest-ipaddress 192.168.1.2 netmask 255.255.255.0
 app-default-gateway 192.168.1.1 guest-interface 0
 name-server0 192.168.0.252
 name-server1 192.168.0.250&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 10:19:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760782#M934</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-01-24T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does Cisco plan to include python librairy "requests" in</title>
      <link>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760783#M935</link>
      <description>&lt;P&gt;Hello dear community,&lt;/P&gt;&lt;P&gt;If you plan to provide with Internet access to your Guestshell container please follow this procedure :&lt;/P&gt;&lt;P&gt;Configure interface VirtualPortGroup0 (GW for the container):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface VirtualPortGroup0
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 no mop enabled
 no mop sysid&lt;/LI-CODE&gt;&lt;P&gt;Configure interface GigabitEthernet0/0/0.13 (My "WAN" interface"):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interface GigabitEthernet0/0/0.13
 encapsulation dot1Q 13
 ip address 192.168.13.2 255.255.255.252
 ip nat outside&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Configure NAT :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ip nat inside source list GUESTSHELL-NAT-ACL interface GigabitEthernet0/0/0.13 overload
ip access-list extended GUESTSHELL-NAT-ACL
 10 permit ip 192.168.1.0 0.0.0.255 any&lt;/LI-CODE&gt;&lt;P&gt;And the app-hosting part:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;app-hosting appid guestshell
 app-vnic gateway0 virtualportgroup 0 guest-interface 0
  guest-ipaddress 192.168.1.2 netmask 255.255.255.0
 app-default-gateway 192.168.1.1 guest-interface 0
 name-server0 192.168.0.252
 name-server1 192.168.0.250&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 10:20:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/does-cisco-plan-to-include-python-librairy-quot-requests-quot-in/m-p/4760783#M935</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-01-24T10:20:35Z</dc:date>
    </item>
  </channel>
</rss>

