Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 1 | # $QuaggaId: $Format:%an, %ai, %h$ $ |
| 2 | |
| 3 | global configuration commands: |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 4 | pimd: |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 5 | ip multicast-routing Enable IP multicast forwarding |
Everton Marques | e85a937 | 2009-10-08 16:05:44 -0300 | [diff] [blame] | 6 | ip ssmpingd Enable ssmpingd operation |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 7 | |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 8 | zebra: |
| 9 | ip mroute Configure static unicast route into MRIB for multicast RPF lookup |
| 10 | |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 11 | interface configuration commands: |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 12 | pimd: |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 13 | ip igmp Enable IGMP operation |
| 14 | ip igmp join IGMP join multicast group |
| 15 | ip igmp query-interval <1-1800> IGMP host query interval |
| 16 | ip igmp query-max-response-time <1-25> IGMP max query response (seconds) |
| 17 | ip igmp query-max-response-time-dsec <10-250> IGMP max query response (deciseconds) |
| 18 | ip pim ssm Enable PIM SSM operation |
| 19 | |
| 20 | verification commands: |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 21 | pimd: |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 22 | show ip igmp interface IGMP interface information |
Everton Marques | 567f927 | 2010-02-19 19:07:00 -0200 | [diff] [blame] | 23 | show ip igmp join IGMP static join information |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 24 | show ip igmp parameters IGMP parameters information |
| 25 | show ip igmp groups IGMP groups information |
| 26 | show ip igmp groups retransmissions IGMP group retransmission |
| 27 | show ip igmp sources IGMP sources information |
| 28 | show ip igmp sources retransmissions IGMP source retransmission |
| 29 | show ip pim address PIM interface address |
| 30 | show ip pim assert PIM interface assert |
| 31 | show ip pim assert-internal PIM interface internal assert state |
| 32 | show ip pim assert-metric PIM interface assert metric |
| 33 | show ip pim assert-winner-metric PIM interface assert winner metric |
| 34 | show ip pim designated-router PIM interface designated router |
| 35 | show ip pim hello PIM interface hello information |
| 36 | show ip pim interface PIM interface information |
| 37 | show ip pim lan-prune-delay PIM neighbors LAN prune delay parameters |
| 38 | show ip pim local-membership PIM interface local-membership |
| 39 | show ip pim jp-override-interval PIM interface J/P override interval |
| 40 | show ip pim join PIM interface join information |
| 41 | show ip pim neighbor PIM neighbor information |
| 42 | show ip pim rpf PIM cached source rpf information |
| 43 | show ip pim secondary PIM neighbor addresses |
| 44 | show ip pim upstream PIM upstream information |
| 45 | show ip pim upstream-join-desired PIM upstream join-desired |
| 46 | show ip pim upstream-rpf PIM upstream source rpf |
| 47 | show ip multicast Multicast global information |
| 48 | show ip mroute IP multicast routing table |
| 49 | show ip mroute count Route and packet count data |
Everton Marques | 05e573d | 2010-04-20 12:20:46 -0300 | [diff] [blame] | 50 | show ip rib IP unicast routing table |
Everton Marques | e85a937 | 2009-10-08 16:05:44 -0300 | [diff] [blame] | 51 | show ip ssmpingd ssmpingd operation |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 52 | |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 53 | zebra: |
| 54 | show ip rpf Display RPF information for multicast source |
| 55 | |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 56 | debug commands: |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 57 | pimd: |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 58 | clear ip interfaces Reset interfaces |
| 59 | clear ip igmp interfaces Reset IGMP interfaces |
Everton Marques | f24200d | 2014-02-14 16:40:34 -0200 | [diff] [blame] | 60 | clear ip mroute Reset multicast routes |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 61 | clear ip pim interfaces Reset PIM interfaces |
Everton Marques | f24200d | 2014-02-14 16:40:34 -0200 | [diff] [blame] | 62 | clear ip pim oil Rescan PIM OIL (output interface list) |
Everton Marques | 3456a80 | 2014-07-22 14:52:57 -0300 | [diff] [blame] | 63 | clear zclient-update Reset zclient update connection to zebra daemon |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 64 | debug igmp IGMP protocol activity |
Everton Marques | 034bd7f | 2010-03-01 17:00:07 -0300 | [diff] [blame] | 65 | debug mroute PIM interaction with kernel MFC cache |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 66 | debug pim PIM protocol activity |
| 67 | debug pim zebra ZEBRA protocol activity |
Everton Marques | e85a937 | 2009-10-08 16:05:44 -0300 | [diff] [blame] | 68 | debug ssmpingd ssmpingd activity |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 69 | show debugging State of each debugging option |
| 70 | test igmp receive report Test reception of IGMPv3 report |
| 71 | test pim receive assert Test reception of PIM assert |
Everton Marques | 3e92c45 | 2009-11-18 16:26:38 -0200 | [diff] [blame] | 72 | test pim receive dump Test reception of PIM packet dump |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 73 | test pim receive hello Test reception of PIM hello |
| 74 | test pim receive join Test reception of PIM join |
| 75 | test pim receive prune Test reception of PIM prune |
| 76 | test pim receive upcall Test reception of kernel upcall |
| 77 | |
| 78 | statistics commands: |
Everton Marques | 6c1d36a | 2014-09-18 14:15:04 -0300 | [diff] [blame] | 79 | pimd: |
Everton Marques | 871dbcf | 2009-08-11 15:43:05 -0300 | [diff] [blame] | 80 | show memory pim PIM memory statistics |
| 81 | |
| 82 | -x- |