在增强型 LAN 模式下的 MX 系列路由器上配置 LLDP-MED
链路层发现协议 – 媒体端点发现 (LLDP-MED) 是 LLDP 的扩展。从 Junos OS 14.2 版开始,路由器使用 LLDP-MED 来支持 VoIP 电话的设备发现,并为这些电话位置创建位置数据库。
默认情况下,MX 系列路由器上的 LLDP-MED 处于打开状态。
本主题将介绍如下内容:
在接口上启用 LLDP-MED
默认情况下,在所有接口上启用 LLDP-MED。如果禁用,您可以通过在所有接口或特定接口上配置来启用 LLDP-MED。
要在所有接口或特定接口上配置 LLDP-MED,请执行以下操作:
[edit protocols lldp-med] user@router# set interface (LLDP-MED) ge-0/0/2.0
配置路由器通告的位置信息
您可以配置从路由器播发到 LLDP-MED 设备的位置信息。您可以指定基于公民的位置(地理位置)或基于 ELIN(紧急位置标识号)的位置:
要按地理位置指定位置,请执行以下操作:
[edit protocols lldp-med] user@router# set interface ge-0/0/2.0 location civic-based country-code US user@router# set interface ge-0/0/2.0 location civic-based ca-type 1 ca-value “El Dorado County” user@router# set interface ge-0/0/2.0 location civic-based ca-type 2 ca-value CA user@router# set interface ge-0/0/2.0 location civic-based ca-type 3 ca-value Somerset user@router# set interface ge-0/0/2.0 location civic-based ca-type 6 ca-value “Mount Aukum Road” user@router# set interface ge-0/0/2.0 location civic-based ca-type 19 ca-value 6450 user@router# set interface ge-0/0/2.0 location civic-based ca-type 21 ca-value “Holiday Market”
要使用 elin 字符串指定位置,请执行以下操作:
[edit protocols lldp-med] user@router# set interface ge-0/0/2.0 location elin 4085551212
配置快速启动
您可以指定在路由器检测到 LLDP-MED 设备后的第一秒内从路由器发送的 LLDP-MED 通告数量。默认值为 3;将其设置为其他值:
[edit protocols lldp-med] user@router# set fast-start 6
注:
如果接口配置为 VoIP 接口,则路由器不会等待连接的电话将自己标识为 LLDP-MED 设备,即可在平稳路由引擎切换 (GRES) 或重新启动后执行 LLDP-MED 快速启动。相反,它会在 GRES 或重新启动后立即执行 LLDP-MED 快速启动。此行为可防止某些型号的 IP 电话在 GRES 后重置。
变更历史表
是否支持某项功能取决于您使用的平台和版本。 使用 Feature Explorer 查看您使用的平台是否支持某项功能。
版本
说明
14.2
从 Junos OS 14.2 版开始,路由器使用 LLDP-MED 来支持 VoIP 电话的设备发现,并为这些电话位置创建位置数据库。