Commit eb777774 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

End-to-end test - L2 VPN gNMI OpenConfig:

- Fixed CLab scenario
parent 51d2678b
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -47,6 +47,11 @@ topology:
      mgmt-ipv4: 172.20.20.102
      startup-config: r2-startup.cfg

    r3:
      kind: arista_ceos
      mgmt-ipv4: 172.20.20.103
      startup-config: r3-startup.cfg

    dc1:
      kind: linux
      mgmt-ipv4: 172.20.20.201
@@ -67,5 +72,6 @@ topology:

  links:
    - endpoints: ["r1:eth2", "r2:eth1"]
    - endpoints: ["r2:eth3", "r3:eth2"]
    - endpoints: ["r1:eth10", "dc1:eth1"]
    - endpoints: ["r2:eth10", "dc2:eth1"]
    - endpoints: ["r3:eth10", "dc2:eth1"]
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ management api netconf
!
interface Ethernet1
!
interface Ethernet10
interface Ethernet3
!
interface Management0
   ip address 172.20.20.102/24
+48 −0
Original line number Diff line number Diff line
! device: r3 (cEOSLab, EOS-4.34.4M)
!
no aaa root
!
username admin privilege 15 role network-admin secret sha512 $6$OmfaAwJRg/r44r5U$9Fca1O1G6Bgsd4NKwSyvdRJcHHk71jHAR3apDWAgSTN/t/j1iroEhz5J36HjWjOF/jEVC/R8Wa60VmbX6.cr70
!
management api http-commands
   no shutdown
!
no service interface inactive port-id allocation disabled
!
transceiver qsfp default-mode 4x10G
!
service routing protocols model multi-agent
!
hostname r3
!
spanning-tree mode mstp
!
system l1
   unsupported speed action error
   unsupported error-correction action error
!
management api gnmi
   transport grpc default
!
management api netconf
   transport ssh default
!
interface Ethernet2
!
interface Ethernet10
!
interface Management0
   ip address 172.20.20.103/24
!
ip routing
!
ip route 0.0.0.0/0 172.20.20.1
!
router multicast
   ipv4
      software-forwarding kernel
   !
   ipv6
      software-forwarding kernel
!
end