Clear and Troubleshoot IPv6 PIM Information

Use clear commands to remove information about the internal state of IPv6 PIM. Use the debug command to enable debug flags for troubleshooting. You can run the commands from any level of the CLI. For more information, see the Extreme SLX-OS Command Reference.
Important

Important

Diagnostic commands are developed and intended for specialized troubleshooting. Work closely with Extreme Networks technical support in running debug commands and interpreting their results.
  1. Remove the RP-to-group mappings from the static IPv6 PIM forwarding table.
    device# clear ipv6 pim rp-map
  2. Clear the IPv6 PIM forwarding cache.
    device# clear ipv6 pim mcache
  3. Remove the IPv6 PIM traffic counters.
    device# clear ipv6 pim traffic
  4. Enable debug flags.
    device# debug ipv6 pim parameter
    Parameter Flag to enable
    add-del-oif OIF change
    bootstrap Bootstrap processing
    group Group processing
    join-prune Join and Prune processing
    nbr-change Neighbor changes
    packets Packet processing
    parent Parent change processing
    route-change Route changes
    rp Rendezvous Point processing
    source Source processing
    state State processing
    all State of all flags
  5. Display the status of all IPv6 PIM debug flags.
    device# show debug ipv6 pim
    PIM debugging status:
    --------------------------
    add-del-oif     : off
    bootstrap       : off
    group           : off
    join-prune      : on
    nbr-change      : off
    packets         : off
    parent          : off
    regproc         : on
    route-change    : on
    rp              : off
    source          : off
    --------------------------