• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
Configure SNMP for vCenter
Server and Host Management, Page 39

1. Click Administration -> vCenter Server Settings
2. In the settings window, select SNMP.
3. In the "Receiver URL" field, enter the host name or IP address of the SNMP server.
4. In the field immediately to the right, enter the port number of the receiver.
5. In the "Community" field, enter the community identifier.
6. Click OK
Configure SNMP on the ESXi host
Command Line Interface Solutions and Examples Guide, page 136

1. Specify the communities and trap targets:
vicfg-snmp -t <target>@<port>/<community>

2. Enable the SNMP service
vicfg-snmp -E

3. Send a test trap to verify the agent is configured correctly:
vicfg-snmp -T
Configure vSS settings using command line tools: vswitch
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch standard

commands: policy, portgroup, uplink, add, list, remove, set

options:
-p for port
-v for vswitch
Configure vSS settings using command line tools: portgroup
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch standard portgroup

commands: add, list, remove, set

options:
-p for portgroup
-v for vswitch
Add a vSwitch
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch standard add -v "vSwitch#"
Add a portgroup to a vSwitch
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch standard portgroup add -v "vSwitch#" -p "portgroup name"
List vSwitches
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch standard list
List dvSwitches
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network vswitch dvs vmware list
Create/configure vmknics
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network ip interface

commands: add, list, remove, set
Configure physical interfaces
Command Line Interface Solutions and Examples, pages 115 -122

esxcli network nic

commands: down, get, list, set, up
Configure NetFlow on vDS
Networking Guide, page 70

From Inventory -> Networking

1. Select the dvSwitch you want to configure NetFlow on.
2. Right click on the dvSwitch and select Edit Settings.
3. Click on the NetFlow tab.
4. Type the IP address and port of the NetFlow collector.
5. Type the dvSwitch IP address (can be 1.1.1.1 or whatever has meaning to you).
6. Click OK

You also need to enable NetFlow on the portgroup you want to collect on.
Enable NetFlow on Port Group
Networking Guide, page 70

From Inventory -> Networking

1. Select and expand dvSwitch where the portgroup is.
2. Right-click on the portgroup.
3. Click Edit.
4. Select Monitoring.
5. Enable Netflow.
Modify the behavior of CDP from the command-line
1. Determine the current status of the switch:
vicfg-vswitch -b "vSwitch#"

2. Set the behavior to one of the following: listen, advertise, or both

vicfg-switch -B both "vSwitch#"
Enable CDP on vDS
1. Right click on the dvSwitch and select Edit Settings.
2. On the Properties tab, click Advanced.
3. Under Discovery Protocol, select Enabled, from the drop-down status menu.
4. Select Cisco Discovery Protocol from the "Type" drop down menu.
5. Select the CDP mode from the "Operation" drop down menu.
Enable LLDP on vDS
1. Right-click on the dvSwitch and select Edit settings.
2. On the Properties tab, click Advanced.
3. Under Discovery Protocol select Enabled, from the drop-down status menu.
4. Select Link Layer Discovery Protocol from the "Type" drop-down menu.
5. Select the LLDP mode from the "Operation" drop-down menu.