มาเรียนรู้การคำนวณ IP Address version 4 ด้วยเทคนิคการใช้ตารางมหัศจรรย์ซึ่งทำให้ศิษย์นำไปใช้ในการทำงานและการสอบ Cert.IT ได้อย่างดีเยี่ยม
Basic Linux Command ตอนที่ 1 (ls,cat,vi)by Jodoi
มาเรียนรู้การใช้ Linux Command เบื้องต้นกันครับ เริ่มต้นด้วย command ls , cat และ vi ซึ่งปัจจุบันมีความจำเป็นต้องเรียนรู่อย่างยิ่งเพราะหลายๆองค์กรมีการใช้ Linux Server กันมากขึ้น
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
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