Routing

last person joined: 20 hours ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  IPv6 VRRP

     
    Posted 08-14-2015 17:09

    Can anyone explain why this is not being accepted?

     

    [edit interfaces vlan unit 700 family inet6]
    lab@RTR_A# show
    address fd08:a131:17d8:ffff::2/64 {
        vrrp-inet6-group 1 {
            virtual-inet6-address fd08:a131:17d8:ffff::1;
            virtual-link-local-address fe08::1;
            priority 110;
            accept-data;
        }
    }
    address fe80::2/64;

    [edit interfaces vlan unit 700 family inet6]
    lab@RTR_A# commit
    [edit interfaces vlan unit 700 family inet6 address fd08:a131:17d8:ffff::2/64]
      'vrrp-inet6-group 1'
        Link-Local scope address must be specified for virtual-link-local-address
    error: configuration check-out failed

    [edit interfaces vlan unit 700 family inet6]
    lab@RTR_A# run show version
    Hostname: RTR_A
    Model: srx210h
    JUNOS Software Release [12.1X44-D10.4]



  • 2.  RE: IPv6 VRRP
    Best Answer

     
    Posted 08-14-2015 17:25

    I have realised the typo. I have used fe08 rather than fe80.