Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to System - CLI

...

Panel

In this section:

Table of Contents
maxLevel2

 

Use this object to configure the management and packet Ethernet ports.

Command Syntax

Set Command Syntax

Code Block
languagenone
% set system ethernetPort 
	mgmtAdmin <system_name> <mgt0 | mgt1> 
		portIndex <index #> 
	packetAdmin <system_name> <pkt0 | pkt1> 
		portIndex <index #>

Request Command Syntax

Multiexcerpt include

...

MultiExcerptNameethernetPort_syntax
nopaneltrue
PageWithExcerptRequest System - CLI

Command Parameters

Caption
0Table
1Ethernet Port 'set' Parameters
 

Parameter

...

Length/Range

Description

mgmtAdmin

...

N/A

Use this object to configure management ports.

  • <system_name> – The host name of the server.
  • <mgt0 | mgt1> – The management port.
  • portIndex – The internal port index.

packetAdmin

...

N/A

Use this object to configure packet ports.

  • <system_name> – The host name of the server.
  • <pkt0 | pkt1 > – The packet port.
  • portIndex – The internal port index.

Multiexcerpt include

...

...

MultiExcerptNameethernetPort_parameter
nopaneltrue
PageWithExcerptRequest System - CLI

Command Example

This example displays Ethernet port configuration:

Code Block
languagenone
% show system ethernetPort  
	packetAdmin merc pkt0 {  
		portIndex 2;  
	}  
	packetAdmin merc pkt1 {  
		portIndex 3;  
	}  
	packetAdmin merc pkt2 {  
		portIndex 4;  
	}  
	packetAdmin merc pkt3 {  
		portIndex 5;  
	}  
	mgmtAdmin merc mgt0 {  
		portIndex 0;  
	}  
	mgmtAdmin merc mgt1 {  
		portIndex 1;
	}

...

Pagebreak