Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 3 revisions

c-net-04-binding-order (Enabled)

Check binding order is set correctly for "Production" as the primary network adapter then as applicable for other interfaces. If no "Production" adapter is found, then "Management" should be first.


Input Values

  • ManagementAdapterNames - List of names or partial names of Management network adapters
  • ProductionAdapterNames - List of names or partial names of Production network adapters

Example

ManagementAdapterNames = ('Management', 'MGMT', 'MGT')
ProductionAdapterNames = ('Production', 'PROD', 'PRD')

Input Descriptions

  • None

Result And Messages

  • PASS
    Binding order correctly set

  • WARNING

  • FAIL
    No network adapters found Production or management adapters not listed Binding order incorrect, {name} should be first Registry setting not found

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally