<?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: Traffic flow between two Vlan interfaces in the same context in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673213#M33733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK the ACE will only answer to a request targeted to a VIP if the traffic hits the load-balancer on the interface on which the service-policy for this VIP is configured.&lt;/P&gt;&lt;P&gt;For instance in your config, only the traffic coming to the ACE on vlan A will be able to access the VIP.&lt;/P&gt;&lt;P&gt;If you want both VLANs to be able to access the VIP, you can add the same service-policy to both interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2011 20:16:01 GMT</pubDate>
    <dc:creator>Nicolas Fournier</dc:creator>
    <dc:date>2011-07-25T20:16:01Z</dc:date>
    <item>
      <title>Traffic flow between two Vlan interfaces in the same context.</title>
      <link>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673212#M33732</link>
      <description>&lt;P&gt;I have two vlan interfaces in the same context C2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan A&lt;/P&gt;&lt;P&gt;&amp;nbsp; description VIP_App&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.1.253 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; alias 10.2.1.4 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; peer ip address 10.2.1.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-group input Out_Acc_PB&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy input POLICY&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shutdown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan B&lt;/P&gt;&lt;P&gt;&amp;nbsp; description App&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.2.12.253 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; alias 10.2.12.4 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; peer ip address 10.2.12.254 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-group input In_Acc_PB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The host (10.2.12.11) on Vlan B would like to reach the VIP (10.2.1.5) on Vlan A. I can see the ACL (In_Acc_PB) counters incrementing. I do not see the traffic arrive on VLAN A. When a place a service policy on the VLAN B interface the traffic can reach VLAN A. Why is a service policy needed to allow traffic from one Vlan interface to another in the same context? &lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2011 19:17:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673212#M33732</guid>
      <dc:creator>mldorsey1</dc:creator>
      <dc:date>2011-07-25T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Traffic flow between two Vlan interfaces in the same context</title>
      <link>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673213#M33733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFAIK the ACE will only answer to a request targeted to a VIP if the traffic hits the load-balancer on the interface on which the service-policy for this VIP is configured.&lt;/P&gt;&lt;P&gt;For instance in your config, only the traffic coming to the ACE on vlan A will be able to access the VIP.&lt;/P&gt;&lt;P&gt;If you want both VLANs to be able to access the VIP, you can add the same service-policy to both interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2011 20:16:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673213#M33733</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2011-07-25T20:16:01Z</dc:date>
    </item>
    <item>
      <title>Traffic flow between two Vlan interfaces in the same context.</title>
      <link>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673214#M33734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Nicolas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Placing the same service policy does get the traffic to work. However I still do not understand why the traffic from Vlan B does not go to Vlan interface A without the service policy applied to Vlan B. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ACE is configured in router mode. The ACE has the route to the 10.2.1.x/24 network via Vlan A. The service policy is applied to Vlan A. It was my thought that the traffic should leave Vlan B and arrive on the Vlan A interface. Once there the service policy would be used to access the VIP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 11:55:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673214#M33734</guid>
      <dc:creator>mldorsey1</dc:creator>
      <dc:date>2011-07-26T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Traffic flow between two Vlan interfaces in the same context.</title>
      <link>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673215#M33735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is behaving like this for security reasons.&lt;/P&gt;&lt;P&gt;We only want to provide access to the VIP if we are reaching the ACE on the same vlan to prevent rogue access to VIP if we are coming from other interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:01:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/traffic-flow-between-two-vlan-interfaces-in-the-same-context/m-p/1673215#M33735</guid>
      <dc:creator>Nicolas Fournier</dc:creator>
      <dc:date>2011-07-26T12:01:01Z</dc:date>
    </item>
  </channel>
</rss>

