Configuring the ECN330-switch
488 1553-KDU 137 365 Uen D 2006-06-16
CLI – This example sets the PIM-DM protocol parameters for VLAN 2, and
displays the current settings.
6.21.4.3 Displaying Interface Information
The router can display a summary of the current interface status for PIM-DM,
including the number of neighboring PIM routers, and the address of the
designated PIM router.
Command Attributes
• Interface – A VLAN interface on this router.
• Address – The IP address for this interface.
• Mode – The PIM mode in use (that is, Dense Mode).
• Neighbor Count – The number of PIM neighbors detected on this
interface.
• DR Address – The designated PIM router for this interface.
Console(config)#interface vlan 2
Console(config-if)#ip pim dense-mode
Console(config-if)#ip pim hello-interval 60
Console(config-if)#ip pim hello-holdtime 210
Console(config-if)#ip pim trigger-hello-interval 10
Console(config-if)#ip pim join-prune-holdtime 60
Console(config-if)#ip pim graft-retry-interval 9
Console(config-if)#ip pim max-graft-retries 5
Console(config-if)#end
Console#show ip pim interface 2
Vlan 2 is up
PIM is enabled, mode is Dense.
Internet address is 10.1.1.253.
Hello time interval is 60 sec, trigger hello time interval is 10
sec.
Hello holdtime is 210 sec.
Join/Prune holdtime is 60 sec.
Graft retry interval is 9 sec, max graft retries is 5.
DR Internet address is 10.1.1.253, neighbor count is 0.
Console#