Well, as you can see in the title, this is mostly a system & network engineer’s repository. I’ll share here scripts, configs, thoughts, experiences about my job: moving data from people to people through hardware scraps and wires! 🙂
On pierky.com you can find my personal website, a brief summary of who I am and what I do; my LinkedIn page summarizes my professional profile. On my Keybase profile you can find my “proof of identity” and PGP/crypto related stuff.
Contact me
Please refer to the Contact me section of my personal website.
Hi Pierky,
I set up openACS success according your description.
Now I want to send download RPC methods by the openACS server to cause the CPE to download a specified file.
But I don’t know how to config openACS to do this.
Could you please help me?
thanks
Hi Ivory,
you can find useful information on OpenACS wiki @ SourceForge. You need to implement the JavaScript cpe.Download method in order to tell the CPE to start the download.
Regards
hello,my name is hasudungan
i need your help..i have a problem in my network…
if i have a case like this :
CE 1 –> PE 1–> PE 2–>CE 2
i want to create 2 vpn ( vpn 1 & 2) in PE 1 and 2 vpn ( VPN 1 & 2 ) at PE 2
this is my script :
PE 1
ip vrf customer_A
rd 100:110
route-target export 100:1000
route-target import 100:100
ip vrf customer_B
rd 100:120
route-target export 100:2000
route-target import 100:2000
interface loopback 101
ip address 10.10.100.1 255.255.255.255
ip vrf forwarding customer_A
interface loopback 102
ip address 10.10.100.2 255.255.255.255
ip vrf forwarding customer_B
and in PE 2
ip vrf customer_A
rd 100:110
route-target export 100:1000
route-target import 100:100
ip vrf customer_B
rd 100:120
route-target export 100:2000
route-target import 100:2000
interface loopback 101
ip address 10.10.200.1 255.255.255.255
ip vrf forwarding customer_A
interface loopback 102
ip address 10.10.200.2 255.255.255.255
ip vrf forwarding customer_B
my problem now is..i can’t do ping vrf customer_A ( PE 1 ) to customer_A ( PE 2 )
i confuse to find out what’s wrong with my script / configuration ??
thank you
Hi Hasudungan,
did you look at my post GNS3 Lab: MPLS VPN and Traffic Engineering? I think you could find a good example in the configuration files which are on the linked post on GNS3-Labs.com.
Regards,
Pierky
Hi Pierky,
I really need help configuring Dual WAN pppoe into 1 LAN. I have configured but look it’s unstable. Would you like to look into my running config? Where should i post?
Thank you
Hi,
please take a look at my post at http://blog.pierky.com/2009/03/28/dual-wan-connection-on-cisco-with-policy-based-routing-pbr/
Bye
Hi Pierky,
I would like to know How to Install the Open ACS server for CWMP on Windows 7.
Thanks & Regards,
Harish
Hi Pierky,
Do you have a procedure to install OpenACS for TR-069 on Apple MAC OS? I am unable to start JBoss after running ./run.sh. I am following this installation link; http://www.walid.tn/java/jboss/instructions-on-how-to-deploy-openacs-tr-069-on-jboss-as-5-1.html
Thanks in advance.
Ketan
Hi Ketan,
I’m sorry but I can’t help you, never tried OpenACS on Mac OS.
Good luck,
Pierky
Hi Pierky,
I am new to TR069.I am reading amendment-4 of TR069.I am not getting how the configuration file look like…What are the configuration parameters wil be there….as already it is having setparametervalue RPC method why this configuration file needed.How CPE will parse this any how it will set this parameter?…
Thanks in advance,
Anant