<?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 Ping from FWSM in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ping-from-fwsm/m-p/1811533#M492550</link>
    <description>&lt;P&gt;Dear *,&lt;/P&gt;&lt;P&gt;I have a simple setup with a core switch and FWSM. From the FWSM I am able to ping from the inside interface (interface between FWSM and MSFC) of the FWSM to other vlan on the core switch and to the internet however when i source the ping from another vlan of FWSM to internet or other vlan of core switch, no reply. Here is my config on FWSM:&lt;/P&gt;&lt;P&gt;FWSM-1# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;FWSM Version 4.0(4)&lt;BR /&gt;!&lt;BR /&gt;hostname FWSM-1&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Vlan102&lt;BR /&gt;description *** Servers ***&lt;BR /&gt;nameif SRVR&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.10.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan103&lt;BR /&gt;description *** Servers Mgmt ***&lt;BR /&gt;nameif SRVR-mgmt&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.10.3.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan174&lt;BR /&gt;description LAN/STATE Failover Interface&lt;BR /&gt;!&lt;BR /&gt;interface Vlan175&lt;BR /&gt;description *** Inside Interface to MSFC ***&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.10.75.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;access-list inside-in extended permit ip any any&lt;BR /&gt;access-list inside-in extended permit icmp any any&lt;BR /&gt;access-list SRVR-in extended permit ip any any&lt;BR /&gt;access-list SRVR-mgmt-in extended permit ip any any&lt;BR /&gt;access-list SRVR extended permit icmp any any&lt;BR /&gt;access-list SRVR-mgmt extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu SRVR 1500&lt;BR /&gt;mtu SRVR-mgmt 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;failover&lt;BR /&gt;failover lan unit primary&lt;BR /&gt;failover lan interface FAIL Vlan174&lt;BR /&gt;failover key *****&lt;BR /&gt;failover replication http&lt;BR /&gt;failover link FAIL Vlan174&lt;BR /&gt;failover interface ip FAIL 192.168.74.1 255.255.255.252 standby 192.168.74.2&lt;BR /&gt;icmp permit any echo SRVR&lt;BR /&gt;icmp permit any SRVR&lt;BR /&gt;icmp permit any echo SRVR-mgmt&lt;BR /&gt;icmp permit any SRVR-mgmt&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;access-group SRVR-in in interface SRVR&lt;BR /&gt;access-group SRVR-mgmt-in in interface SRVR-mgmt&lt;BR /&gt;access-group inside-in in interface inside&lt;BR /&gt;route inside 0.0.0.0 0.0.0.0 10.10.75.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 1:00:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;http 10.10.0.0 255.255.0.0 SRVR&lt;BR /&gt;http 10.10.0.0 255.255.0.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;service reset no-connection&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 SRVR&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 SRVR-mgmt&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns maximum-length 512&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect smtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:0cc9eda46d5882ff1d4d2d7046e76c30&lt;BR /&gt;: end&lt;BR /&gt;FWSM-1#&lt;/P&gt;&lt;P&gt;FWSM-1# ping inside 4.2.2.2&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 130/140/150 ms&lt;BR /&gt;FWSM-1# ping in&lt;BR /&gt;FWSM-1# ping inside 10.10.10.1&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;BR /&gt;FWSM-1# ping in&lt;BR /&gt;FWSM-1# ping SRV 4.2.2.2&lt;/P&gt;&lt;P&gt;FWSM-1# ping SRVR 4.2.2.2&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;FWSM-1# ping SRVR 10.10.10.1&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:&lt;BR /&gt;?????&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Core Switch:&lt;/P&gt;&lt;P&gt;interface Vlan175&lt;BR /&gt;description *** Connected to FWSM ***&lt;BR /&gt;ip address 10.10.75.1 255.255.255.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;interface Vlan100&lt;BR /&gt;&amp;nbsp; description *** NQA-mgmt ***&lt;BR /&gt;ip address 10.10.1.1 255.255.255.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;ip route 10.10.2.0 255.255.255.0 Vlan175&lt;BR /&gt;ip route 10.10.3.0 255.255.255.0 Vlan175&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help is appreciated as this is the first time i am configuring FWSM.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Aamir&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 21:54:44 GMT</pubDate>
    <dc:creator>xshant</dc:creator>
    <dc:date>2019-03-11T21:54:44Z</dc:date>
    <item>
      <title>Ping from FWSM</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-fwsm/m-p/1811533#M492550</link>
      <description>&lt;P&gt;Dear *,&lt;/P&gt;&lt;P&gt;I have a simple setup with a core switch and FWSM. From the FWSM I am able to ping from the inside interface (interface between FWSM and MSFC) of the FWSM to other vlan on the core switch and to the internet however when i source the ping from another vlan of FWSM to internet or other vlan of core switch, no reply. Here is my config on FWSM:&lt;/P&gt;&lt;P&gt;FWSM-1# sh run&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;FWSM Version 4.0(4)&lt;BR /&gt;!&lt;BR /&gt;hostname FWSM-1&lt;BR /&gt;enable password 8Ry2YjIyt7RRXU24 encrypted&lt;BR /&gt;names&lt;BR /&gt;dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Vlan102&lt;BR /&gt;description *** Servers ***&lt;BR /&gt;nameif SRVR&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.10.2.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan103&lt;BR /&gt;description *** Servers Mgmt ***&lt;BR /&gt;nameif SRVR-mgmt&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 10.10.3.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Vlan174&lt;BR /&gt;description LAN/STATE Failover Interface&lt;BR /&gt;!&lt;BR /&gt;interface Vlan175&lt;BR /&gt;description *** Inside Interface to MSFC ***&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 10.10.75.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;ftp mode passive&lt;BR /&gt;same-security-traffic permit inter-interface&lt;BR /&gt;access-list inside-in extended permit ip any any&lt;BR /&gt;access-list inside-in extended permit icmp any any&lt;BR /&gt;access-list SRVR-in extended permit ip any any&lt;BR /&gt;access-list SRVR-mgmt-in extended permit ip any any&lt;BR /&gt;access-list SRVR extended permit icmp any any&lt;BR /&gt;access-list SRVR-mgmt extended permit icmp any any&lt;BR /&gt;pager lines 24&lt;BR /&gt;mtu SRVR 1500&lt;BR /&gt;mtu SRVR-mgmt 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;failover&lt;BR /&gt;failover lan unit primary&lt;BR /&gt;failover lan interface FAIL Vlan174&lt;BR /&gt;failover key *****&lt;BR /&gt;failover replication http&lt;BR /&gt;failover link FAIL Vlan174&lt;BR /&gt;failover interface ip FAIL 192.168.74.1 255.255.255.252 standby 192.168.74.2&lt;BR /&gt;icmp permit any echo SRVR&lt;BR /&gt;icmp permit any SRVR&lt;BR /&gt;icmp permit any echo SRVR-mgmt&lt;BR /&gt;icmp permit any SRVR-mgmt&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;access-group SRVR-in in interface SRVR&lt;BR /&gt;access-group SRVR-mgmt-in in interface SRVR-mgmt&lt;BR /&gt;access-group inside-in in interface inside&lt;BR /&gt;route inside 0.0.0.0 0.0.0.0 10.10.75.1 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 1:00:00 h225 1:00:00 mgcp 0:05:00&lt;BR /&gt;timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;BR /&gt;timeout sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout uauth 0:05:00 absolute&lt;BR /&gt;http 10.10.0.0 255.255.0.0 SRVR&lt;BR /&gt;http 10.10.0.0 255.255.0.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;service reset no-connection&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 SRVR&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 SRVR-mgmt&lt;BR /&gt;telnet 10.10.0.0 255.255.0.0 inside&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;console timeout 0&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect dns maximum-length 512&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;BR /&gt;&amp;nbsp; inspect h323 h225&lt;BR /&gt;&amp;nbsp; inspect h323 ras&lt;BR /&gt;&amp;nbsp; inspect netbios&lt;BR /&gt;&amp;nbsp; inspect rsh&lt;BR /&gt;&amp;nbsp; inspect skinny&lt;BR /&gt;&amp;nbsp; inspect smtp&lt;BR /&gt;&amp;nbsp; inspect sqlnet&lt;BR /&gt;&amp;nbsp; inspect sunrpc&lt;BR /&gt;&amp;nbsp; inspect tftp&lt;BR /&gt;&amp;nbsp; inspect sip&lt;BR /&gt;&amp;nbsp; inspect xdmcp&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;Cryptochecksum:0cc9eda46d5882ff1d4d2d7046e76c30&lt;BR /&gt;: end&lt;BR /&gt;FWSM-1#&lt;/P&gt;&lt;P&gt;FWSM-1# ping inside 4.2.2.2&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 130/140/150 ms&lt;BR /&gt;FWSM-1# ping in&lt;BR /&gt;FWSM-1# ping inside 10.10.10.1&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms&lt;BR /&gt;FWSM-1# ping in&lt;BR /&gt;FWSM-1# ping SRV 4.2.2.2&lt;/P&gt;&lt;P&gt;FWSM-1# ping SRVR 4.2.2.2&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 4.2.2.2, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;FWSM-1# ping SRVR 10.10.10.1&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.10.10.1, timeout is 2 seconds:&lt;BR /&gt;?????&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Core Switch:&lt;/P&gt;&lt;P&gt;interface Vlan175&lt;BR /&gt;description *** Connected to FWSM ***&lt;BR /&gt;ip address 10.10.75.1 255.255.255.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;interface Vlan100&lt;BR /&gt;&amp;nbsp; description *** NQA-mgmt ***&lt;BR /&gt;ip address 10.10.1.1 255.255.255.0&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;ip route 10.10.2.0 255.255.255.0 Vlan175&lt;BR /&gt;ip route 10.10.3.0 255.255.255.0 Vlan175&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Any help is appreciated as this is the first time i am configuring FWSM.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Aamir&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:54:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-fwsm/m-p/1811533#M492550</guid>
      <dc:creator>xshant</dc:creator>
      <dc:date>2019-03-11T21:54:44Z</dc:date>
    </item>
    <item>
      <title>Ping from FWSM</title>
      <link>https://community.cisco.com/t5/network-security/ping-from-fwsm/m-p/1811534#M492551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the following commands and let me know:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;Inspect ICMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts,&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;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 04:28:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ping-from-fwsm/m-p/1811534#M492551</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2011-11-25T04:28:58Z</dc:date>
    </item>
  </channel>
</rss>

