EMAIL SUPPORT

dclessons@dclessons.com

LOCATION

US

LAB: Configuring Auto-RP

LAB: Configuring Auto-RP

Configuring Auto-RP

Topology:

Task:

  • Configure IP addressing as shown in above Diagram
  • Configure all interface of device in OSPF area 0
  • Configure PIM sparse mode in all interface connecting interface
  • Configure N7k2 eth2/2 to announce as RP and as well as Mapping agent
  • Configure R2 E0/3 interface to join group 224.2.2.2
  • Test that all R1 must be able to reach to this group.

Solution:

R1 configuration:
ip multicast-routing
interface Ethernet0/3
ip address 10.10.11.2 255.255.255.0
ip pim sparse-mode
!
router ospf 10
network 0.0.0.0 255.255.255.255 area 0
!
N7K1 configuration:
feature ospf
feature pim
ip pim auto-rp forward listen
interface Ethernet2/2
no switchport
ip address 10.10.12.1/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
interface Ethernet2/3
no switchport
mac-address 0000.0000.002f
ip address 10.10.11.1/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
router ospf 10
!
N7K2 Configuration:
feature ospf
feature pim
ip pim auto-rp rp-candidate Ethernet2/2 group-list 224.0.0.0/8
ip pim auto-rp mapping-agent Ethernet2/2
ip pim auto-rp forward listen
interface Ethernet2/1
no switchport
mac-address 0000.0000.002f
ip address 10.10.23.2/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
interface Ethernet2/2
no switchport
ip address 10.10.12.2/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
interface loopback0
ip address 2.2.2.2/32
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
!
router ospf 10
!
N7K3 Configuration:
feature ospf
feature pim
ip pim auto-rp forward listen
interface Ethernet2/1
no switchport
ip address 10.10.23.3/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
interface Ethernet2/2
no switchport
ip address 10.10.34.3/24
ip router ospf 10 area 0.0.0.0
ip pim sparse-mode
no shutdown
!
router ospf 10
!


Comment

    You are will be the first.

LEAVE A COMMENT

Please login here to comment.