<?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: Blocking error msg. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692125#M87205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try connecting with telnet instead of 3-des.  Sometimes ARC gets confused with 3-des connect problems and reports an incorrect error. If telnet will work, then we can work on getting the 3-des working.  Speaking of 3-des, you did log into the cli, conf t and ssh host 205.170.225.249 command right?  That is necessary to get the key so ARC can connect to the router&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 16:08:03 GMT</pubDate>
    <dc:creator>jlively</dc:creator>
    <dc:date>2007-03-20T16:08:03Z</dc:date>
    <item>
      <title>Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692120#M87200</link>
      <description>&lt;P&gt;I have setup my IDS to manage a router. I have gone through the steps to configure this router through the IDM. I have setup the login profiles, blocking device, and both pre-block and post block ACL. But I get an error on the IDM when looking through the events when it tries to complete a block. The error msg. is " Unable to execute a host block timeout - no blocking interfaces are configured"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why I am getting this error msg. I think I have gone through all of the cofiguration steps correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any info. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:31:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692120#M87200</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2019-03-10T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692121#M87201</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;In your 'sh config' output from CLI, does it list the 'block-interfaces &lt;INTERFACE&gt; in'?&lt;/INTERFACE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user-profiles cisco&lt;/P&gt;&lt;P&gt;enable-password cisco&lt;/P&gt;&lt;P&gt;password cisco&lt;/P&gt;&lt;P&gt;username cisco&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;router-devices 192.168.1.1&lt;/P&gt;&lt;P&gt;communication telnet&lt;/P&gt;&lt;P&gt;profile-name cisco&lt;/P&gt;&lt;P&gt;block-interfaces fastethernet0/0 in&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;response-capabilities block&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edward&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:36:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692121#M87201</guid>
      <dc:creator>edwakim</dc:creator>
      <dc:date>2007-03-20T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692122#M87202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you added the pre/post acl names, and the blocking interfae name under the Router Blocking Decive Interface tab, did you apply the settings.  In the cli, you can either do a show conf or a show stat net (see below) to verify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qsensor-xxx# sh stat net&lt;/P&gt;&lt;P&gt;Current Configuration&lt;/P&gt;&lt;P&gt;   LogAllBlockEventsAndSensors = true&lt;/P&gt;&lt;P&gt;   EnableNvramWrite = false&lt;/P&gt;&lt;P&gt;   EnableAclLogging = false&lt;/P&gt;&lt;P&gt;   AllowSensorBlock = false&lt;/P&gt;&lt;P&gt;   BlockMaxEntries = 250&lt;/P&gt;&lt;P&gt;   MaxDeviceInterfaces = 250&lt;/P&gt;&lt;P&gt;   NetDevice&lt;/P&gt;&lt;P&gt;      Type = Cisco&lt;/P&gt;&lt;P&gt;      IP = 1.2.3.4&lt;/P&gt;&lt;P&gt;      NATAddr = 0.0.0.0&lt;/P&gt;&lt;P&gt;      Communications = telnet&lt;/P&gt;&lt;P&gt;      ResponseCapabilities = block&lt;/P&gt;&lt;P&gt;      BlockInterface&lt;/P&gt;&lt;P&gt;         InterfaceName = ethernet1&lt;/P&gt;&lt;P&gt;         InterfaceDirection = in&lt;/P&gt;&lt;P&gt;         InterfacePreBlock = pre_acl_name&lt;/P&gt;&lt;P&gt;         InterfacePostBlock = post_acl_name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 14:54:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692122#M87202</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-20T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692123#M87203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is my sh config output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;username admin&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;router-devices 205.170.225.249&lt;/P&gt;&lt;P&gt;communication ssh-3des&lt;/P&gt;&lt;P&gt;profile-name mainrouter&lt;/P&gt;&lt;P&gt;block-interfaces FastEthernet0/0 in&lt;/P&gt;&lt;P&gt;pre-acl-name Pre-Block&lt;/P&gt;&lt;P&gt;post-acl-name Post-Block&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;response-capabilities block&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 15:06:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692123#M87203</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-20T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692124#M87204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ids# show stat net&lt;/P&gt;&lt;P&gt;Current Configuration&lt;/P&gt;&lt;P&gt;   LogAllBlockEventsAndSensors = true&lt;/P&gt;&lt;P&gt;   EnableNvramWrite = false&lt;/P&gt;&lt;P&gt;   EnableAclLogging = true&lt;/P&gt;&lt;P&gt;   AllowSensorBlock = false&lt;/P&gt;&lt;P&gt;   BlockMaxEntries = 250&lt;/P&gt;&lt;P&gt;   MaxDeviceInterfaces = 250&lt;/P&gt;&lt;P&gt;   NetDevice&lt;/P&gt;&lt;P&gt;      Type = Cisco&lt;/P&gt;&lt;P&gt;      IP = 205.170.225.249&lt;/P&gt;&lt;P&gt;      NATAddr = 0.0.0.0&lt;/P&gt;&lt;P&gt;      Communications = ssh-3des&lt;/P&gt;&lt;P&gt;      ResponseCapabilities = block&lt;/P&gt;&lt;P&gt;      BlockInterface&lt;/P&gt;&lt;P&gt;         InterfaceName = FastEthernet0/0&lt;/P&gt;&lt;P&gt;         InterfaceDirection = in&lt;/P&gt;&lt;P&gt;         InterfacePreBlock = Pre-Block&lt;/P&gt;&lt;P&gt;         InterfacePostBlock = Post-Block&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 15:09:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692124#M87204</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-20T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692125#M87205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try connecting with telnet instead of 3-des.  Sometimes ARC gets confused with 3-des connect problems and reports an incorrect error. If telnet will work, then we can work on getting the 3-des working.  Speaking of 3-des, you did log into the cli, conf t and ssh host 205.170.225.249 command right?  That is necessary to get the key so ARC can connect to the router&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 16:08:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692125#M87205</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-20T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692126#M87206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I have changed the communication from 3-des to telnet. Do you know of an internal test that I can do to make sure the error msg. has been fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I did create a key for the 3-des.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 17:16:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692126#M87206</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-20T17:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692127#M87207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In IDM under the monitoring tab, there is a place to add manual blocks.  If you monitor with the cli as you add the block with IDM, you should see the action takes place.  You can also look on the router and see if ARC built and attached an acl to the interface.  Since you specified a pre/post acl, the one ARC created should look like:&lt;/P&gt;&lt;P&gt;sensor ip address&lt;/P&gt;&lt;P&gt;contents of pre-acl&lt;/P&gt;&lt;P&gt;active blocks&lt;/P&gt;&lt;P&gt;contents of post acl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your post acl has "permit ip any any" as the last line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 18:04:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692127#M87207</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-20T18:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692128#M87208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when I tried to add a manual block, in the event log through the IDM I still receive the error msg. "Unable to execute a net block &lt;IP&gt; on &lt;ROUTER ip=""&gt; because no blocking interfaces are configured" &lt;/ROUTER&gt;&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;"Unable to execute a net block &lt;IP&gt; because blocking is not configured"&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which interfaces are they talking about the IDS interface or the router interfaces?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 19:31:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692128#M87208</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-20T19:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692129#M87209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's back up.  Let's try this at it's most basic.  First, does your router support ip access-list extended command ?   2.  What version software are you running on the sensor?    3. Try removing the pre and post acls from the sensor config using idm (leave them on the router).  4. Is this the only device you are connecting to?  (There are other issues that sometimes occur if you are managing a pix and a router.)  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 20:47:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692129#M87209</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-20T20:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692130#M87210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. the router does support Ip access-list extended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. software version - 6.0(1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. I have removed the pre and post acls through the idm, kept them on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.This is the only device . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 22:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692130#M87210</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-20T22:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692131#M87211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any change in stats messages?  Can you post your  full show stat net output?  If is not working, the next thing we need to try is a packet capture of the traffic between the sensor and the router so I can figure out where things are breaking down.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 20:03:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692131#M87211</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-21T20:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692132#M87212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ids# show stat net&lt;/P&gt;&lt;P&gt;Current Configuration&lt;/P&gt;&lt;P&gt;   LogAllBlockEventsAndSensors = true&lt;/P&gt;&lt;P&gt;   EnableNvramWrite = false&lt;/P&gt;&lt;P&gt;   EnableAclLogging = true&lt;/P&gt;&lt;P&gt;   AllowSensorBlock = false&lt;/P&gt;&lt;P&gt;   BlockMaxEntries = 250&lt;/P&gt;&lt;P&gt;   MaxDeviceInterfaces = 250&lt;/P&gt;&lt;P&gt;   NetDevice&lt;/P&gt;&lt;P&gt;      Type = Cisco&lt;/P&gt;&lt;P&gt;      IP = 205.170.225.249&lt;/P&gt;&lt;P&gt;      NATAddr = 0.0.0.0&lt;/P&gt;&lt;P&gt;      Communications = telnet&lt;/P&gt;&lt;P&gt;      ResponseCapabilities = block&lt;/P&gt;&lt;P&gt;      BlockInterface&lt;/P&gt;&lt;P&gt;         InterfaceName = FastEthernet0/0&lt;/P&gt;&lt;P&gt;         InterfaceDirection = in&lt;/P&gt;&lt;P&gt;State&lt;/P&gt;&lt;P&gt;   BlockEnable = true&lt;/P&gt;&lt;P&gt;   NetDevice&lt;/P&gt;&lt;P&gt;      IP = 205.170.225.249&lt;/P&gt;&lt;P&gt;      AclSupport = uses Named ACLs&lt;/P&gt;&lt;P&gt;      Version = 0&lt;/P&gt;&lt;P&gt;      State = Inactive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never noticed this before, it says the state is Inactive. How do you change it to actvie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 22:12:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692132#M87212</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-21T22:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692133#M87213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be inactive until we get the interface issue resolved.  Can you send me a packet capture of the arc traffic?  &lt;/P&gt;&lt;P&gt;have 2 cli sessions open.&lt;/P&gt;&lt;P&gt;in the first session:&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;serv net&lt;/P&gt;&lt;P&gt;gen&lt;/P&gt;&lt;P&gt;block-enable false&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;save changes yes (this stops arc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now start the packet capture in the other window:&lt;/P&gt;&lt;P&gt;packet capture &lt;MANAGEMENT interface="" name=""&gt; snaplen 1600 expr host 205.170.225.249&lt;/MANAGEMENT&gt;&lt;/P&gt;&lt;P&gt;this will start capturing traffic going to the router you are trying to manage.  Now start arc back up in the other window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;serv net&lt;/P&gt;&lt;P&gt;gen&lt;/P&gt;&lt;P&gt;block-enable true&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;yes ( will start it back up ).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wait for a couple minutes, then do a ctrl c on the packet capture.&lt;/P&gt;&lt;P&gt; use the copy the command to send the packet capture file to a remote machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;email me the file (&lt;A href="mailto:jlively@cisco.com"&gt;jlively@cisco.com&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 14:36:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692133#M87213</guid>
      <dc:creator>jlively</dc:creator>
      <dc:date>2007-03-22T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking error msg.</title>
      <link>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692134#M87214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, this issue has been solved. I found out that telnet was disabled on the router. Also had to open the ports on the firewall. I am now able to block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all of your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 17:57:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-error-msg/m-p/692134#M87214</guid>
      <dc:creator>siscisco05</dc:creator>
      <dc:date>2007-03-22T17:57:40Z</dc:date>
    </item>
  </channel>
</rss>

