<?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: Management Port routing issue on ASA5525x in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087074#M392594</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;You are absolutely right about "managent-only" command. It does not allow for transit traffic (routing).&lt;/P&gt;&lt;P&gt;I have it in my lab. Tested in both directions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When received traffic from any other interface and destination was thru management-only interface&lt;/P&gt;&lt;P&gt;%ASA-4-418001: Through-the-device packet to/from management-only network is denied: icmp src inside:2.2.2.10 dst outside:3.3.3.3 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When received traffic from management-only interface and destination was thru any other interface:&lt;/P&gt;&lt;P&gt;%ASA-4-418001: Through-the-device packet to/from management-only network is denied: icmp src outside:1.1.1.10 dst inside:3.3.3.3 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So - it works as expected. That interface should never route packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it's working as you described ? DId you capture traffic ? Did you verify that in logs, nat and conn tables ?&lt;/P&gt;&lt;P&gt;If yes you might hit a bug. What version of ASA do you use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Jan 2013 13:49:15 GMT</pubDate>
    <dc:creator>Michal Garcarz</dc:creator>
    <dc:date>2013-01-19T13:49:15Z</dc:date>
    <item>
      <title>Management Port routing issue on ASA5525x</title>
      <link>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087073#M392593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a client with a Management Port set up for Out-of-Band management. Here's the configuration of the interface and some relevant static routes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; description MGT&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif Mgt&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.38.100.20 255.255.255.0 standby 10.38.100.21 &lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.0.0.0 10.38.103.1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;route Mgt 10.48.0.0 255.255.0.0 10.38.100.254&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The route through Mgt interface is required as my client accesses the device from a subnet that isn't local to M0/0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, now &lt;STRONG&gt;any&lt;/STRONG&gt; traffic originating from outside and destined to 10.48.0.0/16 is choosing the Mgt interface. I had thought that the 'management-only' keyword prevents this from happening (traffic traversing between interfaces).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a broad scope of /16 addresses on the 'inside' so just swapping destinations won't work (the client wants to avoid a routing table with 50+ static entries, understandably)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My temporary solution was to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 10.0.0.0 255.128.0.0 10.38.103.1&lt;/P&gt;&lt;P&gt;route inside 10.128.0.0 255.128.0.0 10.38.103.1&lt;/P&gt;&lt;P&gt;route Mgt 10.0.0.0 255.0.0.0 10.38.100.254&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the best setup in this situation?&lt;/P&gt;&lt;P&gt;If 'management-only' doesn't prevent traffic from using the Mgt interface, what is the point of the command?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:48:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087073#M392593</guid>
      <dc:creator>jpeterson6</dc:creator>
      <dc:date>2019-03-12T00:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Management Port routing issue on ASA5525x</title>
      <link>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087074#M392594</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;You are absolutely right about "managent-only" command. It does not allow for transit traffic (routing).&lt;/P&gt;&lt;P&gt;I have it in my lab. Tested in both directions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When received traffic from any other interface and destination was thru management-only interface&lt;/P&gt;&lt;P&gt;%ASA-4-418001: Through-the-device packet to/from management-only network is denied: icmp src inside:2.2.2.10 dst outside:3.3.3.3 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When received traffic from management-only interface and destination was thru any other interface:&lt;/P&gt;&lt;P&gt;%ASA-4-418001: Through-the-device packet to/from management-only network is denied: icmp src outside:1.1.1.10 dst inside:3.3.3.3 (type 8, code 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So - it works as expected. That interface should never route packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure it's working as you described ? DId you capture traffic ? Did you verify that in logs, nat and conn tables ?&lt;/P&gt;&lt;P&gt;If yes you might hit a bug. What version of ASA do you use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2013 13:49:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087074#M392594</guid>
      <dc:creator>Michal Garcarz</dc:creator>
      <dc:date>2013-01-19T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Management Port routing issue on ASA5525x</title>
      <link>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087075#M392595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late response. I got tied up with some other clients and was quite busy for awhile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the denied packets as you specified. The issue is the fact that it's even trying to use the Management Interface to begin with in its routing decisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it was probably just a misunderstanding on my part. I had thought that the keyword 'management-only' would remove the option to use it as a destination interface for routing decisions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:11:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/management-port-routing-issue-on-asa5525x/m-p/2087075#M392595</guid>
      <dc:creator>jpeterson6</dc:creator>
      <dc:date>2013-01-29T20:11:39Z</dc:date>
    </item>
  </channel>
</rss>

