cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3781
Views
1
Helpful
1
Replies

ASR 9000 / XR / 7.x.x / HSRP/VRRP + BFD Best Practice

Hans Martinez
Level 1
Level 1

I try to implement HSRP + BDF over 400 BVI at ASR9K, I need to know if exist a best practice about configure HSRP and BDF.

I found this link: https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/ip-addresses/command/reference/b-ip-addresses-cr-asr9000/b-ipaddr-cr-asr9k_chapter_01100.html#wp4109961970

But this document show general configuration, someone can explain me or post an example of the best practice to implement.

 

1 Reply 1

nkarpysh
Cisco Employee
Cisco Employee

I dont have any links for the best poractices, but if you are looking for config smth like this should work:

 

interface GigabitEthernet1/2/3 l2transport

 encapsulation untagged

!

interface BVI258

 vrf mobile_core_cp

 ipv4 address 192.168.124.34 255.255.255.224

 arp timeout 1800

 load-interval 30

!

l2vpn

 bridge group Mobile

  bridge-domain mobile_core_cp-258

   mac

    aging

     time 1860

    !

   !

   mtu 9000

   !

   interface GigabitEthernet1/2/3

   !

   routed interface BVI258

   !

  !

!

bfd

 multipath include location 0/1/CPU0

 echo disable

!

router hsrp

!

 interface BVI258

  hsrp bfd minimum-interval 300

  hsrp bfd multiplier 3

  hsrp delay minimum 60 reload 180

  address-family ipv4

   hsrp 58

    timers 3 10

    preempt delay 60

    priority 255

    address 192.168.124.35

    bfd fast-detect

 

HTH

Niko

HTH,
Niko