Pierky’s Blog

mostly a system and network engineer’s repository

About

My first blog!

Well, as you can see in the title, at this moment I think it will be mostly a system&network engineer’s repository. That I am… I think to put here scripts, configs, experiences about my job: moving data from people to people through hardware craps and wires! :)

I hope someone will find this blog useful! ;)

P.S.: sorry for my poor English, I’ll do my best to write what I want to say in the right way! :)

4 Responses to “About”

  1. ivory said

    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

  2. Hasudungan said

    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

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>