跳转到内容
Ask AI

MC-LAG

此内容尚不支持你的语言。

Multi Chassis Link Aggregation Group.

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/mclag-domains/{domainid}YYYNY
/rest/v1/running/mclag-domains/{domainid}/members/{name}YYYNY
/rest/v1/running/mclag-domains/{domainid}/vlans/{vlanid}YYYNY
/rest/v1/rpc/show-mclag-consistency-check-resultNYNNN
/rest/v1/rpc/show-mclag-stateNYNNN
POST HTTPS://{switch IP}/rest/v1/rpc/show-mclag-consistency-check-result
POST HTTPS://{switch IP}/rest/v1/rpc/show-mclag-state
POST HTTPS://{switch IP}/rest/v1/running/mclag-domains
{
"domainid": 2,
"peer-ip": "35.0.0.2",
"source-ip": "35.0.0.1"
}
POST HTTPS://{switch IP}/rest/v1/running/mclag-domains/1/members
{
"name": "Lag111"
}
POST HTTPS://{switch IP}/rest/v1/running/mclag-domains/1/vlans
{
"vlanid": 12,
"unique_ip": "true",
"mode": "same-mac"
}

Tree Diagrams

+--rw mclag-domains
+--rw mclag-domain* [domainid]
+--rw domainid
+--rw peer-ip?
+--rw source-ip?
+--rw peer-link?
+--rw keepalive-interval?
+--rw session-timeout?
+--rw vrf?
+--rw consistency-check?
+--rw backup-channel?
+--rw dad-source-ip?
+--rw dad-peer-ip?
+--rw detection-delay?
+--rw member-recover-delay?
+--rw orphan-recover-delay?
+--rw dad-vrf?
+--rw commit?

Table of Properties

NameRequiredType/RangeDescription
mclag-domainsMPath-only node, has no configurable value.
domainidM1..4095(sub-property of mclag-domains)
MCLAG domain ID
peer-ipOA.B.C.D
XX:XX:XX:XX:XX:XX:XX:XX(sub-property of mclag-domains)
Peer IP of the MC-LAG control link
source-ipOA.B.C.D
XX:XX:XX:XX:XX:XX:XX:XX(sub-property of mclag-domains)
Local IP of the MC-LAG control link
peer-linkOEthernet name
Lag1..9999(sub-property of mclag-domains)
The peer-link port name, which is used to connect to the remote MC-LAG
keepalive-intervalO1..60(sub-property of mclag-domains)
MC-LAG keepalive message sending interval in seconds. The Keepalive message interval value should be less than 1/3 of the session timeout time; the session timeout time should be a multiple of the Keepalive message interval Default 1 seconds
Default value: 1
session-timeoutO3..3600(sub-property of mclag-domains)
MC-LAG session timeout in seconds. Default 15 seconds
Default value: 15
vrfO”default”
vrf name(sub-property of mclag-domains)
VRF name, MC-LAG keepalive session belongs to the VRF that specifies the VRF of the routing port to which the local-address belongs
consistency-checkO”default"
"graceful"
"idle”(sub-property of mclag-domains)
MC-LAG consistency check action, the default action is the idle mode. default mode: if the consistency check fails, the master and standby devices admin down the failed member ports at the same time. graceful mode: if the consistency check fails, only the Standby role device admin down the failed member ports, and the active device stays up. idle mode, the consistency check only displays the relevant results and does not take any corresponding action.
Default value: “idle”
backup-channelO1..4094(sub-property of mclag-domains)
MC-LAG ICCP alternate pathway vlanid
dad-source-ipOA.B.C.D
XX:XX:XX:XX:XX:XX:XX:XX(sub-property of mclag-domains)
MC-LAG DAD link local IP
dad-peer-ipOA.B.C.D
XX:XX:XX:XX:XX:XX:XX:XX(sub-property of mclag-domains)
MC-LAG DAD link peer IP
detection-delayO0..512(sub-property of mclag-domains)
MC-LAG DAD detection delay in seconds. Default 15 seconds
Default value: 15
member-recover-delayO0..1000(sub-property of mclag-domains)
MC-LAG standby side mlag port error-down state recovery delay time Default 60 seconds
Default value: 60
orphan-recover-delayO0..1000(sub-property of mclag-domains)
MC-LAG standby side non-mlag port error-down state recovery delay time Default 0 seconds
Default value: 0
dad-vrfO”default”
vrf name(sub-property of mclag-domains)
VRF name, MC-LAG DAD keepalive session belongs to the VRF that specifies the VRF of the routing port to which the local-address belongs

Tree Diagrams

+--rw mclag-domains
+--rw mclag-domain* [domainid]
+--rw domainid
+--rw members
| +--rw member* [name]
| +--rw name

Table of Properties

NameRequiredType/RangeDescription
mclag-domainsMPath-only node, has no configurable value.
domainidM1..4095(sub-property of mclag-domains)
MCLAG domain ID
membersM(sub-property of mclag-domains)
Path-only node, has no configurable value.
nameMLag1..9999(sub-property of members)

Tree Diagrams

+--rw mclag-domains
+--rw mclag-domain* [domainid]
+--rw domainid
+--rw vlans
+--rw vlan* [vlanid]
+--rw vlanid
+--rw mode?
+--rw unique-ip?

Table of Properties

NameRequiredType/RangeDescription
mclag-domainsMPath-only node, has no configurable value.
domainidM1..4095(sub-property of mclag-domains)
MCLAG domain ID
vlansM(sub-property of mclag-domains)
Path-only node, has no configurable value.
vlanidM1..4094(sub-property of vlans)
modeO”diff-mac"
"same-mac”(sub-property of vlans)
Unique VLAN mode, the default mode is diff_mac mode. diff_mac: The VLAN ID of the local and remote devices must be different. same_mac: The VLAN ID of the local and remote devices must be the same.
Default value: “diff-mac”
unique-ipO”true"
"false”(sub-property of vlans)
Whether to enable the unique IP function. Default: “false”
Default value: “false”

Tree Diagrams

+---x show-mclag-state
| +--ro output
| +--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-mclag-stateMPath-only node, has no configurable value.
Show MCLAG state.
dataRO(sub-property of output)

Tree Diagrams

+---x show-mclag-consistency-check-result
+--ro output
+--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-mclag-consistency-check-resultMPath-only node, has no configurable value.
Show MCLAG consistency check result.
dataRO(sub-property of output)