exp-7 & exp-8 ok

This commit is contained in:
2026-05-02 19:17:31 +02:00
parent f37fc12d46
commit 9ef0b273a4
30 changed files with 4279 additions and 1159 deletions
+21 -10
View File
@@ -20,23 +20,34 @@ vrf definition clab-mgmt
!
!
interface Ethernet0/0
no switchport
vrf forwarding clab-mgmt
description clab-mgmt
ip address 172.20.20.6 255.255.255.0
ipv6 address 3fff:172:20:20::6/64
no shutdown
no switchport
vrf forwarding clab-mgmt
ip address 172.20.20.2 255.255.255.0
ipv6 address 3FFF:172:20:20::2/64
!
interface Ethernet0/1
no shutdown
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 20,30
switchport mode trunk
!
interface Ethernet0/2
no shutdown
switchport access vlan 20
switchport mode access
!
interface Ethernet0/3
no shutdown
switchport access vlan 20
switchport mode access
!
interface Ethernet1/0
!
interface Ethernet1/1
switchport access vlan 30
switchport mode access
!
interface Ethernet1/2
!
interface Ethernet1/3
!
ip forward-protocol nd
!
Binary file not shown.