<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Asa - Tag - Fryguy's Blog</title><link>https://hugo.fryguy.net/tags/asa/</link><description>Asa - Tag - Fryguy's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 02 Aug 2011 12:09:42 +0000</lastBuildDate><atom:link href="https://hugo.fryguy.net/tags/asa/" rel="self" type="application/rss+xml"/><item><title>Future Nexus 7000 Line Cards (Sup2/ASA/NAM/WAN)</title><link>https://hugo.fryguy.net/2011/08/02/future-nexus-7000-line-cards-sup2asanamwan/</link><pubDate>Tue, 02 Aug 2011 12:09:42 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2011/08/02/future-nexus-7000-line-cards-sup2asanamwan/</guid><description><![CDATA[<p style="text-align: center;">
  <a href="/wp-content/uploads/2011/07/crystal-ball.jpg"></a>
</p>
<p style="text-align: left;">
  Let me preface this post with a quick word &#8211; all the information presented here is pure speculation with a little bit of evidence to back up my speculation.  By no means is any of this a guarantee nor a near-time release for any of these modules.  This is me just presenting the information that I am able to find and sharing it with you.  Now, I am excited for some of this &#8211; and it definitely shows where the Nexus 7000 is going &#8211; so I hope that this type of information can help keep you informed on where this platform is going.  The future looks bright.
</p>
<p style="text-align: left;">
  While I was doing the research on the track names for the Nexus line cards I came across a few things.  Things that we have all either assumed or have heard rumors of, but I guess now we know what is coming in the future for the Nexus 7000. First this is a listing for Silverstone &#8211; Supervisor 2 module, a little curious for sure.
</p>
<p style="text-align: left;">
  The second thing that I came across was a bit more interesting to me &#8211; its a Service Module &#8211; N7K-SVC-APP-HW-1 &#8211; named after the Indian God, Agni.  What is curious is that Agni is a messenger from and to the other gods (modules), so it is aptly named.  I am guessing that this will be a 2-port module (Agni has 2-heads) similar to what the WS-X6582-2PA adapter is to the 6500. @matthewnorwood just also suggested perhaps this is an Application Load Balancer similar to the ACE30 on the Cat6k, I actually think that might be a more realistic option.(continued)
</p>
<p style="text-align: left;">]]></description></item><item><title>Data Capture on Cisco ASA</title><link>https://hugo.fryguy.net/2010/07/22/data-capture-on-cisco-asa/</link><pubDate>Fri, 23 Jul 2010 00:21:15 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2010/07/22/data-capture-on-cisco-asa/</guid><description><![CDATA[<p>A few weeks ago t I blogged on the iPhone FaceTime application and how the communication worked.  Since I did the data capture on the Cisco ASA via CLI, I thought I would share the basics on how to do that.  Capturing data right on you ASA makes it much easier to troubleshoot as well as support new applications where you are unsure of how they are working.  Honestly though, we know that good documentation comes with all in-house application development, right?<br>
For this blog, the inside IP that I wanted to capture information for was 192.168.0.128 to any outside IP address.<br>
1.  Create the appropriate access-list on your ASA for the interesting traffic. Below I am capturing any traffic to and from my iPhone (IP Address 192.168.0.128)<br>
<em>access-list capture_iphone extended permit ip host 192.168.0.128 any<br>
access-list capture_iphone extended permit ip any host 192.168.0.128</em><br>
2. From the Enable prompt, you then create the capture.  In this case I am creating a capture called iPhone against access-list created in the last step of capture_iphone with a buffer of 1m bytes and a packet length of 2000, on the inside interface and set to overwrite when the buffer is full.<br>
<em>capture iPhone type raw-data access-list capture_iphone buffer 1000000 packet-length 2000 interface inside circular-buffer</em><br>
3. Once the capture file is running, you can view it by using the command <em>sh capture iPhone</em> , or my preference is to download it from the ASA in PCAP format:<br>
https://ip_address_of_asa/admin/capture/capturename/pcap<br>
or in this example:  https://192.168.0.1/admin/capture/iPhone/pcap<br>
4. After you d/l the capture file, just open it in <a href="http://www.wireshark.org" target="_blank" rel="noopener noreferrer">Wireshark </a>and you are good to go!<br>
There is another way to view the capture and that is from the CLI. Below are the command options and their Cisco explanation.<br>
<em>FryGuyFW-ASA# sh capture iPhone ?<br>
access-list    Display packets matching access-list<br>
count          Display <number> of packets in capture<br>
decode         Display decode information for each packet<br>
detail         Display more information for each packet<br>
dump           Display hex dump for each packet<br>
packet-number  Display packet <number> in capture<br>
trace          Display extended trace information for each packet<br>
|              Output modifiers</em></p>]]></description></item></channel></rss>