美文网首页
用juniper vmx17.2做VPLS测试

用juniper vmx17.2做VPLS测试

作者: 严炎2016 | 来源:发表于2017-11-07 18:50 被阅读0次






vmx1的配置

root> show configuration | display set | except dhcp | except syslog

set version 17.2R1.13

set system root-authentication encrypted-password "$6$KWt7snue$bbsPCimbXj5ziyOhFuJahPdAL63/YgE2F5OinzUVHWdRZtJEsJJe.tENcUVGLAQwJ5bhjBsOGbU5vjR2VWM6G0"

set system services ssh protocol-version v2

set chassis fpc 0 pic 0 tunnel-services bandwidth 1g

set chassis network-services enhanced-ip

set interfaces ge-0/0/1 vlan-tagging

set interfaces ge-0/0/1 encapsulation vlan-vpls

set interfaces ge-0/0/1 unit 803 description "SW-INT-1 facing interface"

set interfaces ge-0/0/1 unit 803 encapsulation vlan-vpls

set interfaces ge-0/0/1 unit 803 vlan-id 803

set interfaces ge-0/0/1 unit 803 family vpls

set interfaces ge-0/0/9 unit 0 family inet address 192.168.23.1/24

set interfaces ge-0/0/9 unit 0 family mpls

set interfaces fxp0 unit 0 family inet address 10.5.39.241/24

set interfaces lo0 unit 0 family inet address 1.1.1.1/32

set routing-options static route 10.5.0.0/16 next-hop 10.5.39.254

set routing-options autonomous-system 65001

set protocols mpls interface ge-0/0/9.0

set protocols bgp group ibgp type internal

set protocols bgp group ibgp local-address 1.1.1.1

set protocols bgp group ibgp family inet unicast

set protocols bgp group ibgp family l2vpn signaling

set protocols bgp group ibgp neighbor 2.2.2.2

set protocols ospf area 0.0.0.0 interface lo0.0 passive

set protocols ospf area 0.0.0.0 interface ge-0/0/9.0

set protocols ldp interface ge-0/0/9.0

set routing-instances blue instance-type vpls

set routing-instances blue interface ge-0/0/1.803

set routing-instances blue route-distinguisher 65001:12

set routing-instances blue vrf-target target:65001:15

set routing-instances blue protocols vpls site-range 2

set routing-instances blue protocols vpls no-tunnel-services

set routing-instances blue protocols vpls site blue1 site-identifier 1

vmx2的配置

root> show configuration | display set | except dhcp | except syslog

set version 17.2R1.13

set system root-authentication encrypted-password "$6$BKa1kVFA$2sJPJZHCcWANsee6obn..pQc3Sgdpnvht2HvbFcVGLx7AkWwxKb0ZhmZkNqCx7kyVkqBlv8uw/By0ANVfkp0k."

set system services ssh protocol-version v2

set chassis fpc 0 pic 0 tunnel-services bandwidth 1g

set chassis network-services enhanced-ip

set interfaces ge-0/0/1 vlan-tagging

set interfaces ge-0/0/1 encapsulation vlan-vpls

set interfaces ge-0/0/1 unit 803 description "SW-INT-2 facing interface"

set interfaces ge-0/0/1 unit 803 encapsulation vlan-vpls

set interfaces ge-0/0/1 unit 803 vlan-id 803

set interfaces ge-0/0/1 unit 803 family vpls

set interfaces ge-0/0/9 unit 0 family inet address 192.168.23.2/24

set interfaces ge-0/0/9 unit 0 family mpls

set interfaces fxp0 unit 0 family inet address 10.5.39.242/24

set interfaces lo0 unit 0 family inet address 2.2.2.2/32

set routing-options static route 10.5.0.0/16 next-hop 10.5.39.254

set routing-options autonomous-system 65001

set protocols mpls interface ge-0/0/9.0

set protocols bgp group ibgp type internal

set protocols bgp group ibgp local-address 2.2.2.2

set protocols bgp group ibgp family inet unicast

set protocols bgp group ibgp family l2vpn signaling

set protocols bgp group ibgp neighbor 1.1.1.1

set protocols ospf area 0.0.0.0 interface lo0.0 passive

set protocols ospf area 0.0.0.0 interface ge-0/0/9.0

set protocols ldp interface ge-0/0/9.0

set routing-instances blue instance-type vpls

set routing-instances blue interface ge-0/0/1.803

set routing-instances blue route-distinguisher 65001:12

set routing-instances blue vrf-target target:65001:15

set routing-instances blue protocols vpls site-range 2

set routing-instances blue protocols vpls no-tunnel-services

set routing-instances blue protocols vpls site blue1 site-identifier 2    

开始验证






相关文章

  • 用juniper vmx17.2做VPLS测试

    vmx1的配置 root> show configuration | display set | except d...

  • juniper多路由实例OSPF与RIB-GROUP

    juniper没有ospf多进程概念,用多virtual-router来做 root@VMX-C# run sho...

  • Juniper - Olive

    概念 Olive指的是运行Juniper Networks的JUNOS软件的常规PC或虚拟机。Juniper早期创...

  • juniper

    Juniper交换机更改端口vlan的过程 先列出交换机的配置: show configuration | dis...

  • VPLS over GRE over IPSEC on VMX

    参考: dci-vpls-o-gre-o-ipsec.pdf Linux-6 ens3: ip:192.16810...

  • Juniper - 概念介绍

    操作企业Juniper网络路由 Juniper网络企业路由 企业路由的定位 J系列路由器应用在小型企业M系列路由器...

  • Juniper - 介绍

    Juniper网络公司,中文名叫作:瞻博网络。致力于实现网络商务模式的转型。作为全球领先的联网和安全性解决方案供应...

  • Juniper - Junosphere

    基于云的网络测试和训练环境。官网:www.junosphere.net 概述 Junosphere云是一个用户可以...

  • 用juniper vqfx实践EVPN-VXLAN

    MGMT交换机用作管理2台vqfx和2台ubuntu vqfx-1的配置 root@vqfx-re> show c...

  • 理解mpls.0及inet.3

    https://community.juniper.net/communities/community-home/...

网友评论

      本文标题:用juniper vmx17.2做VPLS测试

      本文链接:https://www.haomeiwen.com/subject/plajmxtx.html