intellectual property laws. Dell™ and the Dell logo are trademarks of Dell Inc. in the United States and/or other
jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies.
2014 - 07
Contents
1 About this Guide..................................................................................................37
ip ftp password....................................................................................................................................96
ip ftp source-interface........................................................................................................................ 97
ip tftp vrf.............................................................................................................................................. 98
ip ftp username................................................................................................................................... 99
ip ftp vrf............................................................................................................................................. 100
ip telnet server enable...................................................................................................................... 100
ip telnet server vrf..............................................................................................................................101
ip telnet source-interface.................................................................................................................102
ip tftp vrf............................................................................................................................................ 103
ip route bfd....................................................................................................................................... 306
show frrp...........................................................................................................................................589
clear ip fib stack-unit.........................................................................................................................712
clear ip route......................................................................................................................................713
debug ip dhcp....................................................................................................................................716
debug ip icmp....................................................................................................................................718
debug ip packet.................................................................................................................................719
ip address...........................................................................................................................................722
ip directed-broadcast....................................................................................................................... 723
ip domain-list.................................................................................................................................... 724
ip domain-lookup............................................................................................................................. 725
ip domain-name............................................................................................................................... 726
ip helper-address.............................................................................................................................. 727
ip helper-address hop-count disable.............................................................................................. 728
ip host................................................................................................................................................729
ip icmp source-interface..................................................................................................................730
ip max-frag-count............................................................................................................................ 733
ip name-server..................................................................................................................................734
ip proxy-arp.......................................................................................................................................735
ip route.............................................................................................................................................. 735
ip source-route................................................................................................................................. 737
ip tcp initial-time...............................................................................................................................738
ip unknown-unicast..........................................................................................................................739
show arp............................................................................................................................................746
show arp retries................................................................................................................................ 749
show hosts........................................................................................................................................ 750
show ip cam stack-unit.................................................................................................................... 752
show ip fib stack-unit....................................................................................................................... 754
show ip flow......................................................................................................................................756
show ip interface...............................................................................................................................758
show ip management-route............................................................................................................ 760
show ipv6 management-route.........................................................................................................761
show ip protocols............................................................................................................................. 762
show ip route.................................................................................................................................... 763
show ip route list...............................................................................................................................767
show ip route summary....................................................................................................................768
show ip traffic....................................................................................................................................770
show tcp statistics............................................................................................................................. 772
ip router isis....................................................................................................................................... 815
clear ip rip........................................................................................................................................ 1165
debug ip rip......................................................................................................................................1165
dei enable........................................................................................................................................1439
dei honor.........................................................................................................................................1439
dei mark.......................................................................................................................................... 1440
version .......................................................................................................................................1513
About this Guide
This book provides information about the Dell Networking OS command line interface (CLI).
This book also includes information about the protocols and features found in Dell S6000 platform.
References
For more information about your system, refer to the following documents:
•Dell Networking OS Configuration Guides
•Installation and Maintenance Guides
•Release Notes
Objectives
This book is intended as a reference guide for the Dell Networking OS CLI commands, with detailed
syntax statements, along with usage information and sample output.
NOTE: For more information about when to use the CLI commands, refer to the Dell Networking
OS Configuration Guide
for your system.
1
Audience
This book is intended for system administrators who are responsible for configuring or maintaining
networks. This guide assumes that you are knowledgeable in Layer 2 and Layer 3 networking
technologies.
Conventions
This book uses the following conventions to describe command syntax.
Keyword
parameterParameters are in italics and require a number or word to be entered in the CLI.
{X}Keywords and parameters within braces must be entered in the CLI.
About this Guide
Keywords are in Courier font and must be entered in the CLI as listed.
37
[X]Keywords and parameters within brackets are optional.
x|yKeywords and parameters separated by a bar require you to choose one option.
x||yKeywords and parameters separated by a double bar allows you to choose any or
all of the options.
Information Icons
This book uses the following information symbols:
NOTE: The Note icon signals important operational information.
CAUTION: The Caution icon signals information about situations that could result in equipment
damage or loss of data.
WARNING: The Warning icon signals information about hardware handling that could result in
injury.
38
About this Guide
2
CLI Basics
This chapter describes the command line interface (CLI) structure and command modes. The Dell
Networking operating software commands are in a text-based interface that allows you to use the launch
commands, change command modes, and configure interfaces and protocols.
Accessing the Command Line
When the system boots successfully, you are positioned on the command line in EXEC mode and not
prompted to log in. You can access the commands through a serial console port or a Telnet session.
When you Telnet into the switch, you are prompted to enter a login name and password.
Example
After you log in to the switch, the prompt provides you with the current command-level information. For
example:
Prompt
Dell>
Dell#
Dell(conf)#
NOTE: For a list of all the command mode prompts, refer to the Command Modes section.
telnet 172.31.1.53
Trying 172.31.1.53...
Connected to 172.31.1.53.
Escape character is '^]'.
Login: username
Password: Dell>
CLI Command Mode
EXEC
EXEC Privilege
CONFIGURATION
Multiple Configuration Users
When a user enters CONFIGURATION mode and another user is already in CONFIGURATION mode, the
Dell Networking operating software generates an alert warning message similar to the following:
Dell#conf
% Warning: The following users are currently configuring the system:
User "" on line console0
User "admin" on line vty0 ( 123.12.1.123 )
User "admin" on line vty1 ( 123.12.1.123 )
User "Irene" on line vty3 ( 123.12.1.321 )
Dell#conf
CLI Basics
39
When another user enters CONFIGURATION mode, Dell Networking OS sends a message similar to the
following:
% Warning: User "admin" on line vty2 "172.16.1.210" is in configuration
In this case, the user is “admin” on vty2.
Obtaining Help
As soon as you are in a command mode there are several ways to access help.
To obtain a list
of keywords at
any command
mode:
To obtain a list
of keywords
with a brief
functional
description:
To obtain a list
of available
options:
To obtain a list
of partial
keywords using
a partial
keyword:
Example
Type a ? at the prompt or after a keyword. There must always be a space before
the ?.
Type help at the prompt.
Type a keyword and then type a space and a ?.
Type a partial keyword and then type a ?.
The following is an example of typing ip ? at the prompt:
Dell(conf)#ip ?
access-list Named access-list
as-path BGP autonomous system path filter
community-list Add a community list entry
domain-list Domain name to complete unqualified host
name
domain-lookup Enable IP Domain Name System hostname
translation
domain-name Define the default domain name
fib FIB configuration commands
ftp FTP configuration commands
host Add an entry to the ip hostname table
max-frag-count Max. fragmented packets allowed in IP reassembly
multicast-routing Enable IP multicast forwarding
name-server Specify address of name server to use
pim Protocol Independent Multicast
prefix-list Build a prefix list
radius Interface configuration for RADIUS
redirect-list Named redirect-list
route Establish static routes
scp SCP configuration commands
source-route Process packets with source routing header
options
ssh SSH configuration commands
40
CLI Basics
tacacs Interface configuration for TACACS+
telnet Specify telnet options
tftp TFTP configuration commands
trace-group Named trace-list
trace-list Named trace-list
Dell(conf)#ip
When entering commands, you can take advantage of the following timesaving features:
•The commands are not case-sensitive.
•You can enter partial (truncated) command keywords. For example, you can enter interface teng 0/0 for the interface tengigabitethernet 0/0 command.
•To complete keywords in commands, use the TAB key.
•To display the last enabled command, use the up Arrow key.
•Use either the Backspace key or Delete key to erase the previous character.
•To navigate left or right in the Dell Networking OS command line, use the left and right Arrow keys.
The shortcut key combinations at the Dell Networking OS command line are as follows:
Key CombinationAction
CNTL-AMoves the cursor to the beginning of the command line.
CNTL-BMoves the cursor back one character.
CNTL-DDeletes the character at the cursor.
CNTL-EMoves the cursor to the end of the line.
CNTL-FMoves the cursor forward one character.
CNTL-ICompletes a keyword.
CNTL-KDeletes all the characters from the cursor to the end of the command line.
CNTL-LRe-enters the previous command.
CNTL-NReturns to the more recent commands in the history buffer after recalling
commands with Ctrl-P or the up Arrow key.
CNTL-PRecalls commands, beginning with the last command.
CNTL-RRe-enters the previous command.
CNTL-UDeletes the line.
CNTL-WDeletes the previous word.
CNTL-XDeletes the line.
CNTL-ZEnds continuous scrolling of the command outputs.
Esc BMoves the cursor back one word.
Esc FMoves the cursor forward one word.
Esc DDeletes all the characters from the cursor to the end of the word.
CLI Basics
41
Navigating the CLI
Dell Networking OS displays a CLI prompt comprised of the host name and CLI mode.
•Host name is the initial part of the prompt and is “Dell” by default. You can change the host name with
the hostname command.
•CLI mode is the second part of the prompt and reflects the current CLI mode. For a list of the Dell
Networking OS command modes, refer to the command mode list in the Accessing the Command
Line section.
The CLI prompt changes as you move up and down the levels of the command structure. Starting with
CONFIGURATION mode, the command prompt adds modifiers to further identify the mode. For more
information about command modes, refer to the Command Modes section.
Using the Keyword no Command
To disable, delete or return to default values, use the no form of the commands.
For most commands, if you type the keyword no in front of the command, you disable that command or
delete it from the running configuration. In this guide, the
Syntax portion of the command description.
no form of the command is described in the
Filtering show Commands
To find specific information, display certain information only or begin the command output at the first
instance of a regular expression or phrase, you can filter the display output of a show command.
When you execute a show command, and then enter a pipe ( | ), one of the following parameters, and a
regular expression, the resulting output either excludes or includes those parameters.
NOTE: Dell Networking OS accepts a space before or after the pipe, no space before or after the
pipe, or any combination. For example: Dell#command | grep gigabit |except regular-
expression | find regular-expression
display
except
find
grep
displays additional configuration information
displays only the text that does not match the pattern (or regular expression)
searches for the first occurrence of a pattern
displays text that matches a pattern.
The grep command option has an ignore-case suboption that makes the search
case-insensitive. For example, the commands:
show run |
grep
Ethernet
returns a search result with instances containing a capitalized
“Ethernet,” such as interface GigabitEthernet 0/0
42
CLI Basics
show run |
grep
ethernet
does not return the previous search result because it only
searches for instances containing a noncapitalized “ethernet”
no-more
save
show run |
grep
Ethernet
ignore-case
does not paginate the display output
copies the output to a file for future use
returns instances containing both “Ethernet” and “ethernet”
Displaying All Output
To display the output all at once (not one screen at a time), use the no-more option after the pipe. This
operation is similar to the terminal length screen-length command except that the no-more
option affects the output of just the specified command. For example: Dell#show running-config|no-more.
Filtering the Command Output Multiple Times
You can filter a single command output multiple times. To filter a command output multiple times, place
the save option as the last filter. For example: Dell# command | grep regular-expression |
Enabling Software Features on Devices Using a Command
Option
This capability to activate software applications or components on a device using a command is
supported on the S4810, S4820T, and S6000, platforms.
Starting with Release 9.4(0.0), you can enable or disable specific software functionalities or applications
that need to run on a device by using a command attribute in the CLI interface. This capability enables
effective, streamlined management and administration of applications and utilities that run on a device.
You can employ this capability to perform an on-demand activation or turn-off of a software component
or protocol. A feature configuration file that is generated for each image contains feature names denotes
whether this enabling or disabling method is available for such features. In 9.4(0.0), you can enable or
disable the VRF application globally across the system by using this capability.
You can activate VRF application on a device by using the feature vrf command in CONFIGURATION
mode.
NOTE: The no feature vrf command is not supported on any of the platforms.
To enable the VRF feature and cause all VRF-related commands to be available or viewable in the CLI
interface, use the following command. You must enable the VRF feature before you can configure its
related attributes.
Dell(conf)# feature vrf
CLI Basics
43
Based on whether VRF feature is identified as supported in the Feature Configuration file, configuration
command feature vrf becomes available for usage. This command will be stored in running-configuration
and will precede all other VRF-related configurations.
NOTE: The MXL and Z9000 platforms currently do not support VRF. These platforms support only
the management and default VRFs, which are available by default. As a result, the feature vrf
command is not available for these platforms.
To display the state of Dell Networking OS features:
Dell#show feature
Example of show feature output
For a particular target where VRF is enabled, the show output is similar to the following:
Feature State
------------------------------
VRF enabled
feature vrf
Enable the VRF application on a device. After you enable this module, you cannot deactivate it.
S6000
Syntax
DefaultsDisabled
Command
Modes
Command
History
Usage
Information
feature vrf
CONFIGURATION
Version 9.4(0.0)Introduced on the S4810, S4820T, and S6000.
You can activate VRF application on a device by using the feature vrf command
in CONFIGURATION mode. The no feature vrf command is not supported on
any of the platforms.
show feature
Verify the status of software applications, such as VRF, that are activated and running on a device.
S6000
Syntax
Command
Modes
Command
History
show feature
EXEC
EXEC Privilege
Version 9.4(0.0)Introduced on the S4810, S4820T, and S6000.
44
CLI Basics
Usage
Information
You can activate VRF application on a device by using the feature vrf command
in CONFIGURATION mode. The no feature vrf command is not supported on
any of the platforms.
Example
Dell#show feature
Feature State
-----------------------------VRF enabled
Command Modes
To navigate and launch various CLI modes, use specific commands. Navigation to these modes is
described in the following sections.
BGP ADDRESS-FAMILY Mode
To enable or configure IPv4 for BGP, use BGP ADDRESS-FAMILY mode. For more information, refer to
Border Gateway Protocol IPv4 (BGPv4).
To enter BGP ADDRESS-FAMILY mode:
1.Verify that you are logged in to ROUTER BGP mode.
2.Enter the command address-family
3.Enter the protocol type.
•For IPv4, enter ipv4 multicast. The prompt changes to include (conf-router_bgp_af) for IPv4.
CLASS-MAP Mode
To create or configure a class map, use CLASS-MAP mode. For more information, refer to Policy-Based
QoS Commands.
To enter CLASS-MAP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the class-map command then enter the class map name. The prompt changes to include
(config-class-map).
You can return to CONFIGURATION mode by using the exit command.
CONFIGURATION Mode
In EXEC Privilege mode, use the configure command to enter CONFIGURATION mode and configure
routing protocols and access interfaces.
To enter CONFIGURATION mode:
1.Verify that you are logged in to EXEC Privilege mode.
2.Enter the configure command. The prompt changes to include (conf).
From this mode, you can enter INTERFACE mode by using the interface command.
CLI Basics
45
CONTROL-PLANE Mode
To manage control-plane traffic, use CONTROL-PLANE mode. For more information, refer to Control
Plane Policing (CoPP).
To enter CONTROL-PLANE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the control-plane-cpuqos command. The prompt changes to include (conf-control-
cpuqos).
You can return to CONFIGURATION mode by using the exit command.
DHCP Mode
To enable and configure Dynamic Host Configuration Protocol (DHCP), use DHCP mode. For more
information, refer to Dynamic Host Configuration Protocol (DHCP).
To enter DHCP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ip dhcp server command. The prompt changes to include (config-dhcp).
You can return to CONFIGURATION mode by using the exit command.
DHCP POOL Mode
To create an address pool, use DHCP POOL mode. For more information, refer to Dynamic Host
Configuration Protocol (DHCP).
To enter DHCP POOL mode:
1.Verify that you are logged in to DHCP mode.
2.Enter the pool command then the pool name. The prompt changes to include (config-dhcp-pool-
name).
You can return to DHCP mode by using the exit command.
ECMP GROUP Mode
To enable or configure traffic distribution monitoring on an ECMP link bundle, use ECMP GROUP mode.
For more information, refer to ecmp_overview.
To enter ECMP GROUP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ecmp-group command then enter the ECMP group ID. The prompt changes to include
(conf-ecmp-group-
You can return to CONFIGURATION mode by using the exit command.
ecmp-group-id).
EIS Mode
To enable or configure Egress Interface Selection (EIS), use EIS mode.
To enter EIS mode:
46
CLI Basics
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the management egress-interface-selection command. The prompt changes to
include (conf-mgmt-eis).
You can return to CONFIGURATION mode by using the exit command.
EXEC Mode
When you initially log in to the switch, by default, you are logged in to EXEC mode. This mode allows you
to view settings and enter EXEC Privilege mode, which is used to configure the device.
When you are in EXEC mode, the > prompt is displayed following the host name prompt, which is “Dell”
by default. You can change the host name prompt using the hostname command.
NOTE: Each mode prompt is preceded by the host name.
EXEC Privilege Mode
The enable command accesses EXEC Privilege mode. If an administrator has configured an “Enable”
password, you are prompted to enter it.
EXEC Privilege mode allows you to access all the commands accessible in EXEC mode, plus other
commands, such as to clear address resolution protocol (ARP) entries and IP addresses. In addition, you
can access CONFIGURATION mode to configure interfaces, routes and protocols on the switch. While
you are logged in to EXEC Privilege mode, the # prompt is displayed.
EXTENDED COMMUNITY LIST Mode
To enable and configure a BGP extended community, use EXTENDED COMMUNITY LIST mode.
To enter EXTENDED COMMUNITY LIST mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ip extcommunity-list command then a community list name. The prompt changes to
include (conf-ext-community-list).
You can return to CONFIGURATION mode by using the exit command.
FRRP Mode
To enable or configure Force10 Resilient Ring Protocol (FRRP), use FRRP mode. For more information,
refer to Force10 Resilient Ring Protocol (FRRP).
To enter FRRP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol frrp command then the ring ID. The prompt changes to include (conf-frrp-
ring-id).
You can return to CONFIGURATION mode by using the exit command.
INTERFACE Mode
Use INTERFACE mode to configure interfaces or IP services on those interfaces. An interface can be
physical (for example, a Gigabit Ethernet port) or virtual (for example, the Null interface).
CLI Basics
47
To enter INTERFACE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the interface command and then enter an interface type and interface number that is
available on the switch.
The prompt changes to include the designated interface and slot/port number. For example:
PromptInterface Type
Dell(conf-if)#
Dell(conf-ifgi-0/0)#
Dell(conf-ifte-0/0)#
Dell(conf-iffo-0/0)#
Dell(conf-iflo-0)#
Dell(conf-ifnu-0)#
Dell(conf-ifpo-0)#
Dell(conf-ifvl-0)#
Dell(conf-ifma-0/0)#
Dell(conf-iftu-0)#
Dell(conf-ifrange)#
INTERFACE mode
Gigabit Ethernet interface then the slot/port information
Ten-Gigabit Ethernet interface then slot/port information
Forty-Gigabit Ethernet interface then slot/port information
Loopback interface number
Null Interface then zero
Port-channel interface number
VLAN Interface then VLAN number (range 1–4094)
Management Ethernet interface then slot/port information
Tunnel interface then tunnel ID.
Designated interface range (used for bulk configuration).
IP ACCESS LIST Mode
To enter IP ACCESS LIST mode and configure either standard or extended access control lists (ACLs), use
the ip access-list standard or ip access-list extended command.
To enter IP ACCESS LIST mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Use the ip access-list standard or ip access-list extended command. Include a name
for the ACL. The prompt changes to include (conf-std-nacl) or (conf-ext-nacl).
You can return to CONFIGURATION mode by using the exit command.
ISIS ADDRESS-FAMILY Mode
To enable or configure IPv6 for ISIS, use ISIS ADDRESS-FAMILY mode. For more information, refer to
Intermediate System to Intermediate System (IS-IS).
48
CLI Basics
To enter ISIS ADDRESS-FAMILY mode:
1.Verify that you are logged in to ROUTER ISIS mode.
2.Enter the command address-family ipv6 unicast. The prompt changes to include (conf-
router_isis-af_ipv6).
LLDP Mode
To enable and configure Link Layer Discovery Protocol (LLDP), use LLDP mode. For more information,
refer to Link Layer Discovery Protocol (LLDP).
To enter LLDP mode:
1.To enable LLDP globally, verify that you are logged in to CONFIGURATION mode. To enable LLDP
on an interface, verify that you are logged in to INTERFACE mode.
2.Enter the protocol lldp command. The prompt changes to include (conf-lldp) or (conf-if-
interface-lldp).
LLDP MANAGEMENT INTERFACE Mode
To enable and configure Link Layer Discovery Protocol (LLDP) on management interfaces, use LLDP
MANAGEMENT INTERFACE mode.
To enter LLDP MANAGEMENT INTERFACE mode:
1.Verify that you are logged in to LLDP mode.
2.Enter the management-interface command. The prompt changes to include (conf-lldp-mgmtIf).
LINE Mode
To configure the console or virtual terminal parameters, use LINE mode.
To enter LINE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the line command. Include the keywords console or vty and their line number available on
the switch. The prompt changes to include (config-line-console) or (config-line-vty).
You can exit this mode by using the exit command.
MAC ACCESS LIST Mode
To enter MAC ACCESS LIST mode and configure either standard or extended access control lists (ACLs),
use the mac access-list standard or mac access-list extended command.
To enter MAC ACCESS LIST mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Use the mac access-list standard or mac access-list extended command. Include a
name for the ACL. The prompt changes to include (conf-std-macl) or (conf-ext-macl).
You can return to CONFIGURATION mode by using the exit command.
MONITOR SESSION Mode
To enable and configure a traffic monitoring session using port monitoring, use MONITOR SESSION
mode. For more information, refer to Port Monitoring.
CLI Basics
49
To enter MONITOR SESSION mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the monitor session command then the session ID. The prompt changes to include (conf-
mon-sess-sessionID).
MULTIPLE SPANNING TREE (MSTP) Mode
To enable and configure MSTP, use MULTIPLE SPANNING TREE mode. For more information, refer to
Multiple Spanning Tree Protocol (MSTP).
To enter MULTIPLE SPANNING TREE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol spanning-tree mstp command. The prompt changes to include (conf-
mstp).
You can return to CONFIGURATION mode by using the exit command.
OPENFLOW INSTANCE Mode
To enable and configure OpenFlow instances, use OPENFLOW INSTANCE mode.
To enter OPENFLOW INSTANCE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the openflow of-instance command then the OpenFlow ID number of the instance you
want to create or configure. The prompt changes to include (conf-of-instance
of-id).
You can return to the CONFIGURATION mode by entering the exit command.
Per-VLAN SPANNING TREE (PVST+) Plus Mode
To enable and configure the Per-VLAN Spanning Tree (PVST+) protocol, use PVST+ mode. For more
information, refer to Per-VLAN Spanning Tree Plus (PVST+).
NOTE: The protocol name is PVST+, but the plus sign is dropped at the CLI prompt.
To enter PVST+ mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol spanning-tree pvst command. The prompt changes to include (conf-
pvst).
You can return to CONFIGURATION mode by using the exit command.
PORT-CHANNEL FAILOVER-GROUP Mode
To configure shared LAG state tracking, use PORT-CHANNEL FAILOVER-GROUP mode. For more
information, refer to Port Channel Commands.
To enter PORT-CHANNEL FAILOVER-GROUP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the port-channel failover-group command. The prompt changes to include (conf-po-
failover-grp).
You can return to CONFIGURATION mode by using the exit command.
50
CLI Basics
PREFIX-LIST Mode
To configure a prefix list, use PREFIX-LIST mode.
To enter PREFIX-LIST mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ip prefix-list command. Include a name for the prefix list. The prompt changes to
include (conf-nprefixl).
You can return to CONFIGURATION mode by using the exit command.
PROTOCOL GVRP Mode
To enable and configure GARP VLAN Registration Protocol (GVRP), use PROTOCOL GVRP mode. For
more information, refer to GARP VLAN Registration (GVRP).
To enter PROTOCOL GVRP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol gvrp command. The prompt changes to include (config-gvrp).
You can return to CONFIGURATION mode by using the exit command.
RAPID SPANNING TREE (RSTP) Mode
To enable and configure RSTP, use RSTP mode. For more information, refer to Rapid Spanning Tree
Protocol (RSTP).
To enter RSTP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol spanning-tree rstp command. The prompt changes to include (conf-rstp).
You can return to CONFIGURATION mode by using the exit command.
ROUTE-MAP Mode
To configure a route map, use ROUTE-MAP mode.
To enter ROUTE-MAP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Use the route-map map-name [permit | deny] [sequence-number] command. The prompt
changes to include (config-route-map).
You can return to CONFIGURATION mode by using the exit command.
ROUTER BGP Mode
To enable and configure Border Gateway Protocol (BGP), use ROUTER BGP mode. For more information,
refer to Border Gateway Protocol IPv4 (BGPv4)
To enter ROUTER BGP mode:
1.Verify that you are logged in to CONFIGURATION mode.
CLI Basics
51
2.Use the router bgp command then enter the AS number. The prompt changes to include (conf-
router_bgp).
You can return to CONFIGURATION mode by using the exit command.
ROUTER ISIS Mode
To enable and configure Intermediate System to Intermediate System (ISIS), use ROUTER ISIS mode. For
more information, refer to Intermediate System to Intermediate System (IS-IS).
To enter ROUTER ISIS mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Use the router isis command. The prompt changes to include (conf-router_isis).
You can return to CONFIGURATION mode by using the exit command.
ROUTER OSPF Mode
To configure OSPF, use ROUTER OSPF mode. For more information, refer to OSPFv2 Commands.
To enter ROUTER OSPF mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the router ospf {process-id} command. The prompt changes to include (conf-
router_ospf-id).
You can switch to INTERFACE mode by using the interface command or you can switch to ROUTER
RIP mode by using the router rip command.
ROUTER OSPFV3 Mode
To configure OSPF for IPv6, use ROUTER OSPFV3 mode.
To enter ROUTER OSPFV3 mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ipv6 router ospf {process-id} command. The prompt changes to include (conf-
ipv6-router_ospf).
You can return to CONFIGURATION mode by using the exit command.
ROUTER RIP Mode
To enable and configure Router Information Protocol (RIP), use ROUTER RIP mode. For more
information, refer to Routing Information Protocol (RIP).
To enter ROUTER RIP mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the router rip command. The prompt changes to include (conf-router_rip).
You can return to CONFIGURATION mode by using the exit command.
52
CLI Basics
SPANNING TREE Mode
To enable and configure the Spanning Tree protocol, use SPANNING TREE mode. For more information,
refer to Spanning Tree Protocol (STP).
To enter SPANNING TREE mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the protocol spanning-treestp-id command. The prompt changes to include (conf-stp).
You can return to CONFIGURATION mode by using the exit command.
TRACE-LIST Mode
To configure a Trace list, use TRACE-LIST mode.
To enter TRACE-LIST mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the ip trace-list command. Include the name of the Trace list. The prompt changes to
include (conf-trace-acl).
You can exit this mode by using the exit command.
VLT DOMAIN Mode
To enable and configure the VLT domain protocol, use VLT DOMAIN mode. For more information, refer
to Virtual Link Trunking (VLT).
To enter VLT DOMAIN mode:
1.Verify that you are logged in to CONFIGURATION mode.
2.Enter the vlt domaincommand then the VLT domain number. The prompt changes to include
(conf-vlt-domain).
You can return to CONFIGURATION mode by entering the exit command.
VRRP Mode
To enable and configure Virtual Router Redundancy Protocol (VRRP), use VRRP mode. For more
information, refer to Virtual Router Redundancy Protocol (VRRP).
To enter VRRP mode:
1.To enable VRRP globally, verify that you are logged in to CONFIGURATION mode.
2.Enter the vrrp-group command then enter the VRRP group ID. The prompt changes to include
Enter the following location keywords and information:
55
compressedconfig
Enter the keyword compressed-config to copy one file,
after optimizing and reducing the size of the configuration
file, to another location. Dell Networking OS supports IPv4
and IPv6 addressing for FTP, TFTP, and SCP (in the hostip
field).
file-url
To copy a file
from the
internal FLASH
To copy a file
on an FTP
server
To copy the
running
configuration
To copy the
startup
configuration
To copy using
a Secure Copy
(SCP),
To copy a file
on the external
FLASH
enter flash:// followed by the
filename
enter ftp://
user:password@hostip/filepath
enter the keyword running-config
enter the keyword startup-config
enter the keyword scp:
•If you enter scp: in the source
position, enter the target URL;
•If you enter scp: in the target
position, first enter the source URL;
enter slot0:// followed by the
filename
Command
Modes
Command
History
56
To copy a file
enter tftp://hostip/filepath
on a TFTP
server
To copy a file
enter usbflash://filepath
from an
external USB
drive
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.4(0.0)Added the compressed-config parameter.
Version 9.0.2.0Introduced on the S6000.
File Management
Version 8.4.1.0Added IPv6 addressing support for FTP, TFTP, and SCP.
Usage
Information
Version
Introduced on the S4820T.
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 8.2.1.0Added usbflash and rpm0usbflash commands on E-
Series ExaScale.
Version 7.6.1.0Introduced on the S-Series and added the SSH port number
to the SCP prompt sequence on all systems.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Dell Networking OS supports a maximum of 100 files at the root directory level, on
both the internal and external Flash.
When copying a file to a remote location (for example, using Secure Copy [SCP]),
enter only the keywords and Dell Networking OS prompts you need for the rest of
the information. For example, when using SCP, you can enter copy running-
config scp:
where running-config is the source and the target is specified in
the ensuing prompts. Dell Networking OS prompts you to enter any required
information, as needed for the named destination—remote destination, destination
filename, user ID, password, etc.
Example
When you use the copy running-config startup-config command to copy
the running configuration (the startup configuration file amended by any
configuration changes made since the system was started) to the startup
configuration file, Dell Networking OS creates a backup file on the internal flash of
the startup configuration.
Dell Networking OS supports copying the running-configuration to a TFTP server
or to an FTP server. For example:
•copy running-config tftp:
•copy running-config ftp:
You can compress the running configuration by grouping all the VLANs and the
physical interfaces with the same property. Support to store the operating
configuration to the startup config in the compressed mode and to perform an
image downgrade without any configuration loss are provided.
Two existing exec mode CLIs are enhanced to display and store the running
configuration in the compressed mode.
Dell#copy running-config scp:/
Address or name of remote host []: 10.10.10.1
Destination file name [startup-config]? old_running
User name to login remote host? sburgess
Password to login remote host? dilling
File Management
57
In this copy scp: flash: example, specifying SCP in the first position indicates
that the target is to be specified in the ensuing prompts. Entering flash: in the
second position indicates that the target is the internal Flash. The source is on a
secure server running SSH, so you are prompted for the user datagram protocol
(UDP) port of the SSH server on the remote host.
Example
Example
Related
Commands
delete
Dell#copy scp: flash:
Address or name of remote host []: 10.11.199.134
Port number of the server [22]: 99
Source file name []: test.cfg
User name to login remote host: admin
Password to login remote host:
Destination file name [test.cfg]: test1.cfg
FTOS#copy compressed-config compressed-cfg
!
6655 bytes successfully copied
FTOS#
FTOS#copy compressed-config ftp:
Address or name of remote host []: 10.11.8.12
Destination file name [startup-config]:
User name to login remote host: spbalaji
Password to login remote host:
!
6655 bytes successfully copied
cd – changes the working directory.
Delete a file from the flash. After deletion, files cannot be restored.
S6000
Syntax
Parameters
58
delete flash-url [no-confirm]
flash-urlEnter the following location and keywords:
•For a file or directory on the internal Flash, enter
flash:// followed by the filename or directory name.
•For a file or directory on an external USB drive, enter
usbflash:// followed by the filename or directory
name.
no-confirm(OPTIONAL) Enter the keyword no-confirm to specify that
Dell Networking OS does not require user input for each file
prior to deletion.
File Management
Command
Modes
EXEC Privilege
Command
History
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Introduced on the S4820T.
dir
Display the files in a file system. The default is the current directory.
S6000
Syntax
Parameters
Command
Modes
Command
History
dir [filename | directory name:]
filename |
directory
name:
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
(OPTIONAL) Enter one of the following:
•For a file or directory on the internal Flash, enter
flash:// then the filename or directory name.
•For a file or directory on the external Flash, enter
usbflash:// then the filename or directory name.
Introduced on the S4820T.
File Management
59
Version 8.3.7.0Introduced on the S4810.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Example
Related
Commands
Dell#dir
Directory of flash:
1 -rwx 6478482 May 13 101 16:54:34 E1200.BIN
flash: 64077824 bytes total (57454592 bytes free)
Dell#
cd – changes the working directory.
format flash (S-Series)
Erase all existing files and reformat the filesystem in the internal flash memory. After the filesystem is
formatted, files cannot be restored.
S6000
Syntax
Defaultsflash memory
Command
Modes
Command
History
format flash:
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
Usage
Information
60
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.7.0Introduced on the S4810.
Version 7.8.1.0Introduced on the S-Series
You must include the colon (:) when entering this command.
After reformatting is complete, three empty directories are automatically created
on flash: CRASH_LOG_DIR, TRACE_LOG_DIR and NVTRACE_LOG_DIR.
Introduced on the S4820T.
File Management
CAUTION: This command deletes all files, including the startup
configuration file. So, after executing this command, consider saving the
running config as the startup config (use the write memory command or
copy run start command).
Related
Commands
copy – copies the current configuration to either the startup-configuration file or
the terminal.
show file-systems – displays information about the file systems on the system.
fsck flash
Checks the flash file system for errors.
S6000
Syntax
Defaultsnone
Command
Modes
Command
History
fsck flash:
fsck usbflash:
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
Usage
Information
File Management
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version 9.1(0.0)Introduced on S4810 and Z9000.
Version
8.3.19.0
Include the colon (:) when entering this command. This command checks the
specified flash memory for errors. If errors are found, the command recommends
that you format the flash.
CAUTION: If you elect to format the flash, all files – including the startup
configuration file – are lost. If you do decide to format the specified flash,
consider saving the running configuration as the startup configuration after
formatting the flash (use the write memory command or copy run start
command).
Introduced on S4820T.
61
Related
Commands
•copy — copy one file to another location.
•show file-systems — Display information about the file systems on the system.
rename
Rename a file in the local file system.
S6000
Syntax
Parameters
Command
Modes
Command
History
rename url url
urlEnter the following keywords and a filename:
•For a file on the internal Flash, enter flash:// followed
by the filename.
•For a file on an external USB drive, enter usbflash://
followed by the filename.
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Introduced on the S4820T.
62
Version 7.6.1.0Introduced on S-Series
Version 7.5.1.0Introduced on C-Series
E-SeriesOriginal command
File Management
show boot system
Displays information about boot images currently configured on the system.
S6000
Syntax
Parameters
Defaultsnone
Command
Modes
Command
History
show boot system {stack-unit {0-11 | 0-7 | 0-5 | all}}
allEnter the keyword all to display the boot image information
stack-unitEnter the keyword stack-unit followed by a number to
•EXEC
•EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
for all line cards and rpms.
display boot image information for a stack-unit.
The S6000 range is from 0 to 5.
Introduced on the S4820T.
Example
File Management
Version 8.3.11.1Introduced on the Z9000
Version 8.3.7.0Introduced on the S4810.
Version 7.7.1.0Introduced on the C-Series and E-Series.
Dell#show boot system stack-unit 0
Current system image information in the system:
=============================================
----- Card FPGA Name Version
Stack-unit 0 S6000 SYSTEM CPLD 10
Stack-unit 0 S6000 MASTER CPLD 12
Stack-unit 0 S6000 SLAVE CPLD 10
Dell#
Usage
Information
NOTE: A filepath that contains a dot ( . ) is not supported.
show running-config
Display the current configuration and display changes from the default values.
S6000
Syntax
Parameters
File Management
show running-config [entity] [configured] [status] [compressed]
entity(OPTIONAL) To display that entity’s current (non-default)
configuration, enter one of the following keywords:
NOTE: If you did not configure anything that entity,
nothing displays and the prompt returns.
67
aaa
for the current AAA configuration
acl
arp
as-path
bfd
bgp
boot
cam-profile
class-map
communitylist
ecmp-group
eis
ethernet
fefd
for the current ACL configuration
for the current static ARP
configuration
for the current AS-path configuration
for the current BFD configuration
for the current BGP configuration
for the current boot configuration
for the current CAM profile in the
configuration
for the current class-map
configuration
for the current community-list
configuration
for the current ECMP group
configuration
for the current EIS configuration
for the current Ethernet CFM
configuration
for the current FEFD configuration
ftp
frrp
fvrp
gvrp
host
hardwaremonitor
hypervisor
igmp
interface
interface
tunnel
ip
isis
line
for the current FTP configuration
for the current FRRP configuration
for the current FVRP configuration
for the current GVRP configuration
for the current host configuration
for hardware-monitor action-on-error
settings
for the current hypervisor
configuration
for the current IGMP configuration
for the current interface configuration
for all configured tunnels. For a
specific tunnel, enter the tunnel ID.
The range is from 1 to 16383.
for the current IP configuration
for the current ISIS configuration
for the current line configuration
68
File Management
lldp
for the current LLDP configuration
load-balance
logging
mac
mac-addresstable
managementeis
managementroute
mld
monitor
mroute
msdp
ntp
ospf
pim
policy-mapinput
for the current port-channel loadbalance configuration
for the current logging configuration
for the current MAC ACL configuration
for the current MAC configuration
for the current management EIS
configuration
for the current Management port
forwarding configuration
for the current MLD configuration
for the current Monitor configuration
for the current Mroutes configuration
for the current MSDP configuration
for the current NTP configuration
for the current OSPF configuration
for the current PIM configuration
for the current input policy map
configuration
policy-mapoutput
po-failovergroup
prefix-list
privilege
qos-policyinput
qos-policyoutput
radius
redirectlist
redundancy
resolve
rip
for the current output policy map
configuration
for the current port-channel failovergroup configuration
for the current prefix-list configuration
for the current privilege configuration
for the current input QoS policy
configuration
for the current output QoS policy
configuration
for the current RADIUS configuration
for the current redirect-list
configuration
for the current RPM redundancy
configuration
for the current DNS configuration
for the current RIP configuration
File Management
69
rmon
for the current RMON configuration
route-map
sflow
snmp
spanningtree
static
status
tacacs+
tftp
trace-group
trace-list
uplinkstate-group
users
vlt
for the current route map
configuration
for the current sFlow configuration
for the current SNMP configuration
for the current spanning tree
configuration
for the current static route
configuration
for the file status information
for the current TACACS+
configuration
for the current TFTP configuration
for the current trace-group
configuration
for the current trace-list configuration
for the uplink state group
configuration
for the current users configuration
for the current VLT configuration
Command
Modes
Command
History
wred-profile
for the current wred-profile
configuration
configured(OPTIONAL) Enter the keyword configuration to display
line card interfaces with non-default configurations only.
status(OPTIONAL) Enter the keyword status to display the
checksum for the running configuration and the start-up
configuration.
compressed(Optional) Enter the keyword compressed to display the
compressed group configuration. Displays the compressed
configuration by grouping all similar configurations. The
compression is done only for interface related
configurations.
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
70
File Management
Version 9.0.2.0Introduced on the S6000.
Example
Version 9.2.
Added support for the tunnel and EIS interface types.
(0.0)
Version 9.0.0.0Added support for the VLT option.
Version
Introduced on the S4820T.
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 7.8.1.0Added the hardware-monitor option.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
Version 7.4.1.0Expanded to include the last configuration change, start-up
last updated (date and time), and who made the change.
Version 6.5.4.0Added the status option.
Dell# show running-config
Current Configuration ...
! Version 9-0(2-0)
! Last configuration change at Thu Apr 18 10:18:39 2013 by
admin
! Startup-config last updated at Thu Apr 18 10:18:40 2013 by
admin
!
boot system stack-unit 0 primary system: A:
boot system stack-unit 0 secondary tftp://10.16.127.35/DellSI-9-0-2-0.bin
boot system stack-unit 0 default system: A:
boot system gateway 10.16.132.254
!
redundancy auto-synchronize full
redundancy disable-auto-reboot stack-unit
!
redundancy disable-auto-reboot stack-unit 0
redundancy disable-auto-reboot stack-unit 1
redundancy disable-auto-reboot stack-unit 2
redundancy disable-auto-reboot stack-unit 3
redundancy disable-auto-reboot stack-unit 4
redundancy disable-auto-reboot stack-unit 5
!
hardware watchdog stack-unit 0
hardware watchdog stack-unit 1
hardware watchdog stack-unit 2
The status option allows you to display the size and checksum of the running
configuration and the startup configuration.
71
show startup-config
Display the startup configuration.
S6000
Syntax
Command
Modes
Command
History
Example
show startup-config
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 7.6.1.0Introduced on S-Series
Version 7.5.1.0Introduced on the C-Series.
Version 7.4.1.0Expanded to include the last configuration change, start-up
Dell#show startup-config
! Version 9-0(2-0)
! Last configuration change at Thu Apr 18 10:18:39 2013 by
admin
! Startup-config last updated at Thu Apr 18 10:18:40 2013 by
admin
!
boot system stack-unit 0 primary system: A:
boot system stack-unit 0 secondary tftp://10.16.127.35/DellSI-9-0-2-0.bin
boot system stack-unit 0 default system: A:
boot system gateway 10.16.132.254
!
redundancy auto-synchronize full
redundancy disable-auto-reboot stack-unit
...
Introduced on the S4820T.
last updated (date and time), and who made the change.
Related
Commands
72
show running-config – displays the current (running) configuration.
File Management
show version
Display the current Dell Networking Operating System (OS) version information on the system.
S6000
Syntax
Command
Modes
Command
History
Command
Fields
show version
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version 9.0.0.0Introduced on the Z9000.
Version
8.3.19.0
Version
8.3.12.0
Version 7.6.1.0Introduced on the S-Series
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Lines Beginning
With
Introduced on the S4820T.
Introduced on the S4810.
Description
File Management
Dell Network...Name of the operating system
Dell Operating...OS version number
Dell Application...Software version
Copyright (c)...Copyright information
Build Time...Software build’s date stamp
Build Path...Location of the software build files loaded on the system
Dell Networking
OS uptime is...
System image...Image file name
System Type:S4810, S4820T, Z9000, S6000
Control
Processor:...
128K bytes...Amount and type of memory on system
Amount of time the system has been up
Control processor information and amount of memory on
processor
73
Lines Beginning
With
Description
Example (SSeries)
Example
(S4810)
1 Route
Processor...
Hardware configuration of the system, including the
number and type of physical interfaces available
Dell#show version
Dell Real Time Operating System Software
Dell Operating System Version: 1.0
Dell Application Software Version: E7-8-1-13
Copyright (c) 1999-2008 by Dell Force10 Networks, Inc.
Build Time: Mon Nov 24 18:59:27 2008
Build Path: /sites/sjc/work/sw/build/build2/Release/E7-8-1/SW/
SRC
Dell uptime is 1 minute(s)
System Type: S50V
Control Processor: MPC8451E with 252739584 bytes of memory.
32M bytes of boot flash memory.
1 48-port E/FE/GE with POE (SB)
48 GigabitEthernet/IEEE 802.3 interface(s)
4 Ten GigabitEthernet/IEEE 802.3 interface(s)
Dell#
Dell#
Dell#show version
Dell Real Time Operating System Software
Dell Operating System Version: 1.0
Dell Application Software Version: Z9K-ICC-PRIM-SYNC-8-3-11-173
Copyright (c) 1999-2012 by Dell Inc. All Rights Reserved.
Build Time: Mon Jul 16 22:19:01 PDT 2012
Build Path: /local/local/build/build15/8.3.12.0/SW/SRC/Radius
Dell uptime is 1 minute(s)
System image file is "s4810-14"
System Type: S4810
Control Processor: Freescale QorIQ P2020 with 2147483648 bytes
of memory.
128M bytes of boot flash memory.
1 52-port GE/TE/FG (SE)
52 Ten GigabitEthernet/IEEE 802.3 interface(s)
Dell#
Dell#
Dell#
Dell#config t
Dell(conf)#int te 0/5
Dell(conf-if-te-0/5)#no shut
Dell(conf-if-te-0/5)#
Dell(conf-if-te-0/5)#
Dell(conf-if-te-0/5)#
Dell(conf-if-te-0/5)#ipv6 nd prefix FEC0::/10
Dell(conf-if-te-0/5)#
Dell(conf-if-te-0/5)#show conf
!
interface TenGigabitEthernet 0/5
ip address 78.21.1.3/24
ipv6 nd prefix fec0::/10
flowcontrol rx on tx on
no shutdown
74
File Management
Dell(conf-if-te-0/5)#
Dell#
Example
(S6000)
Dell#S6000#show version
Dell Real Time Operating System Software
Dell Operating System Version: 2.0
Dell Application Software Version: 9-4(0-119)
Copyright (c) 1999-2014 by Dell Inc. All Rights Reserved.
Build Time: Tue Mar 18 10:32:02 PDT 2014
Build Path: /work.local/build/buildSpaces/build01/E9-4-0/SW/
SRCC
Dell Networking OS uptime is 1 day(s), 0 hour(s), 19 minute(s)
System image file is "DT-MAA-S6000-16-PI"
System Type: S6000
Control Processor: Intel Centerton with 3203911680 bytes of
memory, core(s) 2.
16G bytes of boot flash memory.
1 32-port TE/FG (SI)
32 Forty GigabitEthernet/IEEE 802.3 interface(s)
0–5Enter the keywords 0–5 to upgrade only the mentioned
stack-unit.
allEnter the keyword all to upgrade all the member units of
the stack.
ftpEnter the keyword ftp to follow it with the location of the
source file in this form: //userid:password@hostip/filepath,
or press Enter to launch a prompt sequence.
scpEnter the keyword scp to follow it with the location of the
source file in this form:
or press Enter to launch a prompt sequence.
tftpEnter the keyword tftp to follow it with the location of the
source file in this form: //hostlocation/filepath, or press
Enter to launch a prompt sequence.
flashEnter the keyword flash to follow it with the location of the
source file in this form:
prompt sequence.
usbflashEnter the keyword flash to follow it with the location of the
source file in this form: //filepath, or press Enter to launch a
prompt sequence.
//userid:password@hostip/filepath,
//filepath, or press Enter to launch a
File Management
75
AEnter the keywordA to upgrade the bootflash partition A
BEnter the keyword B to upgrade the bootflash partition B.
Defaultsnone
Command
Modes
Command
History
Usage
Information
Example
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
9.0(0.0)
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000. Added support for the SSD on the
Version 8.3.7.0Introduced on the S4810.
You must reload FTOS after executing this command. Use the command upgrade
system stack-unit to copy FTOS from the management unit to one or more stack
members.
Dell#upgrade system ?
flash: Copy from flash file system (flash://filepath)
ftp: Copy from remote file system, IPv4 or IPv6, (ftp://
userid:password@hostip/filepath)
scp: Copy from remote file system, IPv4 or IPv6, (scp://
userid:password@hostip/filepath)
stack-unit Sync image to the stack-unit
tftp: Copy from remote file system, IPv4 or IPv6, (tftp://
hostip/filepath)
usbflash: Copy from usbflash file system (usbflash://filepath)
Dell#
Added support for IPv6 for the file-url parameter.
Introduced on the S4820T.
Z9000 only.
upgrade boot
Upgrade the bootflash image or bootselector image.
This chapter contains the commands to configure and monitor the system, including Telnet, file transfer
protocol (FTP), and trivial file transfer protocol (TFTP) as they apply to the following Dell Networking
S6000 platform.
NOTE: Starting in version 9.0.2.0, the enable xfp-power-updates command was deprecated for
the S6000
update information on temperature and power monitoring in the simple network management
protocol (SNMP) management information base (MIB).
cam-acl
Allocate content addressable memory (CAM) for IPv4 and IPv6 ACLs.
S6000
This command replaces the enable optic-info-update interval command to
Syntax
Parameters
cam-acl {default | l2acl number ipv4acl number ipv6acl number
ipv4qos number l2qos number l2pt number ipmacacl number [vmanqos | vman-dual-qos] number ecfmacl number
defaultUse the default CAM profile settings and set the CAM as
follows:
•L3 ACL (ipv4acl): 4
•L2 ACL(l2acl): 6
•IPv6 L3 ACL (ipv6acl): 0
•L3 QoS (ipv4qos): 2
•L2 QoS (l2qos): 1
•OpenFlow: 0 (disabled)
•FCoE (fcoeacl): 0 (disabled)
•iSCSI Optimization (iscsioptacl): 0 (disabled)
80
Control and Monitoring
cam-acl
{default | l2acl
number ipv4acl
number ipv6acl
number,
ipv4qos
number l2qos
numberl2ptnu
mber ipmacacl
number
ecfmacl
number [vmanqos | vmandual-qos
number}
Allocate space to each CAM region.
Enter the CAM profile name then the amount of CAM space
to be allotted. The total space allocated must equal 13. The
ipv6acl range must be a factor of 2.
Enter 4 or 8 for the number of OpenFlow FP blocks.
•4: Creates 242 entries for use by the OpenFlow controller
(256 total entries minus the 14 entries reserved for
internal functionality)
•8: Creates 498 entries for use by the OpenFlow controller
(512 total entries minus the 14 entries reserved for
internal functionality)
Enter the CAM profile name followed by the amount to be
allotted. The total space allocated must equal 13. The ipv6acl
range must be a factor of 2.
Command
Modes
Command
History
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version 9.2(0.2)Added support for the fcoe parameter on the S4810 and
S4820T.
Version 9.1.
Added support for OpenFlow on the Z9000.
(0.0)
Version
Introduced on the S4820T.
8.3.19.0
Version
8.3.12.0
Added the keywords fcoeacl and iscsioptacl on the
S4810.
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.1.0Added the keywords ecfmacl, vman-qos, and vman-dual-
qos.
Version 8.2.1.0Introduced on the S-Series.
Usage
Information
Control and Monitoring
Version 7.8.1.0Introduced on the C-Series.
For the new settings to take effect, save the new CAM settings to the startupconfig (write-mem or copy run start) then reload the system.
81
clear line
Reset a terminal line.
S6000
The total amount of space allowed is 16 FP Blocks. System flow requires three
blocks and these blocks cannot be reallocated. The ipv4acl profile range is from
1 to 4.
When configuring space for IPv6 ACLs, the total number of Blocks must equal 13.
Ranges for the CAM profiles are from 1 to 10, except for the ipv6acl profile which
is from 0 to 10. The
If you enabled BMP, to perform a reload on the chassis to upgrade any
configuration changes that have changed the NVRAM content, use the reload
conditional nvram-cfg-change
ipv6acl allocation must be a factor of 2 (2, 4, 6, 8, 10).
command.
Syntax
Parameters
Command
Modes
Command
History
clear line {line-number | aux 0 | console 0 | vty number}
line-numberEnter a number for one of the 12 terminal lines on the
system. The range is from 0 to 11.
aux 0Enter the keywords aux 0 to reset the auxiliary port.
console 0Enter the keywords console 0 to reset the console port.
vty numberEnter the keyword vty then a number to clear a terminal
line. The range is from 0 to 9.
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Introduced on the S4820T.
82
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Control and Monitoring
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
configure
Enter CONFIGURATION mode from EXEC Privilege mode.
S6000
Syntax
Parameters
Command
Modes
Command
History
configure [terminal]
terminal(OPTIONAL) Enter the keyword terminal to specify that
you are configuring from the terminal.
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
Introduced on the S4820T.
Introduced on the S4810.
Example
Control and Monitoring
E-SeriesOriginal command.
Dell#configure
Dell(conf)#
83
disable
Return to EXEC mode.
S6000
Syntax
Parameters
Defaults1
Command
Modes
Command
History
disable [level]
level(OPTIONAL) Enter a number for a privilege level of the Dell
Networking OS. The range is from 0 to 15. The default is 1.
EXEC Privilege
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Introduced on the S4820T.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
do
Allows the execution of most EXEC-level commands from all CONFIGURATION levels without returning
to the EXEC level.
S6000
Syntax
Parameters
Defaultsnone
84
do command
commandEnter an EXEC-level command.
Control and Monitoring
Command
Modes
•CONFIGURATION
•INTERFACE
Command
History
Usage
Information
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
Introduced on the S4820T.
8.3.19.0
Version
Introduced on the S4810.
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
Version 6.1.1.0Introduced on the E-Series.
The following commands are not supported by the do command:
•enable
•disable
•exit
•config
Example
Control and Monitoring
Dell(conf-if-te-5/0)#do clear counters
Clear counters on all interfaces [confirm]
Dell(conf-if-te-5/0)#
Dell(conf-if-te-5/0)#do clear logging
Clear logging buffer [confirm]
Dell(conf-if-te-5/0)#
Dell(conf-if-te-5/0)#do reload
System configuration has been modified. Save? [yes/no]: n
Proceed with reload [confirm yes/no]: n
Dell(conf-if-te-5/0)#
85
enable
Enter EXEC Privilege mode or any other privilege level configured. After entering this command, you may
need to enter a password.
S6000
Syntax
Parameters
Defaults15
Command
Modes
Command
History
enable [level]
EXEC
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
level(OPTIONAL) Enter a number for a privilege level of Dell
Networking OS. The range is from 0 to 15.
Version 9.5(0.0)Added support for roles on the Z9000, S6000, S4820T,
S4810, MXL
Version 9.2(1.0)Introduced on the Z9500.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Introduced on the S4820T.
Introduced on the S4810.
Usage
Information
86
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Users entering EXEC Privilege mode or any other configured privilege level can
access configuration commands. To protect against unauthorized access, use the
enable password command to configure a password for the enable command
at a specific privilege level. If no privilege level is specified, the default is privilege
15.
level
NOTE: If you are authorized for the EXEC Privilege mode by your role, you do
not need to enter an enable password.
Control and Monitoring
Related
Commands
enable password — configures a password for the enable command and to
access a privilege level.
enable optic-info-update interval
Enable polling intervals of optical information updates for simple network management protocol (SNMP).
S6000
Syntax
Parameters
DefaultsDisabled
Command
Modes
Command
History
enable optical-info-update interval secondsTo disable optical power information updates, use the no enable optical-
info-update interval command.
interval
seconds
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.4Replacement command for the Z9000. Replaces the enable
Enter the keyword interval then the polling interval in
seconds. The range is from 120 to 6000 seconds. The
default is
Replacement command for the S4820T. Replaces the
enable xfp-power-updates command.
xfp-power-updates
300 seconds (5 minutes).
command
Usage
Information
Control and Monitoring
Version
8.3.10.0
To enable polling and to configure the polling frequency, use this command.
Replacement command for the S4810 only. Replaces the
enable xfp-power-updates command.
87
end
Return to EXEC Privilege mode from other command modes (for example, CONFIGURATION or ROUTER
OSPF modes).
S6000
Syntax
Command
Modes
Command
History
end
•CONFIGURATION
•SPANNING TREE
•MULTIPLE SPANNING TREE
•LINE
•INTERFACE
•TRACE-LIST
•VRRP
•ACCESS-LIST
•PREFIX-LIST
•AS-PATH ACL
•COMMUNITY-LIST
•ROUTER OSPF
•ROUTER RIP
•ROUTER ISIS
•ROUTER BGP
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Related
Commands
88
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series and E-Series.
E-SeriesOriginal command.
exit — returns to the lower command mode.
Introduced on the S4820T.
Introduced on the S4810.
Control and Monitoring
exec-banner
Enable the display of a text string when the user enters EXEC mode.
S6000
Syntax
DefaultsEnabled on all lines (if configured, the banner appears).
Command
Modes
Command
History
exec-banner
To disable the banner on terminal lines, use the no exec-banner command.
LINE
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.7.0Introduced on the S4810.
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
Introduced on the S4820T.
E-SeriesOriginal command.
Usage
Information
Related
Commands
Optionally, use the banner exec command to create a text string that is displayed
when you access EXEC mode. This command toggles that display.
line — enables and configures console and virtual terminal lines to the system.
exec-timeout
Set a time interval that the system waits for input on a line before disconnecting the session.
S6000
Syntax
Control and Monitoring
exec-timeout minutes [seconds]
To return to default settings, use the no exec-timeout command.
89
Parameters
Defaults10 minutes for console line; 30 minutes for VTY lines; 0 seconds
minutesEnter the number of minutes of inactivity on the system
before disconnecting the current session. The range is from
0 to 35791. The default is 10 minutes for the console line
and 30 minutes for the VTY line.
seconds(OPTIONAL) Enter the number of seconds. The range is from
0 to 2147483. The default is 0 seconds.
Command
Modes
Command
History
Usage
Information
Example
LINE
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
To remove the time interval, enter exec-timeout 0 0.
Dell con0 is now available
Press RETURN to get started.
Dell>
Introduced on the S4820T.
Introduced on the S4810.
exit
Return to the lower command mode.
S6000
Syntax
Command
Modes
90
exit
•EXEC Privilege
•CONFIGURATION
Control and Monitoring
•LINE, INTERFACE
•TRACE-LIST
•PROTOCOL GVRP
•SPANNING TREE
•MULTIPLE SPANNING TREE
•MAC ACCESS LIST
•ACCESS-LIST
•AS-PATH ACL
•COMMUNITY-LIST
•PREFIX-LIST
•ROUTER OSPF
•ROUTER RIP
•ROUTER ISIS
•ROUTER BGP
Command
History
Related
Commands
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
end — returns to EXEC Privilege mode.
Introduced on the S4820T.
Introduced on the S4810.
ftp-server enable
Enable FTP server functions on the system.
S6000
Syntax
Control and Monitoring
ftp-server [vrf vrf-name] enable
91
Parameters
vrf vrf-nameEnter the keyword vrf and then the name of the VRF to
DefaultsDisabled
enable the FTP server to listen to that VRF instance.
NOTE: Use this attribute to specify the VRF that is used
by the FTP server to accept client connections. If no VRF
is specified, then the default VRF is used.
Command
Modes
Command
History
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.4.
Added support for VRF.
(0.0)
Version 9.0.2.0Introduced on the S6000.
Version
Introduced on the S4820T.
8.3.19.0
Version
Introduced on the S4810.
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Example
92
morpheus% ftp 10.31.1.111
Connected to 10.31.1.111.
220 Dell (1.0) FTP server ready
Name (10.31.1.111:dch): dch
331 Password required
Password:
230 User logged in
ftp> pwd
257 Current directory is "flash:"
ftp> dir
200 Port set okay
150 Opening ASCII mode data connection
size date time name
329 bytes received in 0.018 seconds (17.95 Kbytes/s)
ftp>
ftp-server topdir
Specify the top-level directory to be accessed when an incoming FTP connection request is made.
S6000
Syntax
Parameters
DefaultsThe internal flash is the default directory.
Command
Modes
Command
History
ftp-server topdir directory
directoryEnter the directory path.
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version 9.0.0.0Introduced on the Z9000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Introduced on the S4820T.
Introduced on the S4810.
Usage
Information
Related
Commands
Control and Monitoring
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
After you enable FTP server functions with the ftp-server enable command,
Dell Networking recommends specifying a top-level directory path. Without a toplevel directory path specified, the Dell Networking OS directs users to the flash
directory when logging in to the FTP server.
ftp-server enable — enables FTP server functions on the E-Series.
93
ftp-server username — sets a username and password for incoming FTP
connections to the E-Series.
ftp-server username
Create a user name and associated password for incoming FTP server sessions.
To delete a user name and its password, use the no ftp-server username
username
usernameEnter a text string up to 40 characters long as the user name.
password
password
encryptiontype
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
command.
Enter the keyword password then a string up to 40
characters long as the password. Without specifying an
encryption type, the password is unencrypted.
(OPTIONAL) After the keyword password, enter one of the
following numbers:
•0 (zero) for an unecrypted (clear text) password
•7 (seven) for a hidden text password
94
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version 9.0.0.0Introduced on the Z9000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Introduced on the S4820T.
Introduced on the S4810.
Control and Monitoring
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
hostname
Set the host name of the system.
S6000
Syntax
Parameters
DefaultsDell
Command
Modes
Command
History
hostname name
nameEnter a text string, up to 32 characters long.
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Introduced on the S4820T.
Introduced on the S4810.
Usage
Information
Control and Monitoring
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
The hostname is used in the prompt.
95
ip ftp password
Specify a password for outgoing FTP connections.
S6000
Syntax
Parameters
DefaultsNot configured.
Command
Modes
Command
History
ip ftp password [encryption-type] passwordTo remove a password and return to the default setting, use the no ip ftp
password [password] command.
encryptiontype
passwordEnter a string up to 40 characters as the password.
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
(OPTIONAL) Enter one of the following numbers:
•0 (zero) for an unecrypted (clear text) password
•7 (seven) for a hidden text password
Introduced on the S4820T.
Usage
Information
Related
Commands
96
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
The password is listed in the configuration file; you can view the password by
entering the show running-config ftp command.
Use the ip ftp password command when you use the ftp: parameter in the
copy command.
ip ftp username — sets the user name for the FTP sessions.
Introduced on the S4810.
Control and Monitoring
ip ftp source-interface
Specify an interface’s IP address as the source IP address for FTP connections.
S6000
Syntax
Parameters
DefaultsThe IP address on the system that is closest to the Telnet address is used in the
Command
Modes
ip ftp source-interface interface
To delete an interface, use the no ip ftp source-interface interface
command.
interfaceEnter the following keywords and slot/port or number
information:
•For Loopback interfaces, enter the keyword loopback
then a number from zero (0) to 16383.
•For a Port Channel interface, enter the keyword port-channel then a number. The range is from 1 to 128.
•For a 10-Gigabit Ethernet interface, enter the keyword
TenGigabitEthernet then the slot/port information.
•For a 40-Gigabit Ethernet interface, enter the keyword
fortyGigE then the slot/port information.
•For a VLAN interface, enter the keyword vlan then a
number from 1 to 4094.
•For a tunnel interface, enter the keyword tunnel.
outgoing packets.
CONFIGURATION
Command
History
Control and Monitoring
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version 8.3.11.1Introduced on the Z9000.
Version 8.3.7.0Introduced on the S4810.
Version 8.5.1.0Added support for 4-port 40G line cards on ExaScale.
Version 8.2.1.0Increased number of VLANs on ExaScale to 4094 (was 2094).
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Introduced on the S4820T.
97
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
ip tftp vrf
Configures an TFTP client with a VRF that is used to connect to the TFTP server.
Syntax
Parameters
DefaultsDisabled
Command
Modes
Command
History
Usage
Information
ip tftp [vrf vrf-name]
To undo the TFTP client configuration, use the no ip tftp [vrf vrf-name]
command.
vrf vrf-nameEnter the keyword vrf and then the name of the VRF to
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant FTOS Command Line Reference Guide.
The following is a list of the FTOS version history for this command.
Version 9.4.
(0.0)
Use this command to make the TFTP clients VRF aware. The VRF name that you
specify is used by the TFTP client to reach the TFTP server. If no VRF is specified,
then the default VRF is used.
specify the VRF that is used by the TFTP client.
Introduced on the S-Series and Z-Series.
Related
Commands
98
ftp-server topdir — sets the directory to be used for incoming FTP connections to
the E-Series.
ftp-server username — sets a username and password for incoming FTP
connections to the E-Series.
Control and Monitoring
ip ftp username
Assign a user name for outgoing FTP connection requests.
S6000
Syntax
Parameters
DefaultsNo user name is configured.
Command
Modes
Command
History
ip ftp username usernameTo return to anonymous FTP connections, use the no ip ftp username
[username] command.
usernameEnter a text string as the user name up to 40 characters long.
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Version 9.0.2.0Introduced on the S6000.
Version
8.3.19.0
Version
8.3.12.0
Version 8.3.11.1Introduced on the Z9000.
Introduced on the S4820T.
Introduced on the S4810.
Usage
Information
Related
Commands
Control and Monitoring
Version 8.1.1.0Introduced on the E-Series ExaScale.
Version 7.6.1.0Introduced on the S-Series.
Version 7.5.1.0Introduced on the C-Series.
E-SeriesOriginal command.
Configure a password with the ip ftp password command.
ip ftp password — sets the password for FTP connections.
99
ip ftp vrf
Configures an FTP client with a VRF that is used to connect to the FTP server.
Syntax
Parameters
DefaultsDisabled
Command
Modes
Command
History
Usage
Information
ip ftp [vrf vrf-name]
To undo the FTP client configuration, use the ip ftp [vrf vrf-name]
command.
vrf vrf-nameEnter the keyword vrf and then the name of the VRF to
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant FTOS Command Line Reference Guide.
The following is a list of the FTOS version history for this command.
Version 9.4.
(0.0)
Use this command to make the FTP clients VRF aware. The VRF name that you
specify is used by the FTP client to reach the FTP server. If no VRF is specified, then
the default vrf is used.
specify the VRF that is used by the FTP client.
Introduced on the S-Series and Z-Series.
ip telnet server enable
Enable the Telnet server on the switch.
S6000
Syntax
DefaultsEnabled
Command
Modes
Command
History
100
ip telnet server enable
To disable the Telnet server, use the no ip telnet server enable command.
CONFIGURATION
This guide is platform-specific. For command information about other platforms,
refer to the relevant Dell Networking OS Command Line Reference Guide.
The following is a list of the Dell Networking OS version history for this command.
Control and Monitoring
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.