批发商作为系统的所有者使用默认路由实例。您必须为每个零售商创建单独的路由实例,以便将各个零售商的路由信息保持独立,并定义特定于每个零售商的任何服务器和转发选项。
创建单独的路由实例时,了解路由器在 L2 批发网络中的角色并指定路由实例配置中的角色(接入或 NNI)非常重要。如果路由器连接到网络的接入部分(例如,连接到 MSAN 设备),则必须将路由实例配置为接入路由实例。请参阅 为第 2 层批发服务零售商配置单独的接入路由实例。
要定义零售商路由实例:
- 创建零售商路由实例。
[edit]
user@host# edit routing-instances RetailerInstance1
- 指定希望零售商遵循的 VLAN 模型。
[edit routing-instances RetailerInstance1]
user@host# set vlan-model one-to-one
- 指定您希望路由实例承担的角色。
[edit routing-instances RetailerInstance1]
user@host# set instance-role nni
- 指定零售商的路由实例类型。
[edit routing-instances RetailerInstance1]
user@host# set instance-type l2backhaul-vpn
- 为该零售商定义面向 NNI ISP 的接口。
[edit routing-instances RetailerInstance1]
user@host# set interface ge-1/1/0.0
- 指定此 VLAN 域中的接入端口不会相互转发数据包。
[edit routing-instances RetailerInstance1]
user@host# set no-local-switching
- 指定附加到路由的唯一标识符,以便区分路由所属的 VPN。
[edit routing-instances RetailerInstance1]
user@host# set route-distinguisher 10.10.10.1:1
- (可选)指定 VRF 目标社区。
[edit routing-instances RetailerInstance1]
user@host# set vrf-target target:100:1
注意:
语句的目的是 vrf-target
通过允许您在层次结构级别配置大多数语句 [edit routing-instances]
来简化配置。
- 定义路由实例的 VPLS 协议。
- 访问路由实例
protocols
层次结构。
[edit routing-instances RetailerInstance1]
user@host# edit protocols
- 在路由实例上启用 VPLS。
[edit routing-instances RetailerInstance1 protocols]
user@host# edit vpls
- 指定 VPLS 域允许的最大站点数。
[edit routing-instances RetailerInstance1 protocols vpls]
user@host# set site-range 1000
- (可选)如果路由器没有隧道服务 PIC,请指定
no-tunnel-services
语句。
[edit routing-instances RetailerInstance1 protocols vpls]
user@host# set no-tunnel-services
- 指定站点名称。
[edit routing-instances RetailerInstance1 protocols vpls]
user@host# set site A-PE
- 指定站点标识符。
[edit routing-instances RetailerInstance1 protocols vpls site A-PE]
user@host# set site-identifier 1
- 定义 VPLS 路由实例的连接,以
permanent
保持 VPLS 连接,直到特别关闭。
[edit routing-instances RetailerInstance1 protocols vpls]
user@host# set connectivity-type permanent
- 为其他零售商重复此过程。