PrepAway - Latest Free Exam Questions & Answers

Which of the following statements is correct regarding EIGRP manual summarization?

Which of the following statements is correct regarding EIGRP manual summarization?
(Select the best answer.)

PrepAway - Latest Free Exam Questions & Answers

A.
Manual summarization is configured in interface configuration mode.

B.
Manual summarization must occur on classful bit boundaries.

C.
Manual summarization is enabled by issuing the no ip summary-address eigrp command.

D.
Manual summarization is configured in global configuration mode.

E.
Manual summarization is enabled by issuing the no auto-summary command.

One Comment on “Which of the following statements is correct regarding EIGRP manual summarization?

  1. me says:

    Examples

    The following example configures an administrative distance of 95 on interface Ethernet 0/0 for the 192.168.0.0/16 summary address:

    Router(config)# router eigrp 1

    Router(config-router)# no auto-summary

    Router(config-router)# exit

    Router(config)# interface Ethernet 0/0

    Router(config-if)# ip summary-address eigrp 1 192.168.0.0 255.255.0.0 95

    The following example configures the 10.1.1.0/24 subnet to be leaked through the 10.0.0.0 summary address:

    Router(config)# router eigrp 1

    Router(config-router)# exit

    Router(config)# access-list 1 permit 10.1.1.0 0.0.0.255

    Router(config)# route-map LEAK-10-1-1 permit 10

    Router(config-route-map)# match ip address 1

    Router(config-route-map)# exit

    Router(config)# interface Serial 0/0

    Router(config-if)# ip summary-address eigrp 1 10.0.0.0 255.0.0.0 leak-map LEAK-10-1-1

    Router(config-if)# end




    0



    0

Leave a Reply