Skills Integration Challenge, Part 01

Skills Integration Challenge, Part 01

Saleh Al-Moghrabi (Sal)

5 лет назад

455 Просмотров

https://www.youtube.com/user/MrSaleh970/videos?view_as=subscriber
download packet tracer's source files:
https://drive.google.com/file/d/1nL3XRn92ugESZQKVIdOdwGMnIDcRf3v2/view?usp=sharing

Skills Integration Challenge
• We have lots of topics to cover in this video, we have two routers that are configured to communicate with each other, we will be configuring sub interfaces to communicate with the switches, , the VLANs with VTP, trunking and ether channel with PVST,
• Configuring the sub interfaces on Router1
# int g0/0.1
# encapsulation dot1q 99 native
# ip address 192.168.99.1 255.255.255.0
# int g0/0.10
# encapsulation dot1q 10
# ip address 192.168.10.1 255.255.255.0
# int g0/0.20
# encapsulation dot1q 20
# ip address 192.168.20.1 255.255.255.0
# int g0/0
# no shutdown
• Router2
# int g0/0.1
#encapsulation dot1q 99 native
# ip address 192.168.99.2 255.255.255.0
# int g0/0.10
# encapsulation dot1q 10
#ip address 192.168.10.2 255.255.255.0
# int g0/0.20
# encapsulation dot1q 20
# ip address 192.168.20.2 255.255.255.0
# int g0/0
# no shutdown
• Now we need to configure SW-1 as the VTP server, and configure all other switches as VTP clients, they can’t create vlans, create vlan10, 20 and 99
On SW-1 on SW-2
# vtp mode server # vtp mode client
# vtp domain CCNA # vtp domain CCNA
# vtp password cisco # vtp password cisco
On SW-1 and SW-2
Ports F0/1 – F0/9 in VLAN 10, and ports F0/10 – 19 VLAN 20
And ports F0/20 – 24, G0/1-2 as the native trunk VLAN99
On SW-1 ON SW-2
# int range f0/1 – 9 # int range f0/1-9
# switchport mode access # switchport mode access
# switchport access vlan 10 # switchport access vlan 10
# int range f0/10 – 19 # int range f0/10 - 19
# switchport mode access # switchport mode access
# switch access vlan 20 # switchport access vlan 20
# int range f0/20-24, g0/1-2 # int range f0/20-24, g0/1-2
# switchport mode trunk # switchport mode trunk
# switchport trunk native vlan 99 # switchport trunk native vlan 99



Configure the following static ports on SW-3 and SW-4
SW-3 SW-4
# vtp mode client # vtp mode client
# vtp domain CCNA # vtp domain CCNA
# vtp password cisco # vtp password cisco
# int range f0/21-24, g0/1-2 # int range f-21-24, g0/1-2
# switchport mode trunk # switchport mode trunk
# switchport trunk native vlan 99 # switchport trunk native vlan 99
# int range f0/1 – 9 # int range f0/1 – 9
# switchport mode access # switchport mode access
# switchport access vlan 10 # switchport access vlan 10
# int range f0/10 – 20 # int range f0/10 - 20
# switchport mode access # switchport mode access
# switchport access vlan 20 # switchport access vlan 20
# show vlan brief
Ссылки и html тэги не поддерживаются


Комментарии: