<?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: ASA-V on CML not working with sub-interfaces in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285704#M1078103</link>
    <description>&lt;P&gt;Dear Bajali Bandi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The host ip address is 192.168.1.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mask 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;gw 192.168.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;host is able to ping switch 192.168.1.11 (switch int vlan 10)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;but it's not able to ping asa-v sub-intf and viceversa&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 23:18:16 GMT</pubDate>
    <dc:creator>GB2452</dc:creator>
    <dc:date>2021-02-03T23:18:16Z</dc:date>
    <item>
      <title>ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285667#M1078101</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create an asa-v (using CML 2.1.2-b39)&amp;nbsp; sub-interface to make able a host to configure it via ASDM, but despite the configuration is not working.&lt;/P&gt;&lt;P&gt;Please advise if I'm missing something.&lt;/P&gt;&lt;P&gt;Here the configuration of the asa-v / switch (end host is an alpine server using static IP address)&lt;/P&gt;&lt;P&gt;Am I missing something? Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA-V&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa# show version&lt;/P&gt;&lt;P&gt;Cisco Adaptive Security Appliance Software Version 9.12(2)&lt;/P&gt;&lt;P&gt;ciscoasa# show nameif&lt;BR /&gt;Interface Name Security&lt;BR /&gt;GigabitEthernet0/0.10 inside 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show int ip bri&lt;BR /&gt;Interface IP-Address OK? Method Status Protocol&lt;BR /&gt;GigabitEthernet0/0 unassigned YES unset up up&lt;BR /&gt;GigabitEthernet0/0.10 192.168.1.1 YES manual up up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0.10&lt;BR /&gt;vlan 10&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ciscoasa(config)# show run policy-map&lt;BR /&gt;&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect http&lt;BR /&gt;inspect icmp&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw interface against asa-v&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sw interface against host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nterface GigabitEthernet0/1&lt;BR /&gt;switchport access vlan 10&lt;BR /&gt;switchport mode access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vlan config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;s1#show vlan brief | i 10&lt;BR /&gt;10 VLAN0010 active Gi0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface vlan 10 status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;s1#show ip int brief&lt;BR /&gt;Vlan10 192.168.1.11 YES manual up up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping from host to sw1&lt;/P&gt;&lt;P&gt;alpine-xfce:~$ ping 192.168.1.11&lt;BR /&gt;PING 192.168.1.11 (192.168.1.11): 56 data bytes&lt;BR /&gt;64 bytes from 192.168.1.11: seq=0 ttl=42 time=4.423 ms&lt;BR /&gt;64 bytes from 192.168.1.11: seq=1 ttl=42 time=4.922 ms&lt;BR /&gt;^C&lt;BR /&gt;--- 192.168.1.11 ping statistics ---&lt;BR /&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;BR /&gt;round-trip min/avg/max = 4.423/4.672/4.922 ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ping from host to asa-v&lt;/P&gt;&lt;P&gt;alpine-xfce:~$ ping 192.168.1.1&lt;BR /&gt;PING 192.168.1.1 (192.168.1.1): 56 data bytes&lt;BR /&gt;^C&lt;BR /&gt;--- 192.168.1.1 ping statistics ---&lt;BR /&gt;17 packets transmitted, 0 packets received, 100% packet loss&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 22:51:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285667#M1078101</guid>
      <dc:creator>GB2452</dc:creator>
      <dc:date>2021-02-03T22:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285685#M1078102</link>
      <description>&lt;P&gt;what is the PC IP address ? and gateway for the PC ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 22:59:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285685#M1078102</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-03T22:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285704#M1078103</link>
      <description>&lt;P&gt;Dear Bajali Bandi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;The host ip address is 192.168.1.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;mask 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;gw 192.168.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;host is able to ping switch 192.168.1.11 (switch int vlan 10)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;but it's not able to ping asa-v sub-intf and viceversa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 23:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285704#M1078103</guid>
      <dc:creator>GB2452</dc:creator>
      <dc:date>2021-02-03T23:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285956#M1078124</link>
      <description>&lt;P&gt;PC check the FW (windows has default FW enabled)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From switch able to ping PC ?&lt;/P&gt;
&lt;P&gt;what You see Logs when you Ping FW IP as Gateway ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;post fuill config of switch and FW.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 10:19:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4285956#M1078124</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-04T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286053#M1078135</link>
      <description>&lt;P&gt;attached full config&lt;/P&gt;&lt;P&gt;thanks for your kind support&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:39:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286053#M1078135</guid>
      <dc:creator>GB2452</dc:creator>
      <dc:date>2021-02-04T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286075#M1078137</link>
      <description>&lt;P&gt;i will review the config later - can you give below outcome :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PING From Switch to PC&lt;/P&gt;
&lt;P&gt;PING From ASA to&amp;nbsp; Switch&lt;/P&gt;
&lt;P&gt;PING From ASA to&amp;nbsp; PC &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286075#M1078137</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-04T14:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286099#M1078138</link>
      <description>&lt;P&gt;PING From Switch to PC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;S2#ping 192.168.1.3&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:&lt;BR /&gt;.!!!!&lt;BR /&gt;Success rate is 80 percent (4/5), round-trip min/avg/max = 1/2/3 ms&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PING From ASA to&amp;nbsp; Switch&lt;/P&gt;&lt;P&gt;ciscoasa# ping 192.168.1.11&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.1.11, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PING From ASA to&amp;nbsp; PC&lt;/P&gt;&lt;P&gt;ciscoasa# ping 192.168.1.3&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 14:25:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286099#M1078138</guid>
      <dc:creator>GB2452</dc:creator>
      <dc:date>2021-02-04T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286175#M1078139</link>
      <description>&lt;P&gt;inspect icmp - you have that should work - can you post &lt;STRONG&gt;show route&lt;/STRONG&gt; from ASA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try below :&lt;/P&gt;
&lt;P&gt;access-list inside_in extended permit any any &lt;BR /&gt;access-group inside_in in interface inside&lt;BR /&gt;icmp permit any inside&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check the syntax - some time hard to type from mobile device and read also.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 15:53:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286175#M1078139</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-04T15:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286351#M1078150</link>
      <description>&lt;P&gt;Dear Balaji,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used eve-ng instead cisco cml with the same configuration and it worked well.&lt;/P&gt;&lt;P&gt;I think the issue is related to cisco cml, do you know how to open a bug to cisco developers?&lt;/P&gt;&lt;P&gt;thanks for your support&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 20:16:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286351#M1078150</guid>
      <dc:creator>GB2452</dc:creator>
      <dc:date>2021-02-04T20:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: ASA-V on CML not working with sub-interfaces</title>
      <link>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286644#M1078157</link>
      <description>&lt;P&gt;I use offent PNETLab, (better version of&amp;nbsp; eve) also use CML once in a while for some testing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;never opened the case here is the information help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/products/cloud-systems-management/modeling-labs/index.html#~licensing" target="_blank"&gt;https://www.cisco.com/c/en/us/products/cloud-systems-management/modeling-labs/index.html#~licensing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 09:50:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-v-on-cml-not-working-with-sub-interfaces/m-p/4286644#M1078157</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2021-02-05T09:50:55Z</dc:date>
    </item>
  </channel>
</rss>

