Configuring Linecard Expansion Modules
This chapter contains the following sections:
Configuring Linecard Expansion Modules
Information About Linecard Expansion Modules
The Linecard Expansion Module (LEM) is a field replaceable module. Each LEM has 12-40G ports that can break out into 48-10G ports per LEM. The module can be either in 10G mode or in 40G mode. A power-off followed by a power-on of the module is required to change the mode. The LEM occupies slot 1 to slot 8 on the Cisco Nexus 6004 chassis.
The Cisco Nexus 6004 chassis supports two types on LEMs:
Configuring the LEM in 10G Mode
This example shows how to configure a Linecard Expansion Module (LEM) in 10G mode.
switch# configure terminal switch(config)# interface breakout slot 1 port 1-12 map 10g-4x switch(config)# copy running-config startup-config
Configuring the LEM in 40G Mode
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 | switch# configure terminal | Enters global configuration mode. |
||
Step 2 | switch(config)# no interface breakout slot slot# port port-range map 10g-4x | Configures the breakout for an interface. slot—valid values are 1 to 8. port-range—valid values are 1 to 12.
|
||
Step 3 | switch(config)# copy running-config startup-config | (Optional) Saves the change persistently through reboots and restarts by copying the running configuration to the startup configuration. |
This example shows how to configure a Linecard Expansion Module (LEM) in 40G mode.
switch# configure terminal switch(config)# no interface breakout slot 1 port 1-12 map 10g-4x switch(config)# copy running-config startup-config
Selecting the Fabric Mode
Command or Action | Purpose | |
---|---|---|
Step 1 | switch# configure terminal | Enters global configuration mode. |
Step 2 | switch(config)# fabric-mode {10g | 40g} | Selects the fabric mode. 10g—Runs the cross bar in 10G mode. 40g—Runs the cross bar in 40G mode. |
Step 3 | switch(config)# copy running-config startup-config | (Optional) Saves the change persistently through reboots and restarts by copying the running configuration to the startup configuration. |
This example shows how to select a fabric mode of 10G.
switch# configure terminal switch(config)# fabric-mode 10g switch(config)# copy running-config startup-config
This example shows how to select a fabric mode of 40G.
switch# configure terminal switch(config)# fabric-mode 40g switch(config)# copy running-config startup-config
When changing the fabric mode, the system must be rebooted for the new mode to take effect.
Verifying the LEM Mode Configuration
Use one of the following commands to verify the configuration:
Command |
Purpose |
---|---|
show interface eth1/2 capabilities |
Displays information about the interface configuration. |
show interface brief |
Displays a brief summary of the interface configuration. |