支持冗余逻辑隧道
您可以在两个不同的线卡上配置两个逻辑隧道,以创建冗余逻辑隧道 (RLT)。当 FPC 出现故障时,这将提供冗余。RLT 上的伪线在主动-备用模式下支持两个成员。在任何给定时间,只有一个成员链路处于活动状态并承载流量。
要创建 RLT,请在层次结构中[edit chassis redundancy-group interface-type]
配置一对 redundant-logical-tunnel
接口,并通过在层次结构级别进行[edit interfaces interface-name redundancy-group]
配置member-interface interface-name
,将逻辑隧道接口包含在冗余组中。
以下是伪线 RLT 的示例配置。
chassis { pseudowire-service { device-count 500; } redundancy-group { interface-type { redundant-logical-tunnel { device-count 10; } } } } interfaces { rlt0 { redundancy-group { member-interface lt-0/1/0; member-interface lt-0/1/1; } } ps0 { anchor-point { rlt0; } } }
有关冗余逻辑隧道的更多信息,请参阅 冗余逻辑隧道概述