华为乾坤-修改指定的接口ARP配置:请求示例

时间:2025-02-17 11:37:33

请求示例

HTTP的示例
PUT /restconf/v2/data/huawei-ac-nes-device:nes/ne/00000000-0000-0000-0000-000000000000/huawei-nce-e-arp:arp-if/GE0%2F0%2F3 HTTP/1.1
Host: 192.168.1.125:18002
Content-Type: application/json
Accept: application/json
Accept-Language: en-US
X-AC CES S-TOKEN: x-yyyyyy
restconf-transaction-id: "00000000-0000-0000-0000-000000000000"
{
	"huawei-nce-e-arp:arp-if" : [
		{
			"config-status" : "configured-database-success",
			"last-committed-time" : "2022-01-01 00:00:00",
			"related-pkg-version" : "1.0.1",
			"edit-state" : "RUNNING",
			"if-name" : "GE0/0/3",
			"arp-proxy" : false,
			"route-proxy-enable" : true,
			"miss-anti-limit" : 333,
			"arp-limit" : [
				{
					"vlan-id" : 444,
					"limit-num" : 555
				}
			],
			"ipv4" : {
				"static-arp" : [
					{
						"ip-addr" : "10.1.1.4",
						"mac-addr" : "xxxx-xxxx-xxxx"
					}
				]
			}
		}
	]
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001899964377.html