|
|
| Acibrix 2002-06-19, 12:02 pm |
| I was using a 2620 router, software version 12.0 and it seems that the command "traffic-share" is not an option in "router(conifg-router)#". I'm using the 507 ICND pg 286 (IGRP Load balancing/sharing). Did the command change in the 607 book?
Thanks | |
| jeff_j_black 2002-06-19, 2:36 pm |
| Have you tried it in different modes?
Global, interface, protocol etc. | |
| bcasey56k 2002-06-19, 3:10 pm |
| What list of options, if any, appeared with the '?'. If Cisco is anything like Microsoft concerning upgraded software versions they might have changed the syntax or the command entirely. The book I used to prepare for the CCNA exam referred mostly to IOS v11.2 so I can't offer any specific suggestions at the moment.
-BKC | |
| darthfeces 2002-06-19, 3:26 pm |
| igrp router config-mode command
should be there
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}
balanced
Distributes traffic proportionately to the ratios of the metrics.
min
Uses routes that have minimum costs.
it's there for me
specificly what ios do you have ?
trash(config)#router igrp 1
trash(config-router)#?
Router configuration commands:
default Set a command to its defaults
default-information Control distribution of default information
default-metric Set metric of redistributed routes
distance Define an administrative distance
distribute-list Filter networks in routing updates
exit Exit from routing protocol configuration mode
help Description of the interactive help system
input-queue Specify input queue depth
maximum-paths Forward packets over multiple paths
metric Modify IGRP routing metrics and parameters
neighbor Specify a neighbor router
network Enable routing on an IP network
no Negate a command or set its defaults
offset-list Add or subtract offset from IGRP or RIP metrics
passive-interface Suppress routing updates on an interface
redistribute Redistribute information from another routing
protocol
timers Adjust routing timers
traffic-share Algorithm for computing traffic share for alternate
routes
validate-update-source Perform sanity checks against source address of
routing updates
variance Control load balancing variance
specifically
trash(config-router)#traffic-share ?
balanced Share inversely proportional to metric
min All traffic shared among min metric paths | |
| Acibrix 2002-06-19, 4:47 pm |
| it's in the 2500 router at www.r1r2.com but it wasn't in the 2620 at school. That's weird! What IOS version does the ICND 507 book from cisco concentrates on? |
|
|
|