a whiter shade of pale...
does it ever piss you off that you know, or are supposed to know some of these ridiculous distinctions...
for instance, you know the difference between classful and classless... one has it's basis in the iron age and the other is the modern day default... the age of vlsm has made classful routing completely irrelevant...
with classless routing if there is not a prefix match in the routing table, the default route will be used... that's very nice... can you say gateway of last resort...
with classful routing, if the classful network does not exist in the routing table, the default route will be used... good, however, if any part of that classful network exists in the routing table, and the route doesn't match a subnet in that classful network, the default route will not be used; the packet will be dropped...
so much for the default friggin route in classful routing...
i'm very sorry i know this...
Search insearchofthecert
Showing posts with label classless. Show all posts
Showing posts with label classless. Show all posts
Wednesday, January 23, 2013
Saturday, November 5, 2011
auto-summarization...
from the horse's mouth,
http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfeigrp.html#wp1017389
Route summarization reduces the amount of routing information in the routing tables.
By default, Border Gateway Protocol (BGP) does not accept subnets redistributed from an Interior Gateway Protocol (IGP). To advertise and carry subnet routes in BGP, use an explicit network command or the no auto-summary command. If you disable automatic summarization and have not entered a network command, you will not advertise network routes for networks with subnet routes unless they contain a summary route.
Enhanced Interior Gateway Routing Protocol (EIGRP) summary routes are given an administrative distance value of 5. You cannot configure this value.
Routing Information Protocol (RIP) Version 1 always uses automatic summarization. If you are using RIP Version 2, you can turn off automatic summarization by specifying the no auto-summary command. Disable automatic summarization if you must perform routing between disconnected (discontiguous) subnets. When automatic summarization is off, subnets are advertised.
Examples
The following example disables automatic summarization for EIGRP process 1:
router eigrp 1
no auto-summary
I've seen test questions that give a range of 4 IP addresses with slash notation, and ask that you choose the best summary route or rather the route that the protocol will select...
ok 4 addresses in the RANGE, say class B
rfc1918 states the default slash notation for class B is /16
what power of 2 = our RANGE? (2^2 = 4) the answer is 2
now, nice and easy, we have 4 addresses in the question's RANGE, there are 16 subnet bits in Class B,
subtract 2 from the default class (16 - 2 = 14) so apply this mask /14 to the first IP address in the question's range and you've solved the problem...
if we had 16 IP addresses in the question, again Class B, what would our power of 2 be?
4 (2^4 = 16)
what is 16 - 4?
apply /12 to the first address in the range...
breathe in...
http://www.cisco.com/en/US/docs/ios/12_2/iproute/command/reference/1rfeigrp.html#wp1017389
Route summarization reduces the amount of routing information in the routing tables.
By default, Border Gateway Protocol (BGP) does not accept subnets redistributed from an Interior Gateway Protocol (IGP). To advertise and carry subnet routes in BGP, use an explicit network command or the no auto-summary command. If you disable automatic summarization and have not entered a network command, you will not advertise network routes for networks with subnet routes unless they contain a summary route.
Enhanced Interior Gateway Routing Protocol (EIGRP) summary routes are given an administrative distance value of 5. You cannot configure this value.
Routing Information Protocol (RIP) Version 1 always uses automatic summarization. If you are using RIP Version 2, you can turn off automatic summarization by specifying the no auto-summary command. Disable automatic summarization if you must perform routing between disconnected (discontiguous) subnets. When automatic summarization is off, subnets are advertised.
Examples
The following example disables automatic summarization for EIGRP process 1:
router eigrp 1
no auto-summary
I've seen test questions that give a range of 4 IP addresses with slash notation, and ask that you choose the best summary route or rather the route that the protocol will select...
ok 4 addresses in the RANGE, say class B
rfc1918 states the default slash notation for class B is /16
what power of 2 = our RANGE? (2^2 = 4) the answer is 2
now, nice and easy, we have 4 addresses in the question's RANGE, there are 16 subnet bits in Class B,
subtract 2 from the default class (16 - 2 = 14) so apply this mask /14 to the first IP address in the question's range and you've solved the problem...
if we had 16 IP addresses in the question, again Class B, what would our power of 2 be?
4 (2^4 = 16)
what is 16 - 4?
apply /12 to the first address in the range...
breathe in...
Subscribe to:
Posts (Atom)