简介
本文档介绍在URWB模式下的IW9165和IW9167无线电上配置MPLS参数。
先决条件
要求
Cisco 建议您了解以下主题:
- 基本CLI导航和命令
- 了解IW URWB模式无线电
使用的组件
本文档中的信息基于以下软件和硬件版本:
本文档中的信息都是基于特定实验室环境中的设备编写的。本文档中使用的所有设备最初均采用原始(默认)配置。如果您的网络处于活动状态,请确保您了解所有命令的潜在影响。
背景信息
MPLS是一种路由技术,它使用标签而不是IP地址将数据从源发送到目的地。
在URWB模式下的IW9165和IW9167无线电上,可以通过工业无线服务和CLI的IoT OD配置多个MPLS参数。
本文档提供了有关配置这些参数的详细说明。
配置
当前配置
要查看设备上的当前MPLS配置,请执行以下操作:
device#show mpls configuration
示例输出:
Configuration for MPLS:
- MPLS tunnels: Tunnel1, Tunnel2
- Unicast flooding: enabled
- Pseudowire formation: meshend
- Cluster ID: cluster1
- ARP limit: rate 100, grace 200, block 300
- ARP unicast flooding: enabled
- Reduce broadcast: enabled
- VBR table: 5 entries

单播泛洪
步骤 1:启用MPLS数据包的单播泛洪。
device#configure mpls unicast enabled
步骤 2:禁用MPLS数据包的单播泛洪。
device#configure mpls unicast disabled
步骤 3:启用来自非私有IP地址的单播泛洪。
device#configure mpls unicast restricted
步骤 4:启用单播数据包的重试限制。
device#configure mpls unicast-flood rate-limit enabled
步骤 5:禁用单播数据包的重试限制。
device#configure mpls unicast-flood rate-limit disabled

伪线形成
步骤 1:使伪线仅能连接到网状端。
device#configure mpls pw-set meshend
步骤 2:启用到所有设备的伪线。
device#configure mpls pw-set all

集群ID
步骤 1:配置集群ID。
device#configure mpls cluster-id set cluster1
步骤 2:删除集群ID。
device#configure mpls cluster-id clear

ARP限制
步骤 1:设置ARP限制速率。
device#configure mpls arp-limit rate N
步骤 2:设置ARP限制宽限值。
device#configure mpls arp-limit grace rate X
步骤 3:设置ARP限制块值。
device#configure mpls arp-limit block Y

ARP单播泛洪
步骤 1:启用ARP单播泛洪。
device#configure mpls arp-unicast enabled
步骤 2:禁用ARP单播泛洪。
device#configure mpls arp-unicast disabled

减少广播
步骤 1:启用减少广播数据包。
device#configure mpls reduce-broadcast enabled
步骤 2:禁用减少广播数据包。
device#configure mpls reduce-broadcast disabled

VBR表
步骤 1:从任何设备清除VBR表。
device#configure mpls vbr clear
步骤 2:向设备添加新路径。
device#configure mpls vbr mac-list add <mac-address> <vlan id>
步骤 3:从设备删除获知的路径。
device#configure mpls vbr mac-list clear <mac-address> <vlan id>


验证
步骤 1:检验MPLS配置。
device#show mpls configuration
说明:此命令显示设备上建立的当前MPLS设置和隧道。
Step 2: Validate VBR table entries
device#show mpls vbr
相关信息
"'