You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In this section:

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

Command Syntax

Set Command Syntax

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

Request Command Syntax

The page request system was not found  -- Please check/update the page name used in the MultiExcerpt-Include macro

Command Parameters

Ethernet 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.

The page request system was not found  -- Please check/update the page name used in the MultiExcerpt-Include macro

Command Example

This example displays Ethernet port configuration:

% 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;
	}

 

  • No labels