R3166-R3206-HP High-End Firewalls Network Management Command Reference-6PW101

Table Of Contents
488
name: Mesh group name, a case-sensitive string of 1 to 32 characters. A mesh group name must not
contain any space.
Description
Use the peer mesh-group command to configure an MSDP peer as a mesh group member.
Use the undo peer mesh-group command to remove an MSDP peer as a mesh group member.
By default, an MSDP peer does not belong to any mesh group.
Examples
# In the public instance, configure the MSDP peer with the IP address of 125.10.7.6 as a member of the
mesh group “Grp1”.
<Sysname> system-view
[Sysname] msdp
[Sysname-msdp] peer 125.10.7.6 mesh-group Grp1
peer minimum-ttl
Syntax
peer peer-address minimum-ttl ttl-value
undo peer peer-address minimum-ttl
View
Public instance MSDP view
Default level
2: System level
Parameters
peer-address: MSDP peer address.
ttl-value: Time-to-Live (TTL) threshold, in the range of 0 to 255.
Description
Use the peer minimum-ttl command to configure the TTL threshold for multicast data packet
encapsulation in SA messages.
Use the undo peer minimum-ttl command to restore the system default.
By default, the TTL threshold for a multicast packet to be encapsulated in an SA message is 0.
Related commands: display msdp peer-status.
Examples
# In the public instance, 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