华为乾坤-批量更新IPv6 OSPF路由:请求示例

时间:2025-02-17 11:38:23

请求示例

HTTP的示例
PUT /controller/campus/v1/sdwan/routing-protocol/ipv6ospf 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
{
	"routes" : [
		{
			"siteId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
			"deviceId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
			"vpnId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
			"tnpId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
			"routerId" : "192.168.1.1",
			"processId" : 501,
			"defaultRouteAdvertisement" : false,
			"defaultRouteCost" : 1,
			"internalPreference" : 10,
			"asePreference" : 150,
			"routeRedistribute" : [
				{
					"type" : "DIRECT",
					"processId" : 501,
					"cost" : 1
				}
			],
			"exportRoutePolicy" : {
				"nodes" : [
					{
						"mode" : "permit",
						"matchCondition" : {
							"ipPrefix" : {
								"prefixFilters" : [
									{
										"ipv6Address" : "FC00:3::1",
										"maskLength" : 24,
										"greaterEqual" : 24,
										"lessEqual" : 24
									}
								]
							},
							"tag" : 100
						},
						"applyAction" : {
							"applyMetric" : {
								"cost" : "24",
								"sign" : "add"
							},
							"localPreference" : 100,
							"preferredValue" : 100,
							"applyTag" : 100
						}
					}
				]
			},
			"importRoutePolicy" : {
				"nodes" : [
					{
						"mode" : "permit",
						"matchCondition" : {
							"ipPrefix" : {
								"prefixFilters" : [
									{
										"ipv6Address" : "FC00:3::1",
										"maskLength" : 24,
										"greaterEqual" : 24,
										"lessEqual" : 24
									}
								]
							},
							"tag" : 100
						},
						"applyAction" : {
							"applyMetric" : {
								"cost" : "24",
								"sign" : "add"
							},
							"localPreference" : 100,
							"preferredValue" : 100,
							"applyTag" : 100
						}
					}
				]
			},
			"ipSubnets" : [
				{
					"interfaceType" : "tunnel",
					"interfaceId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
					"areaId" : "0",
					"areaType" : "normal",
					"authMode" : "none",
					"cryptographicSuit" : "hmac-sha256",
					"key" : 1,
					"cryptographicPwd" : "1",
					"helloTimer" : 1,
					"timerDead" : 1,
					"networkType" : "broadcast",
					"cost" : 1,
					"drPriority" : 1
				}
			],
			"transportNetworkPorts" : [
				{
					"interfaceType" : "tunnel",
					"interfaceId" : "fbb684c8-0d37-496f-bafa-4b06d515j7l6",
					"areaId" : "0",
					"areaType" : "normal",
					"authMode" : "none",
					"cryptographicSuit" : "hmac-sha256",
					"key" : 1,
					"cryptographicPwd" : "1",
					"helloTimer" : 1,
					"timerDead" : 1,
					"networkType" : "broadcast",
					"cost" : 1,
					"drPriority" : 1
				}
			],
			"configSource" : "Wan"
		}
	]
}
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002024913257.html