HP ProCurve 2824 Mini-Review
This commit is contained in:
26
2006-03-21-hp-procurve-2824-mini-review.html
Normal file
26
2006-03-21-hp-procurve-2824-mini-review.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!--# set var="title" value="HP ProCurve 2824 Mini-Review" -->
|
||||
<!--# set var="date" value="March 21, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
<p>I got one of <a href="http://www.cdw.com/shop/products/default.aspx?EDC=530935">these</a> on demo through CDW, so I decided I’d blab about it here. Compare with a <a href="http://www.cdw.com/shop/products/default.aspx?EDC=511987">Cisco Catalyst 2970</a>, I think.</p>
|
||||
|
||||
<p>First impressions:</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>SSH is built into the default firmware, and was pretty easy to enable with a bit of Google (can you say IOS clone?):</p>
|
||||
|
||||
<pre><code>configure
|
||||
crypto key generate ssh rsa
|
||||
ip ssh
|
||||
end
|
||||
</code></pre>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>Overall, the HP seems to offer the features that are critical to me plus a few nice usability enhancements over the Cisco. Given that it’s cheaper, I can’t think of a reason not to use them.</p>
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -40,6 +40,7 @@
|
||||
<li>2009-Sep-11: <a href="2009-09-11-confusing-bind-with-cnames.html">Confusing BIND with CNAMEs</a></li>
|
||||
<li>2009-Feb-19: <a href="2019-02-19-the-odd-case-of-my-mugging.html">The odd case of my mugging</a></li>
|
||||
<li>2009-Feb-03: <a href="2009-02-03-5-packet-tcp-connection.html">5-packet TCP connection?</a></li>
|
||||
<li>2006-Mar-21: <a href="2006-03-21-hp-procurve-2824-mini-review.html">HP ProCurve 2824 Mini-Review</a></li>
|
||||
<li>2006-Mar-21: <a href="2006-03-21-redundant-network-interfaces.html">Redundant Network Interfaces</a></li>
|
||||
<li>2006-Mar-16: <a href="2006-03-16-spanning-tree-protocol-introduction.html">Spanning Tree Protocol Introduction</a></li>
|
||||
<li>2006-Mar-15: <a href="2006-03-15-maudio-fast-track-pro-in-linux.html">M-Audio Fast Track Pro in Linux</a></li>
|
||||
|
||||
25
markdown/2006-03-21-hp-procurve-2824-mini-review.md
Normal file
25
markdown/2006-03-21-hp-procurve-2824-mini-review.md
Normal 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 I’d 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 it’s cheaper, I can’t think of a reason not to use them.
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user