jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [bgp/] [bgpd_term] - Rev 16

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "bgpd routeru `hostname`"
echo
password=ahoj
(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


Powered by WebSVN 2.2.1