<?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: host route question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194624#M533481</link>
    <description>traceroute -g 10.5.25.104 -i lan0 10.10.10.32&lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 52 byte packets&lt;BR /&gt; 1  HA2-AUS (10.5.25.104)  4.306 ms  2.991 ms  2.885 ms&lt;BR /&gt; 2  * * *&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Aug 2009 19:51:36 GMT</pubDate>
    <dc:creator>chad_c</dc:creator>
    <dc:date>2009-08-21T19:51:36Z</dc:date>
    <item>
      <title>host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194609#M533466</link>
      <description>hello&lt;BR /&gt;&lt;BR /&gt;am trying to ping (icmp) a device with a dedicated host (static) route &lt;BR /&gt;&lt;BR /&gt;however the ping (icmp) takes a different route (see example below)&lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute 10.10.10.32                                            &lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 40 byte packets&lt;BR /&gt; 1  TXCecPLUS1-2 (10.5.25.109)  3.521 ms  1.595 ms  1.587 ms&lt;BR /&gt; 2  HA1-AUS (10.5.25.103)  3.053 ms  3.075 ms  3.035 ms&lt;BR /&gt;txnnm2# netstat -rnv | grep 10.10.10                                      &lt;BR /&gt;10.10.10.32/255.255.255.255     10.5.25.104        UGH       0  lan0       1500&lt;BR /&gt;10.10.10.0/255.255.255.0        10.5.25.109        UG        0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;can anyone shed some light as to why the route taken is through the 10.5.25.109 instead of using the dedicated host route 10.5.25.104?&lt;BR /&gt;&lt;BR /&gt;gracias,&lt;BR /&gt;chad</description>
      <pubDate>Thu, 20 Aug 2009 19:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194609#M533466</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-20T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194610#M533467</link>
      <description>here is a clearer snapshot:&lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute 10.10.10.32      &lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 40 byte packets&lt;BR /&gt; 1  TXCecPLUS1-2 (10.5.25.109)  1.773 ms  5.051 ms  3.478 ms&lt;BR /&gt; 2  HA1-AUS (10.5.25.103)  3.225 ms  3.279 ms  3.146 ms&lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute 10.5.25.104&lt;BR /&gt;traceroute to 10.5.25.104 (10.5.25.104), 30 hops max, 40 byte packets&lt;BR /&gt; 1  HA2-AUS (10.5.25.104)  3.024 ms  4.416 ms  3.439 ms&lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute 10.5.25.109&lt;BR /&gt;traceroute to 10.5.25.109 (10.5.25.109), 30 hops max, 40 byte packets&lt;BR /&gt; 1  TXCecPLUS1-2 (10.5.25.109)  1.816 ms  2.954 ms  1.821 ms&lt;BR /&gt;&lt;BR /&gt;txnnm2# netstat -rnv | grep 10.10.10&lt;BR /&gt;10.10.10.32/255.255.255.255     10.5.25.104        UGH       0  lan0       1500&lt;BR /&gt;10.10.10.0/255.255.255.0        10.5.25.109        UG        0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;can anyone shed some light as to why the route taken is through the 10.5.25.109 instead of using the dedicated host route 10.5.25.104? &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Aug 2009 19:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194610#M533467</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-20T19:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194611#M533468</link>
      <description>Give us the following:&lt;BR /&gt;&lt;BR /&gt;The command you used to add the route, or the netconf entry. &lt;BR /&gt;&lt;BR /&gt;Netstat -in&lt;BR /&gt;&lt;BR /&gt;netstat -rvn&lt;BR /&gt;&lt;BR /&gt;... without the grep :-) &lt;BR /&gt;&lt;BR /&gt;Also, try :&lt;BR /&gt;&lt;BR /&gt;ping -o 10.10.10.32 -n 4 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 10:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194611#M533468</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2009-08-21T10:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194612#M533469</link>
      <description>Unfortunately you can not control the behavior of ping as in which route it should take. On the other hand, you can do it by traceroute, by specifying the gateway to use using -g switch. I know traceroute is not ping but close enough in my opinion.</description>
      <pubDate>Fri, 21 Aug 2009 11:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194612#M533469</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-21T11:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194613#M533470</link>
      <description>Hello Chad&lt;BR /&gt;&lt;BR /&gt;You have to control also the routing table on the other side.&lt;BR /&gt;&lt;BR /&gt;I see that the address you try to reach belongs to two rules.&lt;BR /&gt;&lt;BR /&gt;A rule for a subnet 10.0.0.x (255 nodes) through a remote gateway defined on your lan0. Note that the adress 10.10.10.32 is include in this subnet !&lt;BR /&gt;A second rule for a remote host through a gateway also define on your lan0.&lt;BR /&gt;&lt;BR /&gt;As lan0 is used for both rules, you have also to see on the gateway witch rules are applied.&lt;BR /&gt;&lt;BR /&gt;I cannot tell you witch is the order traceroute will used to define the patch to reach the remote host. Maybe it will choice first network rule and then host rule ?!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 13:02:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194613#M533470</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2009-08-21T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194614#M533471</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;thanks for the responses&lt;BR /&gt;&lt;BR /&gt;the route is on entered as a temporary route at the moment ... aka not in the netconf file (routing table)&lt;BR /&gt;&lt;BR /&gt;entered the route via:&lt;BR /&gt;&lt;BR /&gt;add host 10.10.10.32: gateway 10.5.25.104</description>
      <pubDate>Fri, 21 Aug 2009 18:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194614#M533471</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T18:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194615#M533472</link>
      <description>further more ... it is my impression that if a host route is entered with 32 bit mask ... then that is the static route for that one host &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 18:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194615#M533472</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T18:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194616#M533473</link>
      <description>Try removing the route and adding it back with the metric of 1. I think it assumes 0 if you leave it off:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;route add host 10.10.10.32 10.5.25.104 1&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194616#M533473</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2009-08-21T19:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194617#M533474</link>
      <description>Chad,&lt;BR /&gt;&lt;BR /&gt;The right syntax for the route command for this purpose should be &lt;BR /&gt;&lt;BR /&gt;route add 10.10.10.32 10.5.25.104 1&lt;BR /&gt;&lt;BR /&gt;in the command the word host is implied and yes the netmask in the case of a host route is 32 bits by default. But I can see that it somehow worked with the syntax you used. Again, if something funky happened when you were adding that route, it might look like it is there but it may not be routing traffic. Please try to traceroute to this host with &lt;BR /&gt;&lt;BR /&gt;traceroute -g &lt;GW_ADDRESS&gt; hostname_or_ipaddress&lt;BR /&gt;&lt;BR /&gt;and see if it is working. When it comes to ping taking that route, as I said previously, uncontrollable behavior. Maybe network expert extraordinaire Rick Jones can shed some light on "why ping does that" when he drops by, but it is beyond me unfortunately.&lt;/GW_ADDRESS&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194617#M533474</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-08-21T19:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194618#M533475</link>
      <description>thanks for the resoonse jim&lt;BR /&gt;&lt;BR /&gt;that is how the route was entered ... just got left out on my copy and paste to the forum ... :)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194618#M533475</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T19:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194619#M533476</link>
      <description>Ping uses the routing table, same as any other IP packet. Some versions of traceroute do not, and may need the -i and/or -g switches to steer the outbound packet the way you want. &lt;BR /&gt;&lt;BR /&gt;So, maybe your route is ok, and traceroute syntax is your problem. &lt;BR /&gt;&lt;BR /&gt;netstat -in and netstat -rvn would help.</description>
      <pubDate>Fri, 21 Aug 2009 19:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194619#M533476</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2009-08-21T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194620#M533477</link>
      <description>txnnm2# route add host 10.10.10.32 10.5.25.104 1   &lt;BR /&gt;add host 10.10.10.32: gateway 10.5.25.104&lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute -g 10.5.25.104 10.10.10.32&lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 52 byte packets&lt;BR /&gt; 1  HA2-AUS (10.5.25.104)  4.644 ms  2.949 ms  2.991 ms&lt;BR /&gt; 2  * * *&lt;BR /&gt; 3  * &lt;BR /&gt;&lt;BR /&gt;txnnm2# traceroute 10.10.10.32               &lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 40 byte packets&lt;BR /&gt; 1  TXCecPLUS1-2 (10.5.25.109)  1.705 ms  1.624 ms  1.586 ms&lt;BR /&gt; 2  HA1-AUS (10.5.25.103)  4.256 ms  3.117 ms  4.893 ms&lt;BR /&gt; 3  *&lt;BR /&gt;&lt;BR /&gt;txnnm2# netstat -rvn | grep 10.10.10&lt;BR /&gt;10.10.10.32/255.255.255.255     10.5.25.104        UGH       0  lan0       1500&lt;BR /&gt;10.10.10.0/255.255.255.0        10.5.25.109        UG        0  lan0       1500&lt;BR /&gt;txnnm2# &lt;BR /&gt;&lt;BR /&gt;makes a little more sense ... that this is not working even when tracing through the appropriate GW&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:10:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194620#M533477</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T19:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194621#M533478</link>
      <description>txnnm2# netstat -in                 &lt;BR /&gt;Name      Mtu  Network         Address         Ipkts   Ierrs Opkts   Oerrs Coll&lt;BR /&gt;lan3      1500 192.168.1.0     192.168.1.53    171198348 0     72245434 0     0   &lt;BR /&gt;lan0      1500 10.5.25.0       10.5.25.53      536774256 0     544720240 0     0   &lt;BR /&gt;lo0       4136 127.0.0.0       127.0.0.1       158355368 0     158355369 0     0   &lt;BR /&gt;lan5      1500 192.168.4.0     192.168.4.53    96291973 0     59205460 0     0   &lt;BR /&gt;lan4      1500 192.168.3.0     192.168.3.53    136841428 0     105385666 0     0   &lt;BR /&gt;&lt;BR /&gt;txnnm2# netstat -rvn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask                    Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;10.5.25.53/255.255.255.255      10.5.25.53         UH        0  lan0       4136&lt;BR /&gt;192.168.4.53/255.255.255.255    192.168.4.53       UH        0  lan5       4136&lt;BR /&gt;192.168.1.53/255.255.255.255    192.168.1.53       UH        0  lan3       4136&lt;BR /&gt;192.168.3.53/255.255.255.255    192.168.3.53       UH        0  lan4       4136&lt;BR /&gt;10.10.10.32/255.255.255.255     10.5.25.104        UGH       0  lan0       1500&lt;BR /&gt;10.5.25.0/255.255.255.0         10.5.25.53         U         2  lan0       1500&lt;BR /&gt;192.168.1.0/255.255.255.0       192.168.1.53       U         2  lan3       1500&lt;BR /&gt;192.168.3.0/255.255.255.0       192.168.3.53       U         2  lan4       1500&lt;BR /&gt;192.168.4.0/255.255.255.0       192.168.4.53       U         2  lan5       1500&lt;BR /&gt;192.168.2.176/255.255.255.240   192.168.4.1        UG        0  lan5       1500&lt;BR /&gt;192.168.2.192/255.255.255.240   192.168.4.1        UG        0  lan5       1500&lt;BR /&gt;192.168.2.208/255.255.255.240   192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;192.168.2.224/255.255.255.240   192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;192.168.2.0/255.255.255.240     192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;192.168.2.128/255.255.255.240   192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.160.184.0/255.255.255.0      192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;10.160.194.0/255.255.255.0      192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;10.160.63.0/255.255.255.0       192.168.4.1        UG        0  lan5       1500&lt;BR /&gt;10.160.73.0/255.255.255.0       192.168.4.1        UG        0  lan5       1500&lt;BR /&gt;10.160.152.0/255.255.255.0      192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;10.160.162.0/255.255.255.0      192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;10.3.74.0/255.255.255.0         192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.3.84.0/255.255.255.0         192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.10.10.0/255.255.255.0        10.5.25.109        UG        0  lan0       1500&lt;BR /&gt;10.120.0.0/255.255.0.0          192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;10.100.0.0/255.255.0.0          192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.101.0.0/255.255.0.0          192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.119.0.0/255.255.0.0          192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;10.115.0.0/255.255.0.0          192.168.4.1        UG        0  lan5       1500&lt;BR /&gt;10.114.0.0/255.255.0.0          192.168.1.1        UG        0  lan3       1500&lt;BR /&gt;192.168.6.0/255.255.255.0       192.168.3.1        UG        0  lan4       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0        4136&lt;BR /&gt;default/0.0.0.0                 10.5.25.1          UG        0  lan0       1500&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194621#M533478</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T19:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194622#M533479</link>
      <description>Try: &lt;BR /&gt;&lt;BR /&gt;traceroute -i lan0 10.10.10.32&lt;BR /&gt;&lt;BR /&gt;I think traceroute might be choosing lan3 as the return (ie, the source)address on it's outbound packets, and maybe the router doesn't know how to reach that IP. &lt;BR /&gt;&lt;BR /&gt;The routing table looks right. You may need a nettl trace to figure out what's happening if that doesn't work. There are knowledge tree articles on that, not trivial to decode.</description>
      <pubDate>Fri, 21 Aug 2009 19:33:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194622#M533479</guid>
      <dc:creator>Jim Keeble</dc:creator>
      <dc:date>2009-08-21T19:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194623#M533480</link>
      <description>traceroute -i lan0 10.10.10.32&lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 40 byte packets&lt;BR /&gt; 1  TXCecPLUS1-2 (10.5.25.109)  1.789 ms  4.230 ms  1.684 ms&lt;BR /&gt; 2  HA1-AUS (10.5.25.103)  3.204 ms  3.423 ms  3.232 ms&lt;BR /&gt; 3  * * *&lt;BR /&gt; 4  *&lt;BR /&gt;&lt;BR /&gt;**continuing research**</description>
      <pubDate>Fri, 21 Aug 2009 19:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194623#M533480</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194624#M533481</link>
      <description>traceroute -g 10.5.25.104 -i lan0 10.10.10.32&lt;BR /&gt;traceroute to 10.10.10.32 (10.10.10.32), 30 hops max, 52 byte packets&lt;BR /&gt; 1  HA2-AUS (10.5.25.104)  4.306 ms  2.991 ms  2.885 ms&lt;BR /&gt; 2  * * *&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2009 19:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194624#M533481</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-08-21T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: host route question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194625#M533482</link>
      <description>.</description>
      <pubDate>Wed, 02 Sep 2009 19:17:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/host-route-question/m-p/5194625#M533482</guid>
      <dc:creator>chad_c</dc:creator>
      <dc:date>2009-09-02T19:17:56Z</dc:date>
    </item>
  </channel>
</rss>

