CompTIA Network+ N10-008 หลักสูตรออกแบบมาสำหรับบุคคลทั่วไป ที่สนใจสายงานทางด้าน Network Engineer
เพื่อนำไปใช้ในการทำงานได้จริงและสามารถสอบ Cert. IT โดยเฉพาะ CompTIA Networ k+ . การสอนอิงตามเอกสารของทาง CompTIA โดยตรง มีเอกสารและ Lab ให้ฝึกทำตาม
หลักสูตรนี้เป็นส่วนหนึ่งของการสอนในสถาบันอบรมโจดอย ผู้อบรมสามารถทำ Lab ตามด้วย Cisco Packet Tracer และ GNS3 เพื่อให้เข้าใจมากขึ้น
########################################################################################
ตัวอย่าง Lab IPv6
IP version 6
– Unicast ( Global unicast address ,link-local address ,Unique local)
– Multicast
– Anycast
– 128 Bits แบ่งเป็น 8 กลุ่ม กลุ่มละ 16 bits
– คั่นด้วย :
– ใช้เลข ฐาน 16 ( 0-15 –> 0-9,A-F)
– กลุ่มไหน เป็น 0 หมด เขียน 0 ตัวเดียวได้
– กลุ่มไหน เป็น 0 ข้างหน้า ไม่ต้องเขียน 0 ได้
– กลุ่มไหน เป็น 0 ทั้งหมด และติดกัน ใช้ :: แทนได้
2001:aaaa:0000:0000:abcd:0000:00ab:0005
2001:aaaa::abcd:0:ab:5
2a03:2880:f15c:183:face:b00c:0:25de
2404:6800:4003:c06::68
2404:6800:4003:c01::be
##################################################
Lab IPv6 ( SLAAC – Autoconfig )
IPv6:2001:aaaa::1111/64
Router>enable
Password: cisco
Router#config terminal
Router(config)#ipv6 unicast-routing
Router(config)#interface g0/0
Router(config-if)#ipv6 address 2001:aaaa::1111/64
Router(config-if)#end
Router#show ipv6 interface brief
GigabitEthernet0/0 [up/up]
FE80::201:C7FF:FEB2:601
2001:AAAA::1111
###############################################################################
ตัวอย่าง Lab STP
Switch#config terminal
Switch(config)#spanning-tree vlan 1 root primary
##################################################################
Switch#config terminal
Switch(config)#spanning-tree mode rapid-pvst
##################################################################
ตัวอย่าง Lab VLAN
#############################################################
Switch#config terminal
Switch(config)#interface f0/1
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
Switch(config)#interface f0/4
Switch(config-if)#switchport access vlan 20
###############################################################
Switch#config terminal
Switch(config)#interface f0/5
Switch(config-if)#switchport mode trunk
Switch(config-if)#exit
Switch(config)#interface f0/3
Switch(config-if)#switchport access vlan 20















