You can configure uplink Ethernet ports on
either the fixed module or an expansion module.
You can also configure the admin speed as 1Gbps or 10Gbps and assign a flow control policy to the port.
| | Command or Action | Purpose |
| Step 1 | UCS-A#
scope eth-uplink
|
Enters Ethernet uplink mode.
|
| Step 2 | UCS-A /eth-uplink #
scope fabric {a |
b}
|
Enters Ethernet uplink fabric mode for the specified
fabric.
|
| Step 3 | UCS-A /eth-uplink/fabric #
create interface
slot-num
port-num
|
Creates an interface for the specified Ethernet uplink port.
|
| Step 4 | UCS-A /eth-uplink/fabric #
set speed {10gbps |
1gbps}
| (Optional)
Sets the speed for the specified Ethernet uplink port.
|
| Step 5 | UCS-A /eth-uplink/fabric #
commit-buffer
|
Commits the transaction to the system configuration.
|
The following example creates an interface for Ethernet uplink port 3
on slot 2 of fabric B, sets the speed to 10 gbps, and commits the transaction:
UCS-A# scope eth-uplink
UCS-A /eth-uplink # scope fabric b
UCS-A /eth-uplink/fabric # create interface 2 3
UCS-A /eth-uplink/fabric # set speed 10gbps
UCS-A /eth-uplink/fabric* # commit-buffer
UCS-A /eth-uplink/fabric #