remove real experiences, rename clab to original name

This commit is contained in:
2026-06-10 19:38:11 +02:00
parent ae4a32a4eb
commit c8a9b83872
60 changed files with 0 additions and 8333 deletions
+5
View File
@@ -0,0 +1,5 @@
9:0/0 513:0/0
9:0/1 513:0/1
9:0/2 513:0/2
9:0/3 513:0/3
9:1/1 513:1/1
+57
View File
@@ -0,0 +1,57 @@
hostname sw1
!
no aaa new-model
!
ip domain name lab
!
ip cef
!
ipv6 unicast-routing
!
no ip domain lookup
!
username admin privilege 15 secret admin
!
vrf definition clab-mgmt
description clab-mgmt
address-family ipv4
!
address-family ipv6
!
!
interface Ethernet0/0
no switchport
vrf forwarding clab-mgmt
description clab-mgmt
ip address 172.20.20.4 255.255.255.0
ipv6 address 3fff:172:20:20::4/64
no shutdown
!
interface Ethernet0/1
no shutdown
!
interface Ethernet0/2
no shutdown
!
interface Ethernet0/3
no shutdown
!
interface Ethernet1/1
no shutdown
!
ip forward-protocol nd
!
ip route vrf clab-mgmt 0.0.0.0 0.0.0.0 Ethernet0/0 172.20.20.1
ipv6 route vrf clab-mgmt ::/0 Ethernet0/0 3fff:172:20:20::1
!
ip ssh version 2
crypto key generate rsa modulus 2048
!
line vty 0 4
login local
transport input ssh
!
end
+13
View File
@@ -0,0 +1,13 @@
[default]
base_port = 49000
netmap = /iol/NETMAP
[513:0/0]
eth_dev = eth0
[513:0/1]
eth_dev = eth1
[513:0/2]
eth_dev = eth2
[513:0/3]
eth_dev = eth3
[513:1/1]
eth_dev = eth5
Binary file not shown.
Binary file not shown.