<?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 Yes thanks Vibhor. I was in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589960#M205894</link>
    <description>&lt;P&gt;Yes thanks Vibhor. I was reminded of a valuable lesson, it's all in the logic. The answer, as usual, was staring me in the face. ASDM can be accessed from any interface. In the process I also figured out that you can't telnet into these PIX. One must set up SSH2 to do this.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Oct 2014 19:47:35 GMT</pubDate>
    <dc:creator>Matt Wilson</dc:creator>
    <dc:date>2014-10-21T19:47:35Z</dc:date>
    <item>
      <title>ASDM Interface</title>
      <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589956#M205890</link>
      <description>&lt;P&gt;My setup is :PIX 515E, IOS&amp;nbsp;8.0(4)28, ASDM 6.1(5)57, Firewall mode routed, 6 interfaces, 128Mb.&lt;/P&gt;&lt;P&gt;My question is, can ASDM be accessed through any interface on the PIX&amp;nbsp;besides ethernet1? I'd prefer to run ASDM through ethernet5 but it refuses to run. I have tried deconfiguring eth1 and copying its config to eth5 to no avail. The basic setup on eth1 that works is:&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;BR /&gt;&amp;nbsp;nameif Management&lt;BR /&gt;&amp;nbsp;security-level 100&lt;BR /&gt;&amp;nbsp;ip address 100.100.100.18 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't work on eth5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Matt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 04:57:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589956#M205890</guid>
      <dc:creator>Matt Wilson</dc:creator>
      <dc:date>2019-03-12T04:57:03Z</dc:date>
    </item>
    <item>
      <title>Hi,Would you be able to reply</title>
      <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589957#M205891</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would you be able to reply with these outputs from the PIX:-&lt;/P&gt;&lt;P&gt;1) show asp table socket&lt;/P&gt;&lt;P&gt;2) show run interface eth5&lt;/P&gt;&lt;P&gt;Also , is the IP from which you are trying to access the ASDM in the same Network as the range configured on the Interface ?&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:27:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589957#M205891</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-17T10:27:31Z</dc:date>
    </item>
    <item>
      <title>The responses are as follows</title>
      <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589958#M205892</link>
      <description>&lt;P&gt;The responses are as follows:&lt;/P&gt;&lt;P&gt;PIX515E# &amp;nbsp;show asp table socket&lt;/P&gt;&lt;P&gt;Protocol &amp;nbsp;Socket &amp;nbsp; &amp;nbsp;Local Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Foreign Address &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; State&lt;BR /&gt;TCP &amp;nbsp; &amp;nbsp; &amp;nbsp; 0002082c &amp;nbsp;100.100.100.18:23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;LISTEN&lt;BR /&gt;SSL &amp;nbsp; &amp;nbsp; &amp;nbsp; 0002e9ec &amp;nbsp;100.100.100.18:443 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0.0.0.0:* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; LISTEN&lt;BR /&gt;SSL &amp;nbsp; &amp;nbsp; &amp;nbsp; 0008993c &amp;nbsp;100.100.100.18:443 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Miffy:1063 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ESTAB&lt;BR /&gt;PIX515E# show run interface eth5&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet5&lt;BR /&gt;&amp;nbsp;description MGT_INTERFACE&lt;BR /&gt;&amp;nbsp;speed 100&lt;BR /&gt;&amp;nbsp;duplex full&lt;BR /&gt;&amp;nbsp;nameif Management&lt;BR /&gt;&amp;nbsp;security-level 0&lt;BR /&gt;&amp;nbsp;ip address 100.100.100.18 255.255.255.0&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured it out. I was allowing telnet/http access to the inside interface, not the management interface. Inside is Eth1, Management is Eth5.&lt;/P&gt;&lt;P&gt;A force of habit.&amp;nbsp;As this PIX has 6 Eth&amp;nbsp;interfaces I thought I'd dedicate one to management. Now to&amp;nbsp;interface between my 877 &amp;amp; 1751-V!&lt;/P&gt;&lt;P&gt;Thanks for your help Vibhor.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2014 03:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589958#M205892</guid>
      <dc:creator>Matt Wilson</dc:creator>
      <dc:date>2014-10-19T03:46:41Z</dc:date>
    </item>
    <item>
      <title>Hi,So , were you able to</title>
      <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589959#M205893</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;So , were you able to resolve this issue ?&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 10:03:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589959#M205893</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2014-10-21T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Yes thanks Vibhor. I was</title>
      <link>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589960#M205894</link>
      <description>&lt;P&gt;Yes thanks Vibhor. I was reminded of a valuable lesson, it's all in the logic. The answer, as usual, was staring me in the face. ASDM can be accessed from any interface. In the process I also figured out that you can't telnet into these PIX. One must set up SSH2 to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 19:47:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asdm-interface/m-p/2589960#M205894</guid>
      <dc:creator>Matt Wilson</dc:creator>
      <dc:date>2014-10-21T19:47:35Z</dc:date>
    </item>
  </channel>
</rss>

