<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NoKernel.com - Useless tech stuff</title>
	<atom:link href="http://www.nokernel.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nokernel.com</link>
	<description>Tech stuff, mostly linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:13:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing EMC VNX 5&#215;00 naviagent not starting failover</title>
		<link>http://www.nokernel.com/2012/01/104/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=104</link>
		<comments>http://www.nokernel.com/2012/01/104/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:12:49 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=104</guid>
		<description><![CDATA[Fixing EMC VNX 5300 naviagent not starting on failover control station when the failover actually occured. &#160; ** from emc eservice doc The following is a Primus(R) eServer solution: ID: emc262797 Domain: EMC1 Solution Class: 3.X Compatibility Goal How to correct Naviagent errors when Control Station is failed over to CS1 Fact Product: Celerra Fact [...]]]></description>
			<content:encoded><![CDATA[<p>Fixing EMC VNX 5300 naviagent not starting on failover control station when the failover actually occured.</p>
<p>&nbsp;</p>
<p>** from emc eservice doc</p>
<blockquote>
<pre>The following is a Primus(R) eServer solution:

ID: emc262797
Domain: EMC1
Solution Class: 3.X Compatibility

Goal       How to correct Naviagent errors when Control Station is failed over to CS1

Fact       Product: Celerra

Fact       Product: VNX Series

Fact       Product: VNX Unified/File

Fact       Product: VNX VG8

Fact       Product: VNX VG2

Fact       EMC SW: NAS Code 6.x

Fact       EMC SW: NAS Code 7.x

Fact       EMC SW: NAS Code 5.6.50 and later

Symptom    Naviagent messages unexpectedly exited logged in /var/log/messages every five  minutes for Navisphere agent "cannot create messages directories"

Symptom    Naviagent errors occurs when Control Station is failed over to CS1.

Symptom    Call home message:

Slot 1 becomes primary because of timeout.

Symptom    /var/log/messages

CS_PLATFORM:NaviEventMonitor:CRITICAL:4:::::CLARiiON event number 0x0 to /etc/Unisphere/backup/navimon.log. ExtCode1=107373568<a href="http://remedytools.rtp.lab.emc.com/nsgview.pl?entry=107373568">&lt;http://remedytools.rtp.lab.emc.com/nsgview.pl?entry=107373568&gt;</a>,; ExtCode2=log.

Symptom

/var/log/messages show the following errors:

Feb  11 11:22:19 emcnas_i0 EMCServer: nas_mcd: daemon "Apache daemon" unexpectedly exited (status = 0) ifexit=1 exitstatus=0 ifsignal=0 termsig=0 ifstop=0 stopsig=0 ifdump=0
Feb  11 11:22:19 emcnas_i0 EMCServer: nas_mcd: daemon "Naviagent" unexpectedly exited (status = 11) ifexit=0 exitstatus=0 ifsignal=1 termsig=11 ifstop=0 stopsig=0 ifdump=0
Feb  11 11:22:19 emcnas_i0 login(pam_unix)[27969]: session closed for user nasadmin
Feb  11 11:22:22 emcnas_i0 Navisphere Agent[31217]: Error: Cannot create messages directory <em>/etc/Unisphere/messages/</em>
Feb  11 11:22:22 emcnas_i0 Navisphere Agent[31217]: Error: Cannot create event log backup directory <em>/etc/Unisphere/backup/</em>
Feb  11 11:22:22 emcnas_i0 Navisphere Agent[31217]: Open application log failed

Error re-occurs after five minutes:

Feb  11 17:27:34 emcnas_i0 Navisphere Agent[1287]: Error: Cannot create messages directory <em>/etc/Unisphere/messages/</em>
Feb  11 17:27:34 emcnas_i0 Navisphere Agent[1287]: Error: Cannot create event log backup directory <em>/etc/Unisphere/backup/</em>
Feb  11 17:27:34 emcnas_i0 Navisphere Agent[1287]: Open application log failed

Cause      Installations at these code levels don't create the symbolic link for the Naviagent service to start properly on CS1. The symbolic links created from installation point at /etc/Navisphere instead of /etc/Unisphere on CS1, which is what the naviagent service is looking for on start-up.

Fix        Create the symbolic links and directories while the Control Station is failed over to CS1:

1.      ln -s <em>/nas/etc/Navisphere/</em> <em>/etc/Unisphere/</em>
2.      mkdir /etc/Unisphere/messages
3.      mkdir /etc/Unisphere/backup

Monitor for naviagent service to start on next 5-minute interval:

$ ps -ef | grep -i navia
root      9198  2831  0 Feb11 ?        00:00:02 /nas/opt/Navisphere/bin/naviagent -d -f /nas/etc/Navisphere/agent.config -r /nas/log

Note       CS1 has been re-installed and problem persists.</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2012/01/104/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto remove errors alerts in EMC VNX unisphere GUI</title>
		<link>http://www.nokernel.com/2011/12/howto-remove-errors-alerts-in-emc-vnx-unisphere-gui/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=howto-remove-errors-alerts-in-emc-vnx-unisphere-gui</link>
		<comments>http://www.nokernel.com/2011/12/howto-remove-errors-alerts-in-emc-vnx-unisphere-gui/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 00:50:29 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=96</guid>
		<description><![CDATA[As you probably already know, you can&#8217;t delete an &#8220;error&#8221; alert in EMC VNX unisphere GUI. This thing needs to be done with the CLI on the control station. So here is howto do that. ssh nasadmin@[vnx cs] >/nas/log/webui/alert_log The error should be removed, if not logout of Unisphere and log back in.]]></description>
			<content:encoded><![CDATA[<p>As you probably already know, you can&#8217;t delete an &#8220;error&#8221; alert in EMC VNX unisphere GUI.</p>
<p>This thing needs to be done with the CLI on the control station.</p>
<p>So here is howto do that.</p>
<blockquote><p>ssh nasadmin@[vnx cs]<br />
>/nas/log/webui/alert_log
</p></blockquote>
<p>The error should be removed, if not logout of Unisphere and log back in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/12/howto-remove-errors-alerts-in-emc-vnx-unisphere-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing cisco %ASA-3-201008: Disallowing new connections</title>
		<link>http://www.nokernel.com/2011/12/fixing-cisco-asa-3-201008-disallowing-new-connections/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixing-cisco-asa-3-201008-disallowing-new-connections</link>
		<comments>http://www.nokernel.com/2011/12/fixing-cisco-asa-3-201008-disallowing-new-connections/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 13:54:39 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=92</guid>
		<description><![CDATA[So you are using TCP logging and the ASA is shooting out error %ASA-3-201008, and blocking your network traffic. Accorting to cisco documentation the ASA will deny new sessions if you use TCP logging and that the syslog server is unreachable If you are using TCP as the logging transport protocol, the ASA denies new [...]]]></description>
			<content:encoded><![CDATA[<p>So you are using TCP logging and the ASA is shooting out error %ASA-3-201008, and blocking your network traffic.</p>
<p>Accorting to cisco documentation the ASA will deny new sessions if you use TCP logging and that the syslog server is unreachable</p>
<blockquote><p>
If you are using TCP as the logging transport protocol, the ASA denies new network access sessions as a security measure if the ASA is unable to reach the syslog server, if the syslog server is misconfigured, or if the disk is full.</p>
<p>UDP-based logging does not prevent the ASA from passing traffic if the syslog server fails. </p></blockquote>
<p><a href="http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/l2.html#wp1797179">See the link</a></p>
<p>Set &#8220;logging permit-hostdown</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/12/fixing-cisco-asa-3-201008-disallowing-new-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC &#8211; Howto set IP alias on primary control station</title>
		<link>http://www.nokernel.com/2011/11/emc-howto-set-ip-alias-on-primary-control-station/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=emc-howto-set-ip-alias-on-primary-control-station</link>
		<comments>http://www.nokernel.com/2011/11/emc-howto-set-ip-alias-on-primary-control-station/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:54:03 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[EMC]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=82</guid>
		<description><![CDATA[This is used to set the IP address that will move with the primary control station. That way you will always be on the primary CS if you connect to that particular IP address, it is an easy way of knowing that you will be on the primary. &#160; Log on to the CS as [...]]]></description>
			<content:encoded><![CDATA[<p>This is used to set the IP address that will move with the primary control station. That way you will always be on the primary CS if you connect to that particular IP address, it is an easy way of knowing that you will be on the primary.</p>
<p>&nbsp;</p>
<ol>
<li>Log on to the CS as root</li>
<li>Create the IP alias for the CS<br />
/nas/sbin/nas_conrig -IPalias -create 0</li>
<li>Answer no to the question &#8220;Do you want slot_0 IP address x as your alias.<br />
This will allow you to set another IP that points to the active unit, and still be able to talk to the standby unit.</li>
<li>Then specify the IP</li>
<li>Then view what you did with :<br />
/nas/sbin/nas_config -IPalias -list</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/11/emc-howto-set-ip-alias-on-primary-control-station/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EMC &#8211; Howto do manual control station failover</title>
		<link>http://www.nokernel.com/2011/11/emc-howto-do-manual-control-station-failover/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=emc-howto-do-manual-control-station-failover</link>
		<comments>http://www.nokernel.com/2011/11/emc-howto-do-manual-control-station-failover/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 12:49:31 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=80</guid>
		<description><![CDATA[Log on to the master or slave CS as root To make that CS the primary run : /nas/sbin/cs_standby -takeover To make that CS the standby (that will reboot the CS) do : /nas/sbin/cs_standby -takeover]]></description>
			<content:encoded><![CDATA[<ul>
<li>Log on to the master or slave CS as root</li>
<li>To make that CS the primary run :<br />
/nas/sbin/cs_standby -takeover</li>
<li>To make that CS the standby (that will reboot the CS) do :<br />
/nas/sbin/cs_standby -takeover</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/11/emc-howto-do-manual-control-station-failover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware KB: Cluster warning shown in vCenter Server when Remote Tech Support Mode (SSH) or Local Tech Support Mode is enabled</title>
		<link>http://www.nokernel.com/2011/10/vmware-kb-cluster-warning-shown-in-vcenter-server-when-remote-tech-support-mode-ssh-or-local-tech-support-mode-is-enabled/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-kb-cluster-warning-shown-in-vcenter-server-when-remote-tech-support-mode-ssh-or-local-tech-support-mode-is-enabled</link>
		<comments>http://www.nokernel.com/2011/10/vmware-kb-cluster-warning-shown-in-vcenter-server-when-remote-tech-support-mode-ssh-or-local-tech-support-mode-is-enabled/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:48:03 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=78</guid>
		<description><![CDATA[When Remote Tech Support Mode (SSH) or Local Tech Support Mode is enabled, you see the warning: Configuration Issues The Local Tech Support Mode for the host localhost.localdomain has been enabled. Remote Tech Support Mode(SSH) for the host &#60;server&#62; has been enabled If the timeout setting to stop the service has been set to 0, [...]]]></description>
			<content:encoded><![CDATA[<p>When Remote Tech Support Mode (SSH) or Local Tech Support Mode is enabled, you see the warning:</p>
<p>Configuration Issues</p>
<p>The Local Tech Support Mode for the host localhost.localdomain has been enabled.</p>
<p>Remote Tech Support Mode(SSH) for the host &lt;server&gt; has been enabled</p>
<p>If the timeout setting to stop the service has been set to 0, effectively disabling the timeout, this warning is permanently displayed.</p>
<p>Resolution</p>
<p>Note: This article pertains to vSphere 4.x. For vSphere 5.0, see Cluster warning for ESXi Shell and SSH appear on an ESXi 5 host (2003637).</p>
<p>In vSphere 4.1, you can enable Remote Tech Support Mode (SSH) and Local Tech Support Mode on ESXi from the vSphere Client, as well as from the Direct Console User Interface (DCUI).</p>
<p>This message is a proactive security measure designed to ensure that administrators are aware that remote access has been enabled for the server.</p>
<p>Prior to vSphere 4.1 Update 2, disabling Remote Tech Support Mode (SSH) and Local Tech Support Mode is the only way to prevent this warning from appearing. In vSphere 4.1 Update 2, you can disable the Remote Tech Support Mode Remote (SSH) and Local Tech Support Mode warmings from appearing on the hosts.</p>
<p>To disable these warnings:</p>
<p>Select the ESXi host from the Inventory.</p>
<p>Select Advanced Settings from the Software menu.</p>
<p>Navigate to UserVars &gt; UserVars.SupressShellWarning.</p>
<p>Set the value from 0 to 1.</p>
<p>Click OK.</p>
<p>via <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1016205">VMware KB: Cluster warning shown in vCenter Server when Remote Tech Support Mode (SSH) or Local Tech Support Mode is enabled</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/10/vmware-kb-cluster-warning-shown-in-vcenter-server-when-remote-tech-support-mode-ssh-or-local-tech-support-mode-is-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove the “host currently has no management network redundancy” warning from your whitebox HA enabled ESX cluster « Yuri&#8217;s Technology Blog</title>
		<link>http://www.nokernel.com/2011/10/remove-the-%e2%80%9chost-currently-has-no-management-network-redundancy%e2%80%9d-warning-from-your-whitebox-ha-enabled-esx-cluster-%c2%ab-yuris-technology-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-the-%25e2%2580%259chost-currently-has-no-management-network-redundancy%25e2%2580%259d-warning-from-your-whitebox-ha-enabled-esx-cluster-%25c2%25ab-yuris-technology-blog</link>
		<comments>http://www.nokernel.com/2011/10/remove-the-%e2%80%9chost-currently-has-no-management-network-redundancy%e2%80%9d-warning-from-your-whitebox-ha-enabled-esx-cluster-%c2%ab-yuris-technology-blog/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:04:45 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[VmWare]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=76</guid>
		<description><![CDATA[Go to the properties of your cluster Select HA from the left pane Click the ‘Advanced Options’ button Fill in the first column of the first row by double clicking and typing the value ‘das.ignoreRedundantNetWarning’ Fill in the second column of the same row by double clicking and typing the value ‘True’ Close the Advanced [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to the properties of your cluster</li>
<li>Select HA from the left pane</li>
<li>Click the ‘Advanced Options’ button</li>
<li>Fill in the first column of the first row by double clicking and typing the value ‘das.ignoreRedundantNetWarning’</li>
<li>Fill in the second column of the same row by double clicking and typing the value ‘True’</li>
<li>Close the Advanced Options windowNow deselect the option ‘Enable HA’ and press OKHA will be disabled, this will take some timeGo back to the options and select ‘Enable HA’ and press OKHA will be enabled and the warning will be gone</li>
</ol>
<p>via <a href="http://yuridejager.wordpress.com/2009/10/16/remove-the-host-currently-has-no-management-network-redundancy-warning-from-your-whitebox-ha-enabled-esx-cluster/">Remove the “host currently has no management network redundancy” warning from your whitebox HA enabled ESX cluster « Yuri&#8217;s Technology Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/10/remove-the-%e2%80%9chost-currently-has-no-management-network-redundancy%e2%80%9d-warning-from-your-whitebox-ha-enabled-esx-cluster-%c2%ab-yuris-technology-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN: Troubleshooting IPsec on IOS and ASA devices</title>
		<link>http://www.nokernel.com/2011/10/vpn-troubleshooting-ipsec-on-ios-and-asa-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vpn-troubleshooting-ipsec-on-ios-and-asa-devices</link>
		<comments>http://www.nokernel.com/2011/10/vpn-troubleshooting-ipsec-on-ios-and-asa-devices/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:10:10 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=73</guid>
		<description><![CDATA[Nice troubleshooting information about Cisco VPN, on ASA/IOS, for aggresive mode and main mode. VPN: Troubleshooting IPsec on IOS and ASA devices.]]></description>
			<content:encoded><![CDATA[<p>Nice troubleshooting information about Cisco VPN, on ASA/IOS, for aggresive mode and main mode.</p>
<p><a href="https://supportforums.cisco.com/community/netpro/security/vpn/blog/2011/10/10/troubleshooting-ipsec-on-ios-and-asa-devices#Result_of_my_work">VPN: Troubleshooting IPsec on IOS and ASA devices</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/10/vpn-troubleshooting-ipsec-on-ios-and-asa-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: Ask the Experts (vLog) ASA Version 8.3 NAT Configuration</title>
		<link>http://www.nokernel.com/2011/10/video-ask-the-experts-vlog-asa-version-8-3-nat-configuration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video-ask-the-experts-vlog-asa-version-8-3-nat-configuration</link>
		<comments>http://www.nokernel.com/2011/10/video-ask-the-experts-vlog-asa-version-8-3-nat-configuration/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:01:24 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=69</guid>
		<description><![CDATA[New Cisco ASA 8.3 NAT changes from previous version 8.2, well explained. Video: Ask the Experts (vLog) ASA Version 8.3 NAT Configuration.]]></description>
			<content:encoded><![CDATA[<p>New Cisco ASA 8.3 NAT changes from previous version 8.2, well explained.</p>
<p><a href="https://supportforums.cisco.com/videos/1078">Video: Ask the Experts (vLog) ASA Version 8.3 NAT Configuration</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/10/video-ask-the-experts-vlog-asa-version-8-3-nat-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA 8.4 create a packet capture and see it</title>
		<link>http://www.nokernel.com/2011/10/cisco-asa-8-4-create-a-packet-capture-and-see-it/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cisco-asa-8-4-create-a-packet-capture-and-see-it</link>
		<comments>http://www.nokernel.com/2011/10/cisco-asa-8-4-create-a-packet-capture-and-see-it/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 12:36:29 +0000</pubDate>
		<dc:creator>D</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.nokernel.com/?p=66</guid>
		<description><![CDATA[Simple steps to create a packet capture as look at it. &#160; Create the access list that will tell what to capture access-list packetcapture-test permit ip any any Create the capture &#8220;bucket&#8221;. capture captureitem access-list packetcapture-test interface [ifname] Do traffic Look at it show capture captureitem &#160; Delete the capture no capture captureitem access-list packetcapture-test [...]]]></description>
			<content:encoded><![CDATA[<p>Simple steps to create a packet capture as look at it.</p>
<p>&nbsp;</p>
<ol>
<li>Create the access list that will tell what to capture<br />
access-list packetcapture-test permit ip any any</li>
<li>Create the capture &#8220;bucket&#8221;.<br />
capture captureitem access-list packetcapture-test interface [ifname]</li>
<li>Do traffic</li>
<li>Look at it<br />
show capture captureitem</li>
</ol>
<p>&nbsp;</p>
<p>Delete the capture</p>
<ol>
<li>no capture captureitem access-list packetcapture-test interface [ifname]</li>
<li>no access-list packetcapture-test permit ip any any</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.nokernel.com/2011/10/cisco-asa-8-4-create-a-packet-capture-and-see-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

