Network Management

 View Only
last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions

PIM Sparse Mode Configuration

This thread has been viewed 8 times
  • 1.  PIM Sparse Mode Configuration

    Posted May 10, 2023 05:57 PM

    Greetings Everyone,
    I am currently in the process of configuring PIM sparse mode on my OSPF network that has 5 areas however, I cannot get the PIM neighbors to see each other. I have included the relevant portions of my configs for the first two routers I am configuring. Any ideas as to what I may be doing wrong here?

    These are Aruba 3810M switches running AOS.

    Configs for router 1:

    ip routing
    ip multicast-routing
    
    .
    .
    .
    
    router ospf
       area backbone
       enable
       exit
    router pim
       enable
       bsr-candidate
       bsr-candidate source-ip-vlan 190
       bsr-candidate priority 10
       rp-candidate
       rp-candidate source-ip-vlan 190
       rp-candidate group-prefix 224.0.0.0 240.0.0.0
       rp-candidate hold-time 150
       exit
    
    .
    .
    .
    
    vlan 190
       name "multicast"
       tagged 1-7
       ip address 10.220.10.1 255.255.255.0
       ip igmp
       ip ospf 10.220.10.1 area backbone
       ip pim-sparse
          ip-addr any
          dr-priority 10
          exit
       voice
       exit



    Configs for router 2:

    ip routing
    ip multicast-routing
    
    .
    .
    .
    
    router ospf
       area 0.0.0.40
       area backbone
       enable
       exit
    router pim
       enable
       bsr-candidate
       bsr-candidate source-ip-vlan 490
       rp-candidate
       rp-candidate source-ip-vlan 490
       rp-candidate group-prefix 224.0.0.0 240.0.0.0
       rp-candidate hold-time 150
       exit
    
    .
    .
    .
    
    vlan 490
       name "HS Phones"
       tagged 1-16,A1
       ip address 10.220.40.1 255.255.255.0
       ip helper-address 10.4.0.45
       ip igmp
       ip ospf 10.220.40.1 area 0.0.0.40
       ip pim-sparse
          ip-addr any
          dr-priority 9
          exit
       voice
       exit