跳转到内容
Ask AI

Management Interface

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

URLGETPOSTPATCHPUTDELETE
/rest/v1/running/mgmt-interfaces/{name}YNYNN
/rest/v1/running/mgmt-interfaces/{name}/address/{ip-prefix}YYYNY
/rest/v1/rpc/show-interface-mgmtNYNNN
PATCH HTTPS://{switch IP}/rest/v1/running/mgmt-interfaces/Mgmt0
{"vrf-enable": "false"}
POST HTTPS://{switch IP}/rest/v1/running/mgmt-interfaces/Mgmt0/address
{
"ip-prefix": "172.16.8.10/24",
"gwaddr": "172.16.8.1"
}

Tree Diagrams

+--rw mgmt-interfaces
+--rw mgmt-interface* [name]
+--rw name
+--rw address* [ip-prefix]
| +--rw ip-prefix
| +--rw gwaddr?
+--rw vrf-enable?

Table of Properties

NameRequiredType/RangeDescription
mgmt-interfacesMPath-only node, has no configurable value.
The mgmt-interfaces struct containing all attributes of mgmt-interfaces data set.
nameMstring(sub-property of mgmt-interfaces)
addressM(sub-property of mgmt-interfaces)
Path-only node, has no configurable value.
The type of ip-prefix must be same as the type of gw.
ip-prefixMA.B.C.D/M or XX:XX:XX:XX:XX:XX:XX:XX/M(sub-property of address)
IP address family must be same as gwaddr.
gwaddrOA.B.C.D or XX:XX:XX:XX:XX:XX:XX:XX(sub-property of address)
IP address family must be same as ip-prefix
vrf-enableO”true"
"false”(sub-property of mgmt-interfaces)
Default value: “false”

Tree Diagrams

+---x show-interface-mgmt
+---w input
| +---w vrf?
+--ro output
+--ro result?

Table of Properties

NameRequiredType/RangeDescription
show-interface-mgmtMPath-only node, has no configurable value.
Show mgmt interface
vrfO”true"
"false”(sub-property of input)
If true, show mgmt interface in VRF mode.
resultROstring(sub-property of output)
A text that shows information of mgmt interface