5.1.3.6 Packet Tracer - Configuring Router-on-a-Stick Inter-VLAN Routing
5.1.3.6 Packet Tracer - Configuring Router-on-a-Stick Inter-VLAN Routing
5.1.3.6 Packet Tracer - Configuring Router-on-a-Stick Inter-VLAN Routing
(5.1.3.6)
Topology
Addressing Table
Interfac
Device e IPv4 Address Subnet Mask Default Gateway
Objectives
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 1 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
Scenario
In this activity, you will check for connectivity prior to implementing inter-VLAN routing. You will then configure
VLANs and inter-VLAN routing. Finally, you will enable trunking and verify connectivity between VLANs.
Wait for switch convergence or click Fast Forward Time a few times. When the link lights are
green for PC1 and PC3, ping between PC1 and PC3. Because the two PCs are on separate
networks and R1 is not configured, the ping fails.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 2 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
b. Click Capture/Forward to see the steps the ping takes between PC1 and PC3. Notice how the
ping never leaves PC1. What process failed and why? The ARP process failed because the
ARP request was dropped by PC3. PC1 and PC3 are not on the same network, so PC1 never
gets the MAC address for PC3. Without a MAC address, PC1 cannot create an ICMP echo
request.
No hay conectividad debido a que están en dos segmentos de red diferentes al igual que dos VLAN
S1(config)# vlan 10
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 3 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
S1(config-vlan)# vlan 30
a. Configure interface F0/6 and F0/11 as access ports and assign VLANs.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 4 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
From PC1, ping PC3. The pings should still fail. Why were the pings unsuccessful? Each VLAN is
a separate network and requires a router or a layer 3 switch to provide communication between
them.
Se analiza que los PC están conectados al mismo switch pero en diferentes redes las cuales se
pueden identificar por la ip adress y Default Gateway
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 5 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
Set the encapsulation type to 802.1Q and assign VLAN 10 to the subinterface.
Refer to the Address Table and assign the correct IP address to the subinterface.
b. Repeat for the G0/0.30 subinterface.
a. Use the show ip interface brief command to verify subinterface configuration. Both
subinterfaces are down. Subinterfaces are virtual interfaces that are associated with a
physical interface. Therefore, in order to enable subinterfaces, you must enable the physical
interface that they are associated with.
b. Enable the G0/0 interface. Verify that the subinterfaces are now active.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 6 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
a. On S1, issue the show vlan command. What VLAN is G0/1 assigned to? VLAN 1
Todos los puertos inicialmente estan asignados a la VLAN 1 por defecto sin ninguna restricción
por consiguiente G0/1 no se ha asignado a ota VLAN diferente a la predeterminada.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 7 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
b. Because the router was configured with multiple subinterfaces assigned to different VLANs,
the switch port connecting to the router must be configured as a trunk. Enable trunking on
interface G0/1.
c. How can you determine that the interface is a trunk port using the show vlan command? The
interface is no longer listed under VLAN 1.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 8 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
d. Issue the show interface trunk command to verify the interface is configured as a trunk.
b. Click Capture/Forward to see the steps the ping takes between PC1 and PC3.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 9 de 10
Práctica de laboratorio: configuración de los parámetros básicos del router con CCP
La configuración en el cual se realizada al Router está enviando los paquetes entre las 2 VLAN.
c. You should see ARP requests and replies between S1 and R1. Then ARP requests and replies
between R1 and S3. Then PC1 can encapsulate an ICMP echo request with the proper data-
link layer information and R1 will route the request to PC3.
Note: After the ARP process finishes, you may need to click Reset Simulation to see the
ICMP process complete.
Packet Tracer scores 60 points. The four questions are worth 10 points each.
© 2014 Cisco y/o sus filiales. Todos los derechos reservados. Este documento es información pública de Cisco. Página 10 de 10