R21xx-HP FlexFabric 11900 Series High Availability Command Reference

37
Examples
# Create a MEP list that includes MEP 9 through MEP 15 in service instance 5.
<Sysname> system-view
[Sysname] cfd md test_md level 3
[Sysname] cfd service-instance 5 ma-id vlan-based md test_md vlan 100
[Sysname] cfd meplist 9 to 15 service-instance 5
Related commands
cfd md
cfd service-instance
cfd mip-rule
Use cfd mip-rule to configure the rules for generating MIPs. The system automatically generates MIPs on
each port according to the rules configured.
Use undo cfd mip-rule to restore the default.
Syntax
cfd mip-rule { default | explicit } service-instance instance-id
undo cfd mip-rule [ default | explicit ] service-instance instance-id
Default
No rules for generating MIPs are configured and the system does not automatically generate any MIPs.
Views
System view
Predefined user roles
network-admin
Parameters
default: Specifies the default rule. If no lower-level MIP exists on an interface, a MIP is created on the
current level. A MIP can be created even if no MEP is configured on the interface.
explicit: Specifies the explicit rule. If no lower-level MIP exists and a lower-level MEP exists on an interface,
a MIP is created on the current level. A MIP can be created only when a lower-level MEP is created on
the interface.
service-instance instance-id: Specifies the service instance ID in the range of 1 to 32767.
Examples
# Configure the MIP generation rule as default in service instance 5.
<Sysname> system-view
[Sysname] cfd mip-rule default service-instance 5
cfd service-instance
Use cfd service-instance to create a service instance with the MD name.
Use undo cfd service-instance to remove the service instance.