blob: e8e53268e381f350c3dc350ef988231b656cd8bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
! debug pim
! debug pim zebra
!
interface lo
ip pim
ip pim use-source 10.254.254.3
!
interface r3-eth0
ip pim
!
interface r3-eth1
ip pim
!
ip msdp peer 192.168.3.1 source 192.168.3.3
ip msdp peer 192.168.4.4 source 192.168.4.3
ip pim rp 10.254.254.3
|