创建公网型/私网型ELB的UDP监听器
<p>本文介绍如何为公网型/私网型负载均衡实例创建UDP监听器。</p>
<p><span style="font-size:16px"><strong>前提条件</strong></span></p>
<p>已创建私网型负载均衡实例。</p>
<p> </p>
<p><span style="font-size:16px"><strong>操作步骤</strong></span></p>
<p>1. 登录<a href="https://yun.pingan.com/console/loadBalance/overview">负载均衡ELB控制台</a>。</p>
<p>2. 单击左侧导航栏<strong>实例管理</strong>,进入<strong>实例管理</strong>页面。</p>
<p>3. 单击目标负载均衡实例的实例名,进入<strong>实例详情</strong>页面。</p>
<p>4. 单击<strong>监听器</strong>页签。</p>
<p>5. 单击页签右上角的<strong>创建</strong>,进入<strong>创建监听器</strong>页面。</p>
<p>6. 根据如下信息,进行监听器的基础配置。</p>
<p><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20192506095820-1a028a7e9707.png" style="height:620px; width:830px" /></p>
<p><strong>基本信息</strong></p>
<table border="1" cellpadding="0" cellspacing="0" style="width:600px">
<tbody>
<tr>
<td style="background-color:#ededed; width:92px">
<p><strong>配置项</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:635px">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="width:92px">
<p>描述</p>
</td>
<td style="vertical-align:top; width:635px">
<p>自定义对监听器的描述。</p>
</td>
</tr>
<tr>
<td style="width:92px">
<p>前端协议</p>
</td>
<td style="vertical-align:top; width:635px">
<p>选择前端协议为UDP。</p>
</td>
</tr>
<tr>
<td style="width:92px">
<p>端口</p>
</td>
<td style="vertical-align:top; width:635px">
<p>填写用于接收请求并向服务器资源池转发请求的端口号。</p>
<p><strong>说明:</strong>在同一个负载均衡实例内,监听器端口号不可重复。</p>
</td>
</tr>
<tr>
<td style="width:92px">
<p>调度算法</p>
</td>
<td style="vertical-align:top; width:635px">
<p>选择调度算法,目前只支持<strong>加权轮询</strong>一种算法。加权轮询模式下,访问请求会按权重值分配给服务器资源池中的主机,主机权重越高的被分发到的几率越大。如果权重值相同,则实现轮询模式。</p>
</td>
</tr>
<tr>
<td style="width:92px">
<p>服务器资源池</p>
</td>
<td style="vertical-align:top; width:635px">
<p>用于选择服务器资源池。</p>
<p>选择服务器资源池的步骤为:</p>
<p>1. 单击<strong>选择服务器池</strong>,弹出<strong>选择服务器池</strong>对话框。</p>
<p>2. 勾选目标服务器资源池,单击<strong>确定</strong>。</p>
<p>若还未创建服务器资源池,需要先创建好服务器资源池后,此处才可进行选择。您可以先不进行选择,等创建好服务器资源池后,再为监听器选择服务器资源池。创建服务器资源池的相关操作,可参考<a href="https://yun.pingan.com/ssr/help/network/elb/manual.serverpool.createpool1">创建公网型/私网型ELB的资源池</a>。</p>
</td>
</tr>
</tbody>
</table>
<p><strong>高级配置</strong></p>
<table border="1" cellpadding="0" cellspacing="0" style="width:600px">
<tbody>
<tr>
<td style="background-color:#ededed; width:87px">
<p><strong>配置项</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:602px">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="width:87px">
<p>会话保持</p>
</td>
<td style="vertical-align:top; width:602px">
<p>选择开启或关闭会话保持功能。开启会话保持功能后,属于同一个会话的请求都会转发到同一个主机进行处理。</p>
<p>会话保持的方式为源地址哈希SOURCE_ADDRESS。</p>
</td>
</tr>
</tbody>
</table>
<p>7. 单击<strong>下一步</strong>,进入健康检查配置页面。</p>
<p><strong>说明:</strong>私网型负载均衡实例的UDP监听器不支持健康检查功能,健康检查功能选项无法启用。公网型负载均衡实例的UDP监听器支持健康检查功能,需要根据如下信息配置健康检查信息。</p>
<p><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20192506095856-1a788caa9430.png" style="height:632px; width:830px" /></p>
<p><strong>健康检查</strong></p>
<table border="1" cellpadding="0" cellspacing="0" style="width:600px">
<tbody>
<tr>
<td style="background-color:#ededed; width:107px">
<p><strong>配置项</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:674px">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>健康检查</p>
</td>
<td style="vertical-align:top; width:674px">
<p>选择开启或关闭健康检查功能。如果开启健康检查功能,负载均衡服务会检查服务器资源池中的主机的健康状况,如果发现某个主机存在问题,则会把请求转发到其它的正常的主机上。当该主机恢复正常后,负载均衡服务会重新将请求发送给该主机。</p>
<p>开启健康检查功能后,还需要配置下面的参数。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>检查方式</p>
</td>
<td style="vertical-align:top; width:674px">
<p>选择进行健康检查的协议,可选择的检查方式包括HTTP和TCP两种。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>检查路径</p>
</td>
<td style="vertical-align:top; width:674px">
<p>如果检查方式为HTTP,则需要输入进行健康检查的URL路径。请确保该路径可以被正常访问。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>检查间隔</p>
</td>
<td style="vertical-align:top; width:674px">
<p>设置两次健康检查之间的时间间隔,取值范围:[5,300]秒。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>超时时间</p>
</td>
<td style="vertical-align:top; width:674px">
<p>设置每次健康检查响应的最大超时时间,取值范围:[2,60]秒。健康检查过程中,如果服务器资源池中的主机在该时间内没有正确响应,则判定为健康检查失败。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>检查阈值</p>
</td>
<td style="vertical-align:top; width:674px">
<p>设置连续进行多少次健康检查后判定主机的健康状态,取值范围:[2,10]次。如果设置为3,连续三次收到健康检查结果为成功的情况下,判定主机为健康,连续三次收到健康检查结果为失败的情况下,判定主机为不健康。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>自定义健康检查请求内容</p>
</td>
<td style="vertical-align:top; width:674px">
<p>填写用户自定义的健康检查请求的内容。</p>
</td>
</tr>
<tr>
<td style="width:107px">
<p>自定义健康检查返回结果</p>
</td>
<td style="vertical-align:top; width:674px">
<p>填写用户自定义的健康检查返回的结果。</p>
</td>
</tr>
</tbody>
</table>
<p>8. 单击<strong>创建</strong>,页面下方会弹出<strong>操作成功</strong>的提示。 </p>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!