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

End-to-end test - OSM End-to-End:

- Fixed ContainerLab scenario and startup files
- Added target configs per router as reference
parent 560abc86
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ topology:
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip address add 172.16.1.10/24 dev eth1.125
        - ip link set eth1.125 up
        - ip route add 172.16.2.0/24 via 172.16.1.1
        - ip route add 172.16.3.0/24 via 172.16.1.1

    dc2:
      kind: linux
@@ -71,9 +71,9 @@ topology:
        - ip link set address 00:c1:ab:00:02:0a dev eth1
        - ip link set eth1 up
        - ip link add link eth1 name eth1.125 type vlan id 125
        - ip address add 172.16.2.10/24 dev eth1.125
        - ip address add 172.16.3.10/24 dev eth1.125
        - ip link set eth1.125 up
        - ip route add 172.16.1.0/24 via 172.16.2.1
        - ip route add 172.16.1.0/24 via 172.16.3.1

  links:
    - endpoints: ["r1:eth2", "r2:eth1"]
+1 −1
Original line number Diff line number Diff line
! device: r1 (cEOSLab, EOS-4.34.4M)
! device: r1 (cEOSLab, EOS-4.32.2F-38195967.4322F (engineering build))
!
no aaa root
!
+1 −1
Original line number Diff line number Diff line
! device: r2 (cEOSLab, EOS-4.34.4M)
! device: r2 (cEOSLab, EOS-4.32.2F-38195967.4322F (engineering build))
!
no aaa root
!
+1 −1
Original line number Diff line number Diff line
! device: r3 (cEOSLab, EOS-4.34.4M)
! device: r3 (cEOSLab, EOS-4.32.2F-38195967.4322F (engineering build))
!
no aaa root
!
+62 −0
Original line number Diff line number Diff line
! device: r1 (cEOSLab, EOS-4.32.2F-38195967.4322F (engineering build))
!
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 r1
!
spanning-tree mode mstp
!
system l1
   unsupported speed action error
   unsupported error-correction action error
!
vlan 125
   name tfs-vlan-125
!
management api gnmi
   transport grpc default
!
management api netconf
   transport ssh default
!
interface Ethernet2
   no switchport
!
interface Ethernet2.125
   encapsulation dot1q vlan 125
   ip address 10.254.172.69/30
!
interface Ethernet10
   no switchport
!
interface Ethernet10.125
   encapsulation dot1q vlan 125
   ip address 172.16.1.1/24
!
interface Management0
   ip address 172.20.20.101/24
!
ip routing
!
ip route 0.0.0.0/0 172.20.20.1
ip route 172.16.3.0/24 10.254.172.70 metric 1
!
router multicast
   ipv4
      software-forwarding kernel
   !
   ipv6
      software-forwarding kernel
!
end
Loading