Linux To Power Super Router 74
VE3OGG writes "While Cisco might not be shaking in its multi-billion dollar booties, a couple of network experts have decided to see if they can come up with a possible alternative to Cisco. Termed 'Open Linux Router,' and joining such other ambitious projects as the Extensible Open Router Platform (XORP), the Open Linux Router project aims to compete in the realms of Cisco routers and PBX. Some of the features include SSL web interface, serial console, wireless support, VLAN support, and packet filtering."
In other news... (Score:3, Funny)
Re: (Score:1, Funny)
Re: (Score:1, Informative)
Re: (Score:3, Insightful)
Also, not all applications require killer hardware. The user may want to route over a DSL line, and typical PC performance is more than adequate for that.
In fact, a PC has so much more performance than the central processor of a typical Cisco router, that in case central processor activity is required the PC will alway
Re: (Score:3, Insightful)
Also, not all applications require killer hardware. The user may want to route over a DSL line, and typical PC performance is more than adequate for that.
In fact, a PC has so much more performance than the central processor of a typical Cisco router, that in case central processor activity is required the PC will always win hands down. Only the hardware-assisted routing on a Cisco can outperform a PC, but that often does not matter.
Sure, but how would this qualify as a "super router"? That's like claiming a PC is a super-computer because most people don't need anything more. Heck, you even admit that a PC will go to its knees when you dare use it for Routing.
Re:College kids... (Score:4, Funny)
"SUPER" here stands for "Software-based Unspectacular Performance for Enterprise Routing".
Re: (Score:2)
Pci-e can but most systems only have 2-3 pci-e x1 slots.
Re:College kids... (Score:4, Interesting)
1) A PCIx socket carries the same bandwidth as a 1-lane PCIe socket.
2) Using either PCIx or PCIe (1-lane even!) you can run 1G bidirectionally through a Linux system with as little as a single 2.4G P4HT (been there, done that, got the proverbial smoking copper cable to prove it). The CPU will not be stressed.
3) You can buy up to 6 ports on one full height PCIx or PCIe card. If you buy a multi-port PCIe NIC, it will most likely be of the 4-lane variety (and if not, keep shopping).
4) The Linux kernel's ability to route and intellegently bridge are both high performance capable. Throughput loss comes from engaging netfilter and more specifically conntracking. However, perform load testing on a top-end Cisco with and without ACLs and watch what happens to its performance; the results are very interesting. In short running any kind of ACL (Cisco, iptables, etc...) is expensive.
5) If you are building a performance Linux router, you are not using low-end desktop equipment. I hold in my hands a lower-end Intel AspenHill (S3000AH) server mainboard and it has 1 PCIx socket and 2 PCIe sockets (4 and 8 lane). The Intel Alcolu (S5000PAL) server board has a flexible socket layout (depends on the reiser card you buy) of (1) PCIx and either (2) 8-lane or (4) 4-lane. Either way, that is a fair number of potential interfaces to route across. Drop in a nice Core2 Duo on the Aspen Hill or a Dual Core2 Duo (or Dual Core2 Quadros if you decide to load up 16 interfaces) on the Alcolu and you have a ton of CPU horsepower to handle the interupts and make routing decisions. While not cheap per say, the costs are still less than Cisco routing gear with equivelent horsepower.
The larger issue in using x86 equipment to act in routing duties is interrrupt processing. Using NAPI enabled cards such as those produced by Intel and Broadcom lessens the interrupt load (you get multiple packets per interrupt). PCIx/PCIe single-lane as a dual NIC pair or PCIe multi-lane for multiple paths provides enough bus bandwidth to move the packet data. PCIe makes the process even smoother due to the dedicated contollers per lane (think of it as one socket per bus instead of the old all sockets on one bus model). In addition, PCIe supports simultanious reads and writes (which lowers per packet latency in bi-directional communications). All other flavors of PCI are read or write at any one time.
What you do get when you buy Cisco, is (in theory as in practice it seems to vary) a tried and proven user interface and and solid under pinning of which you the admin require little knowledge. You buy the components Cisco tells you to put in it depending on the job you want to do.
With Linux, you are usually on your own in selecting hardware, setting up the software and using the many interfaces required to configure each component of a Linux system used in a routing function. Very few admins have the time or resources to test hardware compatibility and evaluate the performance of various equipment options. If any group can put together a recommended (read: tried and tested and performance evaluated) hardware set and for it produce a ready to run (read: quick install with a single interface for the all router setup (IPs, ACLs, routes, etc...)), then more power to them. It makes it that much more likely that Linux based routers will show up in performance demanding environments.
Food for thought.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:1)
Mikrotik (Score:1, Interesting)
after a few months of using at the borders of my office lan ad getting used to its policy based everything, i called up our hoting provider to ask them to make achange to the production PIX
We had people scraping our site and wanted to redirect them to a static site. Outright blocking them would tip them off more quickly (abd obviously) to the change.
I asked our provider to set the NAT on the firewall to forward pa
Re: (Score:1)
I think your hosting provider was too stupid to configure it. He tried the web config looking for "NAT to different addresses based on
Please fix summary (Score:5, Informative)
Re: (Score:3, Informative)
Re: (Score:2, Funny)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:3, Informative)
Re: (Score:1)
The original article's writers... (Score:5, Insightful)
Re: (Score:2)
You've obviously never heard of kHTTPd.
"Super" = lots of features? (Score:5, Insightful)
Re: (Score:3, Informative)
OpenBSD has had stateful failover for a while now.
Failover Firewalls with OpenBSD and CARP [samag.com]
PF: Firewall Redundancy with CARP and pfsync [openbsd.org]
I agree with you, that it is the hardware of the "big boys" that makes their toys useful. An actual switch that ran linux/bsd would be an interesting item.
Re: (Score:3, Insightful)
Perhaps a multi socket opteron system with network interfaces connected via hypertransport, but not much short of that. The way PCI buses are designed makes them very poor for routing large amounts of data around. There's no way that any current system could outperform a catalyst 6500 at the same price point.
Re: (Score:1)
http://imagestream.com/ [imagestream.com]
To pwn them all.....
And more to the point (Score:3, Informative)
Re: (Score:1)
Make all the features you do have work well. That's one thing I have to give Cisco gear, whatever features they choose to include on a given system, they all work.
Very strongly disagree. Examples:
- Kerberos. Cisco claims to support it. Techincally they kind of do if you don't mind 56 bit encryption over telnet and other issues...
- ARP inspection and DHCP snooping took MANY versions to settle into something remotely approaching working, and there are still quite a few issues there (try uploading the binding database via SCP sometime...)
- The 3750 RPS hardware solution sucks. (I'm hoping the 3750-Es are re-engineered) This on top of us getting a bad batch of 3750
Re: (Score:2)
Re:solaris (Score:4, Funny)
Re: (Score:3, Informative)
Re: (Score:2, Funny)
Why do I have visions of a whole load of Ultra 5s daisy chained together with short lengths of Coax?
It exists already (Score:1)
http://www.quagga.net/ [quagga.net]
Re: (Score:2, Informative)
Piece of bullsh** (Score:2, Insightful)
It's a bullshit news - there is NOTHING DONE YET. The project is IN PLANS and I don't know how it could be better than e.g. m0n0wall [1] or Lintrack [2]
[1] http://m0n0.ch/wall/ [m0n0.ch]
[2] http://www.lintrack.org/ [lintrack.org]
Re: (Score:1, Troll)
As for the intro - Cisco already has alternatives; Juniper is what the big boys (Tier 1 ISPs) use; Foundry and Extreme are solid alternatives too. I do like the "by your own bootstraps" mindset of this and other open source projects, so hopefully this will compete in the SOHO market.
Other routers (Score:5, Informative)
Re: (Score:1, Informative)
What you are describing is a toy router that will route a few megabits at best. Cisco's Catalyst 12000 can route several gigabit links. Nice try.
Glass
Re: (Score:3, Informative)
SuperRouter (Score:5, Funny)
SuperRouter? Please rename it. (Score:2)
Guess they'll need to come up with some pretty fast interfaces b/c I dunno if Frys/CompUSA carries OC-192/768 interfaces for the PC.
Sounds like another LEAF project http://leaf.sourceforge.net/ [sourceforge.net]
Re: (Score:1)
Cisco really has nothing to fear for a long time. (Score:1)
Cisco's stuff isn't that great... (Score:3, Informative)
Cisco IOS is badly fragmented across Cisco's different product lines. Entire command sets are different for no easily acceptable reason (i.e. commands that do the same thing are named different, or have their parameters in a different order, or a different format). Their SNMP support is absolutely pathetic (no Q-BRIDGE-MIB on anything, they use idiotic community indexing, SNMPv3 has more bugs than I care to think about (contexts (which they use for community indexing in SNMPv3) barely work, and you can't wildcard them).
Their software-only platforms are almost as bad. ACS is notorious for having absolutely no useful diagnostics. (Someone can't authenticate against your LDAP server? Good luck figuring out why...) CallManager isn't quite so bad, except its backup software locks up every week or so and keeps future backups from running until we get in and kill the task. All their Java interfaces require
Their hardware is OBSCENELY expensive. Our pricing is under NDA, but its still stupid, stupid expensive.
Their technical support is horrid - we groan every time we have to open a TAC case cause we know we're going to waste at least two hours with some idiot before we finally get bumped to someone who actually knows what all the funny little acryonyms in our cases stand for. We have been flat out lied to by TAC on numerous cases, as well.
But, they're Cisco, and the Powers That Be know the word "Cisco", and have seen it around a while, so we go with it.
Re: (Score:2)
I will agree that the one major problem we had with setting QoS it took way too long before a new engineer came along and new the answer right away. It was something that all of their engineers should have known.
Re: (Score:1)
Hardware not software (Score:2)
Repeat after me, it is the hardware that makes CISCO untouchable by software on a PC. The ASICs, the switch fabric on the interfaces, etc etc.
It seems every few months another group gets together and say the same thing... "Surely us uber linux doods can make a better product than CISCO."
Not to say it can't happen, it just will take a bit more capitalization than these guys have.
And since this talk of "SUPER ROUTER", why not compare to Cisco's IOX?
Obligatory (I'm so sorry) (Score:1)
Oh.
Well then, I guess we're all set here. Someone else wanna take over, maybe throw in an "all your base" or "Beowulf cluster" reference?
Wouldn't OpenBSD be better suited? (Score:3)
Just a thought.