Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Cisco FTDv support #154

Merged
merged 3 commits into from
Dec 11, 2023
Merged

Initial Cisco FTDv support #154

merged 3 commits into from
Dec 11, 2023

Conversation

dteslya
Copy link

@dteslya dteslya commented Dec 10, 2023

This is a PR to add Cisco FTDv support.

I tested this image with the below containerlab topology.

name: ftdv01
topology:
  nodes:
    ftdv1:
      kind: vr-ftdv
      image: vrnetlab/vr-ftdv:7.2.5
    client1:
      kind: "linux"
      image: wbitt/network-multitool:alpine-extra
      exec:
        - ip addr add 192.168.1.2/30 dev eth1
        - ip route add 192.168.2.0/30 via 192.168.1.1
    client2:
      kind: "linux"
      image: wbitt/network-multitool:alpine-extra
      exec:
        - ip addr add 192.168.2.2/30 dev eth1
        - ip route add 192.168.1.0/30 via 192.168.2.1
  links:
    - endpoints: ["ftdv1:eth1", "client1:eth1"]
    - endpoints: ["ftdv1:eth2", "client2:eth1"]

Once this is approved and verified I will create a PR for containerlab as well.

@hellt
Copy link
Owner

hellt commented Dec 11, 2023

thanks @dteslya

@hellt hellt merged commit b22409c into hellt:master Dec 11, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants