HP ProCurve 2824 Mini-Review

This commit is contained in:
Ian Gulliver
2019-04-21 18:03:43 +00:00
parent 170d480447
commit 0411fede49
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<!--# set var="title" value="HP ProCurve 2824 Mini-Review" -->
<!--# set var="date" value="March 21, 2006" -->
<!--# include file="include/top.html" -->
I got one of [these](http://www.cdw.com/shop/products/default.aspx?EDC=530935) on demo through CDW, so I decided Id blab about it here. Compare with a [Cisco Catalyst 2970](http://www.cdw.com/shop/products/default.aspx?EDC=511987), I think.
First impressions:
The console port is on the front, and is a nice standard DB9 instead of an RJ45 that needs a custom cable. This covers two of my running Cisco pet peeves.
The console interface feels like IOS at first, but issuing “setup” gets me a pseudo-GUI; nasty. STP was off by default, but enabling it in the GUI was easy enough. Output of “show spanning-tree” was certainly more intuitive than IOS.
SSH is built into the default firmware, and was pretty easy to enable with a bit of Google (can you say IOS clone?):
configure
crypto key generate ssh rsa
ip ssh
end
The only other concern I had was 802.3ad. The HP refers to this as “trunking” (argh), but it seems to be enabled (passive) on every port by default. This means that the aggregate just comes up in Linux and works.
Overall, the HP seems to offer the features that are critical to me plus a few nice usability enhancements over the Cisco. Given that its cheaper, I cant think of a reason not to use them.
<!--# include file="include/bottom.html" -->

View File

@@ -39,6 +39,7 @@
1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html)
1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html)
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
1. 2006-Mar-21: [HP ProCurve 2824 Mini-Review](2006-03-21-hp-procurve-2824-mini-review.html)
1. 2006-Mar-21: [Redundant Network Interfaces](2006-03-21-redundant-network-interfaces.html)
1. 2006-Mar-16: [Spanning Tree Protocol Introduction](2006-03-16-spanning-tree-protocol-introduction.html)
1. 2006-Mar-15: [M-Audio Fast Track Pro in Linux](2006-03-15-maudio-fast-track-pro-in-linux.html)