Fine Tune the VLAN Setup
For example, to configure ports 11 and 12.
SEFOS#
SEFOS(config)#
interface range extreme-ethernet 0/11-12
SEFOS(config-if)#
shutdown
SEFOS(config-if)#
speed 1000
SEFOS(config-if)#
no shutdown
SEFOS(config-if)#
end
SEFOS#
write startup-config
Note -
The ports only advertise 1 Gbps and 100 Mbps speeds.
3.
Configure the maximum advertised speed to 100 Mbps.
For example, to configure ports 1 and 4.
SEFOS#
config terminal
SEFOS(config)#
interface extreme-ethernet 0/1
SEFOS(config-if)#
shutdown
SEFOS(config-if)#
speed 100
SEFOS(config-if)#
no shutdown
SEFOS(config-if)#
exit
SEFOS(config)#
interface extreme-ethernet 0/4
SEFOS(config-if)#
shutdown
SEFOS(config-if)#
speed 100
SEFOS(config-if)#
no shutdown
SEFOS(config-if)#
end
SEFOS#
write startup-config
Note -
The ports only advertise 100 Mbps and can only link up with a link-partner at 100 Mbps
(if supported by the link-partner).
Fine Tune the VLAN Setup
The switch provides flexibility in managing ingress VLAN traffic. For example, you can enable
port ingress filtering and can also specify the acceptable frame type to implement fine-grained
control on the ingress traffic. Refer to the
Sun Ethernet Fabric Operating System CLI Base
Reference Manual
for details.
1.
Obtain the SEFOS prompt.
2.
Display the default port configuration.
Late-Breaking Information
19