@cooperlees is yours truely [youtube https://www.youtube.com/watch?v=al71G4Isunc]
Juniper 5 in 5 – QFrabric
Juniper EX Virtual Chassis Specific Member Config
EX VC tip of the moment: Use apply-groups to add specific config to each node. For example: [plain] set groups member0 system host-name member0 set groups member1 system host-name member1 set groups member2 system host-name member2 set apply-groups member0 set apply-groups member1 set apply-groups member2 [/plain]
IPERF CSV Data Summary Script
Recently I was required to do a network performance test between a Head Office and a WAN site. I knocked up this quick python script to parse the data collect to see the results. Thought it could be handy for others so here it is to download / share. Download Script Sample Output: [plain] cooper@dfbit:~/scripts/iperf-parse$ [ View Post… ]
Junos IPv6 Management …
What IPv6 system user output looks like … [plain] cooper@noona-gw> show system users 9:15AM up 13:29, 1 user, load averages: 0.36, 0.28, 0.23 USER TTY FROM LOGIN@ IDLE WHAT cooper p0 2001:470:1f05:78b:224:1dff:fe71:9f70 9:15AM – -cli (cli) [/plain]
SRX110 and ADSL2+
So work was awesome this year and bought me an SRX110 for Xmas. I thought that I would share, to configure it’s vDSL interface to use adsl (with Australian VPI and VCI), you just configure the interface as if it was an ADSL PIM. Here is the config: [plain] set interfaces at-1/0/0 description "ADSL Interface" [ View Post… ]
Dennis Ritchie passes away …
The inventor of the C programming language and integral part of UNIX development has past away. RIP Dennis Ritchie. Thanks for the Uni lectures … BoingBoing Article
Old Lady killing it … Hates a Radio
<p><span style="color:#ff0000;">This letter was sent to the Lions Bay School Principal's office in West Geelong after the school had sponsored a luncheon for seniors. An elderly lady received a new radio at the lunch as a door raffle prize and was writing to say thank you.</span></p> <p><span style="color:#ff0000;">This story is a credit to all humankind. [ View Post… ]
Microsoft NPS Server + Juniper JUNOS VSA
A lot of companies run Microsoft’s Active Directory AAA infrastructure. A nice add on to AD (apart from my favorite ‘Services for UNIX’) is the Network and Policy Server (NPS). Using this RADIUS server with any radius speaking client is a nice addon that allows the majority of Network infrastructure to use AD as it’s authoriative [ View Post… ]
Handy Internet Interface JUNOS Firewall Filters
Here are two handy firewall filters to apply to any internet facing interface on your JUNOS network device. BOGON List – Apply as input on Internet facing interface – You should also add any Public Address space that you have inside your network [plain] set firewall family inet filter BOGON-DENY term discard-bogon-net from source-address 10.0.0.0/8 [ View Post… ]
Lame Network Joke
tcp packet walks in to a bar and says “I want a beer”, barman says “you want a beer?” and tcp packet says “yes, a beer” An RTP packet walks into a bar through the wrong entrance. The barman says “You’re not getting any special treatment” A multicast packet walks into a bar [ View Post… ]
Recent Comments