Junos OS

last person joined: 16 hours ago 

Ask questions and share experiences about Junos OS.
  • 1.  BGP group IPv6

    Posted 10-18-2011 02:53

    Hi,

     

    I have the existing configuration of a router, and I would like to adapt it in order to allow IPv6 native traffic.

    My problem concerns BGP protocol.

    Here is the actual configuration:

     

    protocols {
    bgp {
    group group1 {
    type external;

    local-address x.x.x.1;

    import policy-import;

    peer-as 12

    neighbor x.x.x.2;

    }

    }

     

    I have searched on the Internet but not found the solution:

    - Do I have to make an IPv6 BGP session over IPv4? If yes, how?

    - Or do I write another neighbor in group1 with an IPv6 address, and give each type of neighbor its own import policy?

    - Or something else?

     

    Thank you for your help, I'm beginning with Junos Smiley Happy

     

     



  • 2.  RE: BGP group IPv6
    Best Answer

     
    Posted 10-18-2011 04:18

    hi,

     

    I would strongly suggest starting with Day One booklets - Exploring IPv6 and Advanced IPv6 Configuration.

    http://forums.juniper.net/t5/Day-One-Books/bg-p/Day1Books

     

    The latter has some examples for IPv6 BGP configuration -  native IPv6 peering and IPv6 over IPv4-based peering.

    jtb

     

     



  • 3.  RE: BGP group IPv6

    Posted 10-18-2011 06:36

    Thank you jtb!