jablonka.czprosek.czf

netmap

Subversion Repositories:
[/] [connection/] [ospfd_database.cgi] - Rev 1

Compare with Previous - Blame - Download


#!/bin/bash
echo Content-type: text/plain
echo
echo "ospfd database routeru `hostname`"
echo
password=heslo_do_ospfd
(echo $password; \
 echo show ip ospf database router; \
 echo exit) | nc localhost 2604


Powered by WebSVN 2.2.1