Monitoring Each (Source, Group) Pair for PIM Dense Mode for IPv4

Purpose

Display information for each (Source, Group) pair for PIM dense mode.

Action

To display information for each (Source, Group) pair for PIM dense mode:

host1:8#show ip pim dense-mode sg-state 
PIM DM route table and pruned oif information
<122.0.0.1, 224.0.1.39>   EntryExpires: 99
  RPF Route: 122.0.0.0/255.0.0.0   IIF: 107.0.8.4   UpNbr: 107.0.4.8
  Pruned Oifs: 
   Address: 108.0.8.5   IfId: 95
    Pruned due to assert 
    Pruned time remaining 129
<130.0.0.2, 224.0.1.39>   EntryExpires: 100
  RPF Route: 130.0.0.0/255.0.0.0   IIF: 107.0.8.4   UpNbr: 107.0.4.8
  Pruned Oifs: 
   Address: 108.0.8.5   IfId: 95
    Pruned due to assert 
    Pruned time remaining 130
<121.0.0.1, 224.0.1.40>   EntryExpires: 102
  RPF Route: 121.0.0.0/255.0.0.0   IIF: 107.0.8.4   UpNbr: 107.0.4.8
  Pruned Oifs: 
   Address: 108.0.8.5   IfId: 95
    Pruned due to assert 
    Pruned time remaining 133

Meaning

Table 33 lists the show ip pim dense-mode sg-state command output fields.

Table 33: show ip pim dense-mode sg-state Output Fields

Field Name

Field Description

(Source, Group) pair

IP address and network mask for the unicast route

EntryExpires

Time until the (S,G) pair entry expires

RPF Route

Reverse-path forwarding route

IIF

IP address of incoming interface

UpNbr

IP address of upstream neighbor

Pruned Oifs

Outgoing interfaces that have been pruned

Address

IP address of outgoing interface

IfId

Index of the interface

Pruned due to

Reason for prune: assert or explicit prune

Pruned time remaining

Time in seconds until the prune expires

Related Documentation