Difference between revisions of "MC-Basic:SETENTRYPRIORITY/zh-hans"
(Created page with "{{Languages}} == 缩写 == SETEP == 格式 == SETEP Type = <''entry station type value''> Priority = <''priority value''> == 适用版本 == 从版本3.7.x起 == 描述 == ...") |
|||
Line 20: | Line 20: | ||
== 取值范围 == | == 取值范围 == | ||
<''entry station type value''> : 1 – Ethernet<br> | <''entry station type value''> : 1 – Ethernet<br> | ||
− | + | 3 – Virtual Entry Station<br> | |
− | + | 4 – Etherent2<br> | |
− | 5 – Etherent3 | + | 5 – Etherent3 |
− | ''<priority value> '':: | + | ''<priority value> '':: 1 to 16 |
== 单位 == | == 单位 == |
Revision as of 05:37, 28 April 2017
语言: | [[::MC-Basic:SETENTRYPRIORITY|English]] • [[::MC-Basic:SETENTRYPRIORITY/zh-hans|中文(简体)]] |
---|
缩写
SETEP
格式
SETEP Type = <entry station type value> Priority = <priority value>
适用版本
从版本3.7.x起
描述
设置指定入口位置的优先级。建议设置成2至16。 即使该数值设置成小于2的数,操作系统的TCP/IP 堆层仍然运行在优先级2。
类型
<entry station type value> : Long
<priority value> : Long
取值范围
<entry station type value> : 1 – Ethernet
3 – Virtual Entry Station
4 – Etherent2
5 – Etherent3
<priority value> :: 1 to 16
单位
默认值
<priority value> : 2
使用范围
配置器, 任务区, 终端
限制
例子
-->setep type = 1 priority = 3
-->?getentrypriority(1)
3