Changing EIGRP Weights in Packet Tracer 5.3 Help
goldenlight
Member Posts: 378 ■■□□□□□□□□
in CCNA & CCENT
The Command is R1(config-router)#metric weights tos k1 k2 k3 k4 k5
The tos value is always set to 0.
k1=Bandwidth
k2=load
k3=Delay
k4=reliability
k5=reliability
So If I wanted to change the default
Is this how you type it in Packet Tracer?
Router(config-router)#metric weights 001101
::
My reading say leave it alone, but like to play with stuff to see what happens
Here is what I found using the help command
R1(config-router)#metric ?
weights Modify IGRP coefficients
R1(config-router)#metric weights ?
<0-8> Type Of Service (Only TOS 0 supported)
R1(config-router)#metric weights
The tos value is always set to 0.
k1=Bandwidth
k2=load
k3=Delay
k4=reliability
k5=reliability
So If I wanted to change the default
Is this how you type it in Packet Tracer?
Router(config-router)#metric weights 001101
::
My reading say leave it alone, but like to play with stuff to see what happens
Here is what I found using the help command
R1(config-router)#metric ?
weights Modify IGRP coefficients
R1(config-router)#metric weights ?
<0-8> Type Of Service (Only TOS 0 supported)
R1(config-router)#metric weights
“The Only way to do great work is to love what you do. If you haven't found it keep looking. Don't settle” - Steve Jobs
Comments
-
networker050184 Mod Posts: 11,962 ModI think you need spaces between your numbers there after weights.An expert is a man who has made all the mistakes which can be made.
-
xXErebuS Member Posts: 230yeah You need spaces and need to set TOS to 0 for example:
metric weights 0 10(k1) 10(k2) 10(k3) 10(k4) 10(k5)
Ignore the parentheses so :
Name(config-router)# metric weights 0 10 10 10 10 10 -
goldenlight Member Posts: 378 ■■□□□□□□□□thanks for pointing out the spaces. Now I understand how to change metrics now.. MOving forward.“The Only way to do great work is to love what you do. If you haven't found it keep looking. Don't settle” - Steve Jobs