i am using ns2.32 in my wireless simulation. i have included some malicious
node into the network and i have implemented the packet dropping attack
also. Once the neighboring node find the attacking node it has to exclude
the attacking node from the routing process. The routing protocol which i
have chosen is AODV. 
To exclude a mobile node from the routing process i have used the command
$ns at x.x "$node_(0) node-down"

while running the simulation this command shows the error such as
ns: _o234 node-down: 
    (_o239 cmd line 1)
    invoked from within
"_o239 cmd node-down"
    invoked from within
"catch "$self cmd $args" ret"
    invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
    (procedure "_o239" line 2)
    (SplitObject unknown line 2)
    invoked from within
"$mac_(0) node-down"
    (procedure "_o234" line 3)
    (Node/MobileNode node-down line 3)
    invoked from within
"_o234 node-down"

I searched through the net also. i didn't get any idea to resolve this
issue. Can any one help to solve this problem?
-- 
View this message in context: 
http://old.nabble.com/unable-to-exclude-a-mobile-node-from-the-routing-process-in-ns2-tp31227312p31227312.html
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to