I am confused to fix this problem. When i execute the file the error looks like this:can you give any idea please?
invalid command name "config_link"
> while executing
> "config_link 0 $i [expr {$bandwidth($i)}] $delay_ DropTail "
> ("for" body line 2)
> invoked from within
> "for {set i 1} {$i<=$numSERVERS} {incr i} {
> config_link 0 $i [expr {$bandwidth($i)}] $delay_ DropTail
> }"
and the code where the error happen is:
#SOURCE − SERVER i
for {set i 1} {$i<=$numSERVERS} {incr i} {
config_link 0 $i [expr {$bandwidth($i)}] $delay_ DropTail
}