container_lab_bridge_interface_proxmox
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| container_lab_bridge_interface_proxmox [2023/01/18 11:01] – created samer | container_lab_bridge_interface_proxmox [2023/01/21 08:59] (current) – samer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code bash> | ||
| + | brctl addbr br-clab | ||
| + | brctl addif br-clab eth0 | ||
| + | ip link set dev br-clab up | ||
| + | </ | ||
| + | <code bash> | ||
| + | containerlab deploy -t frr02.clab.yml | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | docker exec -it clab-frr02-router1 vtysh | ||
| + | </ | ||
| + | |||
| + | <file autoconf frr02.clab.yml> | ||
| name: frr02 | name: frr02 | ||
| Line 30: | Line 44: | ||
| - endpoints: [" | - endpoints: [" | ||
| - endpoints: [" | - endpoints: [" | ||
| + | </ | ||
| + | |||
| + | <file autoconf router1/ | ||
| + | frr version 7.5.1_git | ||
| + | frr defaults traditional | ||
| + | hostname router1 | ||
| + | no ipv6 forwarding | ||
| + | ! | ||
| + | interface eth1 | ||
| + | ip address 192.168.1.1/ | ||
| + | ! | ||
| + | interface eth2 | ||
| + | ip address 192.168.2.1/ | ||
| + | ! | ||
| + | interface eth3 | ||
| + | ip address 172.18.100.254/ | ||
| + | ! | ||
| + | interface lo | ||
| + | ip address 10.10.10.1/ | ||
| + | ! | ||
| + | router ospf | ||
| + | | ||
| + | | ||
| + | | ||
| + | ! | ||
| + | line vty | ||
| + | ! | ||
| + | </ | ||
container_lab_bridge_interface_proxmox.1674036061.txt.gz · Last modified: 2023/01/18 11:01 by samer