Cisco has released recently lot of materials to be friend with their new technologies. You can know learn more about IOS XE with Cisco CSR1000v (it is a virtual router based on Cisco IOS XE code) and more recently (02/07/14)
You become older man ! For memories…
When I talk with some of my family which are much younger and talk about Green Day : they talk to you about “American Idiot”. For me, it is my 11h, 12th grade and Dookie breaks out. It is on
tested and approved !
Tested for real and it is really working. It is really simple. It is this time my son found funny and to say his first word : “Daddy!” I am really proud of it.
FreeBSD-10.0R
FreeBSD is out in his 10.0R version 🙂 http://www.freebsd.org/releases/10.0R/announce.html http://www.freebsd.org/releases/10.0R/relnotes.html ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.0 I am really pleased to see BSD releases 🙂
I am disappointed by Ubiquiti Networks
It is been a while I check forums and Ubiquiti products. They are really good products. At the beginning the really interesting thing in ubiquiti was the Open minded / Open Source direction they used. I begun to use their
CCIE RS from v4.0 to v5.0
It is finally out ! The v5.0 of the CCIE exam is here. There are lot of exciting new features to learn 🙂 It will be great. In a first lecture, you can see these new things : L2VPN DMVPN
PPTP and ASA 5510
If you search why your rules are applied by PPTP VPN sessions are not albe to established with an error 619 (on windows plateform) : ASA# conf t ASA(config)# policy-map global_policy ASA(config)# (config-pmap)# class inspection_default ASA(config)# inspect pptp ASA(config)# and
Frame-Relay : just for fun… v5 will come out shortly.
For those of us like me who are working towards CCIE, you are certainly aware of the fact that CCIE v4 will be raised to v5. For INE.com, it seems that Frame-Relay (replaced by DMVPN), and some other features will
Equivalent to CEF on Redback router
This a question which I ask for a long time : is this e Cisco CEF equivalent on Redback router ? A friend gives me the answer : [VRF_FOOBAR]75TOTO-SE400-01#sh ip route 172.16.116.98 Longest match Routing entry for 172.16.116.98/32 is 172.16.116.98/32
How to compile statically linux binary
To make a point : export CFLAGS=-static export LDFLAGS=-static export CPPFLAGS=-static export CFLAGS_APPEND=-static export LDFLAGS_APPEND=-static export CPPFLAGS_APPEND=-static ./configure && make