create new component
Posted: Tue Feb 14, 2012 6:22 am
Hello
I'm not a programmer and I try to create a new component. For this I use an existing component : traceroute.
What I would like is to show the result of the command "chow ip nat translation" on a cisco router
I blocked here
//check target IP or domain
if ($unix){
$cmdline=escapeshellcmd("traceroute $host");
system($cmdline);
}
because I have to log on the router before launch my command.. I don't know php so I don't know how to do that..
Can someone help me?
Rgds
I'm not a programmer and I try to create a new component. For this I use an existing component : traceroute.
What I would like is to show the result of the command "chow ip nat translation" on a cisco router
I blocked here
//check target IP or domain
if ($unix){
$cmdline=escapeshellcmd("traceroute $host");
system($cmdline);
}
because I have to log on the router before launch my command.. I don't know php so I don't know how to do that..
Can someone help me?
Rgds