router pim

Syntax

router pim [vrf <VRF-NAME>]
no router pim [vrf <VRF-NAME>]

Description

Changes the current context to the PIM configuration context. If no VRF is specified, the default VRF is assumed.

The no form of this command removes the PIM configuration from the specified context or the default VRF.

Command context

config

Parameters

vrf <VRF-NAME>

Specifies the name of a VRF.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Configuring default router PIM:

switch(config)# router pim
switch(config-pim)#

Configuring specified router PIM:

switch(config)# router pim vrf green
switch(config-pim)#

Removing router PIM:

switch(config)# no router pim