Skip to content
Ask AI

Loop Detect

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/loop-detect-interfaces/{name}YYYNY
/rest/v1/rpc/show-loopback-detectNYNNN
POST HTTPS://{switch IP}/rest/v1/rpc/show-loopback-detect
{
"name": "Ethernet1"
}
POST HTTPS://{switch IP}/rest/v1/running/loop-detect-interfaces
{
"name": "Ethernet12",
"vlan": "10-200",
"interval": 10,
"policy":
"block-vlan",
"wait-time": 30
}

Tree Diagrams

+--rw loop-detect-interfaces
+--rw loop-detect-interface* [name]
+--rw name
+--rw vlan?
+--rw interval?
+--rw policy?
+--rw wait-time?
+--ro looped-vlans?

Table of Properties

NameRequiredType/RangeDescription
loop-detect-interfacesMPath-only node, has no configurable value.
nameMEthernet name
Lag1..9999(sub-property of loop-detect-interfaces)
vlanO1..4094(sub-property of loop-detect-interfaces)
VLAN ID
intervalO1..3600(sub-property of loop-detect-interfaces)
Interval in seconds to check for loopback, default is 5 seconds
Default value: 5
policyO”shutdown"
"block-vlan”(sub-property of loop-detect-interfaces)
Policy to apply when loopback is detected, shutdown mode: Disable interfaces with loop detection configured, block-vlan mode: Blocking VLANs where loops occur, default is shutdown
Default value: “shutdown”
wait-timeO1..10800(sub-property of loop-detect-interfaces)
Wait time in seconds before resuming a blocked port or VLAN, default is 60 seconds
Default value: 60
looped-vlansROstring(sub-property of loop-detect-interfaces)

Tree Diagrams

+---x show-loopback-detect
+---w input
| +---w name?
+--ro output
+--ro data?

Table of Properties

NameRequiredType/RangeDescription
show-loopback-detectMPath-only node, has no configurable value.
Show loopback detect port status.
nameOEthernet name
Lag1..9999(sub-property of input)
|

| data | RO | | (sub-property of output) |