Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Networking Software Linux

Cisco Turns Routers Into Linux App Servers 121

symbolset writes "InternetNews is reporting that Cisco's new Application eXtension Platform turns several models of Cisco switches into Linux application servers. With certified libraries in C, Java and Perl, developers will be able to use a downloadable SDK to build their apps. The AXP server is just another module in a Cisco switch running Cisco's own derivation of a modern Linux distro (Kernel 2.6.x) specifically hardened to run on that particular hardware. Modules will include up to 1.4-GHz Intel Pentiums with 2 GB RAM and a 160 GB hard drive."
This discussion has been archived. No new comments can be posted.

Cisco Turns Routers Into Linux App Servers

Comments Filter:
  • by Anonymous Coward on Sunday April 13, 2008 @01:19PM (#23054994)
    check this out

    Q. How does one develop an application for the AXP service module?

    A. Both existing and newly developed applications must be ported to the AXP runtime environment by packaging them using the AXP SDK, which ships with the AXP hardware and software. The SDK package tool creates installation packages that can be loaded on the AXP blade. AXP developers are authorized by Cisco using the AXP Development Partner Program and require an authorization key in order to perform packaging of software.

    http://www.cisco.com/en/US/prod/collateral/routers/ps9701/qa_c67_463943.html
  • by symbolset ( 646467 ) on Sunday April 13, 2008 @01:25PM (#23055042) Journal

    It might be interesting to read the data sheet [cisco.com].

    10/100/1000 Gigabit Ethernet connectivity to router backplane

    meh.

  • by caseih ( 160668 ) on Sunday April 13, 2008 @01:46PM (#23055176)
    The open source vpnc works pretty well on my linux box. I'm permanently vpn'd into my work's Cisco VPN concentrator. Granted it still can't do key rotation, so I have to reconnect it every 8 hours or so.

    Cisco's linux support sucks in general, though. Their management software won't support it in any way. Ironic, really, since most work gets done in a terminal on cisco hardware. At least a serial port can't be made to be linux-incompatible.
  • Copycat of 3Com OSN (Score:5, Informative)

    by dwenger ( 470452 ) on Sunday April 13, 2008 @01:48PM (#23055190)
    Looks like Cisco is copying a 3Com innovation that has been available for over a year. 3Com OSM's are not only available for their routers, but also their 5500G switches.

    http://www.3com.com/osn/ [3com.com]
  • by Ungrounded Lightning ( 62228 ) on Sunday April 13, 2008 @02:37PM (#23055442) Journal
    For $80, you get a pretty full-featured Linux system.

    According to the Wikipedia entery you quote, its status is "Discontinued - no longer shipping."

    Is this correct? Is there a followon to replace it?
  • Clear the Confusion (Score:5, Informative)

    by greendeath ( 231782 ) on Sunday April 13, 2008 @02:41PM (#23055460)
    Disclaimer- I work for Cisco as an Entrprise Sales Engineer

    Lets clear a few terms up first-
    Switch- Handles moving packets between endpoints on a single IP Subnet (layer 2 Device)

    Router- Moves packets between different IP Subnets (Layer 3 Device)

    Firewall- Applies security rules to routed packets

    While the line is blurring physically between theses functions, as alot of switches can route and routers can switch, the logical functions are still the same. Your Standard Linksys/Dlink/netgear is a switch/router/firewall combined.

    The AXP platform is a module that fits into our ISR router family, NOT into any switches.

    Yes, the space in a router is valuable, that is exactly why companies want to get as much value as possible out of it. Most companies are looking for ways to consolidate and cetralize to reduce costs and ease management while adding features and functionality. Virtualization is the buzzword of the day.

    Applications- Think about a company that has 200 remote offices that each have a server, if that server could be collapsed into a router blade (in combination with some other cisco technology like WAAS, that is possible) you reduce management, hardware and maintenance costs, electricity costs (green is also the word of the day) and provide the necessary services integrated into the heart of the network. Pretty cool.

    It may be a little bit of "If you build it, they will come" so we built it, now let the programmers loose, change the game and build something cool.
  • Python not Perl (Score:4, Informative)

    by bitMonster ( 189384 ) on Sunday April 13, 2008 @03:35PM (#23055690) Homepage
    The APIs are available in C, Java, and Python. The article says this, but the summary is wrong.
  • by Lennie ( 16154 ) on Sunday April 13, 2008 @04:05PM (#23055844)
  • by Briareos ( 21163 ) * on Sunday April 13, 2008 @05:59PM (#23056722)

    For $80, you get a pretty full-featured Linux system.
    According to the Wikipedia entery you quote, its status is "Discontinued - no longer shipping."

    Is this correct? Is there a followon to replace it?
    That must be the page for the V1 model, since the NSLU2 is alive and well [linksys.com] on LinkSys' product pages.

    np: Underworld - Spikee (Underworld 1992-2002 (Disc 1))

  • Missing the point? (Score:2, Informative)

    by 4g1vn ( 840279 ) on Sunday April 13, 2008 @08:23PM (#23057794)
    While I believe there is a need for consolidation of equipment to reduce the footprint/power consumption required in remote offices. I think some of us are missing the point here.
    1) I know this has been identified in other posts but, these modules work with the ISR ROUTERS, not the switches. They include the 1800, 2800, and 3800 series.
    2) The specifications of the modules (AIM/NM) are really not that impressive. The 3800 series NM (NME-APPRE-522-K9) is about the only one I would even consider if "running infrastructure/directory services".
    3) Reliability: This is not an enterprise class server. Some of us know the reliability issues with the IDSM blade for the 6500 series switches.
    4) The main point of this module is to integrate the network and application layers.
    Packet monitoring API. Applications can monitor selected packets flowing through the network for monitoring and analysis purposes. With AXP, the need for a dedicated span port and complex wiring is no longer necessary.
    Cisco IOS Software information API. Utilizing this API, an application can programmatically query the router to retrieve current configuration, statistics, routing information, and so on. All information available to the Cisco IOS Software CLI and Simple Network Management Protocol (SNMP) agents are accessible though this interface.
    Event trigger API. The event trigger API allows the application to react to changes or events that occur within the router. An application event can be triggered on events such as a router interface failing over, packet loss exceeding a certain threshold, changes to routing table state, and so on.
    Cisco IOS Software configuration API. The configuration API allows the application to dynamically change the configuration of the router. Used in conjunction with the monitoring, information, and event trigger APIs, an application can dynamically change the behavior of the router in real time.
    Serial device API. AXP provides an application to communicate directly with serial ports of the router. This provides the ability for the integrated services router to support connectivity to traditional and nonstandard devices.
  • by Abalamahalamatandra ( 639919 ) on Sunday April 13, 2008 @09:05PM (#23058084)
    They are getting there, though - I recently put in a new ASA 5540 pair set up for the AnyConnect SSL VPN client, which all of the documentation says "supports Linux". I had a problem getting the client working on Ubuntu, but when I opened up a TAC ticket they got me an early release version that did the trick. The AnyConnect client works well on Ubuntu other than the fact that the installer tries to set the vpnagentd to start up at system start and fails, so you have to start it manually from a command prompt.

    Now, Secure Desktop is the next hurdle - when I enable that my client never connects. Have to work through that one as well.

    VPNC works well for me too, except for the key rotation part which sucks.
  • by Kalriath ( 849904 ) * on Sunday April 13, 2008 @09:20PM (#23058172)
    The concentrator also refuses to let Vista clients connect too. Not surprising really, just another app on the list of "not supported by Vista" programs.

Living on Earth may be expensive, but it includes an annual free trip around the Sun.

Working...