C H A P T E R  9

Feedback 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


Related Commands

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.


Related Commands

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.

Related Commands

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


Related Commands

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.


Related Commands

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.

Related Commands

9.1.7 switchport

Configures the port as switch port. The no form of the command configures the port as a router port.


switchport


no switchport


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.

Related Commands

9.1.8 base-mac

Configures the base MAC address for the switch in the NVRAM.


base-mac mac-address


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.


Related Commands

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.


Related Commands

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.


ip http port 1-65535


no ip 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.


Related Commands

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


Related Commands

9.1.12 archive download-sw

Performs an image download operation using TFTP or SFTP from a remote location.


archive download-sw /overwrite [/reload] {tftp://ip-address/filename | sftp://username:password@ip-address/filename | flash:filename}


Syntax Description

overwrite - Overwrites the image in flash with the downloaded image.

reload - Reloads the software after image download.

tftp://ip-address/filename - Source URL alias for a network (tftp) file system.

sftp://username:password@ip-address/filename - Source URL alias for a network (sftp) file system.

flash:filename - Source URL alias for a local flash file system.

Mode

Privileged EXEC

Example

SEFOS# archive download-sw /overwrite tftp://20.0.0.1/ISS.exe

Notes

  • The TFTP protocol is used for getting the image from the remote site.
  • If the flash device has sufficient space to hold two images and to overwrite one of these images with the same version, you must specify the overwrite option.

9.1.13 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.


Related Commands

show interfaces - Displays the interface status and configuration

9.1.14 mtu frame-size

Configures the maximum transmission unit frame size for an interface.


mtu frame-size_90-9216


Mode

Interface Configuration

Defaults

1500

Example

SEFOS(config-if)# mtu 900

Notes

The interface must be brought down administratively prior to changing the MTU.


Related Commands

9.1.15 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


no system mtu


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.


Related Commands

9.1.16 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.

Related Commands

9.1.17 system-specific port-id

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.

Related Commands

show system-specific port-id - Displays the custom-param configurations

9.1.18 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.


Related Commands

9.1.19 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.

Related Commands

show interfaces - Displays the interface status and configuration.

9.1.20 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.


snmp trap link-status


no snmp trap link-status


Mode

Interface Configuration

Defaults

SNMP trap link status is enabled.

Example

SEFOS(config-if)# snmp trap link-status


Related Commands

show interfaces - Displays the interface status and configuration

9.1.21 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).

Related Commands

9.1.22 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.23 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.24 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.25 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.26 firmware upgrade

Performs a firmware upgrade with TFTP from a remote location. The remote target must be on the in-band switch network for this command to work.


firmware upgrade {tftp://ip-address/filename} {flash:normal | flash:fallback}


Syntax Description

tftp:// - File to be used for firmware upgrade.

  • ip-address - IP address or host name of the TFTP server.
  • filename - The name assigned to the file on the server.

flash:normal - Normal image in Flash.

flash:fallback - Fallback image in Flash.

Mode

Privileged EXEC

Example

SEFOS# firmware upgrade tftp://12.0.0.100/Ramdisk.bin flash:normal

Notes

In a stacking environment, this command copies the image to the attached peers.


9.1.27 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.28 clock set

This command is not supported (clock is set from ILOM).

Manages the system clock.


clock set hh:mm:ss day_1-31 {january | february | march | april | may | june | july | august | september | october | november| december} year_1970-2035


Mode

Privileged EXEC

Example

SEFOS# clock set 18:04:10 18 Oct 2005

Notes

  • The date is configured in the following formats:
  • hours:minutes:seconds date month year
  • The format for the month is Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
  • The format for the year is yyyy

Related Commands

9.1.29 show files

Lists the user created configuration and related files on the system.


show files [detail]


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


Related Commands

9.1.30 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:


Related Commands

9.1.31 cli console

This command is not supported (console access is through ILOM).

Enables the console CLI through a serial port. The no form of the command disables the console CLI.


cli console


no cli console


Mode

Privileged EXEC

Defaults

Enabled.

Example

iss # cli console

Notes

Takes effect only on system restart.


9.1.32 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


Related Commands

9.1.33 tunnel mode

Configures the tunnel interface associated parameters. The no form of the command deletes the tunnel interface associated parameters.


tunnel mode {gre|sixToFour|isatap|compat} [config-id 1-2147483647] source TnlSrcIP/IfName [dest TnlDestIP]


no tunnel mode {gre|sixToFour|isatap|compat} [config-id 1-2147483647] source <TnlSrcIP/IfName/IfIndex [dest TnlDestIP]


Syntax Description

gre - Generic router encapsulation mode.

sixToFour - 6to4 four encapsulation mode.

isatap - ISATAP encapsulation mode.

config-id - An identifier to distinguish between multiple tunnels of the same encapsulation method with same end-points.

source - The address of the local end point of the tunnel.

dest - The address of the remote end point of the tunnel.

Mode

Interface Configuration

Example

SEFOS(config-if)# tunnel mode ipv4ip config-id 1 source vlan1 dest 10.203.113.114


Related Commands

show interfaces - Displays the interface status and configuration

9.1.34 tunnel checksum

Enables end-to-end checksumming of packets. The no form of the command disables end-to-end checksumming of packets.


tunnel checksum


no tunnel checksum


Mode

Interface Configuration

Defaults

Disabled.

Example

SEFOS(config-if)# tunnel checksum

Notes

This command is applicable only for GRE encapsulation method.


Related Commands

show interfaces - Displays the interface status and configuration

9.1.35 tunnel path-mtu-discovery

Enables Path MTU discovery on tunnel. The no form of the command disables path MTU discovery on tunnel.


tunnel path-mtu-discovery [age-timer {5-254 | infinite}]


no tunnel path-mtu-discovery


Syntax Description

age-timer - The timeout in minutes, after which the estimate of the PMTU is considered stale

infinite - The detection in the PMTU increase is not done

Mode

Interface Configuration

Defaults

Disabled

Example

SEFOS(config-if)# tunnel path-mtu-discovery age-timer 5


Related Commands

show interfaces - Displays the interface status and configuration

 

9.1.36 tunnel udlr

Associates tunnel with an unidirectional interface. The no form of the command associates tunnel with a bidirectional interface.


tunnel udlr {receive-only | send-only}


no tunnel udlr


Syntax Description

receive-only - Uni-directional tunnel is incoming.

send-only - Uni-directional tunnel is outgoing.

Mode

Interface Configuration

Example

SEFOS(config-if)# tunnel udlr receive-only


Related Commands

show interfaces - Displays the interface status and configuration

9.1.37 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.


shutdown


no shutdown


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.


Related Commands

show interfaces - Displays the interface status and configuration

9.1.38 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}


no debug-logging


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


Related Commands

9.1.39 incremental-save

Enables or disables the incremental-save and restore feature.


incremental-save {enable | disable}


Syntax Description

enable - Enables the incremental save and restore feature.

disable - Disables the incremental save and restore feature.

Mode

Global Configuration

Defaults

Disable

Example

SEFOS(config)# incremental-save enable

Notes

  • This command takes effect only on switch restart.
  • The automatic save of configurations cannot be used when the incremental-save option is set to false. Thus, the auto-save trigger has to be set to false before setting the incremental-save option to false.
  • Enabling an incremental-save flag updates the in-memory database for every configuration at runtime.
  • Disabling the incremental-save flag does not update the in-memory database for any configuration at runtime.
  • The incremental-save mode determines whether the configuration should be saved in the in-memory database or not and takes effect after restart.
  • Issuing write startup-config performs a save operation.
  • Changing the incremental-save will not modify the restore option.

Related Commands

9.1.40 auto-save trigger

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

Defaults

Enabled.

Example

SEFOS(config)# auto-save trigger enable

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.

Related Commands

9.1.41 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


Related Commands

show nvram - Displays the current information stored in the NVRAM

9.1.42 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


Related Commands

show env - Displays the switch related information such as CPU, Flash and RAM usage, and also displays the current power and temperature of the switch

9.1.43 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


Related Commands

show env - Displays the switch related information such as CPU, Flash and RAM usage, and also displays the current power and temperature of the switch

9.1.44 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


Related Commands

show env - Displays the switch related information such as CPU, Flash and RAM usage, and also displays the current power and temperature of the switch

9.1.45 switch prompt-name

Configures the CLI prompt name. The no form of the command configures the default CLI prompt name.


switch prompt-name name


no switch prompt-name


Syntax Description

name - Prompt name.

Mode

Global Configuration

Example

SEFOS(config)# switch prompt-name test


Related Commands

show nvram - Displays the current information stored in the NVRAM.

9.1.46 switch banner-name

Configures the switch banner name. The no form of the command configures the default switch banner name.


switch banner-name name


no switch banner-name


Syntax Description

name - Switch banner name.

Mode

Global Configuration

Example

SEFOS(config)# switch banner-name test


Related Commands

show nvram - Displays the current information stored in the NVRAM

9.1.47 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


Related Commands

show system information - Displays system information.

9.1.48 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


Related Commands

show system information - Displays system information.

9.1.49 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.


Related Commands

9.1.50 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


Related Commands

9.1.51 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.


Related Commands

 

9.1.52 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


Related Commands

authorized-manager ip-source - Configures an IP authorized manager

9.1.53 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.


Related Commands

9.1.54 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.55 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.

Related Commands

9.1.56 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.57 show custom-param

Displays the custom-param configurations.


show custom-param


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.58 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.


Related Commands

9.1.59 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.


Related Commands

bridge port-type - Configures the bridge port type

9.1.60 show nvram

Displays the current information stored in the NVRAM.


show 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.


Related Commands

9.1.61 show env

Displays the switch related information such as CPU, flash, and RAM usage. This command also displays the current power and temperature of the switch.


show env {all | temperature | fan | RAM | CPU | flash | power}


Syntax Description

all - Displays threshold information of all resources such as CPU, Flash, RAM, power and temperature.

temperature - Displays the threshold information of the temperature.

fan - Displays the threshold information of the fan.

RAM - Displays the threshold information of the RAM.

CPU - Displays the threshold information of the CPU.

flash - Displays the threshold information of the Flash.

power - Displays the threshold information of the power.

interface-type - Interface type.

interface-id - Physical interface identifier including type, slot and port number.

Mode

Privileged EXEC

Example

SEFOS# show env all

 

RAM Threshold : 98%

Current RAM Threshold : 97%

CPU Threshold : 92%

Current CPU Threshold : 0%

Fan Status 1 : Operational

Min power supply : 110v

Max power supply : 220v

Current power supply : 230v

Max Temperature : 37C

Min Temperature : -10C

 

Current Temperature : 40C

Flash Threshold : 90%

Current Flash Threshold : 62%

 

SEFOS# show env RAM

RAM Threshold : 98%

Current RAM Threshold : 97%

 

SEFOS# show env power

Min power supply : 110v

Max power supply : 220v

Current power supply : 230v

Notes

 


Related Commands

9.1.62 show system information

Displays system information.


show 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


Related Commands

9.1.63 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.


Related Commands

9.1.64 show debug-logging

Displays the debug logs stored in file.


show debug-logging


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).


Related Commands

debug-logging - Configures where debug logs are to be displayed

9.1.65 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.66 show debugging

Displays state of each debugging option.


show debugging


Mode

Privileged EXEC

Example

SEFOS# show debugging

 

Spanning Tree :

Spanning tree timers related debugging is on


Related Commands

9.1.67 show clock

Displays the system date and time.


show clock


Mode

Privileged EXEC

Example

SEFOS# show clock

 

Tue Oct 18 18:04:11 2005


Related Commands

clock set - Manages the system clock

9.1.68 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

Related commands include the configuration commands of all the modules that are given as parameters in the show running-config command.

9.1.69 show http server status

This command is not supported.

Displays the HTTP server status.


show http server status


Mode

Privileged EXEC

Example

SEFOS# show http server status

 

HTTP server status : Enabled

HTTP port is : 80


Related Commands

9.1.70 show system acknowledgement

Displays acknowledgement for open sources used in the system.


show system acknowledgement


Mode

Privileged EXEC


 

 

 

 

Feedback