Use the following functions to look up the name of a board:
|
Function |
Synchronous/ |
Description |
|---|---|---|
|
Synchronous |
Lists the names of all boards that exist as managed objects. | |
|
Synchronous |
Looks up a board by its PCI bus and slot and returns its name. | |
|
Synchronous |
Looks up an AG board or a CG board by its driver ID information, and returns its name. | |
|
Synchronous |
Looks up a board by one of the MAC addresses of its Ethernet chips and returns its name. | |
|
Synchronous |
Looks up a board by its board number and returns its name. | |
|
Synchronous |
Given a product type, returns the board name of the first board of that product type listed in the NMS OAM database. | |
|
Synchronous |
Looks up a board by its serial number and returns its name. | |
|
Synchronous |
Looks up a board by its shelf and slot number and returns its name. CompactPCI CG boards in PICMG 2.1-compliant chassis only. |
Once the name of the board is determined, use the following functions to retrieve other types of information about the board:
|
Function |
Synchronous/ |
Description |
|---|---|---|
|
Synchronous |
Returns a board's PCI bus. | |
|
Synchronous |
Returns an AG or CG board's driver ID information. | |
|
Synchronous |
Returns a board's primary MAC address. | |
|
Synchronous |
Returns a board's board number. | |
|
Synchronous |
Returns a board's product type. | |
|
Synchronous |
Returns a board's serial number. | |
|
Synchronous |
Returns a board's shelf and slot number. CompactPCI CG boards in PICMG 2.1-compliant chassis only. | |
|
Synchronous |
Returns a board's status. |