Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: ISIS Export Policies (Policy-Options)

$
0
0

Hi,

 

You need following configuration to bring IPv6 up. Hope you're requesting only NDRA prefix.

 

Define family  IPv6 and RA under Dynamic-profile.

 

LNS# show dynamic-profiles dyn-lns-profile | no-more
interfaces {
    "$junos-interface-ifd-name" {
        unit "$junos-interface-unit" {
            dial-options {
                l2tp-interface-id l2tp-encapsulation;
            }
            family inet {
                unnumbered-address "$junos-loopback-interface";
            }
            family inet6 {
                unnumbered-address "$junos-loopback-interface";
            }
        }
    }
}
protocols {
    router-advertisement {
        interface "$junos-interface-name" {
            prefix $junos-ipv6-ndra-prefix;
        }
    }
}

 

Define IPv6 address matching the pool under lo0 /128.

 

Define NDRA prefix pool under Access Stanza.

 

{master}[edit access]
LNS# show
 address-assignment {
    neighbor-discovery-router-advertisement POOL

 

Regards,

Rahul


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>