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

% request system ethernetPort packetAdmin <host name> <pkt0 | pkt1> switchover

Command Parameters

Ethernet Port 'set' Parameters

 

Parameter

Description

mgmtAdmin

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

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.

Ethernet Port 'request' Parameter

Parameter

Description

switchover

Use this parameter to initiate a port switchover within a redundancy pair.

Note: The switchover command only applies to pkt0 and pkt1 on the SBC 7000 and SBC SWe cloud active server.



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