Registering for events, Ianet_802dot3vlanevent – Dell Intel PRO Family of Adapters User Manual

Page 51

Advertising
background image

This event notifies the client about a change in the status or configuration of a team.

Triggers

The event occurs:

After the status of an adapter changes.

After you have changed a team setting and called Apply.

After the team configuration has been changed and you call Apply.

Event Data

TeamPath contains the object path of the team that caused the event.

IANet_802dot3VlanEvent

Purpose

This event notifies the client about a change in the status or configuration of a VLAN.

Triggers

The event occurs:

After the status of a VLAN changes.

After you have changed a VLAN setting and called Apply.

After the VLAN configuration has been changed and you call Apply.

Event Data

VlanPath contains the object path of the VLAN that caused the event.

Back to Top

Registering for Events

Applications should use IWbemServices:: ExecNotificationQuery or IWbemServices:: ExecNotificationQueryAsync to

request notifications for events. The following queries are examples of event notification queries. This list is not exhaustive as

many queries are possible.

SELECT * FROM IANet_Event — Used to request all events.

SELECT * FROM IANet_AdapterEvent — Used to request all adapter events.

SELECT * FROM IANet_TeamEvent — Used to request all team events.

SELECT * FROM IANet_SessionEvent — Used to request all session events.

SELECT * FROM IANet_VlanEvent — Used to request all VLAN events.

SELECT * FROM IANet_InternalErrorEvent — Used to request all internal events.

SELECT * FROM IANet_AdapterEvent WHERE AdapterPath={IANet_EthernetAdapter object path} — Used to

request adapter events for a particular adapter.

Please read all

restrictions and disclaimers

.

Back to Contents Page

Back to Top

51

Advertising