<?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: Routing and managment issues on ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844803#M969594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is correct , also as Aleksey stated it..  specify routes for  10.1.190.x 102.x and 200.x networks through  management0/0 interface and you should be all set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 17:52:28 GMT</pubDate>
    <dc:creator>JORGE RODRIGUEZ</dc:creator>
    <dc:date>2007-09-12T17:52:28Z</dc:date>
    <item>
      <title>Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844794#M969585</link>
      <description>&lt;P&gt;I have a unique situation I think and I have been beating my head on the wall for a few hours so I figured I would let you guys chime in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are replacing a Pix 515 with an ASA 5520.  So far so good the clients are working.  However I cannot get management traffic to flow correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client has a ton of vlans including Vlan 200 they use for management.  Therefore my ASA and SSM management ports ore in the 10.1.200.x range.  I currently can manage the unit from a workstation in the 200 range but thats where things quit working.  They have for other admin stations that require access to the ASA.  They are 10.1.102.100 ,10.1.102.208 and 10.1.190.100.  I have allowed all of these ranges however I cannot connect to them.  In troubleshooting I have narrowed this down to a routing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client has an odd WAN/PIX config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTSIDE = Public Address&lt;/P&gt;&lt;P&gt;INSIDE = Private Network to ISA Server (The ISA is the real firewall for clients)&lt;/P&gt;&lt;P&gt;DMZ1 = Bypass network for Corperate entities coming from the outside to access the network to bypass the ISA to access company resources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Their routes look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OUTSIDE 0.0.0.0/ x.x.x.x (nexthop public address for router1)&lt;/P&gt;&lt;P&gt;OUTSIDE x.x.0.0/16 (public address) x.x.x.x (nexthop public address for router2)&lt;/P&gt;&lt;P&gt;DMZ1 10.1.0.0 255.255.0.0 10.1.195.1 (Gateway for vlan195 on core network)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the DMZ1 route that is screwing me.  When any address space other than 10.1.200.0 tries to connect to manage the ASA I get bad route errors from the ASA.    When you look them up they state that the ASA does not support asymetric routes.  I understand all of this but it has left me at a loss for what I should do to get managment working for this client.  I have enabled management on the INSIDE interface and allowed the PAT address for the ISA server to admin the ASA but so far that appears to only half work.  Some workstations can get to ASDM but crash at 50% load and are unable to SSH or telnet to the system.  My workstation cannot get the ASDM or SSH or Telnet at all through the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:10:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844794#M969585</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2019-03-11T11:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844795#M969586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh, I don't think you have a routing issue, can you ping from the ASA hosts on the inside and DMZ1 and Vise versa ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to  manage  the ASA from any subnet configure ASA management for telnet and/or http to allow any subnet from the inside and or DMZ1.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;telnet 0.0.0.0 0.0.0.0 DMZ1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 inside&lt;/P&gt;&lt;P&gt;http 0.0.0.0 0.0.0.0 DMZ1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as SSH to manage ASA from outside have you configure ASA for SSH ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[edit]  can you post config as well, strip out public IP info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jorge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 16:16:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844795#M969586</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-09-12T16:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844796#M969587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which interface is nearest to yours admin workstation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 16:21:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844796#M969587</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2007-09-12T16:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844797#M969588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what you are asking.  As for it not being a routing issue I would love for it not to be.  I'll post the clean config and give you guys a few min to review.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 16:38:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844797#M969588</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-12T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844798#M969589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I posted the config.  Yes I can ping from ASA to  HOST and from HOST to ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer not to have all but my outside interfaces setup for managment.  I would clearly like to just stick with Managment.  However Inside would be acceptable.  For whatever reason though using ASDM through the ISA does not appear to work even with all IP traffic allowed through the ISA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 16:45:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844798#M969589</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-12T16:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844799#M969590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;http 10.1.190.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;http 10.1.190.100 255.255.255.255 management&lt;/P&gt;&lt;P&gt;http 10.1.102.100 255.255.255.255 management&lt;/P&gt;&lt;P&gt;http 10.1.102.208 255.255.255.255 management&lt;/P&gt;&lt;P&gt;http 10.1.200.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you must have routes for 10.1.190.0/24, 10.1.102.100/32, 10.1.102.208/32, 10.1.200.0/24 through management interface &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 16:53:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844799#M969590</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2007-09-12T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844800#M969591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh, quick question, for SSH have you follow the SSH requirements  process such as generating RSA keys  etc.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also , I do not see routes on the asa for 10.1.190.x, 102 or 200 networks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me take a look carefully the config.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:27:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844800#M969591</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-09-12T17:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844801#M969592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.  That was the first config I tried.  For every host I created a route to through the management interface it broke required service on the network for those hosts.  It fixes my ASDM issue but hoses everything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:39:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844801#M969592</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-12T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844802#M969593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have generated my RSA keys.  However something odd is going on there to.  In the interm for fixing that I have just enabled telnet till I can get these bugs iron'd out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The route for the 10.1 networks is shown in DMZ1 as&lt;/P&gt;&lt;P&gt;DMZ 10.1.0.0 255.255.0.0 10.1.195.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking that the answer is as our friendly CCIE stated that I must have the routes in my management interface.  IF so I'm not sure what to try next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again thanks for you help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:41:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844802#M969593</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-12T17:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844803#M969594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is correct , also as Aleksey stated it..  specify routes for  10.1.190.x 102.x and 200.x networks through  management0/0 interface and you should be all set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorge &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:52:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844803#M969594</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2007-09-12T17:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844804#M969595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again I cannot set the routes to the management interface.  It breaks my communications with corperate resources that live on the outside of the OUTSIDE interface.  Thats the whole problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 17:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844804#M969595</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-12T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844805#M969596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget about management interface&lt;/P&gt;&lt;P&gt;Shutdown it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now,&lt;/P&gt;&lt;P&gt;What is the right interface to reach this networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just change the following rules according their location (inside, outside, dmz)&lt;/P&gt;&lt;P&gt;http 10.1.190.0 255.255.255.0 management &lt;/P&gt;&lt;P&gt;http 10.1.190.100 255.255.255.255 management &lt;/P&gt;&lt;P&gt;http 10.1.102.100 255.255.255.255 management &lt;/P&gt;&lt;P&gt;http 10.1.102.208 255.255.255.255 management &lt;/P&gt;&lt;P&gt;http 10.1.200.0 255.255.255.0 management &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 19:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844805#M969596</guid>
      <dc:creator>a.alekseev</dc:creator>
      <dc:date>2007-09-12T19:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844806#M969597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it thanks guys!  You have been a huge help.  I guess I just had to wrap my head around not using a DMZ as a DMZ  &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Anyway I"m going to keep the TAC case open so they can help me decide if the current routing scheme will be an issue with VPN.  Again thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 05:48:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844806#M969597</guid>
      <dc:creator>cratejockey</dc:creator>
      <dc:date>2007-09-13T05:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Routing and managment issues on ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844807#M969598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was told by the TAC that I could not have a network that would need to pass through the ASA able to use the management network!  In my opinion this makes the mangement network worthless.  I did not want to manage through the inside interface but was told by TAC that was the only choice.  They need a seperate routing table for the mangement interface, but I do not expect to see that happen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 17:41:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-and-managment-issues-on-asa/m-p/844807#M969598</guid>
      <dc:creator>mweske</dc:creator>
      <dc:date>2007-10-03T17:41:39Z</dc:date>
    </item>
  </channel>
</rss>

