<?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 internal routing issue in Switching</title>
    <link>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025869#M228551</link>
    <description>&lt;P&gt;hi! I've 2 core switches running HSRP, and each of this core switch has a connection to a router. The initial objective is to have all the outgoing traffic to go thru core 1 to the router, and the link from core 2 to the router will only kick in if core 1 failed. However with the config below, i noticed that both links are up at the same time. Pc connected to core 1 will actually have the traffic going through the link between itself to the router, and PC connected to core 2 will actually going through the link between core 2 to the router. My questions are below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) when i do a sh ip route from the core 1 and core 2 below, it seems that it has the option to go thru vlan32, 31,30 and 28 GW to go to 10.10.31.224/30 &amp;amp; 10.10.31.240/30. Any idea why is that so? I noticed that when i disconnect any of the link between the core to the router, it has to go thru 2-3 internal GW before hitting the opposite router interface. Is this related?&lt;/P&gt;&lt;P&gt;siteA_C1 - sh ip route&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.31.244/30 [110/2] via 10.10.31.227, 06:36:50, Vlan32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.31.131, 06:36:50, Vlan31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.30.3, 06:36:50, Vlan30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.28.3, 06:36:50, Vlan28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siteA_C2 - sh ip route&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.31.240/30 [110/2] via 10.10.31.226, 06:38:12, Vlan32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.31.130, 06:38:12, Vlan31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.30.2, 06:38:12, Vlan30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.28.2, 06:38:12, Vlan28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the configurations and i have with the diagram attached. Pls advise on this. Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Core1&lt;/P&gt;&lt;P&gt;----------------------------&lt;/P&gt;&lt;P&gt;interface GigabitEthernet6/1&lt;/P&gt;&lt;P&gt; no switchport&lt;/P&gt;&lt;P&gt; ip address 10.10.31.241 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan26&lt;/P&gt;&lt;P&gt; description VLAN 26 Management&lt;/P&gt;&lt;P&gt; ip address 10.10.26.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.26.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan29&lt;/P&gt;&lt;P&gt; description VLAN 29 Data&lt;/P&gt;&lt;P&gt; ip address 10.10.29.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.29.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan30&lt;/P&gt;&lt;P&gt; description VLAN 29 Data1&lt;/P&gt;&lt;P&gt; ip address 10.10.30.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.30.1&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan31&lt;/P&gt;&lt;P&gt; description VLAN 311 svr&lt;/P&gt;&lt;P&gt; ip address 10.10.31.130 255.255.255.240&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.129&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan32&lt;/P&gt;&lt;P&gt; description VLAN 312 security&lt;/P&gt;&lt;P&gt; ip address 10.10.31.226 255.255.255.240&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.225&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 100&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; redistribute static subnets&lt;/P&gt;&lt;P&gt; network 10.10.31.241 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.26.0 0.0.15.255 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.242&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;ip route 10.0.0.0 255.0.0.0 GigabitEthernet6/1 10.10.31.242 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Core2&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet6/1&lt;/P&gt;&lt;P&gt; no switchport&lt;/P&gt;&lt;P&gt; ip address 10.10.31.245 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan26&lt;/P&gt;&lt;P&gt; description VLAN 26 Management&lt;/P&gt;&lt;P&gt; ip address 10.10.26.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.26.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan29&lt;/P&gt;&lt;P&gt; description VLAN 29 Data&lt;/P&gt;&lt;P&gt; ip address 10.10.29.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.29.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan30&lt;/P&gt;&lt;P&gt; description VLAN 30 Data1&lt;/P&gt;&lt;P&gt; ip address 10.10.30.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.30.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan31&lt;/P&gt;&lt;P&gt; description VLAN 311 svr&lt;/P&gt;&lt;P&gt; ip address 10.10.31.131 255.255.255.240&lt;/P&gt;&lt;P&gt; ip helper-address 10.10.9.4&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.129&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan32&lt;/P&gt;&lt;P&gt; description VLAN 312 security&lt;/P&gt;&lt;P&gt; ip address 10.10.31.227 255.255.255.240&lt;/P&gt;&lt;P&gt; ip helper-address 10.10.9.4&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.225&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 100&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; redistribute static subnets&lt;/P&gt;&lt;P&gt; network 10.10.31.245 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.26.0 0.0.15.255 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.242&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;ip route 10.0.0.0 255.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Router 1&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/0&lt;/P&gt;&lt;P&gt; description Connection to Core1&lt;/P&gt;&lt;P&gt; ip address 10.10.31.242 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/1&lt;/P&gt;&lt;P&gt; description connection to core2&lt;/P&gt;&lt;P&gt; ip address 10.10.31.246 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0/0&lt;/P&gt;&lt;P&gt; description Connection to router1&lt;/P&gt;&lt;P&gt; ip address 10.10.25.122 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 8&lt;/P&gt;&lt;P&gt; network 10.10.25.122 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.31.242 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.31.246 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.10.25.121&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 16:41:09 GMT</pubDate>
    <dc:creator>dave dave</dc:creator>
    <dc:date>2019-03-07T16:41:09Z</dc:date>
    <item>
      <title>internal routing issue</title>
      <link>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025869#M228551</link>
      <description>&lt;P&gt;hi! I've 2 core switches running HSRP, and each of this core switch has a connection to a router. The initial objective is to have all the outgoing traffic to go thru core 1 to the router, and the link from core 2 to the router will only kick in if core 1 failed. However with the config below, i noticed that both links are up at the same time. Pc connected to core 1 will actually have the traffic going through the link between itself to the router, and PC connected to core 2 will actually going through the link between core 2 to the router. My questions are below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) when i do a sh ip route from the core 1 and core 2 below, it seems that it has the option to go thru vlan32, 31,30 and 28 GW to go to 10.10.31.224/30 &amp;amp; 10.10.31.240/30. Any idea why is that so? I noticed that when i disconnect any of the link between the core to the router, it has to go thru 2-3 internal GW before hitting the opposite router interface. Is this related?&lt;/P&gt;&lt;P&gt;siteA_C1 - sh ip route&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.31.244/30 [110/2] via 10.10.31.227, 06:36:50, Vlan32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.31.131, 06:36:50, Vlan31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.30.3, 06:36:50, Vlan30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.28.3, 06:36:50, Vlan28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siteA_C2 - sh ip route&lt;/P&gt;&lt;P&gt;O&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.10.31.240/30 [110/2] via 10.10.31.226, 06:38:12, Vlan32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.31.130, 06:38:12, Vlan31&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.30.2, 06:38:12, Vlan30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [110/2] via 10.10.28.2, 06:38:12, Vlan28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the configurations and i have with the diagram attached. Pls advise on this. Thx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Core1&lt;/P&gt;&lt;P&gt;----------------------------&lt;/P&gt;&lt;P&gt;interface GigabitEthernet6/1&lt;/P&gt;&lt;P&gt; no switchport&lt;/P&gt;&lt;P&gt; ip address 10.10.31.241 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan26&lt;/P&gt;&lt;P&gt; description VLAN 26 Management&lt;/P&gt;&lt;P&gt; ip address 10.10.26.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.26.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan29&lt;/P&gt;&lt;P&gt; description VLAN 29 Data&lt;/P&gt;&lt;P&gt; ip address 10.10.29.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.29.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan30&lt;/P&gt;&lt;P&gt; description VLAN 29 Data1&lt;/P&gt;&lt;P&gt; ip address 10.10.30.2 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.30.1&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan31&lt;/P&gt;&lt;P&gt; description VLAN 311 svr&lt;/P&gt;&lt;P&gt; ip address 10.10.31.130 255.255.255.240&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.129&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan32&lt;/P&gt;&lt;P&gt; description VLAN 312 security&lt;/P&gt;&lt;P&gt; ip address 10.10.31.226 255.255.255.240&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.225&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 100&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; redistribute static subnets&lt;/P&gt;&lt;P&gt; network 10.10.31.241 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.26.0 0.0.15.255 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.242&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;ip route 10.0.0.0 255.0.0.0 GigabitEthernet6/1 10.10.31.242 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Core2&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet6/1&lt;/P&gt;&lt;P&gt; no switchport&lt;/P&gt;&lt;P&gt; ip address 10.10.31.245 255.255.255.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan26&lt;/P&gt;&lt;P&gt; description VLAN 26 Management&lt;/P&gt;&lt;P&gt; ip address 10.10.26.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.26.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan29&lt;/P&gt;&lt;P&gt; description VLAN 29 Data&lt;/P&gt;&lt;P&gt; ip address 10.10.29.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.29.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan30&lt;/P&gt;&lt;P&gt; description VLAN 30 Data1&lt;/P&gt;&lt;P&gt; ip address 10.10.30.3 255.255.255.0&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.30.1&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan31&lt;/P&gt;&lt;P&gt; description VLAN 311 svr&lt;/P&gt;&lt;P&gt; ip address 10.10.31.131 255.255.255.240&lt;/P&gt;&lt;P&gt; ip helper-address 10.10.9.4&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.129&lt;/P&gt;&lt;P&gt; standby 1 priority 80&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan32&lt;/P&gt;&lt;P&gt; description VLAN 312 security&lt;/P&gt;&lt;P&gt; ip address 10.10.31.227 255.255.255.240&lt;/P&gt;&lt;P&gt; ip helper-address 10.10.9.4&lt;/P&gt;&lt;P&gt; standby 1 ip 10.10.31.225&lt;/P&gt;&lt;P&gt; standby 1 priority 120&lt;/P&gt;&lt;P&gt; standby 1 preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 100&lt;/P&gt;&lt;P&gt; log-adjacency-changes&lt;/P&gt;&lt;P&gt; redistribute static subnets&lt;/P&gt;&lt;P&gt; network 10.10.31.245 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.26.0 0.0.15.255 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.242&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;ip route 10.0.0.0 255.0.0.0 GigabitEthernet6/1 10.10.31.246 250&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SiteA_Router 1&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/0&lt;/P&gt;&lt;P&gt; description Connection to Core1&lt;/P&gt;&lt;P&gt; ip address 10.10.31.242 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1/1&lt;/P&gt;&lt;P&gt; description connection to core2&lt;/P&gt;&lt;P&gt; ip address 10.10.31.246 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0/0&lt;/P&gt;&lt;P&gt; description Connection to router1&lt;/P&gt;&lt;P&gt; ip address 10.10.25.122 255.255.255.252&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;router ospf 8&lt;/P&gt;&lt;P&gt; network 10.10.25.122 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.31.242 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt; network 10.10.31.246 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip route 0.0.0.0 0.0.0.0 10.10.25.121&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 16:41:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025869#M228551</guid>
      <dc:creator>dave dave</dc:creator>
      <dc:date>2019-03-07T16:41:09Z</dc:date>
    </item>
    <item>
      <title>internal routing issue</title>
      <link>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025870#M228552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hi! Anyone has any clue on this? Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 14:30:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025870#M228552</guid>
      <dc:creator>dave dave</dc:creator>
      <dc:date>2012-09-11T14:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: internal routing issue</title>
      <link>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025871#M228553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer your specific question first - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) from core1 switch -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;siteA_C1 - sh ip route&lt;/P&gt;&lt;P&gt;O 10.10.31.244/30 [110/2] via 10.10.31.227, 06:36:50, Vlan32&lt;/P&gt;&lt;P&gt;[110/2] via 10.10.31.131, 06:36:50, Vlan31&lt;/P&gt;&lt;P&gt;[110/2] via 10.10.30.3, 06:36:50, Vlan30&lt;/P&gt;&lt;P&gt;[110/2] via 10.10.28.3, 06:36:50, Vlan28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have in your OSPF config on core2 - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;network 10.10.31.245 0.0.0.0 area 0&lt;/P&gt;&lt;P&gt;network 10.10.26.0 0.0.15.255 area 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.10.26.0 0.0.0.15 actually&amp;nbsp; covers subnets 10.10.16.0 -&amp;gt; 10.10.31.0. So any vlan interface configured on core2 that falls within that range will have OSPF start up and advertise that subnet. OSPF starts on vlan 28, 30, 31 and 32. It also starts on vlan 26 and vlan 29 as well.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So OSPF starts on vlan 28 for example. It then forms a adjacency with core1 on vlan 28. Once it has done this it then sends it's routing entries to core1 (note it doesn't actually send routing entries but LSAs but that's not really the key point here). It then does this for vlan 26, vlan 29, 30, 31 and 32 as well. So core1 receives advertisements from core2 for 10.10.31.244/30 on vlan 26,28.29.30,31,32.&amp;nbsp; The reason you only see 4 entries is because OSPF by default only installs 4 equal cost paths into the routing table so it has just chosen those 4 advertisements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is normal behaviour.&amp;nbsp; If you didn't want all these adjacencies forming you could use the passive interface command under some of the vlan interfaces and they would not be formed which is quite a common practice. It doesn't hurt to have what you have though. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer the more general question about traffic flow - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC1&amp;nbsp; connected to core1 in vlan 30&lt;/P&gt;&lt;P&gt;PC2 connected to core2 in vlan 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;core1 is HSRP active for vlan 30 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC1 pings a device in siteB. You should see the traffic go from PC1 to core1 then to siteA router and on to siteB.&lt;/P&gt;&lt;P&gt;PC2 pings a device in siteB. You should see the traffic go from PC2 to core2 then to core1 then to siteA router. The reason it goes from core2 to core1 is that PC2 sends it's traffic to it's default-gateway which is the HSRP active address on core1 so traffic has to go to core1 first. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return traffic from siteB however is a different matter. You are not running HSRP between the router and the core switches so the the router should have 2 equal cost paths to vlan 30 one via core1 and one via core2. It will use both paths in a round robin fashion so the link between core2 and siteA router may well be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above is normal for this setup. If you do a traceroute from PC2 using the above example you should see it go via the HSRP IP address on core1 although you won't see any extra hops in traceroute because the packet is switched at L2 from core2 to core1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really wanted to only use the core2 to siteA router for backup then you would need to - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) make sure all HSRP active gateways are on core1&lt;/P&gt;&lt;P&gt;ii) manipulate the routing table on siteA router to prefer the core1 link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i would ask if you have gone to the trouble of setting up redundant connectivity as you have why not let the network simply choose the best route. You get more bandwidth and probably just as important you do not need to do any extra config which would only complicate the setup. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 22:42:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/internal-routing-issue/m-p/2025871#M228553</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2012-09-11T22:42:37Z</dc:date>
    </item>
  </channel>
</rss>

