Configuring MSDP parameters

Use the following commands to configure basic MSDP parameters:

config>router# msdp
        — peer ip-address
            — active-source-limit number
            — authentication-key [authentication-key | hash-key] [hash | hash2 | custom]
            — 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.

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#