<?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: AAA not working for telnet or SSH, works for HTTP - Cat 3750G in Switching</title>
    <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855699#M546151</link>
    <description>&lt;P&gt;Same then try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add under line vty&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Login auth defualt&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 19:30:17 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2023-06-15T19:30:17Z</dc:date>
    <item>
      <title>AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855634#M546146</link>
      <description>&lt;P&gt;I know it's old, but I've got 2 48p Catalyst 3750Gs running IOS 15.&amp;nbsp; I've setup SSH on cat switches before without issue but for some reason this one is just being super resistant.&amp;nbsp; I can log in with my user account to the HTTP interface without any issues, but it says login failed for both SSH and telnet.&amp;nbsp; I've generated the rsa keys and whatnot, putty connects just fine, it just always says that authentication failed.&amp;nbsp; It does this with both accounts i've added.&amp;nbsp; Both accounts work fine on HTTP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;version 15.0&lt;BR /&gt;no service pad&lt;BR /&gt;service timestamps debug datetime msec&lt;BR /&gt;service timestamps log datetime msec&lt;BR /&gt;service password-encryption&lt;BR /&gt;!&lt;BR /&gt;hostname house-cat3750G&lt;BR /&gt;!&lt;BR /&gt;boot-start-marker&lt;BR /&gt;boot-end-marker&lt;BR /&gt;!&lt;BR /&gt;no logging console&lt;BR /&gt;enable secret 5 [redacted]&lt;BR /&gt;!&lt;BR /&gt;username [redacted] secret 5 [redacted]&lt;BR /&gt;username [redacted] secret 5 [redacted]&lt;BR /&gt;aaa new-model&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa authorization exec default local &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;aaa session-id common&lt;BR /&gt;clock timezone UTC -6 0&lt;BR /&gt;clock summer-time UTC recurring&lt;BR /&gt;switch 1 provision ws-c3750g-48ps&lt;BR /&gt;system mtu routing 1500&lt;BR /&gt;ip domain-name DOMAIN.com&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;[interface/crypto key configs removed to save space]&lt;/P&gt;
&lt;P&gt;!&lt;BR /&gt;interface Vlan99&lt;BR /&gt;ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;no ip route-cache&lt;BR /&gt;!&lt;BR /&gt;ip default-gateway 10.10.10.254&lt;BR /&gt;ip http server&lt;BR /&gt;ip http secure-server&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;vstack&lt;BR /&gt;!&lt;BR /&gt;line con 0&lt;BR /&gt;line vty 0 4&lt;BR /&gt;session-timeout 28800 &lt;BR /&gt;password 7 [redacted]&lt;BR /&gt;transport input telnet ssh&lt;BR /&gt;transport output telnet ssh&lt;BR /&gt;line vty 5 15&lt;BR /&gt;session-timeout 28800 &lt;BR /&gt;password 7 [redacted]&lt;BR /&gt;transport input telnet ssh&lt;BR /&gt;transport output telnet ssh&lt;BR /&gt;!&lt;BR /&gt;end&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:04:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855634#M546146</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T19:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855679#M546147</link>
      <description>&lt;P&gt;&lt;SPAN&gt;aaa authentication login default local &amp;lt;&amp;lt;- this for telnet&amp;nbsp;&lt;BR /&gt;for SSH&amp;nbsp;&lt;BR /&gt;you need ip domain-name and RSA before you can access via SSH&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security-vpn/secure-shell-ssh/4145-ssh.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security-vpn/secure-shell-ssh/4145-ssh.html&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;NOTE:- you need username xxx password xxx and enable password xxx before enable auth via aaa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:17:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855679#M546147</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T19:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855690#M546148</link>
      <description>&lt;P&gt;Hi, yes I've already done the ip domain-name and RSA.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:19:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855690#M546148</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T19:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855692#M546149</link>
      <description>&lt;P&gt;Aaa auth login is missing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:21:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855692#M546149</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855695#M546150</link>
      <description>&lt;P&gt;Ok, I added:&lt;BR /&gt;aaa authentication login default local&lt;/P&gt;
&lt;P&gt;No change in behavior though.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:25:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855695#M546150</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T19:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855699#M546151</link>
      <description>&lt;P&gt;Same then try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add under line vty&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Login auth defualt&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:30:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855699#M546151</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855704#M546152</link>
      <description>&lt;P&gt;Ok, added that.&amp;nbsp; Still no change in behavior &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OldGreyBeast_0-1686857537806.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/187646iE03561991A855537/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OldGreyBeast_0-1686857537806.png" alt="OldGreyBeast_0-1686857537806.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:32:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855704#M546152</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T19:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855706#M546153</link>
      <description>&lt;P&gt;Username xxx &lt;STRONG&gt;previllige&lt;/STRONG&gt; 15 password xxx &amp;lt;&amp;lt; - add this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:37:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855706#M546153</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T19:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855710#M546154</link>
      <description>&lt;P&gt;so after adding the aaa authentication login default local I lost the ability to login via the serial cable (which is why I didn't have that line in the config initially).&amp;nbsp; Switch is rebooting to undo the aaa auth at the moment.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:42:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855710#M546154</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T19:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855720#M546156</link>
      <description>&lt;P&gt;Sorry can you elaborate more' how aaa auth effect access via console ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:51:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855720#M546156</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855734#M546158</link>
      <description>&lt;P&gt;It will prompt for a username and password at the serial connection.&lt;/P&gt;
&lt;P&gt;Neither of the usernames/passwords specified will work.&amp;nbsp; I'm not able to leave the username blank and use the enable password.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855734#M546158</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855736#M546159</link>
      <description>&lt;P&gt;Ok, switch rebooted.&amp;nbsp; I added the aaa authentication line /only/ under vty 0 15.&amp;nbsp; This still doesn't allow login.&lt;/P&gt;
&lt;P&gt;I deleted the second user and added a new user:&lt;BR /&gt;username admin password 0 admin priv 15&lt;BR /&gt;&lt;BR /&gt;Still unable to login.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:12:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855736#M546159</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855737#M546160</link>
      <description>&lt;P&gt;&lt;SPAN&gt;username [redacted] secret 5 [redacted]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;username [redacted] secret 5 [redacted] &amp;lt;&amp;lt;- these not work&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:13:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855737#M546160</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855738#M546161</link>
      <description>&lt;P&gt;Correct, neither account works.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:15:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855738#M546161</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855744#M546163</link>
      <description>&lt;P&gt;Just one second'&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can access via console and do config ?&lt;/P&gt;
&lt;P&gt;But still can not access via telnet and ssh ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855744#M546163</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855746#M546164</link>
      <description>&lt;P&gt;Sorry I missed this reply.&amp;nbsp; Yes, after rebooting the switch (which reverted the aaa auth) I am able to access the console port without credentials and make config changes.&lt;/P&gt;
&lt;P&gt;If I add the aaa authentication line back, username/password is required via the serial console and I'm unable to log in due to it not accepting the credentials.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:24:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855746#M546164</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855750#M546165</link>
      <description>&lt;P&gt;aaa need&amp;nbsp;&lt;BR /&gt;aaa authentication login default local&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;NO&lt;/FONT&gt;&lt;/STRONG&gt; aaa authorization exec default local&lt;BR /&gt;&lt;/SPAN&gt;username mhm privilege 15 password mhm&lt;BR /&gt;enable password mhm&lt;BR /&gt;&lt;BR /&gt;under the line of vty&amp;nbsp;&lt;BR /&gt;login authenation default&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;NOTE:- please &lt;FONT size="6" color="#FF0000"&gt;&lt;STRONG&gt;dont&lt;/STRONG&gt; &lt;/FONT&gt;copy run to start, in case this config not work you can access via console&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:34:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855750#M546165</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855757#M546166</link>
      <description>&lt;P&gt;Ok, I followed the steps above (including creating the mhm account).&amp;nbsp; I'm unable to login via SSH or telnet.&amp;nbsp; I'm also now unable to access the console again.&amp;nbsp; All 3 of these accounts are very simple (jason/jason, admin/admin, mhm/mhm) so I know I'm not mis-keying the passwords.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="signal-2023-06-15-154416.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/187654i1C7EAFD32486C7D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="signal-2023-06-15-154416.jpeg" alt="signal-2023-06-15-154416.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:46:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855757#M546166</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855760#M546167</link>
      <description>&lt;P&gt;Do you think I should drop this switch back to 12.2?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:49:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855760#M546167</guid>
      <dc:creator>OldGreyBeast</dc:creator>
      <dc:date>2023-06-15T20:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: AAA not working for telnet or SSH, works for HTTP - Cat 3750G</title>
      <link>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855761#M546168</link>
      <description>&lt;P&gt;Give me half hour I will try config in my lab.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/aaa-not-working-for-telnet-or-ssh-works-for-http-cat-3750g/m-p/4855761#M546168</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-06-15T20:54:33Z</dc:date>
    </item>
  </channel>
</rss>

