Skip to content
Snippets Groups Projects
Commit c9772c18 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fixed EuCNC24 test:

- Added static startup configs enabling ip routing by default
parent 9369c7b4
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!299Resolve "(CTTC) Fix CI/CD pipeline end-to-end tests not passing"
...@@ -38,14 +38,17 @@ topology: ...@@ -38,14 +38,17 @@ topology:
r1: r1:
kind: arista_ceos kind: arista_ceos
mgmt-ipv4: 172.20.20.101 mgmt-ipv4: 172.20.20.101
startup-config: r1-startup.cfg
r2: r2:
kind: arista_ceos kind: arista_ceos
mgmt-ipv4: 172.20.20.102 mgmt-ipv4: 172.20.20.102
startup-config: r2-startup.cfg
r3: r3:
kind: arista_ceos kind: arista_ceos
mgmt-ipv4: 172.20.20.103 mgmt-ipv4: 172.20.20.103
startup-config: r3-startup.cfg
dc1: dc1:
kind: linux kind: linux
......
! 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
!
management api gnmi
transport grpc default
!
management api netconf
transport ssh default
!
interface Ethernet2
!
interface Ethernet10
!
interface Management0
ip address 172.20.20.101/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
! device: r2 (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 r2
!
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 Ethernet1
!
interface Ethernet3
!
interface Management0
ip address 172.20.20.102/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
! device: r3 (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 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment