<?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 two hsrp on two interface two router in Switching</title>
    <link>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366315#M277560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt; hello john&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;on router 1 I have to put &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROUTER 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;track 2 interface GigabitEthernet0/0 line-protocol &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 10 track 1 decrement 20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 20 track 2 decrement 20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=============================================&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;and on router 2 I have to put &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROUTER 2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;track 2 interface GigabitEthernet0/0 line-protocol &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 10 track 1 decrement 20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 20 track 2 decrement 20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;correct ???&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2014 14:23:32 GMT</pubDate>
    <dc:creator>marellisergio</dc:creator>
    <dc:date>2014-01-30T14:23:32Z</dc:date>
    <item>
      <title>two hsrp on two interface two router</title>
      <link>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366313#M277558</link>
      <description>&lt;P&gt;It is possible to have two HSRP on two interfaces on two routers ?&lt;/P&gt;&lt;P&gt;ROUTER 1&lt;BR /&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 172.16.1.11 255.255.0.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;standby 10 ip 172.16.1.10&lt;BR /&gt;standby 10 priority 110&lt;BR /&gt;standby 10 preempt&lt;BR /&gt;standby 10 authentication crs-siss&lt;BR /&gt;standby 10 track 1 decrement 20&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address 95.14.60.222 255.255.255.224&lt;BR /&gt;ip access-group 116 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;standby 20 ip 95.14.60.221&lt;BR /&gt;standby 20 priority 110&lt;BR /&gt;standby 20 preempt&lt;BR /&gt;standby 20 authentication crs-siss&lt;BR /&gt;standby 20 track 2 decrement 20&lt;/P&gt;&lt;P&gt;=============================================&lt;BR /&gt;ROUTER 2&lt;BR /&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 172.16.1.12 255.255.0.0&lt;BR /&gt;ip nat inside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;standby 10 ip 172.16.1.10&lt;BR /&gt;standby 10 priority 110&lt;BR /&gt;standby 10 preempt&lt;BR /&gt;standby 10 authentication crs-siss&lt;BR /&gt;standby 10 track 1 decrement 20&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;ip address 95.14.60.223 255.255.255.224&lt;BR /&gt;ip access-group 116 in&lt;BR /&gt;ip nat outside&lt;BR /&gt;ip virtual-reassembly&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;standby 20 ip 95.14.60.221&lt;BR /&gt;standby 20 priority 110&lt;BR /&gt;standby 20 preempt&lt;BR /&gt;standby 20 authentication crs-siss&lt;BR /&gt;standby 20 track 2 decrement 20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is correct ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 01:49:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366313#M277558</guid>
      <dc:creator>marellisergio</dc:creator>
      <dc:date>2019-03-08T01:49:01Z</dc:date>
    </item>
    <item>
      <title>two hsrp on two interface two router</title>
      <link>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366314#M277559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can do this. You're tracking 2 though and that tracking instance doesn't exist, so don't forget to create that. Your priorities are the same across the board. If you don't want to specify which router is going to be the active in the pair, then I wouldn't even change the priorities because they default to 100. Personally, I'd select which router I'd want as the active by making one priority 110 and the other at 105. When the failover happens for reasons of tracking, you'll decrement by 20 making the primary 90 and the other is now at 105 and your active. When the other comes back online, it will take over because its priority changes back to 110.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH, &lt;BR /&gt;John &lt;BR /&gt; &lt;BR /&gt;*** Please rate all useful posts ***&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:32:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366314#M277559</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2014-01-27T14:32:52Z</dc:date>
    </item>
    <item>
      <title>two hsrp on two interface two router</title>
      <link>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366315#M277560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt; hello john&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;on router 1 I have to put &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROUTER 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;track 2 interface GigabitEthernet0/0 line-protocol &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 10 track 1 decrement 20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 20 track 2 decrement 20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=============================================&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;and on router 2 I have to put &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ROUTER 2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;track 1 interface GigabitEthernet0/1 line-protocol&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;track 2 interface GigabitEthernet0/0 line-protocol &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 10 track 1 decrement 20&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;!&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;interface GigabitEthernet0/1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;..&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;standby 20 track 2 decrement 20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;correct ???&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 14:23:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/two-hsrp-on-two-interface-two-router/m-p/2366315#M277560</guid>
      <dc:creator>marellisergio</dc:creator>
      <dc:date>2014-01-30T14:23:32Z</dc:date>
    </item>
  </channel>
</rss>

