Configuring Static-RP Status

Configuring Static- RP Status specifies whether to use the configured static- RP.

  1. Execute the following commands to configure Static- RP configuration Status.

    Type the following:

    • Enter the Global Configuration Mode in ISS1.
    iS5comm# configure terminal
    • Enable PIM globally.
    iS5comm(config)# set ip pim  enable
    • Enable PMBR status.
    iS5comm(config)# set ip pim static-rp enable
    • Exit the Global Configuration Mode.
    iS5comm(config)# exit
  2. View the configured PIM regstop-ratelimit-period by executing the following command.

    Type the following:

    iS5comm# show ip pim rp-static
    Static-RP Enabled
  3. Execute the following commands to disable Static RP status.

    Type the following:

    • Enter the Global Configuration Mode in ISS1.
    iS5comm# configure terminal
    • Disable PIM globally.
    iS5comm(config)# set ip pim static-rp disable
    • Exit the Global Configuration Mode.
    iS5comm(config)# exit