fix in vlan interface configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -49,11 +49,31 @@ If the VLAN should be used for management purposes it needs an IP address:
|
|||||||
configure terminal
|
configure terminal
|
||||||
vlan 2000
|
vlan 2000
|
||||||
name vlan2000
|
name vlan2000
|
||||||
|
exit
|
||||||
|
|
||||||
|
interface vlan 2000
|
||||||
ip address dhcp
|
ip address dhcp
|
||||||
exit
|
exit
|
||||||
|
|
||||||
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:
|
Check your work:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user