You Can If You Think You Can >
Mr.Jodoi say

" โจดอยทำได้คุณก็ต้องทำได้ "

นายเกรียงศักดิ์ นามโคตร (อาจารย์ดอย)

ผู้ก่อตั้ง บริษัทโจดอย ไอทีแอนด์เซอร์วิส จำกัด ปัจจุบันดำรงตำแหน่งกรรมการผู้จัดการบริษัทโจดอย ไอทีแอนด์เซอร์วิส จำกัดและเป็นวิทยากรบรรยายพิเศษให้กับหน่วยงานทั้งภาครัฐและเอกชน

Certifications :
- CCNA (Cisco Certify Nework Associate)
- CCNA Security (Cisco Certified Network Associate Security)
- CCDA (Cisco Certified Design Associate)
- Cisco Express Foundation Design Specialist
- CCNP (Cisco Certified Network Professional)
- CCDP (Cisco Certified Design Professional)
- SBCSEN , SBCSAM , SMBAM , SMBEN , CQS-SMBE from Cisco SMB University
- CompTIA Linux+
- CompTIA Security+
- Pearson VUE Certified Administrator

More

--------------------------------------------------------------------

Basic Network Command by Mr.Jodoi

มาเรียนรู้การใช้ Network Command เบื้องต้นกันนะครับ ขอแนะนำ command ping และ command traceroute จากวีดีโอที่อาจารย์เกรียงศักดิ์ นามโคตร (อาจารย์ดอย) ทำไว้ใน youtube ครับ


IP Address version 4 ตอนที่ 1 by Jodoi

มาเรียนรู้การคำนวณ IP Address version 4 ด้วยเทคนิคการใช้ตารางมหัศจรรย์ซึ่งทำให้ศิษย์นำไปใช้ในการทำงานและการสอบ Cert.IT ได้อย่างดีเยี่ยม

Basic Linux Command ตอนที่ 1 (ls,cat,vi)by Jodoi

มาเรียนรู้การใช้ Linux Command เบื้องต้นกันครับ เริ่มต้นด้วย command ls , cat และ vi ซึ่งปัจจุบันมีความจำเป็นต้องเรียนรู่อย่างยิ่งเพราะหลายๆองค์กรมีการใช้ Linux Server กันมากขึ้น

 

และยังมีวีดีโอดีๆอีกมากมายรับชมได้ใน แชลแนล Mr.Jodoi ตามด้านล่างนะครับ

https://www.youtube.com/user/MrJodoi

 




Config Switch Layer 3 by Jodoi

Switch Layer 3 มีการนำมาใช้อย่างแพร่หลาย เนี่องจากทำหน้าที่ได้ทั้งในส่วนของ Layer 2 และ Layer 3 รวมถึงในส่วนของ Security ได้ด้วย บทความนี้แนะนำการ Config CISCO Switch รุ่น 3560 เบื้องต้นให้นะครับ

ตามรูปด้านบนให้ทำการ Config Switch 3560 ดังนี้

1) Config Trunk Port
SW-L3(config)#interface f0/1
SW-L3(config-if)#switchport trunk encapsulation dot1q
SW-L3(config-if)#switchport mode trunk
SW-L3(config-if)#exit

2) Create VLAN
SW-L3(config)#vlan 20
SW-L3(config-vlan)#name Admin
SW-L3(config-vlan)#exit

3) Create SVI ( Switch Virtual Interface )
SW-L3(config)#interface vlan 20
SW-L3(config-if)#ip address 192.168.1.253 255.255.255.0
SW-L3(config-if)#exit

4) Enable Routing
SW-L3(config)#ip routing
SW-L3(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.254
SW-L3(config)#end

ตรวจสอบผล

SW-L3#show ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route

Gateway of last resort is 192.168.1.254 to network 0.0.0.0

C 192.168.1.0/24 is directly connected, Vlan20
S* 0.0.0.0/0 [1/0] via 192.168.1.254

ให้อีก 1 ตัวอย่างสำหรับผู้เริ่มต้นครับ

ตามรูปด้านบนให้ทำการ Config Switch 3560 ดังนี้

1) Config Trunk Port
SW-L3(config)#interface range f0/2,f0/24
SW-L3(config-if-range)#switchport trunk encapsulation dot1q
SW-L3(config-if-range)#switchport mode trunk
SW-L3(config-if-range)#exit

2) Create VLAN
SW-L3(config)#vlan 20
SW-L3(config-vlan)#vlan 30
SW-L3(config-vlan)#vlan 40
SW-L3(config-vlan)#exit

3) Create SVI ( Switch Virtual Interface )
SW-L3(config)#interface vlan 20
SW-L3(config-if)#ip address 192.168.1.254 255.255.255.0
SW-L3(config-if)#exit
SW-L3(config)#interface vlan 30
SW-L3(config-if)#ip address 192.168.2.254 255.255.255.0
SW-L3(config-if)#exit
SW-L3(config)#interface vlan 40
SW-L3(config-if)#ip address 192.168.3.254 255.255.255.0
SW-L3(config-if)#exit

4) Enable Routing
SW-L3(config)#ip routing
SW-L3(config)#end

ตรวจสอบผล

SW-L3#show ip route
Gateway of last resort is 222.222.222.222 to network 0.0.0.0
C 192.168.1.0/24 is directly connected, Vlan20
C 192.168.2.0/24 is directly connected, Vlan30
C 192.168.3.0/24 is directly connected, Vlan40
222.222.222.0/30 is subnetted, 1 subnets
C 222.222.222.220 is directly connected, FastEthernet0/1
S* 0.0.0.0/0 [1/0] via 222.222.222.222

วีดีโอแนะนำ วีดีโอ สอนการ Config Switch Layer 3 CISCO โดย Mr.Jodoi- ตอนที่ 1

 

วีดีโอแนะนำ วีดีโอ สอนการ Config Switch Layer 3 CISCO โดย Mr.Jodoi - ตอนที่ 2

 

วีดีโอแนะนำ วีดีโอ DHCP Server บน CISCO Switch Layer 3 โดย Mr.Jodoi

 

Playlist แนะนำครับ Switch Layer 3-Jodoi

https://www.youtube.com/watch?v=m1ybutm3wps&list=PLxTcKTJPFY7PO2NAl73DXJ4aI1SSDFSed

 

หวังว่าบทความนี้ คงจะเป็นประโยชน์ไม่มากก็น้อยนะครับ

เรียบเรียงโดย อาจารย์เกรียงศักดิ์ นามโคตร ( อาจารย์ดอย ) Mr.Jodoi

--------------------------------------------------------------------------------------------------------

บทความ Network

บทความ Linux

บทความ Certificate