|
Objective 2.3 – Administer Advanced VMkernel Networking Configurations |
|
|
|
Written by Matthijs van den Berg
|
|
Friday, 23 January 2009 17:47 |
KNOWLEDGE
SKILLS AND ABILITIES
- Add and remove VMkernel ports
Add a port:
esxcfg –a <options>
Delete a port:
esxcfg-vmknic -d <portname>
- Enable/Disable VMkernel ports
Use the following options to enable or disable a port after de esxcfg-vmknic command:
-e|--enable Enable the given NIC if disabled.
-D|--disable Disable the given NIC if enabled.
- Example:
esxcfg –a <options>
- Configure the VMkernel routing table
See the bullet “Understand VMkernel routing”.
TOOLS
- CLI
- esxcfg-vmknic
- esxcfg-route
- VI client
|