Port verbose configuration


View the extended characteristics for the Ethernet ports on the system. The Sun Secure Application Switch comes with preconfigured external ports through which you connect to other equipment and networks. The system boots with a default configuration for each port.

The number and type of ports available depends on the Sun Secure Application Switch model you are using.

Port numbers are entered in the format type . slot . portNumber.

If a port is a member of a LAG, it inherits the administrative MAC address, default VLAN, and jumbo frames setting of that LAG. The settings you have configured with the port command are saved, but are not used until you remove the port from the LAG. This command displays both the configured settings and, if the port is a LAG member, the operational settings.

Access mode

exec

Syntax

show port verbose

Output Description

Heading Description Filter
IfName The system-assigned port name, in the format type.slot.portNumber. ifName IfName
IfIndex The system-assigned port name, in the hexadecimal. ifIndex hexUInt
Port Type The port's media type.

Valid values:
  • gigEthernet : Port is configured for 1000 Mbps Gigabit Ethernet.
  • fastEthernet : Port is configured for 10 or 100 Mbps Fast Ethernet.
  • copperGig : Port is configured for 1000 Mbps Gigabit Ethernet over copper.
  • gigNoTransceiver : Port for 1000 Mbps Gigabit Ethernet lacks a supported transceiver.
portType enumeration
Port MAC The physical MAC address of the port. portMac macAddress
Port Mode The port's physical mode.

Valid values:
  • normal : The port passes traffic as a normal physical port.
  • loopback : The port operates as if a loopback cable were attached.
phyMode enumeration
Default VLAN Sets the default VLAN. Any packet arriving on the port that does not have a VLAN ID in its extended MAC header is assigned to this VLAN. This can be set to either the name of a VLAN or 'discard' to drop untagged packets. If the port is a member of a LAG, this setting is overridden by the LAG's default VLAN setting. defVlan text
Port Speed The port-speed setting. If set to auto, the system negotiates with the remote client to achieve the best common speed and duplex settings (based on the advertised speed and duplex settings).

Valid values:
  • 10M : Port operates at 10 Mbps.
  • 100M : Port operates at 100 Mbps (Fast Ethernet).
  • 1000M : Port operates at 1000 Mbps (gigabit Ethernet).
  • auto : System negotiates best speed with the client.
phySpeed enumeration
Port Duplex The acceptable duplex methods for the port.

Valid values:
  • halfDuplex : The port operates at half duplex for asynchronous transmission.
  • fullDuplex : The port operates at full duplex for simultaneous transmission.
phyDuplex enumeration
Jumbo Frames The setting for the port's acceptance of jumbo frames. Jumbo frames extend the traditional 1500-byte Ethernet frame size to 9018 bytes for 100M and Gigabit Ethernet.

Valid values: enabled, disabled
jumboFrames enumeration
Oper Status The operational status of the port.

Valid values:
  • down : The status is down.
  • up : The status is up.
operStatus enumeration
Advertised Speed The speed(s) that the port advertises to any remote devices if physpeed is set to auto.

Valid values:
  • 10M : The port advertises 10 Mbps capabilities.
  • 100M : The port advertises 100 Mbps capabilities.
  • 1000M : The port advertises 1000 Mbps capabilities.
  • both : The port advertises both 10 and 100 Mbps capabilities.
advSpeed enumeration
Advertised Duplex The duplex setting(s) that the port advertises to the remote device if physpeed is set to auto.

Valid values:
  • halfDuplex : The port advertises half duplex capabilities.
  • fullDuplex : The port advertises full duplex capabilities.
  • both : The port advertises both half and full duplex capabilities.
advDuplex enumeration
Autonegotiated Status The status of the auto-negotiation. If port speed is not set to auto, the field displays inProgress.

Valid values:
  • complete : Negotiation is complete and connection is established.
  • inProgress : Negotiation is in progress.
  • disabled : Autonegotiation is not enabled.
aNegStatus enumeration
Autonegotiated Duplex The negotiated duplex setting.

Valid values:
  • halfDuplex : The port operates at half duplex for asynchronous transmission.
  • fullDuplex : The port operates at full duplex for simultaneous transmission.
  • unknown : The duplex status is unknown.
aNegDuplex enumeration
Autonegotiated Speed The negotiated speed setting.

Valid values:
  • 10M : Port operates at 10 Mbps.
  • 100M : Port operates at 100 Mbps (Fast Ethernet).
  • 1000M : Port operates at 1000 Mbps (gigabit Ethernet).
  • auto : System negotiates best speed with the client.
aNegSpeed enumeration
Link Status The status of the connection to the remote device.

Valid values:
  • linkFail : Connection failed--no link exists.
  • linkPass : Connection was successful--link established.
  • unconfigured : Connection failed--no interface configured on port.
linkStatus enumeration
Lag Membership This port is a member of a LAG whose identification is displayed. lagMembership integer
Lag Def Vlan Setting This port is a member of a LAG whose default VLAN setting is displayed. lagDefVlanSetting text
Lag Jumbo Setting This port is a member of a LAG whose Jumbo packet setting is displayed.

Valid values: enabled, disabled
lagJumboSetting enumeration

Related actions

You can do the following