CCNA2 : Chapter2 Static Routing

CCNA2 : CCNA Exploration Routing Protocols and Concepts – 4.0

Chapter 2 : Static Routing

•    Router and Network

–    Router มีหน้าที่หลักคือ การเลือกเส้นทางในการส่งแพ็กเกต (path selection) และ การส่งแพ็กเกตไปยังปลายทาง (packet switching)
–    Routing Table ถูกใช้ในการหาการจับคู่ที่ดีที่สุดระหว่าง destination IP และ network address ใน routing table

•    Router Configuration Review

–    ตัวอย่างคำสั่งที่ใช้

R1#show ip route : ใช้ในการแสดง routing table
R1#show interfaces : ใช้ในการแสดงสถานะและรายละเอียดสำหรับ interface ทั้งหมดของ router ( administratively down หมายถึง interfaceนั้นอยู่ใน shutdown mode, line protocol is down หมายถึง interface นั้นไม่สามารถรับสัญญาณจากสวิตช์หรือฮับได้)
R1#show ip interface brief : ใช้ในการดูบางส่วนของรายละเอียดของinterface
R1#show running-config : ใช้ในการแสดงไฟล์การตั้งค่าปัจจุบันที่ router นั้นใช้
R1#show controllers : เป็นคำสั่งที่ใช้แสดงว่าinterface นั้นเชื่อมต่อกับอะไรอยู่

การตั้งค่า Serial Interface

R1(config)#interface serial 0/0/0
R1(config-if)#ip address 172.16.2.1 255.255.255.0
R1(config-if)#no shutdown

R1#debug ip routing : ใช้ในการ monitor router operation ในแบบ real time

–    WAN Interface
data terminal equipment (DTE) : เป็นอุปกรณ์ที่รับข้อมูลเป็นตัวสุดท้าย
data circuit-terminating equipment (DCE) : เป็นอุปกรณ์ที่ทำให้การสื่อสารข้อมูลระหว่างแหล่งกำเนิดกับตัวรับข้อมูลที่ปลายทาง และต้องมีการเซตค่า clock rate

•    Exploring Directly Connected Networks

–    Cisco Discovery Protocol (CDP) : เป็น Protocol ที่ Cisco ได้ออกแบบมาเพื่อให้อุปกรณ์ Network ได้แลกเปลี่ยนข้อมูลข่าวสารเกี่ยวกับตัวอุปรณ์ทีเชื่อมต่อกันอยู่โดยตรง (directly connected neighbor) โดยข้อมูลจะประกอบไปด้วย ชนิดของอุปกรณ์, รุ่น, ยี่ห้อ, IP-Address ,interface ที่เช่ือมต่ออยู่ทังของตัวมันเองและเพื่อนบ้าน (neighbor device)
–    คำสั่งของ CDP :  show cdp neighbors และ show cdp neighbors detail  ซึ่งใช้ในการค้นหาข้อมูลเกี่ยวกับ unknown devices ใน network โดยจะแสดง port type และ platform ของ neighboring Cisco routers
–    ฟังก์ชั่นเด่นของ CDP คือ 1. It starts up automatically and allows the device to detect directly connected neighbor devices that use CDP 2. It allows systems to learn about each other even if different network layer protocols are configured.

•    Static Routes with “Next hop” Address

–    การเลือกเส้นทางแบบ Static เป็นวิธีการเลือกเส้นทางที่ราบเรียบและง่ายต่อความเข้าใจ รวมทั้งยังสามารถจัดตั้งค่าการทำงานบน router ได้โดยง่าย โดยเฉพาะกับเครือข่ายที่มีขนาดเล็ก ซึ่งทำให้การทำงานบนเครือข่ายโดยรวมมีประสิทธิภาพสูงมากกว่าการใช้ Dynamic routing protocol
–    Stub network คือ network ที่มีการเชื่อมต่อกันผ่านเส้นทางเดียว
–    คำสั่งในการเซฟการตั้งค่า :  R1#copy running-config startup-config
–    Alex Zinin Routing Principles ที่ใช้ในการเลือกเส้นทางการส่ง packet ของ router

1.    Every router makes its decision alone, based on the information it has in its own routing table.
2.    The fact that one router has certain information in its routing table does not mean that other routers have the same information
3.    Routing information about a path from one network to another does not provide routing information about the reverse, or return path.

•    Static Routes with Interfaces

–    Router(config)#ip route network-address subnet-mask {ip-address | exit-interface }

R1#config  terminal
R1(config)#ip route 192.168.2.0 255.255.255.0 172.16.2.2

–    ใช้คำสั่ง no ip route ในการลบ static route นั้นได้เช่น

R1#config  terminal
R1(config)#no ip route 192.168.2.0 255.255.255.0 172.16.2.2

•    Summary and Default Static Routes

–    route summarization คือ การรวมหลายๆ static route เป็น single route
–    สามารถทำ route summarization ได้เมื่อ 1. Destination network สามารถทำ route summarization.ได้ 2. เมื่อ multiple static route มี exit-interface หรือ next-hop IP address เหมือนกัน
–    Default Static Route คือเส้นทางที่สามารถส่งทุก packet ได้
–    Default Static Route จะถูกใช้เมื่อ 1. ไม่มีเส้นทางใน routing table ที่ match กับ packet’s destination IP address ซึ่งมักจะเกิดเมื่อปลายทางเป็น ISP network 2. เมื่อ router มี router อีกตัวหนึ่งเชื่อมต่ออยู่ (stub router)
–    0.0.0.0  0.0.0.0 network address and mask จะถูกเรียกว่า “quad-zero” route

•    Managing and Troubleshooting Static Routes

–    วิธีที่ช่วยในการตรวจสอบเส้นทางที่หายไป คือ ping, traceroute, show ip route, show ip interface brief} nshow cdp neighbors

Leave a comment