R2511-HP MSR Router Series IP Multicast Command Reference(V5)

181
Parameters
peer-address: Specifies an MSDP peer.
ttl-value: Specifies a Time-to-Live (TTL) threshold in the range of 0 to 255.
Examples
# On the public network, set the TTL threshold for multicast packets to be encapsulated in SA messages
to 10 so that only multicast data packets whose TTL value is larger than or equal to 10 can be
encapsulated in SA messages and forwarded to the MSDP peer 110.10.10.1.
<Sysname> system-view
[Sysname] msdp
[Sysname-msdp] peer 110.10.10.1 minimum-ttl 10
# In VPN instance mvpn, set the TTL threshold for multicast packets to be encapsulated in SA messages
to 10 so that only multicast data packets whose TTL value is larger than or equal to 10 can be
encapsulated in SA messages and forwarded to the MSDP peer 110.10.10.1.
<Sysname> system-view
[Sysname] msdp vpn-instance mvpn
[Sysname-msdp-mvpn] peer 110.10.10.1 minimum-ttl 10
Related commands
display msdp peer-status
peer password
Use peer password to configure a password for MD5 authentication used by both MSDP peers to
establish a TCP connection.
Use undo peer password to restore the default.
Syntax
peer peer-address password { cipher cipher-password | simple simple-password }
undo peer peer-address password
Default
No MD5 authentication is performed for MSDP peers to establish TCP connections.
Views
Public network MSDP view, VPN instance MSDP view
Default command level
2: System level
Parameters
peer-address: Specifies an MSDP peer.
cipher cipher-password: Sets a ciphertext MD5 authentication password, a case-sensitive string of 1 to
137 c h a r a c t e rs .
simple simple-password: Specifies a plaintext MD5 authentication password, a case-sensitive string of 1
to 80 characters.