chapter 8 Flashcards
what is route summerization and why use it?
allows a group of networks to be lumped together and advertised as one address. summerization reduces the router updates required and the size of the neighbor/ border router tables.
what is the benifit or why would one disable automatic summerization on a border router when using eigrp?
when automatic summerization is disabled, updatees include subnet information and this allows the best possible path to each subnet on the enterprise network. summerization does not include subnet information for each subnet and therfore the best path is not always chosen.
is automatic summerization desabled or enabled by default on cisco 15.01 routers (todays routers)? how and when is summerization used.?
cisco 15.01 does not have automatic summerization turned on by default. earlier cisco versions did and everytime the eigrp topology crossed a border between 2 diff. major class networks the auto-summerization took place. (border routers)
NSF aware means what?
means that in your switch/router you have non-stop forwarding enabled, which prevents any disruption in traffic even in case of a reload as it segregates the control plane with the data plane
what command is used to enable auto summerization on a router?
#router eigrp 'attonomous number, like 1' #auto-summary
what command is entered to disable auto summerization on a router once u are in the eigrp sub configuration?
sub-configuration = #router eigrp 'AS number like 1' #no auto-summary
what decides which interfaces send out network summerizations?
Summarized updates are only sent out interfaces on different classful networks, so if the summerization is of a 172.16 network then the update will be sent out an interfce with the classful network other than 172.16, like 192.168.
what command is used to verify that the auto-summerization is disabled/ enabled?
show ip route eigrp
this displays many ip addresses that are within the same class but are separate subnets = summerization is disabled. -if only one network address for a class is displayed and is labeled as summary then the summerization is enabled.
is automatic summerization available for eigrp ipv6?
no, b/c ipv6 is not a classful addressing, no need for it in ipv6
what is the Null0 interface and y is it used?
it is a virtual interface that goes nowhere. (bit bucket) packets that match a route with a null0 exit interface are discarded.
The purpose of the Null0 summary route is to prevent routing loops for destinations that are included in the summary, but do not actually exist in the routing table.
aka the subnet does not exist as a destination address and the packet is then discarded.
if the auto-summary is configured on a router that only has one interface ip that it needs to advertise to a neighbor router… how is the route summarized?
it is kept as is and is not summarized. no need to summarize the route.
what is a supernet route?
a collection of major classful network addresses.
*classful = subnet mask info is not included in advertisements.
what command is used to manually set a summary route?
interface serial'serial number' #ip summary-address eigrp '#' 'summary address and subnet mask num.' example: ip summary-address eigrp 1 192.168.0.0 255.255.252.0
is auto-summerization and manual summerization available for eigrp ipv6?
only manual summerization is available for ipv6.
what is the purpose and how does it work- the static default route?
it is quad zero or 0.0.0.0/0 this is set on the boarder edge router and is not protocol-dependent. this route is the connection to the isp or other network outside the main eigrp network. this default route is propagated to all routers on the network.