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 context to the specified VRF.

Authority

Administrators

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