]> git.proxmox.com Git - mirror_frr.git/blob - pimd/COMMANDS
Merge pull request #28 from opensourcerouting/dev/osr/rename-part1
[mirror_frr.git] / pimd / COMMANDS
1 global configuration commands:
2 pimd:
3 ip multicast-routing Enable IP multicast forwarding
4 ip ssmpingd Enable ssmpingd operation
5
6 zebra:
7 ip mroute Configure static unicast route into MRIB for multicast RPF lookup
8
9 interface configuration commands:
10 pimd:
11 ip igmp Enable IGMP operation
12 ip igmp join IGMP join multicast group
13 ip igmp query-interval <1-1800> IGMP host query interval
14 ip igmp query-max-response-time <1-25> IGMP max query response (seconds)
15 ip igmp query-max-response-time-dsec <10-250> IGMP max query response (deciseconds)
16 ip pim ssm Enable PIM SSM operation
17
18 verification commands:
19 pimd:
20 show ip igmp interface IGMP interface information
21 show ip igmp join IGMP static join information
22 show ip igmp parameters IGMP parameters information
23 show ip igmp groups IGMP groups information
24 show ip igmp groups retransmissions IGMP group retransmission
25 show ip igmp sources IGMP sources information
26 show ip igmp sources retransmissions IGMP source retransmission
27 show ip pim address PIM interface address
28 show ip pim assert PIM interface assert
29 show ip pim assert-internal PIM interface internal assert state
30 show ip pim assert-metric PIM interface assert metric
31 show ip pim assert-winner-metric PIM interface assert winner metric
32 show ip pim designated-router PIM interface designated router
33 show ip pim hello PIM interface hello information
34 show ip pim interface PIM interface information
35 show ip pim lan-prune-delay PIM neighbors LAN prune delay parameters
36 show ip pim local-membership PIM interface local-membership
37 show ip pim jp-override-interval PIM interface J/P override interval
38 show ip pim join PIM interface join information
39 show ip pim neighbor PIM neighbor information
40 show ip pim rpf PIM cached source rpf information
41 show ip pim secondary PIM neighbor addresses
42 show ip pim upstream PIM upstream information
43 show ip pim upstream-join-desired PIM upstream join-desired
44 show ip pim upstream-rpf PIM upstream source rpf
45 show ip multicast Multicast global information
46 show ip mroute IP multicast routing table
47 show ip mroute count Route and packet count data
48 show ip rib IP unicast routing table
49 show ip ssmpingd ssmpingd operation
50
51 zebra:
52 show ip rpf Display RPF information for multicast source
53
54 debug commands:
55 pimd:
56 clear ip interfaces Reset interfaces
57 clear ip igmp interfaces Reset IGMP interfaces
58 clear ip mroute Reset multicast routes
59 clear ip pim interfaces Reset PIM interfaces
60 clear ip pim oil Rescan PIM OIL (output interface list)
61 debug igmp IGMP protocol activity
62 debug mroute PIM interaction with kernel MFC cache
63 debug pim PIM protocol activity
64 debug pim zebra ZEBRA protocol activity
65 debug ssmpingd ssmpingd activity
66 show debugging State of each debugging option
67 test igmp receive report Test reception of IGMPv3 report
68 test pim receive assert Test reception of PIM assert
69 test pim receive dump Test reception of PIM packet dump
70 test pim receive hello Test reception of PIM hello
71 test pim receive join Test reception of PIM join
72 test pim receive prune Test reception of PIM prune
73 test pim receive upcall Test reception of kernel upcall
74
75 statistics commands:
76 pimd:
77 show memory pim PIM memory statistics
78
79 -x-