Skip to content

Commit 60bf9fb

Browse files
committed
add vswitch and lldp
1 parent 4d2217b commit 60bf9fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_tips_and_tricks/VMware ESXi Tips and Tricks.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,9 @@ mv rui.crt orig.rui.crt
187187
mv rui.key orig.rui.key
188188
/sbin/generate-certificates
189189
```
190+
191+
## Disable Cisco Discovery Protocol
192+
```
193+
esxcfg-vswitch -B down vSwitch0
194+
esxcfg-module -d lldp
195+
```

0 commit comments

Comments
 (0)