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
container_lab_bridge_interface_proxmox [2023/01/18 11:02] samercontainer_lab_bridge_interface_proxmox [2023/01/21 08:59] (current) samer
Line 1: Line 1:
-frr02.clab.yml  +<code bash> 
-<code>+brctl addbr br-clab 
 +brctl addif br-clab eth0 
 +ip link set dev br-clab up 
 +</code> 
 + 
 +<code bash> 
 +containerlab deploy -t frr02.clab.yml  
 +</code
 + 
 +<code bash> 
 +docker exec -it clab-frr02-router1 vtysh 
 +</code> 
 + 
 +<file autoconf frr02.clab.yml>
 name: frr02 name: frr02
  
Line 31: Line 44:
     - endpoints: ["router2:eth2", "router3:eth2"]     - endpoints: ["router2:eth2", "router3:eth2"]
     - endpoints: ["br-clab:eth1", "router1:eth3"]     - endpoints: ["br-clab:eth1", "router1:eth3"]
-</code>+</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>
container_lab_bridge_interface_proxmox.1674036161.txt.gz · Last modified: 2023/01/18 11:02 by samer