Monday, 16 May 2016

Cisco cable



I've been carrying a single CAT5 ethernet cable in my laptop bag along with "the world's shortest crossover cable" and an RJ45 coupler. This allows me to turn my ethernet cable into a crossover cable and eliminates the need to carry around a second lengthy cable. Handy, but nothing to write home about. More recently I have been working with a lot of network devices with serial console ports, including Cisco routers and various other things. This means lugging around a null modem cable in addition to the non-standard RJ-45 to DB-9 console cable required by most Cisco equipment.
But after putting together four simple custom adapters, I now have an ethernet cable, a crossover ethernet cable, a modem cable, a null modem cable, and a Cisco console cable all by carrying around just one standard ethernet cable. An added benefit is that I can always extend my cable by finding a longer ethernet cable than the one I carry in my bag. It is usually pretty easy to locate a long ethernet cable but not so easy to locate a long null modem cable.
Do you find yourself toting several of these cables everywhere you go? Do you often wish you had brought a different cable with you after you have arrived on-site? Are you as geeky as me and think that this is just plain cool even if you never expect to configure a router in your lifetime? Then you need the 5-in-1 network admin's cable!

Here's how to make your own:

  1. Buy, beg, borrow or steal the tools and materials you will need:
    • 2 DB9 female to RJ45 female modular adapters
      These are the kind which you can pin however you want.
    • 8 extra female pins for the DB9 connectors
      Plus have a few extras on hand unless you are much more dextrous than me.
    • 4 RJ45 modular plugs
      Ditto on the extras just in case.
    • 2 short lengths of CAT5 cable, preferably of different colors
      You can cut up existing cables.
    • 1 RJ45 coupler
      four wire coupler photoThe coupler must have all eight conductors. Be aware that many ethernet couplers, such as the one shown here, only have four.
    • 1 straight-through ethernet cable
      It must be an eight conductor cable, not a four conductor cable.
    • a pair of RJ45 crimpers, wire strippers, and some kind of crimper for the DB9 pins (needle nosed pliers would probably work)
  2. Make "the world's shortest crossover cable"
    world's shortest crossover cable photoNote that this cable must cross the pairs that are not used by ethernet in addition to the pairs that are. This is why you must perform this critical step and cannot use a standard crossover cable you may already own.
    You can actually make this as long as you want, but the longer you make it the more you have to carry around. The pinout looks like:
        1 -> 3
        2 -> 6
        3 -> 1
        4 -> 7
        5 -> 8
        6 -> 2
        7 -> 4
        8 -> 5
      
    Crimp one of the RJ45 plugs on each end. Order the wires on one end according to the 568B standard:
        white/orange
        orange
        white/green
        blue
        white/blue
        green
        white/brown
        brown
      
    568B color diagram
    This is the most common order for ethernet cables, so you could get a head start by snipping off the end of an existing cable and then you only have to do the other end.
    The other end should like like:
        white/green
        green
        white/orange
        white/brown
        brown
        orange
        blue
        white/blue
      
    world's shortest crossover cable color diagram
    If you are as geeky as me, you'll make sure that each pair has at least one twist. Then you can prove people wrong if they scoff, "That's not the world's shortest crossover cable, that's just an adapter!"
  3. (optional) Make the Cisco console adapter:
    Cisco adapter photoThis adapter works with the RJ45 serial port found on most Cisco routers. It also works on some Sun servers.
    This is pretty much just like the crossover cable but with a different pinout:
        1 -> 6
        2 -> 5
        3 -> 3
        4 -> 8
        5 -> 7
        6 -> 4
        7 -> 1
        8 -> 2
      
    Make the first end according to 568B again:
        white/orange
        orange
        white/green
        blue
        white/blue
        green
        white/brown
        brown
      
    568B color diagram
    And the other end:
        white/brown
        brown
        white/green
        green
        orange
        white/orange
        white/blue
        blue
      
    Cisco console color diagram
    It is important to note that this is not a symmetric adapter. The 568B end will point away from the router and the other end will be inserted into the router. I marked the router end of mine with a sharpie so I wouldn't forget.
    Cisco's (otherwise very helpful) cabling page has RTS and CTS reversed on the DB9/RJ45 console cable, which I verified by inspecting an actual Cisco cable. They don't really care anyway because their console ports do not use flow control, but doing it the right way enables interoperability with Sun servers and perhaps some other things.
  4. Make two DB9/RJ45 adapters:
    This is the trickiest part. In order to make your cable compatible with the largest number of serial devices possible, you need to combine a couple pins and split another one. Here is the pinout:
        DB9 pin  signal  RJ45 pin    color *
        -------  ------  --------    -----
          1       DCD      8         white
          2       RxD      3         black
          3       TxD      1         blue
          4       DTR      5         green
          5       SG       2 and 6   orange and yellow
          6       DSR      8         white
          7       RTS      4         red
          8       CTS      7         brown
          9       RI       none
      
    So our ethernet turned serial cable will be pinned:
          1  TxD      pair one
          2  SG       pair one
          3  RxD      pair two
          4  RTS      pair three
          5  DTR      pair three
          6  SG       pair two 
          7  CTS      pair four
          8  DSR/DCD  pair four
      
    * My DB9F/RJ45F modular adapters are colored blue, orange, black, red, green, yellow, brown, white (RJ45 1-8), but yours may not be. If yours are different, ignore the colors in the above pinout.
    modular adapter wiring photoDB9 pins 2, 3, 4, 7, and 8 are easy. Just push the appropriate pin in the back of the DB9 connector until it snaps. Be careful not to get any of the pins mixed up because errors are a bit difficult to fix. I seem to remember having a skinny little tool to pop the pins back out again some years back, but I can't find it anymore. :-(
    DB9 pin 5 needs two wires connected to it. Snip the pins off of the wires coming from RJ45 pins 2 and 6 (orange and yellow on mine), strip about 3 mm off the end of each, and crimp them together onto one of your spare pins.
    wiring detail photoRJ45 pin 8 has to connect to both 1 and 6 on the DB9 connector. Snip the pin off of the white wire, strip the end, cut about an inch of scrap CAT5 and pull out two of the white wires, strip both ends off of them, crimp a pin on each one, and splice all three loose ends together. You can break the end off of a spare pin and use it to crimp the three wires together. You can use the other two white wires from the inch of CAT5 for the second adapter.
    Both of the DB9/RJ45 adapters should be wired exactly the same way, regardless of whether they will be used for DTE or DCE devices.

Here's how to use it:

  1. straight-through ethernet cable:
    ethernet cable photo
    no adapters needed
  2. crossover ethernet cable:
    crossover cable photo
    ethernet - coupler - crossover
  3. modem cable:
    modem cable photo
    DB9/RJ45 - ethernet - DB9/RJ45
  4. null modem cable:
    null modem cable photo
    DB9/RJ45 - ethernet - coupler - crossover - DB9/RJ45
  5. Cisco console cable:
    Cisco console cable photo
    DB9/RJ45 - ethernet - coupler - Cisco adapter
    Remember that the Cisco adapter is not reversible.

Notes:

This solution is somewhat similar to the Yost wiring standard which I have long found to be quite useful. The only reason that I did not use the Yost standard for my DB9/RJ45 adapters is that I wanted mine to work with any standard ethernet cable. I didn't use Cisco's pinout for the same reason. Plus, Cisco generally irritates me. I wanted the serial Transmit and Receive conductors each twisted with ground rather than with each other, which should cut down on cross-talk and allow longer cable lengths. (I also think it is nifty to be able to use the same crossover cable for both ethernet and serial.) I haven't done any length or reliability testing, but so far everything I have tried has worked just fine.
If you need a DB9/RJ45 serial cable with different pinouts than the Cisco one, all you have to do is make another little CAT5 adapter. Cable ends are cheap and plentiful.
When used as a serial cable, this is a hardware flow control (CTS/RTS) cable. If you are using devices which both require hardware flow control, it should work. If neither of your devices require hardware flow control, it should still work. However, if one of your devices requires hardware flow control and the other does not support hardware flow control, then you need a cable that fakes flow control. This could be done with an additional DB9/RJ45 adapter or with another CAT5 adapter and some creative crimping (my preference), both of which are left as exercises for the reader.
If you grab a random ethernet cable to use with your serial adapters, remember to make sure that it has all eight conductors. Also keep in mind that most ethernet cables have only been tested for connectivity on four conductors (1, 2, 3, and 6) if they have been tested at all. I used those conductors for the most important serial signals (Transmit, Receive, and Ground) just in case, but some serial devices won't talk without all eight working.

Extras:

Many additional adapters could easily be added to this set. A few that leap to mind would be for other kinds of serial ports such as DB-25 and various DIN and miniDIN ports for Macintoshes and other things. If you come up with a useful one, send me the pinout (as well as a link to an authoritative source regarding your device's pinout if possible) and I will post it here.
  1. DB25 serial:
        DB25 pin  signal  RJ45 pin
        --------  ------  --------
           8       DCD      8
           3       RxD      3
           2       TxD      1
           20      DTR      5
           7       SG       2 and 6
           6       DSR      8
           4       RTS      4
           5       CTS      7
      
  2. loopback plug
    You can use the leftover wires in that inch of CAT5 that you cut when making the DB9 adapters. Pull four of them out and crimp both ends (in little loops) in a single RJ45 plug as follows:
          1  TxD      wire one
          2  SG       wire two
          3  RxD      wire one
          4  RTS      wire three
          5  DTR      wire four
          6  SG       wire two
          7  CTS      wire three
          8  DSR/DCD  wire four
        
    loopback plug photoThe photograph depicts a three-wire RS-232 loopback plug, not the four wire combination plug.
    This works for RS-232 loopback. Alert reader, Bruce Bannach, pointed out that it also works for ethernet and that popping it into an ethernet port fools Windows into thinking it is attached to a network. According to some Windows administrator friends of mine, this could be quite handy for things such as installing Windows 2000 Server. Note that only wires one, three, and four are necessary for RS232, and only wires one and two are required for ethernet. I prefer to have them all for maximal multifunctionality. :-)
    A handy use for this plug is to perform rudimentary cable testing. To test an ethernet cable, for example, you can attach the loopback plug to one end of the cable with your coupler. Then plug the other end of the cable into an ethernet port and see if you get link. If you plug it into a Windows 2000 or XP box, it will notify you if there is link. With Linux you can use mii-tool or mii-diag. This works for both straight-through and crossover cables.
  3. receive-only ethernet sniffer cable
    photo coming soon!
    With a couple of splices, you can make the world's shortest receive-only cable:
        target end:
          1  wire one
          2  wire two
          3  wire one
          4
          5
          6  wire two
          7
          8
    
        sniffer end:
          1
          2
          3  wire one
          4
          5
          6  wire two
          7
          8
        
    This cable provides loopback link (just like the loopback adapter) to a hub or other device while allowing a sniffer on the other end with 100% assurance that no return traffic will be transmitted. This follows the "Model B" design as described in Receive-only UTP cables and Network Taps.
  4. the "throwing star" LAN tap
    Throwing Star LAN Tap photo
    You can buy a clunky box for $100 or more that does nothing more than this simple and ultra-portable network tap. Just use a coupler to insert the tap in-line on the end of an existing ethernet cable carrying the traffic that interests you, and then you can sniff one direction of traffic from one of the sniffer ends or the other direction of traffic from the other sniffer end. You'll need an extra coupler or two for this.
        normal end one:
          1  wire one
          2  wire two
          3  wire three
          4
          5
          6  wire four
          7
          8
    
        normal end two:
          1  wire one
          2  wire two
          3  wire three
          4
          5
          6  wire four
          7
          8
          
        sniffer end one:
          1
          2
          3  wire one
          4
          5
          6  wire two
          7
          8
    
        sniffer end two:
          1
          2
          3  wire three
          4
          5
          6  wire four
          7
          8
        
    Like the sniffer cable above, the throwing star LAN tap provides receive-only sniffing, guaranteed to not interfere with network traffic. This is great for inserting into crossover cable connections, such as a link between a firewall and a router.

Saturday, 14 May 2016

ROMmon Recovery for the Cisco 2600 Series Router

Introduction

This page explains how to recover a Cisco 2600 Series Router and a VG200 stuck in ROMmon (rommon# ..>prompt).

Before You Begin

Conventions

For more information on document conventions, see the Cisco Technical Tips Conventions.

Prerequisites

There are no specific prerequisites for this document.

Components Used

This document is not restricted to specific software and hardware versions.
The information presented in this document was created from devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If you are working in a live network, ensure that you understand the potential impact of any command before using it.

Check Configuration Register Settings

If the router is stuck in ROMmon mode, the first setting that should be checked is the value of the configuration register.
The first four bits of the configuration register comprise the boot field. The value of the boot field defines the source of a default Cisco IOS® software image that will be used to run the router. If the value of the boot field is 0 (configuration register value of XXX0), on startup the system enters and remains in the ROM monitor mode (rommon>), awaiting a user command to boot the system manually. For more information on the software configuration register bit meanings, see Configuring the Software Configuration Register.
If your router keeps entering the ROMmon mode each time the system is restarted, it is probably due to the setting of the configuration register. To verify the configured value of the configuration register, use the confreg command as shown below:
rommon 2 > confreg

    Configuration Summary
enabled are:
load rom after netboot fails
console baud: 9600
boot: the ROM Monitor

do you wish to change the configuration? y/n  [n]: 
As indicated by the output of the confreg command above, the configuration register is set to a value that forces the router to go into the ROMmon mode each time it is reloaded or power-cycled. To make the router boot automatically from a default Cisco IOS software image, change the configuration register value as shown below:
rommon 2 > confreg 

    Configuration Summary
enabled are:
load rom after netboot fails
console baud: 9600
boot: the ROM Monitor

do you wish to change the configuration? y/n  [n]:  y
enable  "diagnostic mode"? y/n  [n]:
enable  "use net in IP bcast address"? y/n  [n]:
disable "load rom after netboot fails"? y/n  [n]:
enable  "use all zero broadcast"? y/n  [n]:
enable  "break/abort has effect"? y/n  [n]:
enable  "ignore system config info"? y/n  [n]:
change console baud rate? y/n  [n]:
change the boot characteristics? y/n  [n]:  y
enter to boot:
 0 = ROM Monitor
 1 = the boot helper image
 2-15 = boot system
    [0]:  2

    Configuration Summary
enabled are:
load rom after netboot fails
console baud: 9600
boot: image specified by the boot system commands
      or default to: cisco2-C2600

do you wish to change the configuration? y/n  [n]: n
You must reset or power cycle for new config to take effect
By doing this, you have changed the configuration register to a value that makes it look for a valid Cisco IOS software image on startup and boot from the same. The router must now be reset.
rommon 3 > reset

System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
TAC:Home:SW:IOS:Specials for info

<SNIP>
The router should now reload with a valid Cisco IOS software image.

Look for a Valid Image in Flash

If the configuration register value is set to make the system boot automatically from a default Cisco IOS software image, and if no break signal is sent during start up, the router should boot normally. However, if the router still enters the ROMmon mode, it is probably because the device is unable to locate a valid Cisco IOS software image.
The first thing you need to do then is to look for a valid Cisco IOS software image. To do this, issue the dir <device> command for each available device, and look for a valid Cisco IOS software image. For example, to look for the IOS in the Flash, use the command shown below.
rommon 1 > dir flash:
         File size         Checksum   File name   
5358032 bytes (0x51c1d0)   0x7b16    c2600-i-mz.122-10b.bin
rommon 2 >
Note that if the router returns the "bad device name" message, the device specified probably does not exist. The output above indicates that a valid image is indeed present in the Flash. Try to boot from that image using the bootcommand.
rommon 2 > boot flash:c2600-i-mz.122-10b.bin
program load complete, entry point: 0x80008000, size: 0x51c0dc
Self decompressing the image : #################################################
##################################
...
The router should now boot with the Cisco IOS software image specified in the boot command. However, there are times when a valid image does not exist on any of the devices or the image on the Flash might be corrupted. In these cases, a valid image has to be downloaded using Trivial File Transfer Protocol (TFTP) or by using the Xmodem procedure. Both these procedures can be carried out from the ROMmon mode.
Note: There are instances where the system message "Device does not contain a valid magic number" appears. If this happens, in addition to getting a valid Cisco IOS software image, you might need to reseat the Flash or replace it, if it is damaged

Thursday, 12 May 2016

Cisco 7600 Series Routers

Extending Performance, Versatility, and Reliability at the Provider Edge
Cisco 7604 Router
The Cisco® 7604 Router is a compact, high-performance router designed in a 4-slot form factor for deployment at the network edge, where robust performance and IP/Multiprotocol Label Switching (MPLS) services are necessary to meet the requirements of both enterprises and service providers. It enables Carrier Ethernet service providers to deploy an advanced network infrastructure that supports a range of IP video and triple-play (voice, video, and data) system applications in both the residential and business services markets. The Cisco 7604 also delivers WAN and metropolitan-area network (MAN) networking solutions at the enterprise edge.
With a powerful combination of speed and services in a compact form factor, the Cisco 7604 is an outstanding choice for multiple applications. Whether deployed as a mobile Radio Access Network (RAN) preaggregation device, as a device for peering, as a residential broadband services aggregator, or as a device for Metro Ethernet aggregation and uplink, the Cisco 7604 meets requirements for redundancy, high availability, and rack density. In the point-of-presence (POP) enterprise edge or the metropolitan network edge, the Cisco 7604 sets new standards as part of the industry-leading Cisco 7600 Series Routers (Figure 1).
Figure 1.      Cisco 7604 Router
With a forwarding rate of up to 144-Mpps distributed and 320-Gbps total throughput, the Cisco 7604 provides performance and reliability with options for redundant route processors and power supplies. The inclusion of two Gigabit Ethernet ports on the Cisco Catalyst® 6500 Series Supervisor Engine 720 with the Multilayer Switch Feature Card 3 (MSFC-3) or the new Cisco Route Switch Processor 720 (RSP 720) with the MSFC-4 used in the Cisco 7604 eliminates the need for a line-card slot for uplink ports. The result of this design is more efficient use of available line-card slots and increased deployment flexibility. Four Gigabit Ethernet ports are available for use in dual-route processor configurations.
Shared port adaptors (SPAa) on the SPA interface processors ( SIPs) are available on the Cisco 7600 Series with interface speeds ranging from OC-3 to OC-192 and from Fast Ethernet to 10 Gigabit Ethernet. The Cisco 7600 Series can also use the Cisco 7600 Series/Catalyst 6500 Series Enhanced FlexWAN Module to take advantage of most Cisco 7200 and 7500 Port Adapters for terminating DS-0 to OC-3 speeds. By using the Cisco Catalyst 6000 Series of Ethernet line cards in conjunction with the SIP-based SPAs and the enhanced FlexWAN module, the Cisco 7600 provides a multitude of options to scale WAN connectivity from DS-0 to OC-192 and LAN connectivity from 10-Mbps Ethernet through 10 Gigabit Ethernet.
The Cisco 7604 chassis accommodates a broad selection of line cards supporting numerous applications, including:
   SPAs and SIPs (Cisco 7600 Series SPA Interface Processor-200 [SIP-200], SIP-400, and SIP-600):
     Channelized T1/E1, Channelized T3, and Channelized OC-3/STM-1
     OC-3/STM-1, OC-12/STM-4, OC-48/STM-16 Packet over SONET/SDH (PoS), and OC-192/STM-64 PoS
     OC-3/STM-1 ATM, OC-12/STM-4 ATM, and OC-48/STM-16 ATM
     Fast Ethernet, Gigabit Ethernet, and 10 Gigabit Ethernet
   Enhanced FlexWAN module: Supporting Cisco 7200 and 7500 WAN Port Adapters from DS-0 to OC-3 for channelized and ATM interfaces and also Fast Ethernet port adapters
   High-density Ethernet services modules: 10/100 Mbps, Gigabit Ethernet, and 10 Gigabit Ethernet
   Services modules: IP Security (IPsec), firewall, distributed denial of service, intrusion detection, network analysis, and content switching commonly used, for example, in the Cisco Mobile Exchange solution
   Supervisor support: Cisco Catalyst 6500 Supervisor Engine 32 (WS-SUP32-GE-3B and WS-SUP32-10GE-3B), Cisco Catalyst 6500 Supervisor Engine 720 (WS-SUP720-3B and WS-SUP720-3BXL), and the new Cisco Route Switch Processor 720 (RSP720-3C and RSP720-3CXL)
The Cisco 7604 can be configured two ways: with a single supervisor engine and up to three line cards, or with dual supervisor engines and up to two line cards for high availability and redundancy. The Cisco 7604 also supports redundant 2700W (AC/DC) power supplies for increased availability. Understanding the need to use rack space efficiently, Cisco designed this router to be 8.75 inches tall (5 rack units [RUs]), with single-side connection management for both interface and power terminations. This setup allows placement of up to nine Cisco 7604 units per standard 7-foot rack.
Applications
The flexible Cisco 7604 Router is ideal for addressing high-performance applications such as:
   IP/MPLS provider edge
   Metro Ethernet access
   Enterprise WAN aggregation
   Mobile RAN preaggregation
   Residential subscriber aggregation
   Customer premises equipment (CPE)
   Leased line
Feature Summary
Cisco 7604 Chassis Features
   5RU (8.75-in.) compact chassis, up to nine chassis per 7-foot rack
   Four slots (2 supervisor slots and 2 interface slots or 1 supervisor slot with 3 interface slots)
   Route processor protection capability: 1 + 1
   Power supply protection option, AC or DC: 1 + 1
   Network Equipment Building Standards (NEBS) Level 3 compliance (post-first customer shipment [FCS])
   Single-side connection management for interface and power terminations
   Side-to-side airflow
Cisco 7604 System Features
   Total throughput: 320 Gbps
   Up to 144-Mpps forwarding rate distributed
Technical Specifications
Table 1 gives specifications of the Cisco 7604.
Table 1.       Product Specifications
Features
Descriptions
Physical specifications
5RU (8.75-in.) chassis
4-slot chassis
Dimensions (H x W x D): 8.75 x 17.5 x 21.75 in. (22.225 x 44.45 x 55.245 cm)
Weight: 40 lb
Power requirements: 110 to 240 VAC, –48 to –60 VDC
Mean time between failure (MTBF): 7 years for system configuration
Environmental conditions
Operating temperature: 32 to 104°F (0 to 40°C)
Storage temperature: –4 to 149°F (–20 to 65°C)
Relative humidity, operating: 10 to 85% noncondensing
Relative humidity, storage: 5 to 95% noncondensing
Operating altitude: –500 to 6500 ft
Regulatory compliance
EMC
  FCC Part 15 (CFR 47) Class A
  ICES-003 Class A
  EN55022 Class A
  CISPR22 Class A
  AS/NZS 3548 Class A
  VCCI Class A
  EN55024
  ETS300 386
  EN50082-1
  EN61000-3-2
  EN61000-3-3
Regulatory Compliance
  UL 60950
  IEC 60825-1, -2
  IEC 60950
  EN 60950, EN 60825-1, -2
  CAN/CSA-C22.2 No. 60950-00
  AS/NZS 3260-1993
  21CFR1040
Safety and environmental standards compliance
  GR-63-Core NEBS Level 3 (post-FCS)
  GR-1089-Core NEBS Level 3 (post-FCS)
  ETSI 300 019 Storage Class 1.1
  ETSI 300 019 Transportation Class 2.3
  ETSI 300 019 Stationary Use Class 3.1
Minimum software release
Cisco IOS® Software Release 12.2.18SXE
Ordering Information
To place an order, visit the Cisco Ordering Home Page or refer to Table 2.
Table 2.       Ordering Information
Chassis Bundles
Description
Spare Units
Note that "=" denotes a spare order
CISCO7604=
Cisco 7604 Router, mounting kit, and cable guide
PWR-2700-AC/4=
2700-WAC power supply for Cisco 7604
PWR-2700-DC/4=
2700-WDC power supply for Cisco 7604
CAB-7513ACU
CAB-7513ACR
CAB-7513ACSA
CAB-ACS-10
CAB-AC-2500W-US1
CAB-AC-C6K-TWLK
CAB-AC-2500W-EU
CAB-AC-2500W-INT
CAB-ACS-16
CAB-AC-16A-AUS
CAB-AC-2500W-ISRL
CAB-7513AC
CAB-C19-CBN
AC power cord (U.K.)
AC power cord (Argentina)
AC power cord (South Africa )
AC power cord (Swiss)
Power cord, 250 VAC 16A, straight blade NEMA 6-20 plug, United States
Power cord, 250 VAC 16A, twist lock NEMA L6-20 plug, United States
Power cord, 250 VAC 16A, Europe
Power cord, 250 VAC 16A, International
AC power cord (Swiss) 16A
Power Cord, 250VAC, 16A, Australia C19
Power Cord, 250VAC, 16A, Israel
AC Power Cord North America (110V)
Cabinet Jumper Power Cord, 250 VAC 16A, C20-C19 Connectors
FAN-MOD-4HS=
High-speed fan module for Cisco 7604 Chassis
KIT-MNTG-CG-4=
Mounting kit and cable guide for Cisco 7604
CLK-7600=
Spare clock card for Cisco 7603, Cisco 7604, Cisco 7606, or Cisco 7609
Service and Support
Cisco offers a wide range of services programs to accelerate customer success. These innovative services programs are delivered through a unique combination of people, processes, tools, and partners, resulting in high levels of customer satisfaction. Cisco services help you protect your network investment, optimize network operations, and prepare your network for new applications to extend network intelligence and the power of your business. For more information about Cisco services, refer to Cisco Technical Support Services or Cisco Advanced Services.
For More Information
For more information about the Cisco 7604 Router, visit http://www.cisco.com/go/7600 or contact your local Cisco account representative.






  • 1