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.
exec
show port verbose
| 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:
|
portType enumeration |
| Port MAC | The physical MAC address of the port. | portMac macAddress |
| Port Mode | The port's physical mode. Valid values:
|
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:
|
phySpeed enumeration |
| Port Duplex | The acceptable duplex methods for the port. Valid values:
|
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:
|
operStatus enumeration |
| Advertised Speed | The speed(s) that the port advertises to any remote devices if physpeed is set to auto. Valid values:
|
advSpeed enumeration |
| Advertised Duplex | The duplex setting(s) that the port advertises to the remote device if physpeed is set to auto. Valid values:
|
advDuplex enumeration |
| Autonegotiated Status | The status of the auto-negotiation. If port speed is not set to auto, the field displays inProgress. Valid values:
|
aNegStatus enumeration |
| Autonegotiated Duplex | The negotiated duplex setting. Valid values:
|
aNegDuplex enumeration |
| Autonegotiated Speed | The negotiated speed setting. Valid values:
|
aNegSpeed enumeration |
| Link Status | The status of the connection to the remote device. Valid values:
|
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 |
You can do the following