hotsanic |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 16 | simandl | #!/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 |
||
4 | password=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 | |