blob: 040c3d01b1d0c4debe50e55e4c5dc148b4f38dbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
hostname r1
!
! debug igmp events
! debug igmp packets
! debug pim events
! debug pim packets
! debug pim trace
! debug pim zebra
! debug pim bsm
!
interface r1-eth0
ip igmp
ip igmp version 2
ip pim
!
interface r1-eth1
ip pim
!
interface r1-eth2
ip igmp
ip igmp version 2
ip pim
!
interface r1-eth3
ip pim
!
ip pim join-prune-interval 5
|