<?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: Keep Guestshell container persistent across bootup and after in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4979263#M2642</link>
    <description>&lt;P&gt;Still not possible on isr 4321 nor isr1111 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Dec 2023 16:36:51 GMT</pubDate>
    <dc:creator>Jerems</dc:creator>
    <dc:date>2023-12-15T16:36:51Z</dc:date>
    <item>
      <title>Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832371#M1025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As part of the ZTP process the guestshell container initiated at bootup is destroyed automatically. How can we manage to keep it alived and persistent?&lt;/P&gt;&lt;P&gt;Platform tested : ISR4321 &amp;amp; ISR1111&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 07:10:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832371#M1025</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832382#M1026</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=&amp;gt; configure the guestshell to persist across reloads and power cycles.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--Creates a guestshell image with persistent storage on the device's flash memory:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ISR4321#guestshell create image persistflash:/guestshell.pie&lt;/LI-CODE&gt;&lt;P&gt;--&lt;SPAN&gt;Activate the guestshell container using the newly created image:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ISR4321#guestshell run image persistflash:/guestshell.pie&lt;/LI-CODE&gt;&lt;P&gt;--&lt;SPAN&gt;Configure the guestshell container to start automatically at bootup:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ISR4321#conf t
ISR4321(config)#guestshell enable
ISR4321(config)#exit
ISR4321#copy running-config startup-config&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 07:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832382#M1026</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T07:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832385#M1027</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much for your great help !&lt;/P&gt;&lt;P&gt;Can you please point me to the url/documentation where all of these great informations are stored ?&lt;/P&gt;&lt;P&gt;Thanks in advance &amp;amp; have a great day !&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 07:52:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832385#M1027</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832414#M1028</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover,&lt;/P&gt;&lt;P&gt;I tried this in my ztp python script:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;print("\n\n *** Execute Guestshell command - create persistent guestshell *** \n\n")
output1 = cli.execute("guestshell create image persistflash:/guestshell.pie")
print(output1)&lt;/LI-CODE&gt;&lt;P&gt;But got this instead :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; *** Execute Guestshell command - create persistent guestshell ***


Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/cli/__init__.py", line 340, in cli
    subprocess.check_output(cmdline, stderr=subprocess.STDOUT, shell=True)
  File "/usr/lib64/python3.6/subprocess.py", line 356, in check_output
    **kwargs).stdout
  File "/usr/lib64/python3.6/subprocess.py", line 438, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'iosp_client -om 3 -o /tmp/.iosp_2023_05_10_08_29_15_195684_2026331682.output -i /tmp/.iosp_2023_05_10_08_29_15_195684_2026331682.cmd' returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bootflash/guest-share/downloaded_script.py", line 93, in &amp;lt;module&amp;gt;
    output1 = cli.execute("guestshell create image persistflash:/guestshell.pie")
  File "/usr/lib/python3.6/site-packages/cli/__init__.py", line 392, in execute
    return (cli(command, timeout))
  File "/usr/lib/python3.6/site-packages/cli/__init__.py", line 350, in cli
    raise IOSPCLIError
cli.IOSPCLIError: CLI syntax error or execution Failure

Guestshell destroyed successfully&lt;/LI-CODE&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 09:13:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832414#M1028</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T09:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832420#M1029</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Vous pouvez également essayer d'ajouter un délai entre le processus ZTP et la commande de création du guestshell pour vous assurer que le système est entièrement initialisé avant de créer le guestshell persistant.&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You could also try adding a delay between the ZTP process and the guestshell creation command to make sure that the system is fully initialized before creating the persistent guestshell&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-------&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;import time

# Delay for 30 seconds before creating the persistent guestshell
time.sleep(30)

# Create the persistent guestshell
output1 = cli.execute("guestshell create image persistflash:/guestshell.pie")
print(output1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 09:35:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832420#M1029</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T09:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832448#M1030</link>
      <description>&lt;P&gt;Thanks a lot &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your information, here is my current code :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jerems_0-1683713381675.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/184265iB421708CCE903CB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jerems_0-1683713381675.png" alt="Jerems_0-1683713381675.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 10:09:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832448#M1030</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T10:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832489#M1031</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;On your routeur does the command, #guestshell create, is known ?&lt;/P&gt;&lt;P&gt;Also you don't&amp;nbsp;&lt;SPAN&gt;enable iox service ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 11:27:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832489#M1031</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T11:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832522#M1032</link>
      <description>&lt;P&gt;Again, thank you for reverting to me so quickly,&lt;/P&gt;&lt;P&gt;Here is the full script downloaded and executed at bootup :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#!/usr/bin/env python3
# -*- coding:utf-8 -*-
########################################################################################################################
# This file is a part of Jeyriku.net.
#
# Created: 05.05.2023 11:52:05
# Author: Jeremie Rouzet
#
# Last Modified: 10.05.2023 12:08:31
# Modified By: Jeremie Rouzet
#
# Copyright (c) 2023 foo.net
########################################################################################################################
import subprocess
import time
import cli

# Check if Pynetbox library is installed

split_ip = cli.execute("sh ip int brief | in 192.168.100.")
temp_ip = split_ip.split()[1]
print(temp_ip)
temp_ip.split(".")
last_digit_ip = temp_ip.split(".")[3]
print(last_digit_ip)

print("\n\n *** Configuring Hostname *** \n\n")
config_hostname = cli.configure(
    [
        "hostname jeyrouter" + "_" + last_digit_ip,
        "end"
     ]
)
print(config_hostname)

print("\n\n *** Configuring Domain name + name server *** \n\n")
cli.configure(
    [
        "ip domain name foo.net",
        "ip name-server 192.168.0.252 192.168.0.250",
        "end"
     ]
)

print("\n\n *** Configuring Username *** \n\n")
cli.configure(
    [
        "username root privilege 15 secret 9 $14$De/u$t12PLWPZasn73E$Klf7X/ijzUPCkLCtM7FoF1m2yaEP79glNJDiggmxJBg",
        "end"
    ]
)

print("\n\n *** Configuring Line VTY *** \n\n")
cli.configure(
    [
        "line vty 0 15",
        "exec-timeout 0 0",
        "login local",
        "transport input telnet ssh",
        "escape-character 17",
        "end"
    ]
)

print("\n\n *** Configuring Iox *** \n\n")
cli.configure(
    [
        "iox",
        "end"
    ]
)

time.sleep(30)

print("\n\n *** Configuring Interface for App-Hosting *** \n\n")
cli.configure(
    [
        "interface VirtualPortGroup0",
        "ip address 192.168.1.1 255.255.255.0",
        "ip nat inside",
        # "no mop enabled",
        # "no mop sysid",
        "end"
    ]
)

print("\n\n *** Configuring Interface for App-Hosting *** \n\n")
cli.configure(
    [
        "interface GigabitEthernet0/0/0",
        "ip address dhcp",
        "ip nat outside",
        "no shut",
        "end"
    ]
)

print("\n\n *** Configuring ACL for App-Hosting *** \n\n")
cli.configure(
    [
        "ip access-list extended GUESTSHELL-NAT-ACL",
        "10 permit ip 192.168.1.0 0.0.0.255 any",
        "end"
    ]
)

print("\n\n *** Configuring NAT for App-Hosting *** \n\n")
cli.configure(
    [
        "ip nat inside source list GUESTSHELL-NAT-ACL interface GigabitEthernet0/0/0 overload",
        "end"
    ]
)


print("\n\n *** Configuring App-Hosting *** \n\n")
cli.configure(
    [
        "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",
        "end"
    ]
)

time.sleep(30)

print("\n\n *** Launch Guestshell *** \n\n")
output = cli.execute(
    "guestshell enable"
)
print(output)

time.sleep(60)

print("\n\n *** Execute Guestshell command - create persistent guestshell *** \n\n")
output1 = cli.execute(
    "guestshell create image persistflash:/guestshell.pie"
)
print(output1)

print("\n\n *** Execute Guestshell command - execute persistent guestshell *** \n\n")
output2 = cli.execute(
    "guestshell run image persistflash:/guestshell.pie"
)
print(output2)

print("\n\n *** Execute Guestshell command - install requests *** \n\n")
output3 = cli.execute(
    "guestshell run sudo python3 -m pip install requests"
)
print(output3)

time.sleep(30)

print("\n\n *** Execute Guestshell command - install pynetbox *** \n\n")
output4 = cli.execute(
    "guestshell run sudo python3 -m pip install pynetbox"
)
print(output4)

print("\n\n *** launch automatically Guestshell at bootup *** \n\n")
cli.configure(
    [
        "guestshell enable",
        "end"
    ]
)

print("\n\n *** Execute Guestshell command - execute dohost command *** \n\n")
output5 = cli.execute(
    [
        "guestshell run bash dohost sh ip int brief"
    ]
)
print(output5)&lt;/LI-CODE&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 12:10:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832522#M1032</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T12:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832542#M1033</link>
      <description>&lt;P&gt;Ok&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;,&amp;nbsp; thanks for the output.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On your routeur does the command, #guestshell create, is known ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 12:42:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832542#M1033</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T12:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832594#M1034</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/237724"&gt;M02@rt37&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Let me check on both platforms and revert to you.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:52:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832594#M1034</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T13:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832606#M1035</link>
      <description>&lt;P&gt;On the ISR 1111, no such options :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jerems_0-1683727003437.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/184291iF41229C820D3C2ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jerems_0-1683727003437.png" alt="Jerems_0-1683727003437.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Need to check on ISR4321&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:00:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832606#M1035</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-05-10T14:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832651#M1036</link>
      <description>&lt;P&gt;Ok&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm afraid the command is not available.&lt;/P&gt;&lt;P&gt;Let me check also on my side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:31:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832651#M1036</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T14:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832662#M1037</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1216081"&gt;@Jerems&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on your router&lt;/P&gt;&lt;P&gt;config-t &amp;gt; guestshell &amp;gt; sudo guestshell persist &amp;lt;image_filename&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Replace &amp;lt;image_filename&amp;gt; w&lt;/SPAN&gt;&lt;SPAN&gt;ith the name you want to give the persistent guestshell image file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Verify thaht the persistent guestshell image file has been created:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#show &lt;SPAN class=""&gt;virtual&lt;/SPAN&gt;-service detail name guestshell&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(You should see the path and name of the persistent guestshell image file listed in the output)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:41:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4832662#M1037</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-05-10T14:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keep Guestshell container persistent across bootup and after</title>
      <link>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4979263#M2642</link>
      <description>&lt;P&gt;Still not possible on isr 4321 nor isr1111 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 16:36:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/keep-guestshell-container-persistent-across-bootup-and-after/m-p/4979263#M2642</guid>
      <dc:creator>Jerems</dc:creator>
      <dc:date>2023-12-15T16:36:51Z</dc:date>
    </item>
  </channel>
</rss>

