| | Command or Action | Purpose |
| Step 1 | UCS-A#
scope org
org-name
|
Enters organization mode for the specified organization. To enter
the root organization mode, type
/ as the
org-name.
|
| Step 2 | UCS-A /org #
create eth-policy
policy-name
|
Creates the specified Ethernet adapter policy and enters
organization Ethernet profile mode.
|
| Step 3 | UCS-A /org/eth-policy #
set comp-queue count
count
| (Optional)
Configures the Ethernet completion queue profile.
|
| Step 4 | UCS-A /org/eth-policy #
set descr
description
| (Optional)
Provides a description for the policy.
| Note
|
If your description includes spaces, special characters, or
punctuation, you must begin and end your description with quotation marks. The
quotation marks will not appear in the description field of any
show command output.
|
|
| Step 5 | UCS-A /org/eth-policy #
set ext-ipv6-rss-hash
{ip-hash {disabled |
enabled} |
tcp-hash {disabled |
enabled}}
| (Optional)
Configures the external IPv6 RSS hash profile.
|
| Step 6 | UCS-A /org/eth-policy #
set failover
timeout
timeout-sec
| (Optional)
Configures the Ethernet failover profile.
|
| Step 7 | UCS-A /org/eth-policy #
set interrupt
{coalescing-time
sec |
coalescing-type {idle |
min} |
count
count}
| (Optional)
Configures the Ethernet interrupt profile.
|
| Step 8 | UCS-A /org/eth-policy #
set ipv4-rss-hash
{ip-hash {disabled |
enabled} |
tcp-hash {disabled |
enabled}}
| (Optional)
Configures the IPv4 RSS hash profile.
|
| Step 9 | UCS-A /org/eth-policy #
set ipv6-rss-hash
{ip-hash {disabled |
enabled} |
tcp-hash {disabled |
enabled}}
| (Optional)
Configures the IPv6 RSS hash profile.
|
| Step 10 | UCS-A /org/eth-policy #
set offload
{large-receive |
tcp-rx-checksum |
tcp-segment |
tcp-tx-checksum} {disabled |
enabled}
| (Optional)
Configures the Ethernet offload profile.
|
| Step 11 | UCS-A /org/eth-policy #
set recv-queue
{count
count |
ring-size
size-num}
| (Optional)
Configures the Ethernet receive queue profile.
|
| Step 12 | UCS-A /org/eth-policy #
set rss receivesidescaling
{disabled |
enabled}
| (Optional)
Configures the RSS profile.
|
| Step 13 | UCS-A /org/rth-profile #
set work-queue
{count
count |
ring-size
size-num}
| (Optional)
Configures the Ethernet work queue profile.
|
| Step 14 | UCS-A /org/eth-policy #
commit-buffer
|
Commits the transaction to the system configuration.
|
The following example configures an Ethernet adapter policy:
UCS-A# scope org /
UCS-A /org* # create eth-policy EthPolicy19
UCS-A /org/eth-policy* # set comp-queue count 16
UCS-A /org/eth-policy* # set descr "This is an Ethernet adapter policy example."
UCS-A /org/eth-policy* # set ext-ipv6-rss-hash ip-hash disabled
UCS-A /org/eth-policy* # set failover timeout 300
UCS-A /org/eth-policy* # set interrupt count 64
UCS-A /org/eth-policy* # set ipv4-rss-hash ip-hash disabled
UCS-A /org/eth-policy* # set ipv6-rss-hash ip-hash disabled
UCS-A /org/eth-policy* # set offload large-receive disabled
UCS-A /org/eth-policy* # set recv-queue count 32
UCS-A /org/eth-policy* # set rss receivesidescaling enabled
UCS-A /org/eth-policy* # set work-queue
UCS-A /org/eth-policy* # commit-buffer
UCS-A /org/eth-policy #