Refer to the output of the show ip protocols command. Which statement is true about the router configuration?

IT Exam Items RepositoryCategory: CCNP ENCOR v9Refer to the output of the show ip protocols command. Which statement is true about the router configuration?

Refer to the output of the show ip protocols command. Which statement is true about the router configuration?

R1# show ip protocols
*** IP Routing is NSF aware ***

Routing Protocol is "eigrp 65010"
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Default networks flagged in outgoing updates
  Default networks accepted from incoming updates
  EIGRP-IPv4 Protocol for AS(65010)
    Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
    NSF-aware route hold timer is 240
    Router-ID: 172.16.1.1 
    Topology : 0 (base)
      Active Timer: 3 min
      Distance: internal 90 external 170
      Maximum path: 4
      Maximum hopcount 100
      Maximum metric variance 1
  Automatic Summarization: disabled
  Maximum path: 4
  Routing for Networks:
  Routing Information Sources:
    Gateway         Distance      Last Update 
  Distance: internal 90 external 170
  • The variance is set to the default value of 1, which requires all paths to have the same cost to be eligible for load balancing.
  • The router is configured per-destination and per-packet load balancing.
  • The router is configured to load balance over unequal-cost paths.
  • The router is configured with automatic summarization.

Explanation: The output of the show ip protocols command shows "Maximum metric variance 1." In EIGRP, the default variance is 1, which means the router will only perform load balancing across paths that have the exact same metric (equal-cost). To enable unequal-cost load balancing, the variance must be configured to a value greater than 1 (up to 128). Additionally, the output explicitly states "Automatic Summarization: disabled," making that option incorrect [Source Output]. EIGRP's load balancing is also typically performed on a per-conversation (destination) basis rather than per-packet.

Related exam: Modules 8 – 13: Checkpoint Exam: Network Routing Answers (CCNP ENCOR v9)