wikiroute

networking recipes

User Tools

Site Tools


container_lab_bridge_interface_proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
container_lab_bridge_interface_proxmox [2023/01/18 11:06] samercontainer_lab_bridge_interface_proxmox [2023/01/18 11:30] samer
Line 5: Line 5:
  
 <code bash> <code bash>
-sudo containerlab deploy -t frr02.clab.yml +containerlab deploy -t frr02.clab.yml 
 </code> </code>
  
 <code bash> <code bash>
-docker exec -it d34d5f5b4ec2 vtysh+docker exec -it clab-frr02-router1 vtysh
 </code> </code>
  
Line 43: Line 43:
     - endpoints: ["router2:eth2", "router3:eth2"]     - endpoints: ["router2:eth2", "router3:eth2"]
     - endpoints: ["br-clab:eth1", "router1:eth3"]     - endpoints: ["br-clab:eth1", "router1:eth3"]
 +</file>
 +
 +<file autoconf router1/frr.conf>
 +frr version 7.5.1_git
 +frr defaults traditional
 +hostname router1
 +no ipv6 forwarding
 +!
 +interface eth1
 + ip address 192.168.1.1/24
 +!
 +interface eth2
 + ip address 192.168.2.1/24
 +!
 +interface eth3
 + ip address 172.18.100.254/16
 +!
 +interface lo
 + ip address 10.10.10.1/32
 +!
 +router ospf
 + network 192.168.1.0/24 area 0.0.0.0
 + network 192.168.2.0/24 area 0.0.0.0
 + network 172.18.0.0/16 area 0.0.0.0
 +!
 +line vty
 +!
 </file> </file>
container_lab_bridge_interface_proxmox.txt · Last modified: 2023/01/21 08:59 by samer