jablonka.czprosek.czf

hotsanic

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

 

Line No. Rev Author Line
116simandl#!/bin/bash
2#do cronu
3#* * * * * /opt/HotSaNIC/modules/bgp/bgpd_bg 2>/dev/null > /tmp/bgpnew.txt ; mv -f /tmp/bgpnew.txt /tmp/bgp.txt
4password=ahoj
5(echo $password; \
6# echo show ru; \
7# echo quit; \
8# echo show ip bg ne; \
9# echo show ip bg su; \
10 echo show ip bg; \
11 echo exit) | nc localhost 2605 | grep -v assword | grep "^\*" | cut -b 4-20,62-
12 

Powered by WebSVN 2.2.1