6.2. Configuring MSDP with CLI

This section provides information to configure MSDP using the command line interface.

6.2.1. Basic MSDP Configuration

Perform the following basic MSDP configuration tasks:

  1. Enable MSDP (required)
  2. Configure peer
  3. Configure local address

6.2.2. Configuring MSDP Parameters

Use the following commands to configure basic MSDP parameters:

CLI Syntax:
config>router# msdp
peer ip-address
active-source-limit number
authentication-key [authentication-key | hash-key] [hash | hash2]
default-peer
export policy-name [policy-name]
import policy-name [policy-name]
local-address ip-address
receive-msdp-msg-rate number interval seconds [threshold threshold]
no shutdown
no shutdown

Use the following CLI syntax to configure MSDP parameters.

Example:
config>router>msdp# peer 10.20.1.1
config>router>msdp>peer# local-address 10.20.1.6
config>router>msdp>peer# no shutdown
config>router>msdp>peer# exit
config>router>msdp# no shutdown
config>router>msdp#

The following example displays the MSDP configuration:

ALA-48>config>router>msdp# info
-------------------------------------------
         peer 10.20.1.1
             local-address 10.20.1.6
         exit
-------------------------------------------
ALA-48>config>router>msdp# 

6.2.3. Disabling MSDP

Use the following CLI syntax to disable PIM.

CLI Syntax:
config>router#
msdp
shutdown

The following example displays the command usage to disable multicast:

Example:
config>router#
config>router>msdp# shutdown
config>router>msdp# exit

The following example displays the configuration output:

A:LAX>config>router# info
----------------------------------------------
...
#------------------------------------------
echo "MSDP Configuration"
#--------------------------------------------------
        msdp
            shutdown
            peer 10.20.1.1
                local-address 10.20.1.6
            exit
            group "test"
                active-source-limit 50000
                receive-msdp-msg-rate 100 interval 300 threshold 5000
                export "LDP-export"
                import "LDP-import"
                local-address 10.10.10.103
                mode mesh-group
                peer 10.10.10.104
                exit
            exit
        exit
#--------------------------------------------------