<?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: UCX - Connectivity Issues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023627#M53664</link>
    <description>I don't know exactly what the code does, but&lt;BR /&gt;if the netmask is 255.0.0.0, then 10.19.0.0&lt;BR /&gt;probably looks just like 10.0.0.0 after the&lt;BR /&gt;mask has been applied.  This would mean that&lt;BR /&gt;you had specified multiple routes to the&lt;BR /&gt;10.0.0.0 subnet (which is practically&lt;BR /&gt;everything), and two of them made no sense,&lt;BR /&gt;and one of those was probably being used.&lt;BR /&gt;&lt;BR /&gt;I'd still like to know what other systems in&lt;BR /&gt;your network are using for a netmask, as&lt;BR /&gt;this system should agree with them.</description>
    <pubDate>Fri, 19 Jan 2007 08:41:02 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-01-19T08:41:02Z</dc:date>
    <item>
      <title>UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023618#M53655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking for help for an old VMS box we have on our network.  The relevant system and versions are as the below output:&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show version&lt;BR /&gt;&lt;BR /&gt;  DIGITAL TCP/IP Services for OpenVMS VAX Version V4.2&lt;BR /&gt;  on a MicroVAX 3100-80 running OpenVMS V5.5-2&lt;BR /&gt;&lt;BR /&gt;This system has not been responsive to tcp since before I started here, but LAT works fine and is how the box is currently used.  I am looking to get TCP working again, but my knowledge of VMS in general and UCX specifically is very limited.  No connection can be made to or from this box using any TCP based app.&lt;BR /&gt;&lt;BR /&gt;A loop to the localhost via IP or alias works fine, a loop to the hostname or actual IP fails.  As below:&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; loop 127.0.0.1&lt;BR /&gt;%UCX-I-LOOPACT, 127.0.0.1 is alive&lt;BR /&gt;UCX&amp;gt; loop localhost&lt;BR /&gt;%UCX-I-LOOPACT, LOCALHOST is alive&lt;BR /&gt;UCX&amp;gt; loop 10.0.88.32&lt;BR /&gt;%UCX-I-LOOPINACT, 10.0.88.32 does not respond&lt;BR /&gt;UCX&amp;gt; loop netops&lt;BR /&gt;%UCX-I-LOOPINACT, NETOPS does not respond&lt;BR /&gt;&lt;BR /&gt;The default route is to an IP of 10.0.88.13, which does not respond to a straight forward loop, but does respond when /noroute is passed.&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; loop 10.0.88.13&lt;BR /&gt;%UCX-I-LOOPINACT, 10.0.88.13 does not respond&lt;BR /&gt;UCX&amp;gt; loop /noroute 10.0.88.13&lt;BR /&gt;PING 10.0.88.13: 56 data bytes&lt;BR /&gt;64 bytes from 10.0.88.13: icmp_seq=0. time=10. ms&lt;BR /&gt;64 bytes from 10.0.88.13: icmp_seq=1. time=0. ms&lt;BR /&gt;64 bytes from 10.0.88.13: icmp_seq=2. time=20. ms&lt;BR /&gt; Cancel&lt;BR /&gt;----10.0.88.13 PING Statistics----&lt;BR /&gt;3 packets transmitted, 3 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 0/10/20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I will also include the output from some basic commands to provide more information, but any assistance would be appreciated.&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show int&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; SE0        10.0.88.32      255.0.0.0            39338085         85684    1500&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0                  49            90   65535&lt;BR /&gt;UCX&amp;gt; show route&lt;BR /&gt;&lt;BR /&gt;                             DYNAMIC database&lt;BR /&gt;&lt;BR /&gt;Type           Destination                           Gateway&lt;BR /&gt;&lt;BR /&gt;AH    127.0.0.1                             127.0.0.1&lt;BR /&gt;AN    32.0.0.0                              10.0.88.249&lt;BR /&gt;AN    0.0.0.0                               10.0.88.13&lt;BR /&gt;AN    17.0.0.0                              10.0.88.248&lt;BR /&gt;AN    10.19.0.0                             10.0.88.248&lt;BR /&gt;AN    10.19.0.0                             10.0.88.249&lt;BR /&gt;AN    10.0.0.0                              10.0.88.32&lt;BR /&gt;AN    192.168.85.0                          10.0.88.14&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 04:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023618#M53655</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T04:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023619#M53656</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;If loop/noroute 10.0.88.13 works, this means that the VMS and 10.0.88.13 are on the same local network.&lt;BR /&gt;&lt;BR /&gt;What is abbout this route:&lt;BR /&gt;&lt;BR /&gt;AN 10.0.0.0 10.0.88.32&lt;BR /&gt;&lt;BR /&gt;The 10.0.88.13 is routed thru 10.0.88.32. Try to loop 10.0.88.32 or try to delete this entry.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 19 Jan 2007 05:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023619#M53656</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-01-19T05:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023620#M53657</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;The 10.0.88.32 address is the IP of the host/box in question, from my understanding that entry is correct, specifying all 10.0.0.0 address (anything on that class A network) passes through the IP address of the host?&lt;BR /&gt;&lt;BR /&gt;Am I incorrect in that evaluation?</description>
      <pubDate>Fri, 19 Jan 2007 05:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023620#M53657</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T05:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023621#M53658</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;Sorry, you are right this route is auto generated and I have not seen that 10.0.88.32 is the VMS.&lt;BR /&gt;&lt;BR /&gt;Have you try to ping the VMS from 10.0.88.13?&lt;BR /&gt;&lt;BR /&gt;What about UCX&amp;gt; show interface/full&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 19 Jan 2007 05:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023621#M53658</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-01-19T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023622#M53659</link>
      <description>The output requested is below.  I am attempting to gain access to the device at that IP, might take awhile though.&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show interface/full&lt;BR /&gt; Interface: SE0&lt;BR /&gt;   IP_Addr: 10.0.88.32        NETWRK: 255.0.0.0         BRDCST: 10.255.255.255&lt;BR /&gt;                       Ethernet_Addr: AA-00-04-00-CA-04    MTU:  1500&lt;BR /&gt;     Flags: UP BRDCST NOTRL RUN&lt;BR /&gt;                                  RECEIVE        SEND&lt;BR /&gt;   Packets                       39373707       85764&lt;BR /&gt;     IP packets                       603          30&lt;BR /&gt;     Broadcast IP packets         5436659           5&lt;BR /&gt;     Trailer 1 IP packets               0&lt;BR /&gt;     Trailer 2 IP packets               0&lt;BR /&gt;     ARP packets                      218       32917&lt;BR /&gt;     Broadcast ARP packets       33936227       52812&lt;BR /&gt;   Drops&lt;BR /&gt;     IP packets                         0           0&lt;BR /&gt;     ARP packets                        0           0&lt;BR /&gt;   Errors&lt;BR /&gt;     Hardware                           0          11&lt;BR /&gt;     Software                           0           0&lt;BR /&gt;   Restarting attempts                  0&lt;BR /&gt;   Successful restarts                  0&lt;BR /&gt;&lt;BR /&gt; Interface: LO0&lt;BR /&gt;   IP_Addr: 127.0.0.1         NETWRK: 255.0.0.0         BRDCST:&lt;BR /&gt;                       Ethernet_Addr:                      MTU: 65535&lt;BR /&gt;     Flags: UP LOOP&lt;BR /&gt;                                  RECEIVE        SEND&lt;BR /&gt;   Packets                             50          91&lt;BR /&gt;     IP packets                        50          91&lt;BR /&gt;     Broadcast IP packets               0           0&lt;BR /&gt;     Trailer 1 IP packets               0&lt;BR /&gt;     Trailer 2 IP packets               0&lt;BR /&gt;     ARP packets                        0           0&lt;BR /&gt;     Broadcast ARP packets              0           0&lt;BR /&gt;   Drops&lt;BR /&gt;     IP packets                         0           0&lt;BR /&gt;     ARP packets                        0           0&lt;BR /&gt;   Errors&lt;BR /&gt;     Hardware                           0           0&lt;BR /&gt;     Software                           0           0&lt;BR /&gt;   Restarting attempts                  0&lt;BR /&gt;   Successful restarts                  0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023622#M53659</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T06:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023623#M53660</link>
      <description>Ok,&lt;BR /&gt;&lt;BR /&gt;Got access alot quicker than I thought.  The device is an ISDN router, and the output showing a failed ping is below.&lt;BR /&gt;&lt;BR /&gt;AMAZON1:NOT SAVED* ping 10.0.88.32&lt;BR /&gt;Target Address      = 10.0.88.32&lt;BR /&gt;Request Count       = 1&lt;BR /&gt;&lt;BR /&gt;AMAZON1:NOT SAVED*&lt;BR /&gt;*** TRAP from local agent at 19-Jan-07 12:23:12 uptime 34 Days, 19:07:28&lt;BR /&gt;*** PING: [10.0.88.32] 1/0 packets sent/rcvd;</description>
      <pubDate>Fri, 19 Jan 2007 06:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023623#M53660</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T06:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023624#M53661</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;The show interface/full shows some hardware errors. Do some activity on tcpip (ping...) and look if this value changes.&lt;BR /&gt;&lt;BR /&gt;Probably it will be good to test from another node in the same local network. Maybe there is a misplaced route in the 10.0.88.13 router.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Fri, 19 Jan 2007 06:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023624#M53661</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2007-01-19T06:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023625#M53662</link>
      <description>&lt;!--!*#--&gt;If the node's address and netmask are given&lt;BR /&gt;by:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; IP_Addr: 10.0.88.32 NETWRK: 255.0.0.0&lt;BR /&gt;&lt;BR /&gt;then all those 10.x.x.x routes:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; AN 10.19.0.0 10.0.88.248&lt;BR /&gt;&amp;gt; AN 10.19.0.0 10.0.88.249&lt;BR /&gt;&lt;BR /&gt;are confusing to me, as any 10.x.x.x address&lt;BR /&gt;is on the local subnet.  If they're also&lt;BR /&gt;confusing to TCPIP, that might explain&lt;BR /&gt;something.&lt;BR /&gt;&lt;BR /&gt;255.0.0.0 is the _default_ netmask for a&lt;BR /&gt;10.x.x.x address, but if your network is not&lt;BR /&gt;arranged that way, you may need to specify a&lt;BR /&gt;non-default netmask for this interface.&lt;BR /&gt;&lt;BR /&gt;For example, on my home network, I use&lt;BR /&gt;10.0.0.x addresses, with a netmask of&lt;BR /&gt;255.255.255.0:&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; show interface&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0             9144383       9144383    4096&lt;BR /&gt; WE0        10.0.0.9        255.255.255.0        22966483      11700214    1500&lt;BR /&gt;&lt;BR /&gt;and:&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; show route&lt;BR /&gt;&lt;BR /&gt;                             DYNAMIC&lt;BR /&gt;&lt;BR /&gt;Type           Destination                           Gateway&lt;BR /&gt;&lt;BR /&gt;AN    0.0.0.0                               10.0.0.1&lt;BR /&gt;AN    10.0.0.0/24                           10.0.0.9&lt;BR /&gt;AH    10.0.0.9                              10.0.0.9&lt;BR /&gt;AH    127.0.0.1                             127.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On some other (working) node on your network,&lt;BR /&gt;what is the netmask being used?&lt;BR /&gt;&lt;BR /&gt;With a netmask of 255.255.255.0, those&lt;BR /&gt;10.19.x.x routes make more sense (to me).&lt;BR /&gt;&lt;BR /&gt;For the record, everything's different here,&lt;BR /&gt;but should be close enough:&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10.0.0.9 is the Alpha, and 10.0.0.1 is the&lt;BR /&gt;DSL router (hence the default route).</description>
      <pubDate>Fri, 19 Jan 2007 06:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023625#M53662</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-19T06:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023626#M53663</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Those routes you highlighted were part of an old legacy setup, which is now in-active.&lt;BR /&gt;&lt;BR /&gt;I removed those routes and the host started responding, so I have also removed from perm table to ensure this doesn't re-occure after a re-boot.&lt;BR /&gt;&lt;BR /&gt;Are you able to suggest a reason why those route would cause this type of issue?&lt;BR /&gt;&lt;BR /&gt;FYI, i removed both 10.19.0.0 routes, 17.0.0.0, and 32.0.0.0 routes.</description>
      <pubDate>Fri, 19 Jan 2007 08:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023626#M53663</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T08:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023627#M53664</link>
      <description>I don't know exactly what the code does, but&lt;BR /&gt;if the netmask is 255.0.0.0, then 10.19.0.0&lt;BR /&gt;probably looks just like 10.0.0.0 after the&lt;BR /&gt;mask has been applied.  This would mean that&lt;BR /&gt;you had specified multiple routes to the&lt;BR /&gt;10.0.0.0 subnet (which is practically&lt;BR /&gt;everything), and two of them made no sense,&lt;BR /&gt;and one of those was probably being used.&lt;BR /&gt;&lt;BR /&gt;I'd still like to know what other systems in&lt;BR /&gt;your network are using for a netmask, as&lt;BR /&gt;this system should agree with them.</description>
      <pubDate>Fri, 19 Jan 2007 08:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023627#M53664</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-19T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023628#M53665</link>
      <description>This is the output from one of the other older systems&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show ver&lt;BR /&gt;&lt;BR /&gt;  Digital TCP/IP Services for OpenVMS VAX Version V4.2 - ECO 4&lt;BR /&gt;  on a VAX 4000-600A running OpenVMS V6.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;UCX&amp;gt; show int&lt;BR /&gt;                                                           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt;&lt;BR /&gt; QE0        10.0.88.34      255.0.0.0            45988099          8016    1500&lt;BR /&gt; ZE0        10.0.88.20      255.0.0.0            47015422        121482    1500&lt;BR /&gt; LO0        127.0.0.1       255.0.0.0                  38            38   65535&lt;BR /&gt;UCX&amp;gt; show routes /full&lt;BR /&gt;&lt;BR /&gt;                             DYNAMIC database&lt;BR /&gt;&lt;BR /&gt;Type           Destination                           Gateway&lt;BR /&gt;&lt;BR /&gt;AH  * 127.0.0.1        LOCALHOST          * 127.0.0.1        LOCALHOST&lt;BR /&gt;AN  * 10.0.0.0                            * 10.0.88.20       CSRDCD_2&lt;BR /&gt;AN  * 10.30.0.0                           * 10.0.254.254&lt;BR /&gt;AN  * 10.0.0.0                            * 10.0.88.34       CSRDCD_1</description>
      <pubDate>Fri, 19 Jan 2007 09:20:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023628#M53665</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T09:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023629#M53666</link>
      <description>Ok.  If the consensus is 255.0.0.0, then you&lt;BR /&gt;should be ok (so long as all the routes make&lt;BR /&gt;sense).</description>
      <pubDate>Fri, 19 Jan 2007 09:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023629#M53666</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-01-19T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023630#M53667</link>
      <description>Thanks for the help.</description>
      <pubDate>Fri, 19 Jan 2007 09:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023630#M53667</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T09:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: UCX - Connectivity Issues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023631#M53668</link>
      <description>Solution found, as direct by Steven.</description>
      <pubDate>Fri, 19 Jan 2007 09:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ucx-connectivity-issues/m-p/5023631#M53668</guid>
      <dc:creator>Andrew Baughan</dc:creator>
      <dc:date>2007-01-19T09:31:17Z</dc:date>
    </item>
  </channel>
</rss>

