Consider the following commands: What does the value of 30 represent?

Last Updated on August 1, 2021 by Admin 1

Consider the following commands:

RouterA(config)# router ospf 10

RouterA(config-router)# redistribute eigrp 20 metric 30

What does the value of 30 represent?

  • It identifies the seed metric associated with OSPF routes that are redistributed into EIGRP.
  • It identifies the seed metric associated with EIGRP routes that are redistributed into OSPF.
  • It identifies the amount that the existing EIGRP metric will increment as it is redistributed into OSPF.
  • It specifies that routes that contain metrics of less than 30 will be redistributed from OSPF into EIGRP.
Explanation:
The value 30 represents the seed metric for routes that are redistributed from EIGRP into OSPF.

When configuring the OSPF process, the redistribute command is used to identify the source protocol, its AS or process ID, and several other optional parameters, such as metric. The default seed metric for all routing protocols except BGP is 20. When redistributing BGP, the default seed metric is 1.

It does not identify the seed metric associated with OSPF routes that are redistributed into EIGRP. The command is redistributing EIGRP into OSPF, not OSPF into EIGRP.

It does not identify the amount that the existing EIGRP metric will increment as it is redistributed into OSPF. A seed metric value is an absolute value not incremental.

It does not specify that routes that contain metrics of less than 30 will be redistributed from OSPF into EIGRP. It not used to filter routes.

Objective:
Layer 3 Technologies
Sub-Objective:
Configure and verify redistribution between any routing protocols or routing sources

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments