Difference between revisions of "Mellanox:Split QSFP to SFP"

From Define Wiki
Jump to navigation Jump to search
(Created page with "switch (config) # interface ethernet 1/4 shutdown switch (config) # interface ethernet 1/1 shutdown - Split the port switch (config) # interface etherent 1/4 module-t...")
 
Line 1: Line 1:
 +
<syntaxhighlight>
 
switch (config) # interface ethernet 1/4 shutdown
 
switch (config) # interface ethernet 1/4 shutdown
 
switch (config) # interface ethernet 1/1 shutdown
 
switch (config) # interface ethernet 1/1 shutdown
 +
</syntaxhighlight>
 +
 +
- Split the port
 
   
 
   
    - Split the port
+
<syntaxhighlight>
 
 
switch (config) # interface etherent 1/4 module-type qsfp-split-4 force
 
switch (config) # interface etherent 1/4 module-type qsfp-split-4 force
 
the following interfaces are being unmapped: 1/4 1/1
 
the following interfaces are being unmapped: 1/4 1/1
 
switch (config) #
 
switch (config) #
 +
</syntaxhighlight>

Revision as of 15:56, 26 February 2015

switch (config) # interface ethernet 1/4 shutdown
switch (config) # interface ethernet 1/1 shutdown

- Split the port

switch (config) # interface etherent 1/4 module-type qsfp-split-4 force
the following interfaces are being unmapped: 1/4 1/1
switch (config) #