<?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 ASA5520 - Management0/0 Telnet/SSH/Ping Access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736184#M494850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, our intent is to use it for mgmt only (telnet, ssh, ping, logging, snmp).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, we are not able to reach it if the source ip is on another subnet one hop from the mgmt interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;asa --&amp;gt; mgmt0/0 --&amp;gt; router --&amp;gt; source_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 19:29:33 GMT</pubDate>
    <dc:creator>Robert Ho</dc:creator>
    <dc:date>2011-10-26T19:29:33Z</dc:date>
    <item>
      <title>ASA5520 - Management0/0 Telnet/SSH/Ping Access</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736182#M494848</link>
      <description>&lt;P&gt;hey all, hope this is an easy one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- how can i setup the management interface so that we can ping to the mgmt interface from a subnet that is on a different subnet than the Management0/0 interface (source ip would be 192.168.100.0/24 which may conflict with the inside interface)&lt;/P&gt;&lt;P&gt;- i am able to telnet/ssh from the 192.168.100.0/24 subnet connected to a router behind the mgmt interface&lt;/P&gt;&lt;P&gt;- i am not able to ping the mgmt interface from the 192.168.100.0/24 subnet connected to a router behind the mgmt interface&lt;/P&gt;&lt;P&gt;- is a security level required on the mgmt interface? it does not&amp;nbsp; work unless we put one. if so, what are you guys setting it to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0.101&lt;/P&gt;&lt;P&gt; description Outside&lt;/P&gt;&lt;P&gt; vlan 101&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 101.1.1.100 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1.102&lt;/P&gt;&lt;P&gt; description Inside Cat3750-VM G1/0/24 (PRI) G2/0/24 (STB)&lt;/P&gt;&lt;P&gt; vlan 102&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.100.100 255.255.252.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif mgmt&lt;/P&gt;&lt;P&gt; security-level 90&lt;/P&gt;&lt;P&gt; ip address 192.168.253.100 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssh 192.168.100.0 255.255.255.0 mgmt&lt;/P&gt;&lt;P&gt;telnet 192.168.100.0 255.255.255.0 mgmt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to add a static route but get an error:&lt;/P&gt;&lt;P&gt;ASA5520(config)# route mgmt 192.168.0.0 255.255.252.0 192.168.253.1&lt;/P&gt;&lt;P&gt;ERROR: Cannot add route, connected route exists&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:42:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736182#M494848</guid>
      <dc:creator>Robert Ho</dc:creator>
      <dc:date>2019-03-11T21:42:16Z</dc:date>
    </item>
    <item>
      <title>ASA5520 - Management0/0 Telnet/SSH/Ping Access</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736183#M494849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default the Managment interface of an ASA is going to be used just for managment traffic only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in order to be able to use it as any other interface you will need to use the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interface managment 0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no managment-only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And just to let you know it is imposible to ping a distant interface as an example from a inside subnet to the outside interface ip .This as security measure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 00:54:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736183#M494849</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-10-26T00:54:33Z</dc:date>
    </item>
    <item>
      <title>ASA5520 - Management0/0 Telnet/SSH/Ping Access</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736184#M494850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, our intent is to use it for mgmt only (telnet, ssh, ping, logging, snmp).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, we are not able to reach it if the source ip is on another subnet one hop from the mgmt interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;asa --&amp;gt; mgmt0/0 --&amp;gt; router --&amp;gt; source_ip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 19:29:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736184#M494850</guid>
      <dc:creator>Robert Ho</dc:creator>
      <dc:date>2011-10-26T19:29:33Z</dc:date>
    </item>
    <item>
      <title>ASA5520 - Management0/0 Telnet/SSH/Ping Access</title>
      <link>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736185#M494851</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 can use this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;hostname(config)# &lt;STRONG style="font-weight: bold;"&gt;management access &lt;/STRONG&gt;management_interface&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 21:38:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5520-management0-0-telnet-ssh-ping-access/m-p/1736185#M494851</guid>
      <dc:creator>cadet alain</dc:creator>
      <dc:date>2011-10-26T21:38:02Z</dc:date>
    </item>
  </channel>
</rss>

