CLI Transition guide for Dell PowerConnect 5500 Series Switches
THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL
ERRORS AND TECHNICAL INACCURACIES. THE CONTENT IS PROVIDED AS IS, WITHOUT EXPRESS OR
IMPLIED WARRANTIES OF ANY KIND.
Dell, the DELL logo, the DELL badge, and PowerConnect, are trademarks of Dell Inc. Other trademarks
and trade names may be used in this document to refer to either the entities claiming the marks and
names or their products. Dell Inc. disclaims any proprietary interest in trademarks and trade names
other than its own.
PC5524, PC5524P, PC5548, PC5548P
Rev. A00
March 2011
Page ii
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Table 1. Updated Commands with Operational Modifications ................................................ 4
Table 2. Updated Commands with Command Mode Modifications ........................................... 6
Table 3. Updated Commands with Syntax Modifications ....................................................... 8
Page 1
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Introduction
The Dell™ PowerConnec t™ 5500 Series Systems CLI Transition Guide White Paper outlines the changes in
the CLI commands from the PowerConnect 54XX and 35XX software to the 4.x software release on the
5500 Series switches. Changes include syntax and functional updates as specified in the following
sections.
Changes to the Interface Naming Conventions
On the Dell PowerConnect 5500, the interface naming convention is the industry standard format of
interface type (gigabitethernet or tengigabitethernet), unit ID, Slot number and port number. The user
can also use the short form of the interface type (gi or te). For example, the name of first
gigabitethernet port of unit ID 2 is: gi2/0/1 or gigabitethernet2/0/1.
VLAN Enhancements
The configuration of VLANs in this software release is much more flexible than previous releases:
Shadow VLAN Configuration
In previous products, the user could configure interface level VLAN commands only if they matched
current port’s VLAN mode. For example, if port is in access mode, user could not configure commands
related to general mode.
On the Dell PowerConnect 5500, the user can configure any VLAN command, even if not related to the
current port VLAN mode. Configuration of inactive VLAN modes are kept as “shadow configuration”
until the relevant mode is applied. The user can view shadow and active configurations via the “show
interface switchport” command.
Adding a port which is a VLAN memb er t o a L AG
In previous products, the user could not add a port to a LAG if the port was a member in any VLAN
besides the default VLAN.
On the Dell PowerConnect 5500, the user can add a port to a LAG even if it is a member of one or more
VLANs. The VLAN configuration on the port becomes inactive until the port is removed from LAG, since
the Port acquires the VLAN configuration of the LAG. The user can view this information via the “show
interface switchport” command.
Configuring IP Address on a port w h ich is a member of VLANs
In previous products, the user could configure an IP Address on a port only if the port was not a
member of any VLAN besides the default VLAN. IP configuration would become active immediately
after command execution.
On the Dell PowerConnect 5500, the user can define an IP Address on a port even if it is a member of
one or more VLANs. To activate IP Interface on a port, the user must apply the CLI command “no
switchport”, which enables L3 capabilities on a port. The user can view this information via “show
interface switchport” command.
Page 2
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Enhanced functionality in Trunk mode
On the Dell PowerConnect 5500, ports set to Trunk mode now carries all VLANs (by default) that are
created and active on the device, and an inactive member of VLANs that were not created. The port
PVID (native VLAN) can be configured to a VLAN that does not exist on the device. Untagged frames
will be classified to the VLAN whose VID is configured as the port’s PVID. Frames to all other VLANs
active on the port will be sent tagged.
Enhancement to IGMP Snooping
IGMP Snooping configuration was modified to an industry standard configuration, which includes:
robustness, query-interval, query-max-response-time, last-member-query-count and last-memberquery-interval. In the Dell PowerConnect 5500, the IGMP Snooping timers are automatically exported
from the received queries and the user does not need to configure them manually.
Additional ACL Options
The enhancement to ACLs includes support for time-based ACLs, and support for logging information on
packets dropped due to deny rules. On the Dell PowerConnect 5500, the user can configure IPv6 rules,
in addition to the IPv4 rules and MAC rules.
Modification in Power-Over-Ethernet
In previous products, the power limit was based on the Class Mode of the powered device.
On the Dell PowerConnect 5500, the user has control of the allocated power per port.
Enhancement to Stack Configuration
On the Dell PowerConnect 5500, configuring the stack unit numbers is more intuitive and the automatic
numbering feature for each unit is enabled by default.
Enhancement to QoS Ingress Rate Limit
On the Dell PowerConnect 5500, the ingress rate limit is based on the Policer mechanism, which makes
it much more accurate than in the previous products, and also makes it possible to use ingress rate
limit and storm control on a the same port.
Page 3
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Updated Commands – Operational Modifications
Table 1 shows the list of commands with updated syntax for normal switch operation.
Table 1. Updated Commands with Operational Modifications
ip igmp robustness
ip igmpquery-interval
ip igmpquery-max-
response-time
ip igmp last-member-
query-count
ip igmplast-member-
query-interval
Comments
1. The command syntax was
modified
2. See also description in
previous chapter.
The command syntax was
modified. The revised
command aggregates two
commands in the former
implementation
1. See description in previous
chapter.
2. The transformation to the
new implementation is as
follows under the “interface
VLAN” configuration:
RouterTimeOut = Robustness *
QueryInterval
HostTimeOut = RouterTimeOut
+ QueryMaxResponseTime
LeaveTimeOut =
LastMemberQueryCount *
LastMemberQueryInterval
Interface
Configuration
Page 4
interface ethernet
interface
interfacerange ethernet {
port-range | all }
interface port-channel
port-channel-number
interface interface-id
interface{port-range-list
| all}
1. The command syntax was
modified
2. See also description in
previous chapter.
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Feature Previous Implementation
ARP arp timeout seconds arp timeout seconds In the revised
VLAN vlan vlan-id
name
VLAN switchport trunk allowed
vlan {add vlan-list |
remove vlan-list}
Dell PowerConnect 5500
Implementation
vlan vlan-id [media
ethernet] [name vlanname] [state active] [stp
type ieee]
implementation, the command
is supported in both Global
Configuration Mode and
Interface Configuration Mode,
while previous implementation
supported only Global
Configuration Mode.
1. In the revised
implementation, the command
is also used for assigning a
name to a VLAN.
2. Optional parameters were
added (entering them has no
effect)
1. The command syntax was
modified
2. See also description in
previous chapter.
Page 5
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Updated Commands – Command Mode Modifications
Table 2 shows the list of commands with updated syntax for command mode switch operation.
Table 2. Updated Commands with Command Mode Modifications
vlan-id mrouter interface
interface-range-list
no ip igmp snooping vlan
vlan-id mrouter interface
interface-range-list
Comments
In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
1. In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
2. The command syntax was
modified
1. In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
2. The command syntax was
modified
IGMP
Snooping
Page 6
ip igmp snooping vlan
vlan-id immediate-leave
ip igmp snooping vlan
vlan-id immediate-leave
In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
CLI Transition guide for Dell PowerConnect 5500 Series Switches
no ip igmp snooping vlan
vlan-id forbidden mrouter
ports [interface-rangelist]
ip igmp snooping vlan
vlan-id multicast-tv ip-
multicast-address [count
number]
no ip igmp snooping vlan
vlan-id multicast-tv [ipmulticast-address [count
number]]
Comments
1. In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
2. The command syntax was
modified
1. In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
2. The command syntax was
modified
IGMP
Snooping
ip igmp snooping querier
enable
ip igmp snooping vlan
vlan-id querier
no ip igmp snooping vlan
vlan-id querier
1. In Dell PowerConnect 5500,
the command was modified
from VLAN Interface
Configuration Mode command
to Global Configuration Mode
command that includes the
VLAN ID as a parameter
2. The command syntax was
modified
Page 7
CLI Transition guide for Dell PowerConnect 5500 Series Switches
Updated Commands – Syntax Modifications
Table 3 shows the list of commands with updated syntax modifications.
Table 3. Updated Commands with S y n ta x Modifications
show power inline [[interfaceid | consumption ]| module
switch-number]
show cable-diagnostics tdr
interface interface-id
show switch [stack-member-
number]
ip igmp snooping vlan vlan-id
forbidden mrouter ports
interface-range-list
no ip igmp snooping vlan vlanid forbidden mrouter port s
[interface-range-list]
Summary
For more information, consult the Dell PowerConnect 5500 CLI Guide available at
http://support.Dell.com.
Page 13
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.