Which statement configures the summarized route and provides equal-path route redundancy?

You are tasked with configuring a router on an OSPF domain to import routes from an EIGRP domain
and summarize the routes to 192.168.64.0.
Which statement configures the summarized route and provides equal-path route redundancy?

You are tasked with configuring a router on an OSPF domain to import routes from an EIGRP domain
and summarize the routes to 192.168.64.0.
Which statement configures the summarized route and provides equal-path route redundancy?

A.
area 32 range 192.168.64.0 255.255.192.0 cost 100

B.
area 32 range 192.168.64.0 255.255.63.0 cost 100

C.
area 32 range 192.168.64.0 255.255.64.0 cost 100

D.
area 32 range 192.168.64.0 255.255.192.0 multi-path



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Snoopy

Snoopy

area range
To consolidate and summarize routes at an area boundary, use the area range command in
router configuration mode. To disable this function, use the no form of this command.
Syntax Description
area-id
Identifier of the area about which routes are to be summarized. It can be specified as either a
decimal value or as an IP address.
ip-address
IP address.
mask
IP address mask.
advertise
(Optional) Sets the address range status to advertise and generates a Type 3 summary link-state
advertisement (LSA).
not-advertise
(Optional) Sets the address range status to DoNotAdvertise. The Type 3 summary LSA is
suppressed, and the component networks remain hidden from other networks.
cost cost
(Optional) Metric or cost for this summary route, which is used during OSPF SPF calculation to
determine the shortest paths to the destination. The value can be 0 to 16777215.
Reference.
http://www.cisco.com/c/en/us/td/docs/ios/12_2/iproute/command/reference/fiprrp_r/1rfospf.html#w
p1017596

Ranger99

Ranger99

Ignore it. Description and answers are taken from different questions.