EIGRP/IGRP traffic share command
Platform: - Cisco routes and switches, Cisco IOS
Keywords: - traffic-share, EIGRP, IGRP
Reference: - cisco.com
Author: - Dinesh Aggarwal
traffic-share
To control how traffic is distributed among routes when there are multiple routes for the same destination network that have different costs, use the traffic-share router configuration command. To disable this function, use the no form of the command.
traffic-share {balanced | min}
no traffic share {balanced | min}
Syntax Description
balanced |
Distributes traffic proportionately to the ratios of the metrics. |
min |
Uses routes that have minimum costs. |
|
Default
Traffic is distributed proportionately to the ratios of the metrics.
Command Mode
Router configuration
Usage Guidelines
This command first appeared in Cisco IOS Release 10.0.
This command applies to IGRP and Enhanced IGRP routing protocols only. With the default setting, routes that have higher metrics represent less-preferable routes and get less traffic. Configuring traffic-share min causes the Cisco IOS software to only divide traffic among the routes with the best metric. Other routes will remain in the routing table, but will receive no traffic.
Example
In the following example, only routes of minimum cost will be used:
router igrp 5
traffic-share min
If you have any suggestions or want to add more to this article do write us an email articles@knowurtech.com
What Next?
If you liked this article, you can share it with others using the following link:
Related Content :