jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [bgp/] [bgpd_term] - Blame information for rev 36

 

Line No. Rev Author Line
116simandl#!/bin/bash
2echo Content-type: text/plain
3echo
4echo "bgpd routeru `hostname`"
5echo
6password=ahoj
7(echo $password; \
8# echo show ru; \
9# echo quit; \
10# echo show ip bg ne; \
11# echo show ip bg su; \
12 echo show ip bg path; \
13 echo exit) | nc localhost 2605 | grep -v assword
14 

Powered by WebSVN 2.2.1