fix in vlan interface configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-04-26 00:35:29 +02:00
parent f483a7682e
commit fc632bfa17

View File

@ -49,11 +49,31 @@ If the VLAN should be used for management purposes it needs an IP address:
configure terminal
vlan 2000
name vlan2000
exit
interface vlan 2000
ip address dhcp
exit
exit
```
or
```
configure terminal
vlan 2000
name vlan2000
exit
interface vlan 2000
ip address 192.168.88.3 255.255.255.0
exit
ip default-gateway 192.168.88.1
exit
```
Check your work: