You already know from the previous chapter that routers function by creating a table of all networks it knows about. This table is called the routing table and routers use routing protocols to tell each other about the networks they know of. As networks increase, so do the number of entries in a routing table. Large routing tables cause increased processing and lower response time in a router. To reduce the size of routing tables, networks can be grouped together or summarized using a mask that incorporates them all. For example, in figure 2-5, a 192.168.10.0/24 subnet has been divided into smaller subnets of /27 mask. All of these networks connect to RouterA which it turn is advertising these routes to RouterB. Without summarization, RouterB will come to know of 8 networks which are available via RouterA. Since these networks are contagious subnets can have been subnetted from a /24 address, they can be summarized back into 192.168.1.0/24 network by RouterA while advertising to RouterB. This way, RouterB comes to know of one large /24 network only instead of 8 smaller /27 networks.
Figure 2-5 Summarization
Summarization is similar to VLSM but in the opposite direction. When using VLSM you move to the right in terms of the bits (/24 to /25, /25 to /26, so on and so forth) while during summarization you move to the left (example /27 to /24).
Summarization is somewhat simple if you remember the following:
You can only summarize in the block sizes you learned about in VLSM – 128,64,32,16,8,4.
The network address used for the summarized address is the first network address in the block.
For example, if you want to summarize networks 192.168.8.0 through 192.168.15.0, first find the block size you can use. There are 8 networks so the block size of 8 can be used. The first network address in the block is 192.168.8.0. Now to find the mask of the summarized route, remember the mask used for a block of 8 – 248. You can also deduct the block size from 256 to find the mask. Since we are summarizing the third octet the subnet mask for the summary address will be 255.255.248.0.
Take another example, 172.16.0.0 through 172.16.35.0. This one is not as simple as the first one. Notice that you have 36 networks to summarize which does not conform to the block sizes. There are two things that you can do here:
Summarize in block size of 32 (mask of 224). This will give you a summary address of 172.16.0.0 255.255.224.0 but will only summarize networks 172.16.0.0 through 172.16.31.0. The rest of the 4 networks will be advertised as individual routes.
Summarize in block of 64 (mask of 192). This will give you a summary address of 172.16.0.0 255.255.192.0 but will summarize networks 172.16.0.0 through 172.16.63.0.
The correct answer depends on the network. If you are planning to add networks 36 to 63 then the second options works. Otherwise the first option is the best one.
Take a third example where you know the summary address of 172.10.16.0 with a mask of 255.255.224.0 and need to find which networks are being summarized. This is really easy. The third octet is the interesting octet and gives a block size of 32. This means the networks 172.10.16.0 through 172.10.47.0 have been summarized.
As a final example, consider the following networks:
192.168.1.0/25
192.168.1.128/25
192.168.2.0/24
192.168.3.0/24
192.168.4.0/26
192.168.4.64/26
192.168.4.128/26
192.168.4.192/26
Try to figure out the summary address that can be used for these networks. If you look carefully the third octet forms a contiguous block of 4 and can be summarized with the address 192.168.1.0 255.255.252.0 or 192.168.1.0/22.
In the last example notice that we summarized a contiguous block of class C using a mask. This is called supernetting. Supernetting is an extension of VLSM and summarization. In summarization you summarize networks subnetted while in supernetting you summarize a block of contiguous blocks of Class A, B or C networks. Supernetting is usually practiced by ISPs to reduce the Internet routing table size.
Cisco CCNA 200-120
Economy Kit
$369.99
Cisco CCNA 200-120
Standard Kit
$564.99
Cisco CCNA 200-120
Premium Kit
789.99
คุณรู้อยู่แล้วจากบทก่อนหน้านี้ที่เราเตอร์ทำงาน โดยการสร้างเครือข่ายทั้งหมดจะรู้เรื่อง ตารางนี้คือตารางสายงานการผลิต และเราเตอร์ใช้โพรโทคอสายงานการผลิตเพื่อบอกกันเกี่ยวกับเครือข่ายเหล่านั้นทราบ เป็นเครือข่ายเพิ่มขึ้น เพื่อทำหมายเลขของรายการในตารางสายงานการผลิต ตารางสายงานการผลิตขนาดใหญ่ทำให้การประมวลผลเพิ่มขึ้นและเวลาตอบรับที่ต่ำกว่าในเราเตอร์ การลดขนาดของตารางสายงานการผลิต เครือข่ายสามารถจัดกลุ่มเข้าด้วยกัน หรือสรุปโดยใช้รูปแบบที่พวกเขาทั้งหมด ตัวอย่าง ในรูปที่ 2-5 เครือข่ายย่อย 192.168.10.0/24 ได้แบ่งเครือข่ายย่อยขนาดเล็กของ /27 รูปแบบการ ทั้งหมดของเครือข่ายเหล่านี้เชื่อมต่อกับ RouterA ที่มันเปิดเป็นโฆษณาเส้นทางจะ RouterB โดยสรุป RouterB จะมารู้ว่าเครือข่ายที่ 8 ซึ่งผ่าน RouterA เนื่องจากเครือข่ายเหล่านี้จะติดต่อ เครือข่ายย่อยสามารถถูก subnetted จาก /24 อยู่ พวกเขาสามารถสรุปกลับเข้าไปในเครือข่าย 192.168.1.0/24 โดย RouterA ขณะโฆษณาการ RouterB ด้วยวิธีนี้ RouterB มารู้หนึ่ง ใหญ่/24 เครือข่ายเท่านั้นแทน /27 เล็ก 8 เครือข่ายรูปที่ 2-5 สรุป สรุปคือคล้าย กับ VLSM แต่ ในทิศทางตรงกันข้าม เมื่อคุณใช้ VLSM ย้ายไปทางขวาในบิต (/ บน 24 การ /25, /25 เพื่อ /26 และต่อ ๆ) ขณะที่คุณย้ายไปทางซ้าย (ตัวอย่าง /27-/24) ในระหว่างการสรุปสรุปคือค่อนข้างง่ายถ้าคุณต่อไปนี้:นอกจากนี้คุณเท่านั้นสามารถสรุปขนาดบล็อกที่คุณเรียนเกี่ยวกับ VLSM – 128,64,32,16,8,4อยู่เครือข่ายที่ใช้อยู่สรุปคืออยู่เครือข่ายแรกในตัวอย่าง ถ้าคุณต้องการสรุปเครือข่าย 192.168.8.0 ผ่าน 192.168.15.0 แรกพบขนาดบล็อกที่คุณสามารถใช้ มีเครือข่ายที่ 8 จึงสามารถใช้บล็อกขนาด 8 อยู่เครือข่ายแรกในบล็อกเป็น 192.168.8.0 ตอนนี้ ในการค้นหารูปแบบของกระบวนการผลิตสรุป จำรูปแบบการใช้บล็อกของ 8-248 นอกจากนี้คุณยังสามารถหักขนาดบล็อกจาก 256 หารูปแบบการ เนื่องจากเรามีสรุปออกเตตสาม มาสก์สำหรับอยู่สรุปจะเป็น 255.255.248.0ใช้อย่างอื่น 172.16.0.0 ผ่าน 172.16.35.0 นี้จะไม่เป็นง่าย ๆ เป็นคนแรก โปรดสังเกตว่า คุณมีเครือข่าย 36 สรุปซึ่งไม่สอดคล้องกับขนาดของบล็อก มีสองสิ่งที่คุณสามารถทำได้ที่นี่:สรุปขนาดบล็อกของ 32 (หน้ากากของ 224) จะทำให้คุณอยู่สรุปของ 172.16.0.0 255.255.224.0 แต่จะเฉพาะสรุปเครือข่าย 172.16.0.0 ผ่าน 172.16.31.0 ส่วนเหลือของเครือข่าย 4 จะถูกโฆษณาเป็นแต่ละกระบวนสรุปในบล็อกของ 64 (หน้ากากของ 192) จะทำให้คุณอยู่สรุปของ 172.16.0.0 255.255.192.0 แต่จะสรุปเครือข่าย 172.16.0.0 ผ่าน 172.16.63.0คำตอบที่ถูกต้องขึ้นอยู่กับเครือข่าย ถ้าคุณวางแผนที่จะเพิ่มเครือข่าย 36-63 แล้วตัวที่สองงาน มิฉะนั้น ตัวแรกจะดีสุดTake a third example where you know the summary address of 172.10.16.0 with a mask of 255.255.224.0 and need to find which networks are being summarized. This is really easy. The third octet is the interesting octet and gives a block size of 32. This means the networks 172.10.16.0 through 172.10.47.0 have been summarized.As a final example, consider the following networks:192.168.1.0/25192.168.1.128/25192.168.2.0/24192.168.3.0/24192.168.4.0/26192.168.4.64/26192.168.4.128/26192.168.4.192/26Try to figure out the summary address that can be used for these networks. If you look carefully the third octet forms a contiguous block of 4 and can be summarized with the address 192.168.1.0 255.255.252.0 or 192.168.1.0/22.In the last example notice that we summarized a contiguous block of class C using a mask. This is called supernetting. Supernetting is an extension of VLSM and summarization. In summarization you summarize networks subnetted while in supernetting you summarize a block of contiguous blocks of Class A, B or C networks. Supernetting is usually practiced by ISPs to reduce the Internet routing table size. Cisco CCNA 200-120Economy Kit$369.99 Cisco CCNA 200-120Standard Kit$564.99 Cisco CCNA 200-120Premium Kit789.99
การแปล กรุณารอสักครู่..
คุณทราบแล้วจากบทก่อนหน้านี้ที่เราเตอร์ฟังก์ชัน โดยการสร้างตารางของทุกเครือข่าย มันรู้จัก ตารางนี้เรียกว่าตารางเส้นทาง และเส้นทางโปรโตคอลเราเตอร์ใช้กับแต่ละอื่น ๆเกี่ยวกับเครือข่ายที่พวกเขารู้ เป็นเครือข่ายเพิ่ม ดังนั้นจำนวนของรายการในเส้นทางตาราง เส้นทางตารางขนาดใหญ่ให้เพิ่มการประมวลผลและเวลาตอบสนองลดลงในเราเตอร์เพื่อลดขนาดของตารางเส้นทางเครือข่ายสามารถถูกจัดกลุ่มเข้าด้วยกันหรือสรุปการใช้หน้ากากที่ประกอบด้วยทั้งหมด ตัวอย่างเช่น ในรูปที่ 2-5 , 192.168.10.0/24 ถูกแบ่งออกเป็น subnets subnet เล็ก / 27 หน้า ทั้งหมดของเครือข่ายเหล่านี้เชื่อมต่อกับ routera ซึ่งมันเปลี่ยนเป็นโฆษณาเส้นทางเหล่านี้ routerb . โดยสรุปrouterb จะมารู้ 8 เครือข่ายที่มีอยู่ผ่านทาง routera . เนื่องจากเครือข่ายเหล่านี้จะติดต่อ subnets สามารถได้รับ subnetted จากที่อยู่ / 24 , พวกเขาได้กลับเข้ามาในเครือข่าย 192.168.1.0/24 โดย routera ในขณะที่การโฆษณาจะ routerb . วิธีนี้ routerb มารู้ของเครือข่ายขนาดใหญ่ / 24 แทนที่จะเครือข่าย 8 ขนาดเล็ก / 27 .
รูปที่ 2 - การสรุปความสรุปคือคล้ายกับ vlsm แต่ในทิศทางตรงกันข้าม เมื่อใช้ vlsm คุณย้ายไปทางขวาในแง่ของบิต ( / 24 / 25 / 25 / 26 , เป็นต้น ) ในขณะที่ ในช่วงก่อนย้ายไปทางซ้าย ( ตัวอย่าง / 27 / 24 ) .
สรุปค่อนข้างง่ายถ้าคุณจำต่อไปนี้ :
คุณสามารถสรุปในบล็อกขนาดคุณเรียนรู้เกี่ยวกับใน vlsm – 128,64,32,16,8,4 .
เครือข่ายที่อยู่ใช้สรุปที่อยู่เป็นที่อยู่เครือข่ายแรกในบล็อก .
. ตัวอย่างเช่น , ถ้าคุณต้องการที่จะสรุป 192.168.8.0 ผ่านเครือข่าย 192.168.15.0 แรกหาขนาดบล็อกที่คุณสามารถใช้ มี 8 เครือข่าย ดังนั้นบล็อกขนาด 8 สามารถใช้ ที่อยู่เครือข่ายแรกในบล็อกจะ 192.168.8.0 . ตอนนี้หาหน้ากากสรุปเส้นทางจำหน้ากากใช้สำหรับบล็อก 8 – 248 . นอกจากนี้คุณยังสามารถหักบล็อกขนาด 256 หาหน้ากาก เนื่องจากเราเป็นขั้นที่สามออกเท็ตหน้ากาก subnet สำหรับบทสรุปที่อยู่จะ 255.255.248.0
เอาตัวอย่างอื่น 172.16.0.0 ผ่าน 172.16.35.0 . นี้ไม่ได้เป็นง่ายๆเป็นคนแรกสังเกตว่าคุณมี 36 เครือข่ายสรุปซึ่งไม่เป็นไปตามบล็อกขนาด มีอยู่สองสิ่งที่คุณสามารถทำที่นี่ :
สรุปขนาดบล็อกของ 32 ( หน้า 224 ) นี้จะให้สรุป 172.16.0.0 255.255.224.0 ที่อยู่ของคุณ แต่จะสรุป 172.16.0.0 ผ่านเครือข่าย 172.16.31.0 . ส่วนที่เหลือของ 4 เครือข่ายจะโฆษณาเป็นเส้นทางแต่ละ .
สรุปในบล็อก 64 ( หน้ากากหน้า ) นี้จะให้สรุป 172.16.0.0 255.255.192.0 ที่อยู่ของคุณ แต่จะสรุป 172.16.0.0 ผ่านเครือข่าย 172.16.63.0 .
คำตอบที่ถูกต้องขึ้นอยู่กับเครือข่าย หากคุณกำลังวางแผนที่จะเพิ่มเครือข่าย 36 63 แล้วตัวเลือกที่สองทำงาน มิฉะนั้น ตัวเลือกแรกคือหนึ่งที่ดีที่สุด
เอาตัวอย่างที่สาม ที่คุณรู้ว่าสรุปที่อยู่ของ 172.10.16 .0 กับหน้ากากของ 255.255.224.0 และต้องการหาที่เครือข่ายจะถูกสรุป นี่มันง่ายจริงๆ ส่วนคเตทที่สามคือคเทตที่น่าสนใจและช่วยให้บล็อกขนาด 32 หมายถึง เครือข่าย 172.10.16.0 ผ่าน 172.10.47.0 ได้รับสรุป
เป็นตัวสุดท้าย พิจารณาเครือข่ายต่อไปนี้ :
192.168.1.128 192.168.1.0 / 25 / 25
192.168.3.0 192.168.2.0 / 24 / 24 / 26
192.168.4.0 192.168.4 .64 / 26
192.168.4.128 / 26 / 26 192.168.4.192
ลองหาบทสรุปที่อยู่ที่สามารถใช้สำหรับเครือข่ายเหล่านี้ ถ้าคุณมองอย่างระมัดระวังคเตทที่สามรูปแบบบล็อกที่ต่อเนื่องกัน 4 คน และสามารถสรุปได้ด้วยที่อยู่ 192.168.1.0 255.255.252.0 หรือ 192.168.1.0 / 22 .
ในตัวอย่างสุดท้ายสังเกตว่าเราสรุปบล็อกที่อยู่ติดกันของคลาส C โดยใช้หน้ากาก นี้เรียกว่า supernetting .supernetting เป็นส่วนขยายของ vlsm และสรุป . ในการสรุปที่คุณสรุปเครือข่าย subnetted ในขณะที่ใน supernetting คุณสรุปเป็นบล็อกต่อเนื่องบล็อกของ Class A , B หรือ C เครือข่าย supernetting มักจะปฏิบัติโดยผู้ให้บริการอินเทอร์เน็ตอินเทอร์เน็ตตารางเส้นทางเพื่อลดขนาด
200-120 Cisco CCNA เศรษฐกิจชุด $ 369.99 Cisco CCNA 200-120
$ 564.99 ชุดมาตรฐานของ Cisco 200-120
พรีเมี่ยมชุด
789.99
การแปล กรุณารอสักครู่..