[c-nsp] XR 12000/GSR - 4.2.3 VRRP IPv6 Global virtual address.

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Tue Nov 5 01:50:01 EST 2013


>
>I am looking for VRRP support on XR - 12000 / GSR with global IPv6
>virtual address to achieve something like below . But seems XR is not
>supporting it on 12K . Can anyone confirm what is supported on XR for
>12000s ?
>
>[...]

>RP/0/9/CPU0:PE-test7.bl(config-vrrp-virtual-router)#show configuration
>failed
>Tue Nov  5 02:29:22.517 IST
>!! SEMANTIC ERRORS: This configuration was rejected by
>!! the system due to semantic errors. The individual
>!! errors with each failed configuration command can be
>!! found below.
>
>
>router vrrp
> interface GigabitEthernet0/0/0/3.404
>  address-family ipv6
>   vrrp 4
>    address global 2001:954:0:f::1:1
>!!% 'vrrp' detected the 'warning' condition 'No Primary VRRP IP address
>exists for this VRID'
>   !
>  !

vrrp on xr requires a linklocal address to be configured, best use
autoconfig:  

router vrrp
 interface GigabitEthernet0/0/0/3.404
  address-family ipv6
   vrrp 4
    address linklocal autoconfig
    address global 2001:954:0:f::1:1


Hope this works


	oli




More information about the cisco-nsp mailing list