sql: 更新UPF参数配置
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -338,6 +338,20 @@ upf:
|
|||||||
filter: "0~1"
|
filter: "0~1"
|
||||||
display: "Enable Qer"
|
display: "Enable Qer"
|
||||||
comment: "Enable PFCP Qer Control"
|
comment: "Enable PFCP Qer Control"
|
||||||
|
- name: "enableNat"
|
||||||
|
type: "int"
|
||||||
|
value: "0"
|
||||||
|
access: "read-write"
|
||||||
|
filter: "0~1"
|
||||||
|
display: "Enable NAT"
|
||||||
|
comment: "Enable NAT For N6 interface"
|
||||||
|
- name: "enableArpProxy"
|
||||||
|
type: "int"
|
||||||
|
value: "0"
|
||||||
|
access: "read-write"
|
||||||
|
filter: "0~1"
|
||||||
|
display: "Enable Arp Proxy"
|
||||||
|
comment: "Enable Arp Proxy For N6 interface"
|
||||||
dataForwarderUpfd:
|
dataForwarderUpfd:
|
||||||
display: "Data Forwarder Upfd"
|
display: "Data Forwarder Upfd"
|
||||||
sort: 13
|
sort: 13
|
||||||
@@ -546,14 +560,14 @@ upf:
|
|||||||
comment: ""
|
comment: ""
|
||||||
- name: "bfdTxIntervalMs"
|
- name: "bfdTxIntervalMs"
|
||||||
type: "int"
|
type: "int"
|
||||||
value: "1"
|
value: "0"
|
||||||
access: "read-write"
|
access: "read-write"
|
||||||
filter: ""
|
filter: ""
|
||||||
display: "BFD TX Interval Ms"
|
display: "BFD TX Interval Ms"
|
||||||
comment: ""
|
comment: ""
|
||||||
- name: "bfdRxIntervalMs"
|
- name: "bfdRxIntervalMs"
|
||||||
type: "int"
|
type: "int"
|
||||||
value: "1"
|
value: "0"
|
||||||
access: "read-write"
|
access: "read-write"
|
||||||
filter: ""
|
filter: ""
|
||||||
display: "BFD RX Interval Ms"
|
display: "BFD RX Interval Ms"
|
||||||
@@ -602,7 +616,7 @@ upf:
|
|||||||
comment: ""
|
comment: ""
|
||||||
- name: "vlanIdMax"
|
- name: "vlanIdMax"
|
||||||
type: "int"
|
type: "int"
|
||||||
value: ""
|
value: "0"
|
||||||
access: "read-write"
|
access: "read-write"
|
||||||
filter: ""
|
filter: ""
|
||||||
display: "Vlan ID Max"
|
display: "Vlan ID Max"
|
||||||
@@ -1292,9 +1306,70 @@ upf:
|
|||||||
filter: "1~128"
|
filter: "1~128"
|
||||||
display: "Dst Server IPv6 Prefix"
|
display: "Dst Server IPv6 Prefix"
|
||||||
comment: ""
|
comment: ""
|
||||||
|
networkControlFreeServerList:
|
||||||
|
display: "Free Server List"
|
||||||
|
sort: 27
|
||||||
|
array:
|
||||||
|
- name: "index"
|
||||||
|
type: "int"
|
||||||
|
value: "1"
|
||||||
|
access: "read-write"
|
||||||
|
filter: "1~32"
|
||||||
|
display: "Index"
|
||||||
|
comment: "1~32"
|
||||||
|
- name: "enabled"
|
||||||
|
type: "int"
|
||||||
|
value: "0"
|
||||||
|
access: "read-write"
|
||||||
|
filter: "0~1"
|
||||||
|
display: "Enabled"
|
||||||
|
comment: ""
|
||||||
|
- name: "freeServerAddrList"
|
||||||
|
type: "int"
|
||||||
|
value: "1"
|
||||||
|
access: "read-write"
|
||||||
|
filter: "0~32"
|
||||||
|
display: "Free Server Address List"
|
||||||
|
comment: ""
|
||||||
|
array:
|
||||||
|
- name: "index"
|
||||||
|
type: "int"
|
||||||
|
value: "1"
|
||||||
|
access: "read-only"
|
||||||
|
filter: "1~32"
|
||||||
|
display: "Index"
|
||||||
|
comment: "1~32"
|
||||||
|
- name: "serverIpv4"
|
||||||
|
type: "string"
|
||||||
|
value: "0.0.0.0"
|
||||||
|
access: "read-write"
|
||||||
|
filter: ""
|
||||||
|
display: "Server IPv4"
|
||||||
|
comment: ""
|
||||||
|
- name: "serverIpv4Mask"
|
||||||
|
type: "string"
|
||||||
|
value: "255.255.255.0"
|
||||||
|
access: "read-write"
|
||||||
|
filter: ""
|
||||||
|
display: "Server IPv4 Mask"
|
||||||
|
comment: ""
|
||||||
|
- name: "serverIpv6"
|
||||||
|
type: "string"
|
||||||
|
value: ""
|
||||||
|
access: "read-write"
|
||||||
|
filter: ""
|
||||||
|
display: "Server IPv6"
|
||||||
|
comment: ""
|
||||||
|
- name: "serverIpv6Prefix"
|
||||||
|
type: "int"
|
||||||
|
value: "64"
|
||||||
|
access: "read-write"
|
||||||
|
filter: ""
|
||||||
|
display: "Server IPv6 Prefix"
|
||||||
|
comment: ""
|
||||||
networkControlDnsServerList:
|
networkControlDnsServerList:
|
||||||
display: "Network Control DNS Server List"
|
display: "Network Control DNS Server List"
|
||||||
sort: 27
|
sort: 29
|
||||||
array:
|
array:
|
||||||
- name: "index"
|
- name: "index"
|
||||||
type: "int"
|
type: "int"
|
||||||
@@ -1333,7 +1408,7 @@ upf:
|
|||||||
comment: ""
|
comment: ""
|
||||||
dpiCommon:
|
dpiCommon:
|
||||||
display: "DPI Common"
|
display: "DPI Common"
|
||||||
sort: 29
|
sort: 31
|
||||||
list:
|
list:
|
||||||
- name: "maxDetectPacketNum"
|
- name: "maxDetectPacketNum"
|
||||||
type: "int"
|
type: "int"
|
||||||
@@ -1358,7 +1433,7 @@ upf:
|
|||||||
comment: ""
|
comment: ""
|
||||||
dpiHeaderEnrichInfoList:
|
dpiHeaderEnrichInfoList:
|
||||||
display: "DPI Header Enrich Info List"
|
display: "DPI Header Enrich Info List"
|
||||||
sort: 31
|
sort: 33
|
||||||
array:
|
array:
|
||||||
- name: "index"
|
- name: "index"
|
||||||
type: "int"
|
type: "int"
|
||||||
@@ -1390,7 +1465,7 @@ upf:
|
|||||||
comment: ""
|
comment: ""
|
||||||
dpiAppList:
|
dpiAppList:
|
||||||
display: "DPI APP List"
|
display: "DPI APP List"
|
||||||
sort: 33
|
sort: 35
|
||||||
array:
|
array:
|
||||||
- name: "index"
|
- name: "index"
|
||||||
type: "int"
|
type: "int"
|
||||||
|
|||||||
Reference in New Issue
Block a user