Simulador de Router Cisco 7200 en un PC

Este proyecto, tiene como fin disponer de un router cisco 7200 virtual en tu propio PC, y así poder realizar pruebas y estudios del mismo sin poner en peligro la configuración de un router en producción.

Personalmente lo estoy probando y es realmente útil para quienes nos adentramos en el maravilloso mundo de las redes y routers :P

El modo de instalación es bastante sencillo, sería el siguiente:

1) Descargamos el binario ejecutable de dynamips:

2) Para un arranque más rápido, descomprimimos la imagen IOS del router Cisco 7200 (la imagen la podéis descargar del propio router):

$ unzip -p c7200-advipservicesk9-mz.124-9.T.bin > image.bin

3) Confirmamos que la nueva imagen ha sido creada correctamente:

$ file image.bin
image.bin: ELF 32-bit MSB executable, cisco 7200, version 1 (SYSV), statically linked, stripped

4) Y finalmente arrancamos la imagen:

$ ./dynamips-0.2.7-x86.bin dynamips-0.2.7/image.bin -t npe-400 -p 1:PA-A1 -p 2:PA-8T -p 3:PA-4E -p 4:PA-POS-OC3 -p 6:PA-FE-TX

Ya podremos comenzar a configurar el Router:

Cisco 7200 Simulation Platform (version 0.2.5-x86)
Copyright (c) 2005,2006 Christophe Fillot.

IOS image file: image.bin

CPU0: carved JIT exec zone of 64 Mb into 2048 pages of 32 Kb.
NVRAM is empty, setting config register to 0x2142
C7200 instance 'default' (id 0):
  VM Status  : 0
  RAM size   : 256 Mb
  IOMEM size : 0 Mb
  NVRAM size : 128 Kb
  NPE model  : npe-400
  Midplane   : vxr
  IOS image  : image.bin

Loading ELF file 'image.bin'...
ELF entry point: 0x80008000

C7200 'default': starting simulation (CPU0 PC=0xffffffffbfc00000), JIT enabled.
ROMMON emulation microcode.

Launching IOS image at 0x80008000...

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

Cisco IOS Software, 7200 Software (C7200-ADVIPSERVICESK9-M), Version 12.4(9)T, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2006 by Cisco Systems, Inc.
Compiled Fri 16-Jun-06 17:27 by prod_rel_team
Image text-base: 0x60009084, data-base: 0x6308C000

This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 7206VXR (NPE400) processor (revision A) with 245760K/16384K bytes of memory.
Processor board ID 4294967295
R7000 CPU at 150MHz, Implementation 39, Rev 2.1, 256KB L2, 512KB L3 Cache
6 slot VXR midplane, Version 2.1

Last reset from power-on

PCI bus mb0_mb1 (Slots 0, 1, 3 and 5) has a capacity of 600 bandwidth points.
Current configuration on bus mb0_mb1 has a total of 540 bandwidth points.
This configuration is within the PCI bus capacity and is supported.

PCI bus mb2 (Slots 2, 4, 6) has a capacity of 600 bandwidth points.
Current configuration on bus mb2 has a total of 500 bandwidth points
This configuration is within the PCI bus capacity and is supported.

Please refer to the following document "Cisco 7200 Series Port Adaptor
Hardware Configuration Guidelines" on Cisco.com <http://www.cisco.com>
for c7200 bandwidth points oversubscription and usage guidelines.

4 Ethernet interfaces
2 FastEthernet interfaces
8 Serial interfaces
1 ATM interface
1 Packet over SONET interface
125K bytes of NVRAM.
Installed image archive

65536K bytes of ATA PCMCIA card at slot 0 (Sector size 512 bytes).
8192K bytes of Flash internal SIMM (Sector size 256K).

         --- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:

Para más información, dudas o FAQ podéis acudir al sitio web del proyecto.

9 comentarios en “Simulador de Router Cisco 7200 en un PC

  1. No te falta bindar las interficies logicas con las fisicas para hacerlo funcionar?? Yo actualmente lo estoy probando para un proyecto de mi universidad con maquinas virtuales.

  2. hola………..
    disculapa en que distribucion puedo trabajar para crear el simlador de router cisco..???

  3. Tengo un router cisco 7204 para vender!!!
    Los que esten interesados mandenme un mail!

  4. «una mierda, en linux prefiero instalar wine y instalar el ccna» «y instalar» una mierda es tu hablado-JAJAJAAJA
    bueno, a los que no tenemos no somos peresozos es muy buena opcion, sobre todo para emular diferentes so’s cisco, ej un firewall.

  5. Hola, como es el proceso de Virtualizacion de donde meto esos archivos .BIN?

    La otra consulta es que quisiera probar una VPN entre este Router Cisco 7200 y un FortiGate se puede usar este procedicmiento para realizar eso?

    Saludos.

Comments are closed.