Commit 950867f7 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

DataPlane-in-a-box:

- Removed unneeded files
parent ba1d6078
Loading
Loading
Loading
Loading
+0 −37
Original line number Diff line number Diff line
# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

enable
configure
ip routing

interface Ethernet1
  no switchport
  ip address 10.1.2.1/30
exit

interface Loopback0
  ip address 10.0.0.1/32
exit

interface Ethernet10
  no switchport
  ip address 192.168.1.1/24
exit

router bgp 65001
  router-id 10.0.0.1
  neighbor 10.1.2.2 remote-as 65001
  network 192.168.1.0/24
exit
+0 −37
Original line number Diff line number Diff line
# Copyright 2022-2024 ETSI OSG/SDG TeraFlowSDN (TFS) (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

enable
configure
ip routing

interface Ethernet1
  no switchport
  ip address 10.1.2.2/30
exit

interface Loopback0
  ip address 10.0.0.2/32
exit

interface Ethernet10
  no switchport
  ip address 192.168.2.1/24
exit

router bgp 65001
  router-id 10.0.0.2
  neighbor 10.1.2.1 remote-as 65001
  network 192.168.2.0/24
exit

dataplane-in-a-box/links.txt

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
https://containerlab.dev/manual/multi-node/#exposing-services
https://containerlab.dev/manual/multi-node/#bridging
https://containerlab.dev/manual/kinds/bridge/
https://containerlab.dev/lab-examples/ext-bridge/

https://containerlab.dev/manual/kinds/ceos/
https://containerlab.dev/lab-examples/srl-ceos/#__tabbed_2_2
https://github.com/srl-labs/containerlab/blob/main/lab-examples/srlceos01/srlceos01.clab.yml
+0 −15
Original line number Diff line number Diff line
- update    parse()   @ InterfaceCounter.py
- update    compose() @ NetworkInstance.py
- update    compose() @ NetworkInstanceInterface.py
- implement parse()   @ NetworkInstanceInterface.py
- update    compose() @ NetworkInstanceStaticRoute.py
- implement parse()   @ NetworkInstanceStaticRoute.py
- Fix MonitoringThread.py


there is an error removing static routes that makes unitary tests to crash
uncomment commented check_config_network_instance and validate

- implement L2 VPN with BGP
- implement L3 VPN with BGP
- test static routes with ping