Using Cisco Packet Tracer 5.3, Create two vlans, Vlan 20 and Vlan 30. ? Using ip
ID: 662334 • Letter: U
Question
Using Cisco Packet Tracer 5.3, Create two vlans, Vlan 20 and Vlan 30. ?
Using ip adress: 190.10.0.0 create two vlans, Vlan 20 and Vlan 30.
Show all commands used to configure the router and switches? (show work using ip address 190.10.0.0)
Must use Vlan routing
VLAN #
Ports
Vlan 20
5-8
Vlan 30
9-12
VLan 1
All other ports
Trunk Ports
1 and 23
VLAN #
Ports
Vlan 20
5-8
Vlan 30
9-12
VLan 1
All other ports
Cisco Packet Tracer Fle Edit Options View Tools Extensions Help Logical [Root] New Cluster Move Object Set Tiled Background Viewport Routero Router1 SwitchA SwitchB PCO PC1 PC3 PC4 PCS PC2 Time: 00:20:27 Power Cycle Devices Fast Forward Time Realtime ! Fire Last Status Source Destination Scenario 0 New Delete Toggle PDU List Window Generic Gener GeneeG pphene PC-PTExplanation / Answer
Commands Used to Create a VLAN:
Enter global configuration mode.
S1# configure terminal
Create a VLAN with a valid VLAN ID number.
S1(config)# vlan vlan20
Specify a unique name to identify the VLAN.
S1(config-vlan)# name v1
Return to the privileged EXEC mode.
S1(config-vlan)# end
Creation of vlan30:
Enter global configuration mode.
S1# configure terminal
Create a VLAN with a valid VLAN ID number.
S1(config)# vlan vlan30
Specify a unique name to identify the VLAN.
S1(config-vlan)# name v2
Return to the privileged EXEC mode.
S1(config-vlan)# end
Commands Used to Assign Ports to VLANs
Enter global configuration mode.
S1# configure terminal
Enter interface configuration mode for a particular port number.
S1(config)# interface Fa0/5-8
Set the port to access mode.
S1(config-if)# switchport mode access
Assign the port to a particular VLAN.
S1(config-if)# switchport access vlan vlan20
Return to the privileged EXEC mode.
S1(config-if)# end
Configuring for vlan30:
Enter global configuration mode.
S1# configure terminal
Enter interface configuration mode for a particular port number.
S1(config)# interface F0/9-/12
Set the port to access mode.
S1(config-if)# switchport mode access
Assign the port to a particular VLAN.
S1(config-if)# switchport access vlan vlan30
Return to the privileged EXEC mode.
S1(config-if)# end
Using ip address:
1. name: SA, SB
2. enable password, md5 encrypted: class
3. domain name: danscourses.com
4. message of the day banner: Unauthorized access is prohibited!
5. console password: cisco
6. vty 0 15 password: cisco
7. Security RSA Key size: 1024
8. SSH version 2
9. vty: ssh only
10. VLAN 20: v1
11. VLAN 30: 2
12. VLAN 1: Mgt
13. Interface VLAN 20: S1-IP address 190.10.0.1, S2-IP address 190.10.0.2
14. Native VLAN 99
15. fa0/1 Trunk
16. fa0/5-0/8 access VLAN 20
17. fa0/9-0/12 access VLAN 30
18. Gi1/1 access VLAN 1
19. Encrypt all passwords
20. Save running-config to startup-config
Enter global configuration mode.
S1# configure terminal
Create a VLAN with a valid VLAN ID number.
S1(config)# vlan vlan20
Specify a unique name to identify the VLAN.
S1(config-vlan)# name v1
Return to the privileged EXEC mode.
S1(config-vlan)# end
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.