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