Está en la página 1de 6

MA R T E S , 7 D E F E B R E R O D E 2 0 1 2

Como utilizar un Switch en GNS3


En GNS3 no podemos simular la serie de Switches Cisco 2900 y 3500.
Solo podemos practicar un 40% de la parte de Switching utilizando un
IOS de un router 3700, especficamente el ios c3725-adventerprisek9-
mz124-15.bin y agregando el modulo NM-16ESW. As podemos practicar
una parte de los temas de Switching, como VTP, VLANs, InterVLAN
Routing, modos de puertos trunk, access y la encapsulacin de datos
(ISL & IEEE 802.1Q).
En nuestro primer paso, abriremos GNS3, despus nos vamos al
men Editar - Administrador de Smbolos.
Aadimos ethernet_switching, agreamos un nombre y en la parte
de Tipo seleccionamos el router 3700, al final damos clic en
aceptar.
Ahora podemos ver el SW en la parte de abajo.
S OB R E MI
DELFI
CHI LPANCI
NGO,
GUERRERO,
MEXI CO
CCNA Routing & Switching
VER TODO MI PERFI L
S E GUI D OR E S
Google Friend Connect
Miembros (48) Ms
L I NK S
delfirosales @ Facebook
delfirosales @ Twitter
delfirosales @ Feedburner
delfirosales @ YouTube
delfirosales @ Vimeo
delfirosales @ MediaFire
Compartir 4 Ms Siguiente blog Crear blog Acceder
S E C URI T Y & NE T WORKI NG
T I P S & V I D E O T U T OR I A L E S , B A C K T R A C K , WI F I WA Y , V MWA R E , GN S 3 , C I S C O R OU T E R S &
S WI T C H E S , [ P R OGR A MMI N G ]
Pgina 1 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html
Ahora arrastramos el Switch en el campo de trabajo de GNS3,
hacemos clic derecho y aadimos el modulo NM-16ESW desde el
menu Slots.
Laboratorio de Switching en GNS3
Bueno ahora que tenemos el modulo instalado, toca realizar las
conexiones con los equipos o simplemente iniciar el Switch para realizar
las diferentes configuracin.
R S S F E E D S
Suscribirse por Email
Subscribirse
E T I QUE T A S
- Aircrack
ng (9)
2W Alfa
(10)
BackTrack
CCNA (18)
Certificaciones (7) Cisco
(12) IOS Cisco
(27) Cisco
Router (32) Cisco
Switch (14) Cracking
WEP (8) DHCP
(4) Dynamips (21)
- FL
2016G (4)
Forensics (8) Relay Frame
(5)
GNS3 (33)
Wireless (9)
Herramientas (17)
3 Layer (5) LiveCD (9)
Malware (4)
Security Network (7)
Networking (27)
16ESW - NM (5) Notas (8)
Noticias (5) Packet
Pgina 2 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html
Cambiamos el nombre del equipo, creamos dos VLANs y
verificamos.
R2>
R2>en
R2#conf t
Enter configuration commands, one per line.
End with CNTL/Z.
R2(config)#hostname Switch
Switch(config)#
Switch(config)#do show ip int brief
Interface IP-Address OK
? Method Status Protocol
FastEthernet0/0 unassigned YE
S unset administratively down down
FastEthernet0/1 unassigned YE
S unset administratively down down
FastEthernet1/0 unassigned YE
S unset up up
FastEthernet1/1 unassigned YE
S unset up down
FastEthernet1/2 unassigned YE
S unset up down
FastEthernet1/3 unassigned YE
S unset up down
FastEthernet1/4 unassigned YE
S unset up down
FastEthernet1/5 unassigned YE
S unset up down
FastEthernet1/6 unassigned YE
S unset up down
FastEthernet1/7 unassigned YE
S unset up down
FastEthernet1/8 unassigned YE
S unset up down
FastEthernet1/9 unassigned YE
S unset up down
Injection (4) Password
(12)
Programming (8) Qemu (4)
Routing (5)
RTL8187 (7)
Security (28)
Switching
(10)
Tutoriales (15) Ubuntu
(7) Videotutoriales
BackTrack (7)
GNS3 Videotutoriales (8)
VMware (11)
Wifiway (4)
Windows (9)
A R C HI V O D E L B L OG
2014 (5)
2012 (21)
octubre (3)
septiembre (1)
agosto (1)
marzo (3)
febrero (13)
Routing entre VLANs
(InterVLAN
Routing)
FL-2016G, WiFiSKY,
Alfa 2W y Kasens
G5000
GNS3: Algunos
posibles soluciones
Pgina 3 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html
FastEthernet1/10 unassigned YE
S unset up down
FastEthernet1/11 unassigned YE
S unset up down
FastEthernet1/12 unassigned YE
S unset up down
FastEthernet1/13 unassigned YE
S unset up down
FastEthernet1/14 unassigned YE
S unset up down
FastEthernet1/15 unassigned YE
S unset up down
Vlan1 unassigned YE
S unset up up
Switch(config)#int vlan1
Switch(config-if)#ip add 192.168.1.1 255.255.
255.0
Switch(config-if)#no shut
Switch(config-if)#exit
Switch(config)#
Switch(config)#vlan 10
Switch(config-vlan)#name delfirosales
Switch(config-vlan)#exit
Switch(config)#vlan 20
Switch(config-vlan)#name RH
Switch(config-vlan)#exit
Switch(config)#end
Switch#show
*Mar 1 00:08:02.799: %SYS-5-CONFIG_I: Config
ured from console by console
Switch#show vlan-sw
VLAN Name Status
Ports
---- -------------------------------- -------
-- -------------------------------
1 default active
Fa1/0, Fa1/1, Fa1/2, Fa1/3
Fa1/4, Fa1/5, Fa
1/6, Fa1/7
Fa1/8, Fa1/9, Fa
1/10, Fa1/11
Fa1/12, Fa1/13,
Fa1/14, Fa1/15
10 delfirosales active
20 RH active
1002 fddi-default act/uns
up
1003 token-ring-default act/uns
up
1004 fddinet-default act/uns
up
1005 trnet-default act/uns
up
VLAN Type SAID MTU Parent RingNo Bri
dgeNo Stp BrdgMode Trans1 Trans2
networking-
forum.com
Forum Lobby Re:
GNS3 1.0 alpha is here
Hace 28 minutos
TechExams.net IT
Certification Forums
2621xm router
Hace 2 horas
Conexin de GNS3 a
Internet
Video: Router Cisco
DHCP Server en
GNS3
Proceso de Conexin
al Servidor DHCP
GNS3: NM-16ESW :
Not enough space
on flash to stor...
Configuracin de un
Router Cisco como
un Servidor ...
Duplex Mismatch
Discovered
Agregar Qemu Host
(MicroCore) en
GNS3
Modos de Switch
Frame
Transmission
Como utilizar un
Switch en GNS3
Password Recovery
en un Switch Cisco
2011 (57)
2010 (6)
2009 (49)
B L OG R OL L
Pgina 4 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html
---- ----- ---------- ----- ------ ------ ---
----- ---- -------- ------ ------
1 enet 100001 1500 - - -
- - 1002 1003
10 enet 100010 1500 - - -
- - 0 0
20 enet 100020 1500 - - -
- - 0 0
1002 fddi 101002 1500 - - -
- - 1 1003
1003 tr 101003 1500 1005 0 -
- srb 1 1002
1004 fdnet 101004 1500 - - 1
ibm - 0 0
1005 trnet 101005 1500 - - 1
ibm - 0 0
Switch#show ip int brief
Interface IP-Address OK
? Method Status Protocol
FastEthernet0/0 unassigned YE
S unset administratively down down
FastEthernet0/1 unassigned YE
S unset administratively down down
FastEthernet1/0 unassigned YE
S unset up up
FastEthernet1/1 unassigned YE
S unset up down
FastEthernet1/2 unassigned YE
S unset up down
FastEthernet1/3 unassigned YE
S unset up down
FastEthernet1/4 unassigned YE
S unset up down
FastEthernet1/5 unassigned YE
S unset up down
FastEthernet1/6 unassigned YE
S unset up down
FastEthernet1/7 unassigned YE
S unset up down
FastEthernet1/8 unassigned YE
S unset up down
FastEthernet1/9 unassigned YE
S unset up down
FastEthernet1/10 unassigned YE
S unset up down
FastEthernet1/11 unassigned YE
S unset up down
FastEthernet1/12 unassigned YE
S unset up down
FastEthernet1/13 unassigned YE
S unset up down
FastEthernet1/14 unassigned YE
S unset up down
FastEthernet1/15 unassigned YE
S unset up down
Vlan1 192.168.1.1 YE
S manual up up
Un informtico en el
lado del mal
Una historia personal
con servidores
owneados en mi red
Hace 11 horas
CCNA Routers &
Switchs
Capitulo 3: Protocolos
Hace 14 horas
Zero Day Blog RSS |
ZDNet
Lavabit case
undermines claims NSA
had Heartbleed early
Hace 1 da
Darren's CCIE mission
Passing an argument
into Python
Hace 2 das
PacketLife.net Blog
Deploying Datacenter
MPLS/VPN on Junos
Hace 3 das
Irongeek's Security
Site
Notacon 11 (2014)
Videos
Hace 5 das
CCIE in 3 months - Is
it possible?
IPv6 radius accounting
is still a mess
Hace 1 mes
Neo System Forensics
Analizando un trozito
de memoria
Hace 10 meses
Kernel Error
Agregar inicio de sesin
mediante SFTP y Chroot
Hace 10 meses
CCIE Quest
An overview of FlexVPN
Hace 1 ao
Dr. Fu's Security Blog
Malware Analysis
Tutorial 34: Evaluation
of Automated Malware
Pgina 5 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html
Switch#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1
, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip
min/avg/max = 4/4/4 ms
Switch#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2
, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip
min/avg/max = 12/50/116 ms
Switch#
PUBLI CADO POR DELFI EN 8:00
ETI QUETAS: CI SCO SWI TCH, DYNAMI PS, GNS3, LAYER 2, NM-16ESW,
SWI TCHI NG, VLANS, VTP
2 C OME NT A R I OS :
Analysis Tools
CWSandBox, PeID, and
Other Unpacking Tools
Hace 1 ao
+4 Recomendar esto en Google
Marion Zumbado dijo...
Pgina 6 de 7 Security & Networking: Como utilizar un Switch en GNS3
18/04/2014 http://delfirosales.blogspot.mx/2012/02/como-utilizar-un-switch-en-gns3.html

También podría gustarte