Author Topic: [Cisco] : ว่าด้วย Routing Information Protocol (RIP)  (Read 32685 times)

0 Members และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

cafe

  • Guest
[Cisco] : ว่าด้วย Routing Information Protocol (RIP)
« on: 17 มีนาคม , 2009, 10:25:54 pm »
Routing Information Protocol (RIP)

เป็น Routing Protocol แบบ class full (สำหรับ RIPv1) และ classless (สำหรับ RIPv2) ใช้ใน network ที่มีขนาดเล็ก เนื่องจาก RIP เป็น distance-vector routing และใช้ hop count ในการหาเส้นทางในการรับส่งข้อมูล ซึ่งสามารถรับส่งข้อมูลได้มากที่สุด 15 hop count

RIP ใช้ UDP ในการแลกเปลี่ยนข้อมูลระหว่าง router  โดยที่จะมีการ advertising information ทุกๆ 30 วินาที แต่ถ้า router ไม่ได้รับข้อมูล information update ภายใน 180 วินาที จะถูก router จัดว่า unusable และถ้าไม่มีการ update ภายใน 240 วินาที จะถูกลบออกจาก routing table

สำหรับ RIPv2 นั้น support การ authentication แบบ plain text และ MD5 นอกจากนั้นยังรองรับ VLSMs, route summary และ CIDR

คำสั่ง Enable RIP

step 1   Router(config)# router rip //  enable การใช้งาน RIP ใน config mode
step 2   Router(config-router)# network  xx.xx.xx.xx   // ระบุ network ที่ต้องการ advertising ใน network

Unicast Update


Router(config-router)# neighbor xx.xx.xx.xx   //  ระบุ IP address ของ router ที่แลกเปลี่ยนข้อมูล

Route filter

Router(config-router)#passive-interface [interface]  //  ระบุ interface ที่ไม่ต้องการ advertise ข้อมูล

ปรับเวลาในการ update ข้อมูล

Router(config-router)# timers basic   update invalid holddown flush // ปรับเวลาต่างๆ ในหาร advertise ข้อมูล

ระบุ version ของ RIP

Router(config-router)# version {1 | 2} 

ระบุ interface ให้ update rip ต่าง version

Router(config-if)# ip rip [send/receive] version {1 I 2}   //  ระบุ interface ที่ต้องการ update RIP ทั้งรับและส่งแต่ละ version

การ Authen

Router(config-if)# ip rip authentication key-chain name-of-chain xxxxxx    // enable การ authen RIP และระบุ key
Router(config-if)# ip rip authentication mode {text | md5}    //  วิธีการเข้ารหัสการ authen

Offsets

Router(config-router)# offset-list [access-list] {in | out} offset [interface]   // ใช้ในการจำกัด routes learn ผ่าน RIP

Route Summarization บน interface   


Router(config-if)# ip summary-address rip ip_address ip_network_mask 

Router(config-router)# no auto-summary
   // ยกเลิกการ auto summary

ตัวอย่าง
Router(config)# router rip
Router(config-router)# network 10.0.0.0
Router(config-router)# exit
Router(config)# interface ethernet1
Router(config-if)# ip address 10.1.1.1 255.255.255.0
Router(config-if)# ip summary-address rip 10.2.0.0 255.255.0.0
Router(config-if)# no ip split-horizon
Router(config-if)# exit


« Last Edit: 18 มีนาคม , 2009, 09:33:55 am by นายคาเฟ่ (Return) »

PongpanG

  • Layer 1
  • *
  • Posts: 8
  • จิตพิสัย +0/-0
    • Email
Re: [Cisco] : ว่าด้วย Routing Information Protocol (RIP)
« Reply #1 on: 18 มีนาคม , 2009, 02:48:55 pm »
 [onion79]

xtreme

  • Layer 1
  • *
  • Posts: 2
  • จิตพิสัย +0/-0
Re: [Cisco] : ว่าด้วย Routing Information Protocol (RIP)
« Reply #2 on: 16 กรกฎาคม , 2009, 12:23:32 pm »


มาเก็บข้อมูลๆ  [onion49]
CCNA  Candidate

เป็ดก๊าบๆ

  • Layer 5
  • *****
  • Posts: 503
  • จิตพิสัย +5/-0
    • Email
Re: [Cisco] : ว่าด้วย Routing Information Protocol (RIP)
« Reply #3 on: 16 กรกฎาคม , 2009, 12:32:46 pm »
โอ้  มีคำสั่งอื่นๆที่ไม่เคยใข้ในนี้ตรึมเลยอ่ะ   ขอบคุณมากครับพี่  แต่ขอถามนิดนึง คำสั่ง no ip split-horizon gvkw;hmevtwivt8iy[
อย่าหยุดเดิน ----  Keep_Running

zenze

  • Guest
Re: [Cisco] : ว่าด้วย Routing Information Protocol (RIP)
« Reply #4 on: 16 ธันวาคม , 2010, 03:09:28 pm »
« Last Edit: 16 ธันวาคม , 2010, 03:26:38 pm by zenze »