Sun Ethernet Fabric Operating System CLI Base Reference Manual
|
  
|
System Features |
SEFOS offers a large set of system features. The related command links provide overview descriptions of the features and include specific information to consider when using these features.
9.1 Commands
The list of CLI commands for the configuration of system features is as follows:
9.1.1 interface
Enters the interface mode.
interface interface-type interface-id
|
Syntax Description
|
interface-type - Interface type. The type supported is extreme-ethernet.
interface-id - Interface identifier.
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# interface extreme-ethernet 0/1
|
show interfaces - Displays the interface status and configuration
9.1.2 default mode
Specifies how the default interface acquires its IP address.
default mode {manual | dynamic}
|
Syntax Description
|
manual - Manual mode.
dynamic - Dynamic mode. If dynamic mode is selected, the default interface retrieves the IP address through the dynamic IP address configuration protocols such as RARP or BootP based on the configuration executed in the command. The dynamic option is not currently supported.
|
Mode
|
Global Configuration
|
Defaults
|
manual
|
Example
|
SEFOS(config)# default mode manual
|
Notes
|
This command takes effect only on switch restart.
|
show nvram - Displays the current information stored in the NVRAM
9.1.3 default restore-file
Specifies the default restoration file.
default restore-file filename
|
Mode
|
Global Configuration
|
Defaults
|
switch.conf
|
Example
|
SEFOS(config)# default restore-file /conf/sefos/restore.conf
|
Notes
|
- The file path in filename must exist.
- The recommended local flash directory path is /conf/sefos.
|
show nvram - Displays the current information stored in the NVRAM
9.1.4 default vlan id
Sets the default VLAN identifier in NVRAM.
default vlan id count_1-4094
|
Mode
|
Global Configuration
|
Defaults
|
1
|
Example
|
SEFOS(config)# default vlan id 32
|
show nvram - Displays the current information stored in the NVRAM.
9.1.5 default ip address
Configures the IP address and subnet mask for the default interface.
default ip address ip-address [subnet-mask subnet-mask] [interface interface-type interface-id]
|
Syntax Description
|
ip-address - IP address.
subnet-mask - Subnet mask.
interface interface-type interface-id - Valid interfaces include physical ports (type, slot, and port number). The interface type is extreme-ethernet.
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# default ip address 20.0.0.1 subnet-mask 255.0.0.0 interface extreme-ethernet 0/1
|
Notes
|
This IP address, is written into the NVRAM and will take effect when the switch is restarted.
|
- show nvram - Displays the current information stored in the NVRAM
9.1.6 ip address
Sets the IP address of an interface. The no form of the command deletes the IP address for the given interface.
ip address ip-address subnet-mask [secondary]
|
no ip address ip-address subnet-mask [secondary]
|
Syntax Description
|
ip-address -
subnet-mase -
secondary -
|
Mode
|
Interface Configuration. Applicable in Physical Interface mode or VLAN Interface mode.
|
Defaults
|
The default IP address shown in the output of show nvram is retrieved as default.
|
Example
|
SEFOS(config-if)# ip address 10.0.0.3 255.255.255.0 secondary
|
Notes
|
- The interface must be shutdown prior to execution of this command.
- If you delete or modify the connected IP interface, the connection to the switch is lost.
- When the no ip address command is executed without the optional ip-address parameter, all the IP addresses configured over the interface are deleted.
- The IP address can be set for the physical port, only if the physical port is configured as a router port.
- The secondary IP address can be created only if the primary IP address is already created for the interface.
|
- switchport - Configures the port as router port
- show nvram - Displays the current information stored in the NVRAM
- show ip interface - Displays the IP interface statistics and configuration
9.1.7 switchport
This command is not supported.
Configures the port as switch port. The no form of the command configures the port as a router port.
Mode
|
Interface Configuration
|
Defaults
|
switchport
|
Example
|
SEFOS(config-if)# switchport
|
Notes
|
- The specified interface must be shutdown.
- Switch port related commands are available when the port is configured as a switch port.
- Router port related commands are available when the port is configured as a router port.
|
9.1.8 base-mac
Configures the base MAC address for the switch in the NVRAM.
Mode
|
Global Configuration
|
Defaults
|
The switch base MAC address is derived from the standard unique MAC address of the system, shown on the yellow sticker. This MAC address is sufficient for normal functionality of the switch, so you do not have to change it.
|
Example
|
SEFOS(config)# base-mac 09:89:fe:34:55:33
|
Notes
|
This is the base MAC address. If modified, the address takes effect only when the switch is restarted.
|
show nvram - Displays the current information stored in the NVRAM
9.1.9 authorized-manager ip-source
This command is not supported.
Configures an IP authorized manager. The no form of the command removes a manager from the authorized managers list.
authorized-manager ip-source ip-address [{subnet-mask | / prefix-length_1-32}] [interface [interface-type <0/a-b, 0/c, ...>] [interface-type 0/a-b, 0/c, ...]] [vlan a,b_or_a-b_or_a,b,c-d] [cpu0] [service [snmp] [telnet] [http] [https] [ssh]]
|
no authorized-manager ip-source ip-address [{subnet-mask | / prefix-length_1-32}]
|
Syntax Description
|
ip-address - Specifies either the network or host address.
subnet-mask - IP address mask to be applied.
prefix-length_1-32 - Prefix length.
interface - Valid interfaces include physical ports (including type, slot, and port number).
vlan - The VLANs in which the IP authorized manager can reside.
cpu0 - Out of band management interface.
service - Indicates service type. Can be one of the following: telnet, ssh, http, https or snmp.
|
Mode
|
Global Configuration
|
Defaults
|
All services are allowed for the configured manager.
|
Example
|
SEFOS(config)# authorized-manager ip-source 10.203.113.5 255.255.255.255 interface extreme-ethernet 0/1 vlan 1 service snmp
|
Notes
|
An address 0.0.0.0 indicates any manager.
|
show authorized-managers - Displays the configured authorized managers
9.1.10 ip http port
This command is not supported.
Sets the HTTP port. The no form of the command resets the HTTP port.
Mode
|
Global Configuration
|
Defaults
|
80
|
Example
|
SEFOS(config)# ip http port 90
|
Notes
|
HTTP port number takes effect only when HTTP is disabled and enabled again.
|
9.1.11 set ip http
This command is not supported.
Enables or disables HTTP.
set ip http {enable | disable}
|
Syntax Description
|
enable - Enables HTTP status in the system
disable - Disables HTTP status in the system
|
Mode
|
Global Configuration
|
Defaults
|
enable
|
Example
|
SEFOS(config)# set ip http disable
|
9.1.12 interface - configuration and deletion
Configures interfaces by assigning out of band management, port-channel, tunnel, and so on. The no form of the command deletes interfaces such as VLAN, port-channel, tunnel interface, and so on.
interface {cpu0 | vlan 1-4094 | port-channel 1-65535 | tunnel 0-128 | interface-type interface-id | linuxvlan interface-name | loopback interface-id_0-100}
|
no interface {cpu0 | vlan 1-4094 | port-channel 1-65535 | tunnel 0-128 | interface-type interface-id | linuxvlan interface-name | loopback interface-id_0-100}
|
Syntax Description
|
cpu0 - Out of band management interface.
vlan - VLAN identifier.
port-channel - Port channel identifier.
tunnel - Tunnel identifier This tunnel keyword is not supported.
linuxvlan - Interface name of the Linux VLAN interface. The linuxvlan keyword is not supported.
loopback - Loopback identifier. The loopback keyword is not supported.
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# interface extreme-ethernet 2
|
Notes
|
The command no shutdown must be executed for the activation of the tunnel.
|
show interfaces - Displays the interface status and configuration
9.1.13 mtu frame-size
Configures the maximum transmission unit frame size for an interface.
Mode
|
Interface Configuration
|
Defaults
|
1500
|
Example
|
SEFOS(config-if)# mtu 900
|
Notes
|
The interface must be brought down administratively prior to changing the MTU.
|
9.1.14 system mtu
Configures the maximum transmission unit frame size for all interfaces. The no form of the command sets the maximum transmission unit to the default value for all interfaces.
This command operates similar to that of the command mtu frame-size.
system mtu frame-size_90-9216
|
Syntax Description
|
frame-size_90-9216 - Maximum transmission unit frame size to be set for all interfaces. This value ranges between 90 and 9216.
|
Mode
|
Global Configuration
|
Defaults
|
1500
|
Example
|
SEFOS(config)# system mtu 200
|
Notes
|
The interface must be brought down administratively prior to changing the MTU.
|
9.1.15 bridge port-type
Configures the bridge port type.
bridge port-type {providerNetworkPort | customerNetworkPort {port-based | s-tagged | c-tagged} | customerEdgePort | propCustomerEdgePort | propCustomerNetworkPort | propProviderNetworkPort | customerBridgePort | customerBackbonePort}
|
Syntax Description
|
providerNetworkPort - Provider network port type. Applicable in provider bridges and provider backbone b-component bridge modes.
customerNetworkPort - Customer network port type which can either be port-based or S-tagged or C-tagged. CNP C-tagged can be used only in PBB I component bridge mode.
customerEdgePort - Customer edge port type.
propCustomerEdgePort - Proprietary customer edge port type.
propCustomerNetworkPort - Proprietary customer network port type.
propProviderNetworkPort - Proprietary provider network port type.
customerBridgePort - Customer bridge port type.
customerBackbonePort - Backbone edge bridge port that can receive and transmit I-tagged frames for multiple customers, and assign B-VIDs and translate I-SID on the basis of the received I-SID. CBPs are applicable only on PBB B components. The port-type currently supported is customerBridgePort.
|
Mode
|
Interface Configuration
|
Defaults
|
providerNetworkPort
|
Example
|
SEFOS(config-if)# bridge port-type providerNetworkPort
|
Notes
|
- Tunneling must be enabled to change port type from provider network port type.
- Tunneling must be disabled to change port type to provider network port type.
- Port must be shut down administratively when changing to another port type.
- Bridge port-type is supported only in the following bridge modes:
Provider edge bridge.
Provider core bridge.
Provider backbone Bridge I component.
Provider backbone Bridge B component.
- In provider or customer bridge modes, the bridge port type will always be customerBridgePort.
- customerEdgePort is valid only in provide edge bridge modes.
- All other port types excluding customerBridgePort and customerEdgePort are valid in both provider edge bridge and provider core bridge modes.
|
9.1.16 system-specific port-id
This command is not supported.
Configures the system specific index for the port by providing a different numbering space than the IfIndex to identify ports.
system-specific port-id 1-16384
|
Mode
|
Interface Configuration
|
Defaults
|
0
|
Example
|
SEFOS(config-if)# system-specific port-id 50
|
Notes
|
- The value 0 is not allowed to be set. If no other value has been configured, 0 is set by default.
- This command is allowed for switch ports only.
|
show system-specific port-id - Displays the custom-param configurations
9.1.17 set custom-param
This command configures the custom parameters for a particular port. The no form of the command deletes the custom parameter configurations.
set custom-param {type integer length integer value string | attribute 1-4 value 0-4294967295}
|
no custom-param [type integer] [attribute 1-4]
|
Syntax Description
|
type - Type of the TLV information.
length - Length of the TLV information.
value - Value of the TLV information.
attribute - Opaque attribute identifier configured on the port.
value - Value for the opaque attribute.
|
Mode
|
Interface Configuration
|
Defaults
|
0
|
Example
|
SEFOS(config-if)# set custom-param attribute 2 value 40
|
Notes
|
This command is allowed for switch ports only.
|
9.1.18 mac-addr
Configures the MAC address for an interface.
mac-addr <aa:aa:aa:aa:aa:aa>
|
Mode
|
Interface Configuration
|
Defaults
|
The default MAC address for the interface is obtained from the system.
|
Example
|
SEFOS(config-if)# mac-addr 00:22:33:44:55:66
|
Notes
|
- The MAC address can be set only when the interface is down.
- MAC address configuration is not mandatory. If it is not configured, the default MAC address for the interface is obtained from the system.
|
show interfaces - Displays the interface status and configuration.
9.1.19 snmp trap link-status
Enables trap generation on either the physical interface or the port-channel interface. The no form of this command disables trap generation on the respective interface.
Mode
|
Interface Configuration
|
Defaults
|
SNMP trap link status is enabled.
|
Example
|
SEFOS(config-if)# snmp trap link-status
|
show interfaces - Displays the interface status and configuration
9.1.20 write
Writes the running-config to a flash file, startup-configuration file, or to a remote site.
write {flash:filename | startup-config | tftp://ip-address/filename | sftp://username:password@ip-address/filename}
|
Syntax Description
|
flash:filename - Local system flash file name.
startup-config - Startup configuration. If this option is chosen, the switch starts with the saved configuration on reboot.
tftp - Copies a file to a TFTP server.
- ip-address - The IP address or host name of the server to receive the file.
- filename - the name assigned to the file on the server.
sftp - Copies (uploads) configurations of image to remote location.
- user-name - The user name of remote host or server.
- password - The password for the corresponding user name of remote host or server.
- ip-address - The IP address or host name of the server to receive the file
- filename - The name with which the configuration file is stored in remote location
This sftp keyword is not supported.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# write startup-config
|
Notes
|
- A startup-config contains configuration information that the SEFOS uses when it reboots.
- TFTP is a simplified version of FTP that allows files to be transferred from one computer to another over a network, usually without the use of client authentication (for example, username and password).
|
9.1.21 copy
Copies the configuration from a remote site to flash.
copy {tftp://ip-address/filename startup-config | sftp://username:password@ip-address/filename startup-config | flash:filename startup-config}
|
Syntax Description
|
tftp:// - File in remote location to be copied.
flash:filename startup-config - File in flash to be copied.
sftp:// - File in remote location to be copied (downloaded) into configuration file (switch.conf). The sftp keyword is not supported.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# copy flash:/conf/sefos/backup.conf startup-config
|
Notes
|
- Filenames and directory names are case sensitive.
- For copying a file to a new directory, the directory must already exist. The suggested local flash directory is /conf/sefos.
- A startup-config contains configuration information that SEFOS uses when it reboots.
- TFTP is a simplified version of FTP that allows files to be transferred from one computer to another over a network, usually without the use of client authentication (for example, username and password).
|
9.1.22 copy startup-config
Makes a backup of the initial configuration in flash or at a remote location.
copy startup-config {flash:filename | tftp://ip-address/filename | sftp://username:password@ip-address/filename}
|
Syntax Description
|
flash:filename - Local system flash file name.
tftp - Copies a file to a TFTP server.
- ip-address - the IP address or host name of the server to receive the file.
- filename - the name assigned to the file on the server.
sftp:// - Copies (uploads) configuration file to remote location.
- username - the user name of remote host or server.
- password - the password for the corresponding user name of remote host or server.
- ip-address - the IP address or host name of the server to receive the file.
- filename - the name with which the configuration file is stored in remote location.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# copy startup-config flash:/conf/sefos/current_backup.conf
|
Notes
|
- A startup-config contains configuration information that SEFOS uses when it reboots.
- The suggested local flash directory is /conf/sefos.
- TFTP is a simplified version of FTP that allows files to be transferred from one computer to another over a network, usually without the use of client authentication (for example, user name and password)
|
9.1.23 copy running-config startup-config
Copies the running configuration to the startup configuration file in NVRAM.
This command operates similar to that of the command copy startup-config.
copy running-config startup-config
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# copy running-config startup-config
|
9.1.24 copy logs
Writes the system logs to a remote site. The remote target must be on the in-band switch network for this command to work.
copy logs {tftp://ip-address/filename | sftp://username:password@ip-address/filename}
|
Syntax Description
|
tftp:// - Copies a log file to a TFTP server.
- ip-address - the IP address or host name of the TFTP server to receive the file.
- filename - the name assigned to the file on the server.
sftp:// - Copies (uploads) log file to remote location.
- username - The user name of remote host or server.
- password - The password for the corresponding user name of remote host or server.
- ip-address - the IP address or host name of the server to receive the file.
- filename - the name with which the configuration file is stored in remote location.
The sftp keyword is not supported.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS # copy logs tftp://10.0.0.10/clcliser
|
Notes
|
For the filename option, the full path to the file must be included. You can enter an unquoted text string with no spaces and a maximum length of 32 characters.
|
9.1.25 copy File
Copies a file from a source remote site flash directory to a destination remote site flash. The remote target must be on the in-band switch network for this command to work.
copy {tftp://ip-address/filename | sftp://username:password@ip-address/filename | flash:filename} {tftp://ip-address/filename | sftp://username:password@ip-address/filename | flash:filename}
|
Syntax Description
|
tftp:// - Copies a log file to a TFTP server
- ip-address - IP address or host name of the TFTP server to receive the file
- filename - the name assigned to the file on the server
Note - Copying files from a remote location to another remote location (tftp to tftp) is not supported.
sftp:// - Copies (uploads) a file from flash to a remote location and vice versa.
- username - the user name of remote host or server
- password - the password for the corresponding user name of remote host or server
- ip-address - the IP address or host name of the server to receive the file
- filename - the name with which the configuration file is stored in remote location
The sftp keyword is not supported.
flash:filename - Local system flash file name
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# copy tftp://12.0.0.2/clclirel flash:clcliser
|
Notes
|
- The filename must be an unquoted text string with the appropriate capitalization, no spaces, and a maximum length of 32 characters.
- The entire copying process may take several minutes and differs from protocol to protocol and from network to network.
- The recommended local flash directory to use is /conf/sefos.
|
9.1.26 show files
Lists the user created configuration and related files on the system.
Syntax Description
|
detail - Shows details for each file, including the modification date and size.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show files
switch.conf.mine
switch.conf.test
xvlan.scr
switch.conf
SEFOS# show files detail
total 348
-rw-r--r-- 1 108686 May 11 00:56 switch.conf
-rw-r--r-- 1 105484 May 10 02:27 switch.conf.mine
-rw-r--r-- 1 107782 May 10 02:29 switch.conf.test
-rw-r--r-- 1 1069 May 12 04:34 xvlan.scr
|
- erase - Clears the contents of the startup configuration or sets parameters in NVRAM to default values
- copy - Copies the configuration from a remote site to flash
- copy startup-config - Makes a backup of the initial configuration in flash or at a remote location
- copy File - Copies a file from a source remote site flash directory to a destination remote site flash
9.1.27 erase
This command is not supported.
Clears the contents of the startup configuration or sets parameters in NVRAM to default values.
erase {startup-config | nvram: | flash:filename}
|
Syntax Description
|
startup-config - Startup configuration file
nvram - Nonvolatile RAM
flash:filename - Local system flash file name
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# erase nvram:
|
9.1.28 flowcontrol
Sets the send or receive flow-control value for an interface. The remote target must be on the in-band switch network for this command to work.
If flowcontrol send is on for a device and if the device detects any congestion at the end, the device notifies the link partner or the remote device of the congestion by sending a pause frame.
If flowcontrol receive is on for the remote device and it receives a pause frame, the device stops sending any data packets. This prevents any loss of data packets during the congestion period.
Use the receive off and send off keywords to disable flow-control.
flowcontrol {send | receive} {on | off}
|
Syntax Description
|
send - Interface to send flow control packets to a remote device.
receive - Interface to receive flow control packets from a remote device.
on - If used with receive, allows an interface to operate with the attached device to send flow control packets If used with send, the interface sends flow control packets to a remote device if the device supports it.
off - Turns off attached devices (when used with receive) or the ability of local ports (when used with send) to send flow control packets to an interface or to a remote device respectively.
|
Mode
|
Interface Configuration
|
Defaults
|
flowcontrol receive off
flowcontrol send off
|
Example
|
SEFOS(config-if)# flowcontrol send on
|
9.1.29 shutdown - Physical, VLAN, port-channel Interface
Disables a physical, VLAN, port-channel, tunnel, or OOB interface. The no form of the command enables a respective interface.
Mode
|
Interface Configuration for physical interface and port-channel
VLAN Interface for VLAN interface
|
Defaults
|
- The physical interface extreme-ethernet 0/1 is enabled by default.
- The interface VLAN 1 is enabled by default for a VLAN interface.
- The port-channel interface is disabled by default.
|
Example
|
SEFOS(config-if)# shutdown
|
Notes
|
All functions on the specified interface are disabled by the shutdown command.
|
show interfaces - Displays the interface status and configuration
9.1.30 debug-logging
Configures where debug logs are to be displayed. The no form of the command displays debug logs in the console.
debug-logging {console | file}
|
Syntax Description
|
console - Debug logs are displayed in the console.
file - Debug logs are displayed in the file.
|
Mode
|
Global Configuration
|
Default
|
console
|
Example
|
SEFOS(config)# debug-logging console
|
Notes
|
- Debug logs are directed to the console screen or to a buffer file, which can later be uploaded based on the input.
- Verify that the interface status is not in shutdown state if the show debug-logging command returns the following message:
Admin status is disabled or invalid context id
|
9.1.31 rollback
This command is not supported.
Enables or disables the rollback function.
rollback { enable | disable }
|
Syntax Description
|
enable - Enables the rollback function
disable - Disables the rollback function
|
Mode
|
Global Configuration
|
Defaults
|
Enable
|
Example
|
SEFOS(config)# rollback enable
|
show nvram - Displays the current information stored in the NVRAM
9.1.32 set switch maximum - Threshold
Sets the switch maximum threshold values of RAM, CPU, and flash. This threshold value is represented in percentage and ranges between 1 and 100 percent.
Trap messages are sent for the specified resource and the syslog message is displayed if the current resource usage crosses the maximum threshold limit.
set switch maximum {RAM | CPU | flash} threshold 1-100
|
Syntax Description
|
RAM - Sets the maximum threshold value for RAM.
CPU - Sets the maximum threshold value for CPU.
flash - Sets the maximum threshold value for Flash memory.
|
Mode
|
Global Configuration
|
Defaults
|
RAM - 100 percentage.
CPU - 100 percentage.
flash - 100 percentage.
|
Example
|
SEFOS(config)# set switch maximum RAM threshold 98
|
9.1.33 set switch temperature - Threshold
This command is not supported (no temperature monitoring from SEFOS).
Sets the maximum and minimum temperature threshold values of the switch. This threshold value ranges between -14 and 40 degrees Celsius.
set switch temperature {min | max} threshold -14 - 40}
|
Syntax Description
|
min - Minimum temperature value for the switch.
max - Maximum temperature value for the switch.
|
Mode
|
Global Configuration
|
Defaults
|
min - -14 degree Celsius.
max - 40 degree Celsius.
|
Example
|
SEFOS(config)# set switch temperature min threshold -10
SEFOS(config)# set switch temperature max threshold 37
|
9.1.34 set switch power - Threshold
This command is not supported (no power monitoring from SEFOS).
Sets the maximum and minimum threshold values of the switch power supply. This threshold value ranges between 100 and 230 volts.
set switch power {min | max} threshold 100-230
|
Syntax Description
|
min - Minimum threshold value for switch power supply.
max - Maximum threshold value for switch power supply.
|
Mode
|
Global Configuration
|
Defaults
|
min - 100 volts.
max - 230 volts.
|
Example
|
SEFOS(config)# set switch power min threshold 110
SEFOS(config)# set switch power max threshold 220
|
9.1.35 system contact
This command is not supported.
Sets the system contact information.
Note - This command must be set from ILOM and not SEFOS.
|
system contact contact-info
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# system contact support@oracle.com
|
show system information - Displays system information.
9.1.36 system location
This command is not supported.
Sets the system location.
Note - System location must be set from ILOM and not SEFOS.
|
system location location-name
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# system location Oracle Controls
|
show system information - Displays system information.
9.1.37 auto-save trigger
This command is not supported.
Enables or disables the auto-save trigger function.
auto-save trigger {enable | disable}
|
Syntax Description
|
enable - Enables the auto-save trigger function.
disable - Disables the auto-save trigger function.
|
Mode
|
Global Configuration
|
Details
|
Enabled.
|
Example
|
SEFOS# auto-save trigger
|
Notes
|
- To enable auto-save trigger, the incremental-save command has to be enabled.
- The configuration update of incremental-save command takes effect only after switch restart. When incremental-save is enabled, the configuration of the auto-save trigger is immediately reflected in the system.
- Enabling or disabling the auto-save flag enables or disables updating of the runtime configuration in the configuration file.
- The erase start-up command configuration cannot be processed when the auto-save trigger is enabled.
- Changing the auto-save option does not modify the restore option.
- When the auto-save trigger is enabled, the config-save option is set to start-up save.
|
- show nvram - Displays the current information stored in the NVRAM
9.1.38 clear interfaces - Counters
Clears the interface counters.
clear interfaces [ interface-type interface-id ] counters
|
Syntax Description
|
interface-type - Type of interface. This can be extreme-ethernet
interface-id - Physical interface ID including slot and port number
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# clear interfaces counters
|
Notes
|
Executing this command also clears the RMON statistics. When you enable the RMON statistics, all of the RMON counters are set to zero.
|
9.1.39 clear counters
Clears the interface counters.
This command operates similar to the clear interfaces - Counters command.
clear counters [interface-type interface-id]
|
Syntax Description
|
interface-type - Type of interface. This can be extreme-ethernet.
interface-id - Physical interface ID including slot and port number.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# clear counters
|
9.1.40 show ip interface
Displays the IP interface configuration.
show ip interface [Vlan 1-4094] [interface-type interface-id] [loopback 0-100]
|
Syntax Description
|
Vlan - VLAN identifier.
interface-type - Type of interface.
interface-id - Interface identifier.
loopback - Loopback identifier.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show ip interface vlan 1
vlan1 is up, line protocol is down
Internet Address is 12.0.0.1/8
Broadcast Address 12.255.255.255
|
Notes
|
If executed without the optional parameters, this command displays the IP interface statistics and configuration for all the available interfaces.
|
9.1.41 show authorized-managers
This command is not supported.
Displays the configured authorized managers.
show authorized-managers [ip-source ip-address]
|
Syntax Description
|
ip-source - Specifies either the network or host IP address
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show authorized-managers
Ip Authorized Manager Table
---------------------------
Ip Address : 10.0.0.4
Ip Mask : 255.255.255.255
Services allowed : SSH
Ports allowed : Ex0/1
Vlans allowed : 2
|
authorized-manager ip-source - Configures an IP authorized manager
9.1.42 show interfaces
Displays the interface status and configuration.
show interfaces [{[interface-type interface-id] [{description | storm-control | flowcontrol | capabilities | status}] | vlan 1-4094 | port-channel 1-65535 | tunnel 0-128}]
|
Syntax Description
|
interface-type - Interface type.
interface-id - Physical interface identifier including type, slot and port number.
description - Description about the interface.
storm-control - Broadcast, multicast, and unicast storm control suppression levels for an interface.
flowcontrol - Receive or send flow control value for an interface.
capabilities - Capabilities of the interface.
status - Status of the interface.
vlan - VLAN Identifier.
port-channel - Port channel identifier.
tunnel - Tunnel identifier.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show interfaces extreme-ethernet 0/1
Ex0/1 up, line protocol is up (connected)
Bridge Port Type: Customer Bridge Port
Hardware Address is 00:01:02:03:04:22
RARP Client is enabled
MTU 1500 bytes, Full duplex, 10 Gbps, No-Negotiation
HOL Block Prevention enabled.
Invalid flowcontrol Mode
|
|
Link Up/Down Trap is enabled
Reception Counters
Octets : 0
Unicast Packets : 0
Discarded Packets : 0
Error Packets : 0
Unknown Protocol : 0
|
|
Transmission Counters
Octets : 8266
Unicast Packets : 0
Discarded Packets : 0
Error Packets : 0
|
|
SEFOS# show interfaces description
Interface Status Protocol Description
---------- --------- ----------------------
Ex0/1 up up
Ex0/2 up up
SEFOS# show interfaces extreme-ethernet 0/2 storm-control
Ex0/2
DLF Storm Control : Disabled
DLF Storm Control Limit : 0
Broadcast Storm Control : Enabled
|
|
Broadcast Storm Control : 0
Multicast Storm Control : Enabled
Multicast Storm Control : 0
SEFOS# show interfaces extreme-ethernet 0/2 flow-control
Port Tx FlowControl Rx FlowControl Tx Pause Rx Pause HC TxPause HC R
---- -------------- ------------- -------- -------- ----------- -----
Ex0/2 off off 0 0
|
|
SEFOS# show interfaces extreme-ethernet 0/2 capabilities
Ex0/2
Type : SFP+
Speed : 1Gbps/10Gbps Fixed
Duplex : Full
FlowControl : Send, Receive
SEFOS# show interfaces extreme-ethernet 0/2 status
Port Status Duplex Speed Negotiation
---- ------ ------ ------ ------------
Ex0/2 connected Full 10 Gbps No-Negotiation
SEFOS# show interfaces vlan 1
|
|
vlan1 up, line protocol is up (connected)
SEFOS# show interfaces port-channel 2
po2 up, line protocol is up (connected)
SEFOS# show interfaces tunnel 0
|
|
tunnel0 up, line protocol is up (connected)
Hardware is Tunnel
MTU 1480 bytes
Encapsulation TUNNEL
Tunnel Source 12.0.0.2,Destination 12.0.0.3
Tunnel Protocol/transport IPV4IP
Checksumming of packets Disabled
Path MTU Discovery Disabled
|
Notes
|
If executed without the optional parameters this command displays the IP interface statistics and configuration for all the available interfaces.
|
9.1.43 show interfaces phy-info
Displays the description of the physical transceiver that the interface is using.
show interface phy-info [interface-type interface-id]
|
Syntax Description
|
interface-type - Interface type.
interface-id - Physical interface identifier including type, slot and port number.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show interface phy-info extreme-ethernet 0/1
Port 1 Transceiver Information
SFPP Fiber
OUI 0-14-4f
Supplier AVAGO PN 530-4449-01- Rev 50
Date Code 100126 SN AD1004A00BG Secondary PN AFBR-703SDDZ-SN1 Rev 11
SEFOS# show interface phy-info extreme-ethernet 0/3
Port 3 Transceiver Information
QSFP [3-6] Fiber Limiting HPM 1
OUI 0-14-4f
Supplier AVAGO PN 135-1204-01- Rev 3530
Date Code 091215 SN AK0950Z0012 Secondary PN AFBR-79E4Z-SN2 Rev 11
SEFOS# show interface phy-info extreme-ethernet 0/15
Port 15 XAUI Backplane Connection
|
9.1.44 show interfaces - Counters
Displays the interface statistics for each port.
show interfaces [{interface-type interface-id | hc [interface-type interface-id ] vlan 1-4094 | tunnel 0-128}] counters
|
Syntax Description
|
interface-type - Interface type.
interface-id - Physical interface identifier including type, slot and port number.
hc - 64-Bit counters (high count).
Note: The hc keyword can be used only with the Sun Network 10GbE Switch 72p.
vlan - VLAN identifier.
tunnel - Tunnel identifier.
counters - Various counters for the switch or for the specific interface.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show interfaces hc counters
Port InOctet InUcast InDiscard InErrs InHCOctet
---- ------- ------- --------- ------ ---------
Ex0/1 215710 805 1730 1 0
Ex0/2 0 0 0 0 0
Ex0/3 480494016 7507719 384586 0 0
Ex0/4 0 0 0 0 0
Ex0/5 2332132381 103548431 4985914 2 0
Ex0/6 0 0 0 0 0
Ex0/7 0 0 0 0 0
Ex0/8 0 0 0 0 0
...
vlan1 0 0 0 0 0
|
|
Port OutOctet OutUcast OutDiscard OutErrs OutHCOctet
---- -------- -------- ---------- ------- ----------
Ex0/1 516578823 8064080 0 0 0
Ex0/2 0 0 0 0 0
Ex0/3 1403553448 89039198 4486186 0 0
Ex0/4 0 0 0 0 0
Ex0/5 455902325 7123224 45 0 0
Ex0/6 0 0 0 0 0
Ex0/7 0 0 0 0 0
Ex0/8 0 0 0 0 0
...
vlan1 78 1 0 0 0
|
|
SEFOS# show interface extreme-ethernet 0/9 hc count
Port InHCOctet InUcastPkts InMulticastPkts
---- --------- ----------- --------------------
|
|
Ex0/9 1327837163520 0 20747455680
Port OutHCOctet OutUcastPkts OutMulticastPkts
---- ---------- ------------ ---------------
Ex0/9 1327879857024 0 20666431734
|
Notes
|
- If executed without the optional parameters, this command displays the counters for all the available interfaces.
- Only the InHCOctet and OutHCOctet interfaces are shown in 64 -Bit. All of the other interfaces are shown in 32-Bit only. However, you can get interface statistics in 64-Bit for all interfaces through SNMP.
|
9.1.45 show system-specific port-id
Displays the interface and port identifiers.
show system-specific port-id
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show system-specific port-id
Interface PortID
-------- --------
Slot0/1 45
|
Notes
|
This command is allowed for switch ports only.
|
9.1.46 show custom-param
Displays the custom-param configurations.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show custom-param
Slot0/1
AttrID AttrValue
-------- --------
4 5454
Slot0/2
AttrID AttrValue
-------- --------
2 2424
Type Length Value
-------- -------- --------
2 4 root
5 4 root
|
Notes
|
This command is allowed for switch ports only.
|
9.1.47 show interface mtu
Shows the maximum transmission Unit (MTU) of ports in the switch.
show interface mtu [{Vlan 1-4094 | port-channel 1-65535 | interface-type interface-id}]
|
Syntax Description
|
Vlan - VLAN identifier.
port-channel - Port channel identifier.
interface-type - Interface type.
interface-id - Physical interface identifier including type, slot and port number.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show interface mtu Vlan 1
vlan1 MTU size is 1500
|
Notes
|
Shows the hardware MTU of the ports on the switch, so you must include the Layer 2 header when you change the MTU.
|
- mtu frame-size - Configures the maximum transmission unit frame size for the interface
- system mtu - Configures the maximum transmission unit frame size for all interfaces
9.1.48 show interface bridge port-type
Displays the bridge port type of interfaces in the switch.
show interface bridge port-type [{port-channel 1-65535 | interface-type ifnum}]
|
Syntax Description
|
port-channel - Port channel identifier.
interface-type - Interface index.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show interface bridge port-type
Ex0/1 Bridge port type is Customer Bridge Port
Ex0/2 Bridge port type is Customer Bridge Port
Ex0/3 Bridge port type is Customer Bridge Port
Ex0/4 Bridge port type is Customer Bridge Port
Ex0/5 Bridge port type is Customer Bridge Port
Ex0/6 Bridge port type is Customer Bridge Port
Ex0/7 Bridge port type is Customer Bridge Port
Ex0/8 Bridge port type is Customer Bridge Port
...
|
Notes
|
Bridge mode must be a provide bridge.
|
bridge port-type - Configures the bridge port type
9.1.49 show nvram
Displays the current information stored in the NVRAM.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show nvram
Default IP Address : 12.0.0.3
Default Subnet Mask : 255.0.0.0
Default IP Address Config Mode : Manual
Switch Base MAC Address : 00:03:02:03:04:01
Default Interface Name : Ex0/1
Default RM Interface Name : lo:3
Config Restore Option : No restore
Config Save Option : No save
Auto Save : Disable
Incremental Save : Enable
|
|
Roll Back : Enable
Config Save IP Address : 0.0.0.0
Config Save Filename : switch.conf
Config Restore Filename : switch.conf
PIM Mode : Sparse Mode
IGS Forwarding Mode : MAC based
Cli Serial Console : Yes
SNMP EngineID : 80.00.08.1c.04.46.53
SNMP Engine Boots : 47
Default VLAN Identifier : 1
Stack PortCount : 0
ColdStandby : Disable
|
Notes
|
The following parameters are not supported: Default RM Interface Name, Roll Back, Stack PortCount, ColdStandby, NPAPI Mod, and PIM Mode.
|
- default mode - Configures the mode by which the default interface acquires its IP address
- default restore-file - Configures the default restoration file
- default ip address - Configures the IP address and subnet mask for the default interface
- ip address - Sets the IP address of an interface
- base-mac - Configures the base MAC address for the switch in the NVRAM
- write - Writes the running-config to a file in flash, startup-configuration file or to a remote site
- erase - Clears the contents of the startup configuration or sets parameters in NVRAM to default values
9.1.50 show system information
Displays system information.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show system information
Hardware Version : 2.5.5_00166738
Firmware Version : 1.0.0
Switch Name : SEFOS Switch
System Contact : Oracle
System Location : Oracle
Logging Option : Console Logging
Login Authentication Mode : Local
Config Save Status : Not Initiated
Remote Save Status : Not Initiated
Config Restore Status : Not Initiated
|
- write - Writes the running-config to a file in flash, startup-configuration file or to a remote site
- erase - Clears the contents of the startup configuration or sets parameters in NVRAM to default values
9.1.51 show flow-control
Displays the flow-control information.
show flow-control [interface interface-type interface-id]
|
Syntax Description
|
interface
- interface-type - Interface type.
- interface-id - Physical interface identifier including type, slot and port number.
|
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show flow-control interface extreme-ethernet 0/2
Port TxFlowControl RxFlowControl TxPause RxPause HCTxPause HCRxPause
---- ------------- ------------- ------- ------- --------- ---------
Ex0/2 on on 0 0 0 0
|
Notes
|
If this command is executed without the optional parameter it displays the flowcontrol information of the SEFOS router. Otherwise it displays the flowcontrol information of the specified interface.
|
9.1.52 show debug-logging
Displays the debug logs stored in file.
Mode
|
Privileged EXEC
|
Example
|
SEFOS(config)# debug-logging file
SEFOS(config)# exit
SEFOS# debug spanning-tree events
SEFOS# show debug-logging
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
AST: MSG: Timer Expiry Event processed...
AST: MSG: Completed processing the event(s).
|
debug-logging - Configures where debug logs are to be displayed
9.1.53 debug npapi
Turns on NPAPI (network processor application programming interface) debug logging. The no form of the command turns off NPAPI debug logging.
debug npapi {events | entry-exit | transmission | reception | all}
|
no debug npapi {events | entry-exit | transmission | reception | all}
|
Syntax Description
|
events - Events related traces, such as addition, modification, or deletion of any entry from the hardware.
entry-exit - NPAPI’s entry and exit related traces.
transmission - Packet transmission traces
reception - Packet reception traces.
all - All traces.
|
Mode
|
Global Configuration
|
Example
|
SEFOS(config)# debug npapi all
|
9.1.54 show debugging
Displays state of each debugging option.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show debugging
Spanning Tree :
Spanning tree timers related debugging is on
|
9.1.55 show clock
Displays the system date and time.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show clock
Tue Oct 18 18:04:11 2005
|
9.1.56 show running-config
Displays the current running VLAN and XVLAN configuration.
show running-config [{syslog | qos | stp [ switch context-name] | ecfm [switch context-name] | la | igs | mlds | vlan 1-4094 [switch context-name] | interface {port-channel 1-65535 | interfacetype interfacenum | vlan 1-4094} | ospf | rip | rip6 | ssh | acl | ip | pim | pimv6 | snmp | rmon | rm | mbsm | ospf3 | igmp | fm | igmp-proxy | route-map | qosxtd | switch context-name}]
|
Syntax Description
|
syslog - Syslog module.
qos - Quality of service module.
stp - STP module.
la - LA module.
igs - IGS module.
vlan - VLAN module.
interface - Port-channel, physical, and VLAN interface.
|
|
ospf - OSPF module.
rip - RIP module.
rip6 - RIP6 module.
acl - ACL module.
ip - IP module.
pim - PIM module.
snmp - SNMP module.
rmon - RMON module.
rm - RM module.
|
|
mbsm - MBSM module.
ospf3 - OSPFv3 module.
igmp - IGMP module.
fm - FM module.
igmp-proxy - IGMP proxy module.
route-map - Route map feature.
Qosxtd - QoS module.
Switch - Context or switch name. This parameter is specific to multiple. instance. The keyword switch is not supported.
|
Mode
|
Privileged EXEC
|
Example
|
The output given below is only a fragment of the whole output. This output differs based on the modules that are configured.
SEFOS# show running-config stp
Building configuration...
spanning-tree mode rst
interface extreme-ethernet 0/1
!
|
|
interface extreme-ethernet 0/2
!
interface extreme-ethernet 0/3
!
interface extreme-ethernet 0/4
!
|
|
interface extreme-ethernet 0/5
!
interface extreme-ethernet 0/6
!
interface extreme-ethernet 0/7
!
interface extreme-ethernet 0/8
|
|
!
...
end
|
Notes
|
If executed without the optional parameters, this command displays the current active configurations other than the default configurations of all the modules in all the interfaces.
Some of the keywords used in this command might not be available.
|
Related commands include the configuration commands of all the modules that are given as parameters in the show running-config command.
9.1.57 show http server status
This command is not supported.
Displays the HTTP server status.
Mode
|
Privileged EXEC
|
Example
|
SEFOS# show http server status
HTTP server status : Enabled
HTTP port is : 80
|
9.1.58 show system acknowledgement
Displays acknowledgement for open sources used in the system.
show system acknowledgement
|

Sun Ethernet Fabric Operating System CLI Base Reference Manual
|
E26513-03
|
  
|
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.