<?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 Question about defining management interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642369#M593294</link>
    <description>&lt;P&gt;As you know the ASA has a port explicitly defined as the managment interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you aslo must explicltly define ssh/telnet/http access using the ssh xxxx.xxx.xxxx.xxxx "interface"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is..what is the purpose of the "management-access (interface)" configuration statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you allow ssh/http/ etc on any interface isnt that now a "managment" interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for best practice should you only allow this on the ip of the managment interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so why would you need a management-access configuration statement?&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:40:43 GMT</pubDate>
    <dc:creator>nygenxny123</dc:creator>
    <dc:date>2019-03-11T19:40:43Z</dc:date>
    <item>
      <title>Question about defining management interface</title>
      <link>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642369#M593294</link>
      <description>&lt;P&gt;As you know the ASA has a port explicitly defined as the managment interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you aslo must explicltly define ssh/telnet/http access using the ssh xxxx.xxx.xxxx.xxxx "interface"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is..what is the purpose of the "management-access (interface)" configuration statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you allow ssh/http/ etc on any interface isnt that now a "managment" interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for best practice should you only allow this on the ip of the managment interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so why would you need a management-access configuration statement?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:40:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642369#M593294</guid>
      <dc:creator>nygenxny123</dc:creator>
      <dc:date>2019-03-11T19:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question about defining management interface</title>
      <link>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642370#M593296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Defining a specific interface for management prevents that interface from passing traffic between security zones. As you noted you can configure SSH on multiple interfaces, but that does not necessarily make it a management interface (I agree it may not make much sense). &lt;SPAN style="font-family: courier new,courier;"&gt;management-access&lt;/SPAN&gt;is handy for managing a device over a VPN. It's an in-band management feature, whereas a management interface is out-of-band.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 15:43:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642370#M593296</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2011-01-27T15:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Question about defining management interface</title>
      <link>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642371#M593299</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;Adding some information &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally a device can only connect to interface at which it is placed, like a system sitting on outside will be able to access(ssh/ping) outside interface IP only (not inside), management-access command will allow you to connect to inside interface while physically on outside and you are connected through VPN. For example, if you enter the adaptive security appliance from the outside interface, this command lets you telnet/ping etc. the inside interface when entering from the outside interface (connected to VPN) but source IP should be allowed to access the interface. In this case you will have to use 'management-access inside' in global configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detail about this can be seen on following two links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check section 'pinging another interface' on link: &lt;A class="active_link" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic2"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094e8a.shtml#topic2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command reference: &lt;A class="active_link" href="http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/m.html#wp2112283"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/m.html#wp2112283&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another command 'management-only' which is for making an interface management only (no traffic across security zones), and you can use 'no management-only' for using dedicated management port as normal port. &lt;/P&gt;&lt;P&gt;Link: &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/m.html#wp2112407"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/command/reference/m.html#wp2112407&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shahid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 18:16:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/question-about-defining-management-interface/m-p/1642371#M593299</guid>
      <dc:creator>shzaman</dc:creator>
      <dc:date>2011-01-27T18:16:58Z</dc:date>
    </item>
  </channel>
</rss>

