router pim6

Syntax

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

Description

Changes the current context to the PIMv6 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. Default: default.

Authority

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

Examples

Configuring default router PIM:

switch(config)# router pim6
switch(config-pim6)#

Configuring specified router PIM:

switch(config)# router pim6 vrf Green
switch(config-pim6)#

Removing router PIM:

switch(config)# no router pim6