Skip to content

Commit

Permalink
fix icx6430 l2 dhcp command
Browse files Browse the repository at this point in the history
thanks to jorddenn for the report
  • Loading branch information
Fohdeesha committed Aug 24, 2022
1 parent b96f01c commit 9e4ecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/icx6430.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
```
Expand Down

0 comments on commit 9e4ecc2

Please sign in to comment.