fix icx6430 l2 dhcp command

thanks to jorddenn for the report
This commit is contained in:
Jon Sands 2022-08-24 18:43:12 -04:00
parent b96f01c2ce
commit 9e4ecc2f92
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ configure terminal
```
Now we turn off the DHCP client, so it doesn't automatically grab an IP and look for a TFTP config (the cause of the earlier timeout messages):
```
ip dhcp-client disable
no ip dhcp-client enable
```
Now we give the switch its permanent IP address. As the ICX6430 only runs the layer 2 image, we do not assign an IP to a `ve` like usual, we instead assign the switch an IP globally, as well as give it a default gateway (usually your home router/firewall):
```