<?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: CSS WEBNS 7.4 critical reporters in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442203#M8121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the CSS, you should disable spanning-tree completely.&lt;/P&gt;&lt;P&gt;But you also need to activate portfast on the device the CSS is connected to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2005 08:11:17 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-09-01T08:11:17Z</dc:date>
    <item>
      <title>CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442198#M8116</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've two CSS configured to run VIP-Redundancy. To cover critical phy outage I configured a reporter type all-phy-up. This works fine, both VR (one in front of the CSS and one behind - as this is inline configuritation) are changing the status if one of the links fails. But, if let's say the link in front of the CSS recovers the VR behind of CSS swaps back (preemption is configured) but the VR in front needs some time due to the VRRP-Timers. That's fine so far. Therefore I configured a second critical service VRID-Peering (2 reporters in each circuit) and tried the same. I found out, that the fall back is not working neverthess preemption is still configured. In other words VR are changing if a link fails but do not swap back to the wanted position after the link recovers. I did not find any explanation why this is happening or what I'm doing wrong.&lt;/P&gt;&lt;P&gt;Any advices is appreciated.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;P&gt;Kind Regards, &lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442198#M8116</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-08-31T04:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442199#M8117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joerg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your main problem is spanning tree probably.&lt;/P&gt;&lt;P&gt;When the link comes back, it will take up to 30 sec for spanning tree to converge and the CSS to take VRRP mastership.&lt;/P&gt;&lt;P&gt;Could you try to disable spanning-tree on the CSS and enable portfast on the switch interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the combination of interface-reporter and vrid reporter, once an interface goes down, the VRID will go down as well.&lt;/P&gt;&lt;P&gt;When the interface comes back up, the VRID is still down, so the vrid-reporter keeps VRRP down and there is no way to recover.&lt;/P&gt;&lt;P&gt;I don't think you're supposed to use both at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 12:42:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442199#M8117</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-31T12:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442200#M8118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gilles,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Spanning-Tree is out of the game . The problem is that the VR remains on the original backup CSS and does not return to the active one. I waited for almost 5 minutes and it did not return.&lt;/P&gt;&lt;P&gt;The config looks like this:&lt;/P&gt;&lt;P&gt;circuit VLAN30 /VLAN3 (in VLAN3 is VRID 3)&lt;/P&gt;&lt;P&gt;  description "to backbone eFCS" &lt;/P&gt;&lt;P&gt;  ip address 10.242.8.41 255.255.255.240 &lt;/P&gt;&lt;P&gt;    ip virtual-router 30 priority 180 preempt &lt;/P&gt;&lt;P&gt;    ip redundant-interface 30 10.242.8.43 &lt;/P&gt;&lt;P&gt;    ip redundant-vip 30 10.242.8.33 &lt;/P&gt;&lt;P&gt;    ip critical-reporter 30 eFCS &lt;/P&gt;&lt;P&gt;    ip critical-reporter 30 eFCS-VRRP&lt;/P&gt;&lt;P&gt;reporter eFCS&lt;/P&gt;&lt;P&gt; type critical phy-all-up&lt;/P&gt;&lt;P&gt;reporter eFCS&lt;/P&gt;&lt;P&gt; type vrid-peering and the VRIP settings&lt;/P&gt;&lt;P&gt;The reporters are only configured on the active CSS (guess this should be okay). &lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 13:40:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442200#M8118</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-08-31T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442201#M8119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joerg,&lt;/P&gt;&lt;P&gt;what I meant to say is that the first issue is due to spanning-tree [probably] and the 2nd issue, with 2 reporters, is due to design issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 1 interface reporter and 1 vrrp reporter, you will always end up in the situation you described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ CSS-A is active all interfaces up&lt;/P&gt;&lt;P&gt;2/ CSS-A interface goes down&lt;/P&gt;&lt;P&gt;3/ CSS-B becomes active&lt;/P&gt;&lt;P&gt;4/ CSS-A VRRP reporter will go down&lt;/P&gt;&lt;P&gt;5/ CSS-A interface goes up&lt;/P&gt;&lt;P&gt;6/ because the VRRP reporter is down, it will keep the VRRP down --&amp;gt; some kind of loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, remove the VRRP reporter and apply the spanning-tree config to solve your initial problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 14:27:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442201#M8119</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-31T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442202#M8120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gilles,&lt;/P&gt;&lt;P&gt;if I understood it right there is no way to have a vrid critical reporter to fail back when everything is fine again?&lt;/P&gt;&lt;P&gt;Is there a way to have the CSS act as having configure spanning-tree portfast? I only found a command for totaly disabling the spanning tree. This shouldn't be a problem as I do not have redundant layer2 links connecting to the CSS (only one link per circuit and the ISC).&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 03:46:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442202#M8120</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-09-01T03:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: CSS WEBNS 7.4 critical reporters</title>
      <link>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442203#M8121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the CSS, you should disable spanning-tree completely.&lt;/P&gt;&lt;P&gt;But you also need to activate portfast on the device the CSS is connected to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 08:11:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/css-webns-7-4-critical-reporters/m-p/442203#M8121</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-09-01T08:11:17Z</dc:date>
    </item>
  </channel>
</rss>

