networking-forum.com
* Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]


Share

Feed Aggregator

Feed Options


Select the feeds you would like to see:

Networking Forum - Blog
Always The Network
MellowD's CCIE Blog
PacketLife
Wendell Odom's Blog
Aaron's Worthless Words
BlindHog
EtherealMind
PACKETattack
Route My World!
Working From My Shed

What's the oldest post you would like to see?



How many posts from each feed would you like?




Bookmark this link to save your settings:

http://www.networking-forum.com/feed_aggregator.php

CloudShark Plugin for Wireshark

February 1st, 2012
PacketLife 

The folks at QA Cafe premiered their impressive (and free) online CloudShark service in the summer of 2010. (If this is the first you've heard of it, stop reading now and go have a look.) Just recently they released a Wireshark plugin to make uploading capture files to the service even more convenient.

Installation

To install the plugin, you'll need a version of Wireshark built with Lua scripting support. See Help > About to check for Lua support in your version (look for "with Lua" in the "Compiled" paragraph).

The plugin is available here for Windows, Mac, and Linux. The simple installation procedure for the Linux version is below. Consult the user guide for additional support.

stretch@Sandbox ~/cloudshark-1.0-136 $ ./install-unix
Starting installation of CloudShark plugin for WireShark

Plugin will be installed into /home/stretch/.wireshark/plugins/cloudshark
Installing default plugin configuration file.
The CloudShark Plugin for Wireshark is now installed.
Please restart Wireshark.

Visit http://appliance.cloudshark.org for additional help

Continue reading · 2 comments




Some site stats

February 1st, 2012
MellowD's CCIE Blog 

I’ve had my hits steadily growing almost every month since I started this blog, and I thought I would share some of those stats. My first blog post was in October 2009. I was a fresh CCNP and not yet CCIP certified. – http://mellowd.co.uk/ccie/?p=3 Graph of monthly visitors since the start of the blog: There [...]


First run of Vol II labs 1, 7-11 completed

January 30th, 2012
MellowD's CCIE Blog 

I finished off lab 11 yesterday, and I plan to repeat the above 6 labs a few times as it covers a wide spectrum of different technologies. I marked myself just like INE would mark me. i.e. NO PART CREDIT. You get a tiny thing wrong in a subsection, you get ZERO. So yes I [...]


IOS Zone-Based Firewall

January 29th, 2012
PacketLife 

A common network implementation for branch offices and other small sites belonging to a larger entity is to have two WAN connections: One is an MPLS or otherwise private connection to the corporate network, and the other is an Internet circuit (often some flavor of broadband) which carries public Internet traffic as well as VPN tunnels which serve as a backup to the private WAN circuit. Typically, the WAN connection requires dynamic routing capability (e.g. BGP) but few security mechanisms given that it merely extends a private network. Conversely, the Internet connection requires strong policy enforcement but no dynamic routing; a default route toward the Internet generally suffices.

Some organizations thus opt to deploy a standalone device to handle each connection at a branch office. The MPLS connection terminates to a branch-level router which supports BGP and offers flexible physical interface options. The Internet connection is typically an Ethernet hand-off which terminates to a low-end firewall. Both the router and the firewall are then typically interfaced with the internal LAN through one or more layer three switches running an IGP. This design is certainly functional and very flexible, however the initial cost of deploying three relatively expensive infrastructure devices in this manner can be prohibitive.

The solution we'll look at today is to move the firewall functionality into the router, so that both circuits terminate into the same device. This removes the requirement for a standalone firewall and the layer three switch, as one device performs all routing for the site. To support security policy enforcement, we'll use Cisco IOS' zone-based firewall feature. Note: The zone-based firewall feature requires a security license and relatively recent code to function properly. IOS 15.0(1)M7 was used in the lab for this article.

Assigning Security Zones

A security zone is a group of routed interfaces which are intended to be treated similarly from a security perspective. For example, if you have two redundant Internet connections from an edge router, both could be placed into a shared "untrusted" zone: It is irrelevant from a security perspective which is the primary connection and which is for failover. A connection into the internal network, however, would be assigned to a separate, trusted zone. Additional zones can also be created with levels of trust which might fall in between the two; for example, a guest wireless network or corporate extranet.

The topology below illustrates a design applicable to what was discussed above, employing three distinct security zones comprising five logical connections.

branch_office_zones.png

The three zones are:

  • Trusted - MPLS and internal LAN connections
  • Guest - Guest wireless
  • Internet - Internet connection

Continue reading · 11 comments




Second mock exam done – INE mock exam 5

January 24th, 2012
MellowD's CCIE Blog 

This exam is graded higher than the last and I got more points than the last. However I still failed. This time I got 59/96 I need to check my configs again though, as the results say I did very poorly on my IGP section. I spent quite a bit of time on that section [...]


Visio Connector Tips

January 22nd, 2012
PacketLife 

The following are a few tips I've learned to make working with connectors in Visio a little smoother. Feel free to contribute your own in the comments.

Set the Line Jump Style to GAP

Visio's default method of depicting connectors which cross but do not intersect is to illustrate one line arcing over the other. This is great for electrical drawings and other schematics, but isn't always accommodating of network topologies, especially when one line intersects a number of other closely-spaced lines.

line_arcs.png

For a cleaner look, we change the line jump style to "gap," which renders aesthetically pleasing white space to highlight line crossings. From the Developer tab on the ribbon, select Show ShapeSheet > Page. (If you don't have the Developer tab, go to File > Options > Customize Ribbon and enable it.) The page's ShapeSheet pops up in a window consuming the bottom half of the screen. Under the Page Layout heading, double-click the LineJumpStyle key and select "2 - visLOJumpStyleGap" from the available options. Press enter to save the selection.

linejumpstyle.png

line_gaps.png

Continue reading · 8 comments




More full scale labbing

January 22nd, 2012
MellowD's CCIE Blog 

So I thought I’d take Sunday off but I didn’t. I wasn’t really happy with my first 2 lab results so I did another 2. INE Vol2 labs 8 and 9 are both rated as level 8. Lab 8 I did yesterday and bagged myself 62/79 Lab 9 I just completed and in total I [...]


Week of full scale labbing

January 20th, 2012
MellowD's CCIE Blog 

I took yesterday and today off, and I also have leave next week Monday and Tuesday. Monday I take my second INE mock exam. I’m hoping to do much better than last time, but we’ll see what they throw at me this time. I’m using the other days to do full 8 hour labs as [...]


Catalyst 2960S iSCSI Optimization

January 15th, 2012
PacketLife 

I was recently tasked with configuring a number of 24-port Catalyst 2960S switches for deployment as standalone iSCSI switches for a storage area network (SAN). I haven't dealt much with SAN architecture so I wasn't sure what was needed. Obviously, just about any switch will support iSCSI right out of the box (it's just TCP/IP traffic, after all), but there are certain tweaks necessary to achieve the best possible performance.

Dell's PS Series Array Network Performance Guidelines outlines its recommendations for EqualLogic SAN arrays, including network configuration. This article parallels the Network Requirements and Recommendations section of that document.

Evaluating Switch Performance

According to the Catalyst 2960S data sheet, the 2960S-24xS-L series is capable of moving 41.7 Mpps worth of 64-byte packets, and its forwarding ceiling of 88 Gbps (which we could never reach with 24 GigE ports) leaves plenty of headroom. Since the traffic traversing this switch will be mostly iSCSI, which uses very long frames, the overall forwarding rate is much more important to us than the 64-byte packets-per-second limit (which is fairly high anyway).

Stacking

Similar to their big brother, the Catalyst 3750, multiple 2960S switches can be combined into a single managed unit through the use of proprietary stacking cables. Although the requirement here is for only a single switch, it's worth keeping in mind that the stack backplane introduces a potential 20 Gbps choke point for traffic switched among stack members. Obviously, this is more of a concern regarding 48-port switches than it is for 24-port switches.

Continue reading · 22 comments




Multiple DMVPNs on a Single Hub

January 8th, 2012
PacketLife 

I've touched on the fundamentals of DMVPN before, but today I'm going to expand upon my previous discussion and experiment with configuring multiple DMVPN clouds on a single pair of redundant headend routers. The scenario we'll use is that of a service provider offering DMVPN connectivity to two unrelated customers: Both customers need connectivity among their own sites and to the ISP, but must not be able to communicate with one another. Accordingly, each customer must use its own unique pre-shared key for authentication.

Our overall topology looks like this:

dual_DMVPN_topology.png

The 172.16.0.0/20 space represents public address space; in a real-world deployment, these would typically be effectively random public IP addresses.

The two ISP headend routers connect the four sites, two per customer, to the ISP network. Each headend router has two loopback interfaces (addressed out of 172.16.0.0/24) to which the DMVPN tunnels will be terminated. Per Cisco's DMVPN design guide, each customer will have two redundant DMVPN tunnels, one to each headend router. This adds up to a total of four DMVPN networks. Beware: this lab might get a little muddy, but I'll do my best to keep things clear.

Continue reading · 7 comments




Jump to:  
Powered by phpBB® Forum Software © phpBB Group