Hi folks,
I'm trying to perform the following function within Perl:
@ret=system("/bin/rtr_cmd1 $rtr_name \"show bgp summary\" | sed -e 's/\([0-7]d\) \([0-9]\)/\1\2/gi ; s/Last Up/Last_Up/gi'");
print @ret;
When I run the command through the shell, as in:
shell# /bin/rtr_cmd1 rtreqab "show...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.