#!/bin/bash
echo Content-type: text/plain
echo
echo "bgpd routeru `hostname`"
echo
password=heslo
(echo $password; \
echo enable; \
echo $password; \
echo show ru; \
echo quit; \
echo show ip bg ne; \
echo show ip bg su; \
echo show ip bg path; \
echo exit) | nc localhost 2605 | grep -v assword
WebSVN
- czfcentos
- Blame
- Rev 2
- /trunk/router/home/www/cgi-bin/bgpd_term.cgi
czfcentos |
Subversion Repositories: |
[/] [trunk/] [router/] [home/] [www/] [cgi-bin/] [bgpd_term.cgi] - Blame information for rev 2
Powered by WebSVN 2.2.1