User's Manual
Table Of Contents
- Reference for the Business Policy Switch 2000 Command Line Interface
- Contents
- Figures
- Tables
- Preface
- Chapter 1: CLI Basics
- Stacking compatibility
- Software version 2.0 compatibility with BayStack 450 switches
- New features
- CLI command modes
- Port numbering
- IP notation
- Accessing the CLI
- Setting the CLI password
- Getting help
- Basic navigation
- Managing basic system information
- Managing MAC address forwarding database table
- Displaying and setting stack operational mode
- Chapter 2: General CLI commands
- Setting the terminal
- Pinging
- Automatically loading configuration file
- Assigning and clearing IP addresses
- Assigning and clearing IP addresses for specific units
- Setting Telnet access
- Setting server for Web-based management
- Setting boot parameters
- Setting TFTP parameters
- Upgrading software
- Displaying interfaces
- Setting SNMP parameters
- Setting the system event log
- Displaying port statistics
- Enabling or disabling a port
- Naming ports
- Setting port speed
- Enabling Autopology
- Enabling flow control
- Enabling rate-limiting
- Chapter 3: Security
- Using the IP manager list
- Using MAC address security
- show mac-security command
- show mac-security mac-da-filter command
- mac-security command
- mac-security mac-address-table address command
- mac-security security-list command
- no mac-security command
- no mac-security mac-address-table command
- no mac-security security-list command
- mac-security command for specific ports
- mac-security mac-da-filter command
- Using EAPOL-based security
- Using RADIUS authentication
- Chapter 4: Spanning Tree, MLT, and Port-Mirroring
- Using spanning tree
- show spanning-tree command
- spanning-tree stp create command by STG
- spanning-tree stp delete command by STG
- spanning-tree stp enable command by STG
- spanning-tree stp disable command by STG
- spanning-tree command by STG
- default spanning-tree command by STG
- spanning-tree add-vlan command
- spanning-tree remove-vlan command
- spanning-tree command by port
- default spanning-tree command by port
- no spanning-tree command by port
- Using MLT
- Using port-mirroring
- Using spanning tree
- Chapter 5: VLANs and IGMP
- Increased VLAN support
- Configuring and displaying VLANs
- show vlan interface info command
- show vlan interface vids command
- vlan mgmt command
- default vlan mgmt command
- vlan create command
- vlan delete command
- no vlan command
- vlan name command
- auto-pvid command
- no auto-pvid command
- vlan ports command
- vlan members command
- show vlan mac-address command
- vlan mac-address command
- no vlan mac-address command
- Displaying multicast membership
- Using IGMP snooping
- Chapter 6: Policy-enabled networks and QoS
- Displaying QoS parameters
- Resetting
- Configuring COPS
- Configuring QoS interface groups
- Configuring DSCP and 802.1p and queue associations
- Configuring QoS filters and filter groups
- Configuring QoS actions
- Configuring QoS meters
- Configuring QoS shapers
- Gathering QoS statistics
- Configuring QoS policies
- Reordering packets
- Appendix A: Command List
- Index

Chapter 1 CLI Basics 33
Reference for the Business Policy Switch 2000 Command Line Interface
• A single port number—an integer between 1 through 28
— Example:
7 means port 7
• A range of port numbers—a pair of port numbers between 1 and 28 separated
by a dash
— Example:
1-3 means ports 1, 2, and 3
— Example:
5-27 means all ports from port 5 through port 27
• A list of port numbers and/or port ranges, separated by commas
— Example:
1,3,7 means ports 1, 3, and 7
— Example:
1-3,9-11 means ports 1, 2, 3, 9, 10, and 11
— Example:
1,3-5,9-11,15 means ports 1, 3, 4, 5, 9, 10, 11, and 15
•
none means no ports (not case-sensitive)
•
all means all the ports on the standalone BPS 2000, including any MDA
ports (not case-sensitive)
You can also use the unit/port convention discussed in “Port numbering in stacked
mode,” next, with a standalone BPS 2000 as long as the unit number is always 1.
Port numbering in stacked mode
In stacked mode, either Pure BPS 2000 Stack mode or Hybrid Stack Mode, use
the
<portlist> variable to represent the number of the unit within the stack,
followed by a forward slash (/), followed by port number(s). The unit numbers
will always be integers between 1 and 8, and the port numbers will always be
integers between 1 and 28. You can also use
none to indicate none of the ports in
the stack or all to indicate
all of the ports in the stack.
In stacked mode, use the
<portlist> variable in the following formats:
• A single port number—an integer for the unit, followed by /, and an integer
for the port number
— Example:
1/7 means unit 1 port 7
— Example:
3/24 means unit 3, port 24
• A range of port numbers—an integer for the unit, followed by /, and integers
for the port number between 1 and 28 separated by a dash
— Example:
1/1-3 means unit 1, ports 1, 2, and 3
— Example:
3/5-27 means unit 3, port 5 through port 27