HP Bc1500 - BladeSystem - Blade PC Reference Manual
HP Bc1500 - BladeSystem - Blade PC Reference Manual

HP Bc1500 - BladeSystem - Blade PC Reference Manual

Blade switch
Hide thumbs Also See for Bc1500 - BladeSystem - Blade PC:
Table of Contents

Advertisement

Command Line Interface Reference Guide
HP BladeSystem PC Blade Switch
Document Part Number: 413354-002
June 2006

Advertisement

Table of Contents
loading

Summary of Contents for HP Bc1500 - BladeSystem - Blade PC

  • Page 1 Command Line Interface Reference Guide HP BladeSystem PC Blade Switch Document Part Number: 413354-002 June 2006...
  • Page 2 HP shall not be liable for technical or editorial errors or omissions contained herein. This document contains proprietary information that is protected by copyright. No part of this document may be photocopied, reproduced, or translated to another language without the prior written consent of Hewlett-Packard Company.
  • Page 3: Table Of Contents

    Contents Command Line Interface Using the Command Line Interface (CLI) ......... 1–1 Entering Commands .
  • Page 4 Contents ACL Commands ip access-list..............4–1 permit (IP) .
  • Page 5 Contents Clock Commands clock set ..............6–1 clock source .
  • Page 6 Contents Ethernet Configuration Commands interface ethernet ............. 8–1 interface range ethernet .
  • Page 7 Contents IP Addressing Commands ip address ..............11–1 ip address dhcp .
  • Page 8 Contents PHY Diagnostics Commands test copper-port tdr............15–1 show copper-ports tdr .
  • Page 9 Contents RADIUS Commands radius-server host............19–1 radius-server key .
  • Page 10 Contents Spanning-Tree Commands spanning-tree ............. . . 22–1 spanning-tree mode .
  • Page 11 Contents Syslog Commands logging on ..............24–1 logging .
  • Page 12 Contents User Interface Commands do ............... . 27–1 enable.
  • Page 13: Command Line Interface

    Command Line Interface Using the Command Line Interface (CLI) Accessing the CLI When accessing the management interface for the switch over a direct connection to the server’s console port, or via a Telnet connection, the switch can be managed by entering command keywords and parameters at the prompt.
  • Page 14 Command Line Interface To access the switch through a Telnet session, you must first set the IP address for the switch, and set the default gateway if you are managing the switch from a different IP subnet. For example: Console(config)#interface vlan 1 Console(config-if)#ip address 10.1.0.1 255.255.255.0 Console(config-if)#exit Console(config)#ip default-gateway 10.1.0.254...
  • Page 15: Entering Commands

    Command Line Interface Entering Commands This section describes how to enter CLI commands. Keywords and Arguments A CLI command is a series of keywords and arguments. Keywords identify a command, and arguments specify configuration parameters. For example, in the command “show interfaces status ethernet 1/e5,”...
  • Page 16 Command Line Interface The command “show interfaces ?” will display the following information: Console# show interfaces ? counters Information of interfaces counters protocol-vlan Protocol-vlan information status s Information of interfaces status switchport Information of interfaces switchport Console# Partial Keyword Lookup If you terminate a partial keyword with a question mark, alternatives that match the initial letters are provided.
  • Page 17: Configuration Commands

    Command Line Interface To access the Privilege Exec mode, open a new console session with the user name and password “admin.” The system will now display the “Console#” command prompt. You can also enter the Privileged Exec mode from within Normal Exec mode. To enter the Privileged Exec mode, enter the following user names and passwords: Username: admin Password: [admin login password]...
  • Page 18 Command Line Interface To enter the Global Configuration mode, enter the command configure in Privileged Exec mode. The system prompt will change to “Console(config)#” which gives you access privilege to all Global Configuration commands. Console# configure Console(config)# To enter the other modes, at the configuration prompt type one of the following commands. Use the exit or end command to return to the Privileged Exec mode.For example, you can use the following commands to enter interface configuration mode, and then return to Privileged Exec mode.
  • Page 19: Command Groups

    Command Line Interface Command Groups The system commands can be broken down into the functional groups shown below Command Groups Command Group Description Page 802.1x Commands Specify authentication, authorization and accounting (AAA) methods for use on interfaces running IEEE 802.1x, and enable 802.1x globally. AAA Commands Define the authentication method lists for servers.
  • Page 20 Command Line Interface Command Group Description Page RADIUS Commands Specify the source IP address used for communication 19-1 with Remote Authentication Dial-in User Service (RADIUS) servers, and display the RADIUS server settings. RMON Commands Display the Remote Network Monitoring (RMON) 20-1 Ethernet history statistics, alarms table and configuration.
  • Page 21: Commands

    802.1x Commands aaa authentication dot1x The aaa authentication dot1x Global Configuration mode command specifies one or more authentication, authorization, and accounting (AAA) methods for use on interfaces running IEEE 802.1x. To return to the default configuration, use the no form of this command. Syntax aaa authentication dot1x default method1 [method2...] no aaa authentication dot1x default...
  • Page 22: Dot1X System-Auth-Control

    802.1x Commands dot1x system-auth-control The dot1x system-auth-control Global Configuration mode command enables 802.1x globally. To return to the default configuration, use the no form of this command. Syntax dot1x system-auth-control no dot1x system-auth-control Parameters There are no parameters for this command. Default Configuration 802.1x is disabled globally.
  • Page 23: Dot1X Port-Control

    802.1x Commands dot1x port-control The dot1x port-control Interface Configuration mode command enables manually controlling the authorization state of the port. To return to the default configuration, use the form of this command. Syntax dot1x port-control {auto | force-authorized | force-unauthorized} no dot1x port-control Parameters ■...
  • Page 24: Dot1X Re-Authentication

    802.1x Commands dot1x re-authentication The dot1x re-authentication Interface Configuration mode command enables periodic re-authentication of the client. To return to the default configuration, use the no form of this command. Syntax dot1x re-authentication no dot1x re-authentication Parameters There are no parameters for this command. Default Setting Periodic re-authentication is disabled.
  • Page 25: Dot1X Timeout Re-Authperiod

    802.1x Commands dot1x timeout re-authperiod The dot1x timeout re-authperiod Interface Configuration mode command sets the number of seconds between re-authentication attempts. To return to the default configuration, use the no form of this command. Syntax dot1x timeout re-authperiod seconds no dot1x timeout re-authperiod Parameters ■...
  • Page 26: Dot1X Re-Authenticate

    802.1x Commands dot1x re-authenticate The dot1x re-authenticate Privileged EXEC mode command manually initiates a re-authentication of all 802.1x-enabled ports or the specified 802.1x-enabled port. Syntax dot1x re-authenticate [ethernet interface] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration.
  • Page 27: Dot1X Timeout Quiet-Period

    802.1x Commands dot1x timeout quiet-period The dot1x timeout quiet-period Interface Configuration mode command sets the number of seconds that the device remains in the quiet state following a failed authentication exchange (for example, the client provided an invalid password). To return to the default configuration, use the no form of this command.
  • Page 28: Dot1X Timeout Tx-Period

    802.1x Commands dot1x timeout tx-period The dot1x timeout tx-period Interface Configuration mode command sets the number of seconds that the device waits for a response to an Extensible Authentication Protocol (EAP)-request/identity frame from the client before resending the request. To return to the default configuration, use the no form of this command.
  • Page 29: Dot1X Max-Req

    802.1x Commands dot1x max-req The dot1x max-req Interface Configuration mode command sets the maximum number of times that the device sends an Extensible Authentication Protocol (EAP)-request/identity frame (assuming that no response is received) to the client, before restarting the authentication process. To return to the default configuration, use the no form of this command.
  • Page 30: Dot1X Timeout Supp-Timeout

    802.1x Commands dot1x timeout supp-timeout The dot1x timeout supp-timeout Interface Configuration mode command sets the time for the retransmission of an Extensible Authentication Protocol (EAP)-request frame to the client. To return to the default configuration, use the no form of this command. Syntax dot1x timeout supp-timeout seconds no dot1x timeout supp-timeout...
  • Page 31: Dot1X Timeout Server-Timeout

    802.1x Commands dot1x timeout server-timeout The dot1x timeout server-timeout Interface Configuration mode command sets the time that the device waits for a response from the authentication server. To return to the default configuration, use the no form of this command. Syntax dot1x timeout server-timeout seconds no dot1x timeout server-timeout...
  • Page 32: Show Dot1X

    802.1x Commands show dot1x The show dot1x Privileged EXEC mode command displays the 802.1x status of the device or specified interface. Syntax show dot1x [ethernet interface] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) Default Configuration This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 33 802.1x Commands Quiet period: 60 Seconds Tx period:30 Seconds Max req: 2 Supplicant timeout: 30 Seconds Server timeout: 30 Seconds Session Time (HH:MM:SS): 08:19:17 MAC Address: 00:08:78:32:98:78 Authentication Method: Remote Termination Cause: Supplicant logoff Authenticator State Machine State: HELD Backend State Machine State: IDLE Authentication success: 9 Authentication fails: 1...
  • Page 34 802.1x Commands Field Description Server timeout Time in seconds the switch waits for a response from the authentication server before resending the request. Session Time The amount of time the user is logged in. MAC address The supplicant MAC address. Authentication Method The authentication method used to establish the session.
  • Page 35: Show Dot1X Users

    802.1x Commands show dot1x users The show dot1x users Privileged EXEC mode command displays active 802.1x authenticated users for the device. Syntax show dot1x users [username username] Parameters ■ username — Supplicant username (Range: 1-160 characters) Default Configuration This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 36: Show Dot1X Statistics

    802.1x Commands show dot1x statistics The show dot1x statistics Privileged EXEC mode command displays 802.1x statistics for the specified interface. Syntax show dot1x statistics ethernet interface Parameters ■ interface — Valid Ethernet port. (Full syntax: port) Default Configuration This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 37 802.1x Commands Keyword Description EapolStartFramesRx The number of EAPOL Start frames that have been received by this Authenticator. EapolLogoffFramesRx The number of EAPOL Logoff frames that have been received by this Authenticator. EapolRespIdFramesRx The number of EAP Resp/Id frames that have been received by this Authenticator.
  • Page 38: Advanced Features

    802.1x Commands Advanced Features dot1x auth-not-req The dot1x auth-not-req Interface Configuration mode command enables unauthorized devices access to the VLAN. To disable access to the VLAN, use the no form of this command. Syntax dot1x auth-not-req no dot1x auth-not-req Parameters There are no parameters for this command.
  • Page 39: Dot1X Multiple-Hosts

    802.1x Commands dot1x multiple-hosts The dot1x multiple-hosts Interface Configuration mode command enables multiple hosts (clients) on an 802.1x-authorized port, where the authorization state of the port is set to auto. To return to the default configuration, use the no form of this command. Syntax dot1x multiple-hosts no dot1x multiple-hosts...
  • Page 40: Dot1X Single-Host-Violation

    802.1x Commands dot1x single-host-violation The dot1x single-host-violation Interface Configuration mode command configures the action to be taken, when a station whose MAC address is not the supplicant MAC address, attempts to access the interface. Use the no form of this command to return to default. Syntax dot1x single-host-violation {forward | discard | discard-shutdown} [trap seconds] no port dot1x single-host-violation...
  • Page 41: Dot1X Guest-Vlan

    802.1x Commands dot1x guest-vlan The dot1x guest-vlan Interface Configuration mode command defines a guest VLAN. To return to the default configuration, use the no form of this command. Syntax dot1x guest-vlan no dot1x guest-vlan Parameters There are no parameters for this command. Default Setting No VLAN is defined as a guest VLAN.
  • Page 42: Dot1X Guest-Vlan Enable

    802.1x Commands dot1x guest-vlan enable The dot1x vlans guest-vlan enable Interface Configuration mode command enables unauthorized users on the interface access to the Guest VLAN. To disable access, use the no form of this command Syntax dot1x guest-vlan enable no dot1x guest-vlan enable Parameters There are no parameters for this command.
  • Page 43: Show Dot1X Advanced

    802.1x Commands show dot1x advanced The show dot1x advanced Privileged EXEC mode command displays 802.1x advanced features for the device or specified interface. Syntax show dot1x advanced [ethernet interface] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration.
  • Page 44 802.1x Commands 2-24 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 45: Aaa Commands

    AAA Commands aaa authentication login The aaa authentication login Global Configuration mode command defines login authentication. To return to the default configuration, use the no form of this command. Syntax aaa authentication login {default | list-name} method1 [method2...] no aaa authentication login { | list-name} default Parameters...
  • Page 46 AAA Commands Create a list by entering the aaa authentication login list-name method command for a particular protocol, where list-name is any character string used to name this list. The method argument identifies the list of methods that the authentication algorithm tries, in the given sequence.
  • Page 47: Aaa Authentication Enable

    AAA Commands aaa authentication enable The aaa authentication enable Global Configuration mode command defines authentication method lists for accessing higher privilege levels. To return to the default configuration, use the no form of this command. Syntax aaa authentication enable {default | list-name} method1 [method2...] no aaa authentication enable {default | list-name} Parameters ■...
  • Page 48 AAA Commands Example The following command sets the enable password for authentication when accessing higher privilege levels. Console(config)# aaa authentication enable default enable www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 49: Login Authentication

    AAA Commands login authentication The login authentication Line Configuration mode command specifies the login authentication method list for a remote telnet or console. To return to the default configuration specified by the aaa authentication login command, use the no form of this command. Syntax login authentication {default | list-name} no login authentication...
  • Page 50: Enable Authentication

    AAA Commands enable authentication authentication Line Configuration mode command specifies the authentication enable method list when accessing a higher privilege level from a remote telnet or console. To return to the default configuration specified by the aaa authentication enable command, use the no form of this command.
  • Page 51: Ip Http Authentication

    AAA Commands ip http authentication The ip http authentication Global Configuration mode command specifies authentication methods for HTTP server users. To return to the default configuration, use the no form of this command. Syntax ip http authentication method1 [method2...] no ip http authentication Parameters ■...
  • Page 52: Ip Https Authentication

    AAA Commands ip https authentication The ip https authentication Global Configuration mode command specifies authentication methods for HTTPS server users. To return to the default configuration, use the no form of this command. Syntax ip https authentication method1 [method2...] no ip https authentication Parameters ■...
  • Page 53: Show Authentication Methods

    AAA Commands show authentication methods The show authentication methods privileged EXEC mode command displays information about the authentication methods. Syntax show authentication methods Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 54: Password

    AAA Commands password The password Line Configuration mode command specifies a password on a line. To remove the password, use the no form of this command. Syntax password password [encrypted] no password Parameters ■ password — Password for this level (Range: 1-160 characters). ■...
  • Page 55: Enable Password

    AAA Commands enable password The enable password Global Configuration mode command sets a local password to control access to user and privilege levels. To remove the password requirement, use the no form of this command. Syntax enable password [level level] password [encrypted] no enable password [level level] Parameters ■...
  • Page 56: Username

    AAA Commands username The username Global Configuration mode command creates a user account in the local database. To remove a user name, use the no form of this command. Syntax username name [password password] [level level] [encrypted] no username name Parameters ■...
  • Page 57: Ip Access-List

    ACL Commands ip access-list The ip access-list Global Configuration command enables the IP-Access Configuration mode and creates Layer 3 ACLs. To delete an ACL, use the no form of this command. Syntax ip access-list name no ip access-list name Parameters ■...
  • Page 58: Permit (Ip)

    ACL Commands permit (IP) The permit IP-Access List Configuration mode command permits traffic if the conditions defined in the permit statement match. Syntax permit {any | protocol} {any | {source source-wildcard}} {any | {destination destination-wildcard}} [dscp dscp number | ip-precedence ip-precedence] permit-icmp {any | {source source-wildcard}} {any | {destination destination-wildcard}} {any | icmp-type} {any | icmp-code} [dscp number | ip-precedence number] permit-igmp {any | {source source-wildcard}} {any | {destination destination-wildcard}} {any...
  • Page 59 ACL Commands IP Protocol Abbreviated Name Protocol Number Ipv6 Protocol ipv6 Routing Header for IPv6 ipv6-route Fragment Header for IPv6 ipv6-frag Inter-Domain Routing Protocol idrp Reservation Protocol rsvp General Routing Encapsulation Encapsulating Security Payload (50) Authentication Header ICMP for IPv6Protocol ipv6-icmp EIGRP Routing Protocol eigrp...
  • Page 60: Default Setting

    ACL Commands Default Setting No IPv4 ACL is defined. Command Mode IP-Access List Configuration mode Command Usage Use the ip access-list Global Configuration mode command to enable the IP-Access List Configuration mode. Before an Access Control Element (ACE) is added to an ACL, all packets are permitted. After an ACE is added, an implied deny-any-any condition exists at the end of the list and those packets that do not match the conditions defined in the permit statement are denied.
  • Page 61: Deny (Ip)

    ACL Commands deny (IP) The deny IP-Access List Configuration mode command denies traffic if the conditions defined in the deny statement match. Syntax deny [disable-port] {any | protocol} {any | {source source-wildcard}} {any | {destination destination-wildcard}} [dscp dscp number | ip-precedence ip-precedence] deny {any | protocol} {any | {source source-wildcard}} {any | {destination destination-wildcard}} [dscp dscp-number | ip-precedence ip-precedence] deny-icmp {any | {source source-wildcard}} {any | {destination destination-wildcard}} {any |...
  • Page 62 ACL Commands IP Protocol Abbreviated Name Protocol Number Inter-Domain Routing Protocol idrp Reservation Protocol rsvp General Routing Encapsulation Encapsulating Security Payload (50) Authentication Header ICMP for IPv6 ipv6-icmp EIGRP rOuting Protocol eigrp Open Shortest Path Protocol ospf Protocol Independent Multicast Layer Two Tunneling Protocol l2tp ISIS over IPv4...
  • Page 63: Mac Access-List

    ACL Commands mac access-list The mac access-list Global Configuration mode command enables the MAC-Access List Configuration mode and creates Layer 2 ACLs. To delete an ACL, use the no form of this command. Syntax mac access-list name no mac access-list name Parameters ■...
  • Page 64: Permit (Mac)

    ACL Commands permit (MAC) The permit MAC-Access List Configuration mode command defines permit conditions of an MAC ACL. Syntax permit {any | {host source source-wildcard} any | {destination destination-wildcard}} [vlan vlan-id] [cos cos cos-wildcard] [ethtype eth-type] Parameters ■ source — Specifies the source MAC address of the packet. ■...
  • Page 65: Deny (Mac)

    ACL Commands deny (MAC) The deny MAC-Access List Configuration mode command denies traffic if the conditions defined in the deny statement match. Syntax deny destination deny [disable-port] {any | {source source-wildcard}}{any | {destination destination- wildcard}}[vlan vlan-id] [cos cos cos-wildcard] [ethtype eth-type] Parameters ■...
  • Page 66 ACL Commands Example The following commands create a MAC ACL with deny rules on a device. Console(config)# mac access-list macl1 Console (config-mac-acl)# deny 06:06:06:06:06:06:00:00:00:00:00:00 any 4-10 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 67: Service-Acl

    ACL Commands service-acl The service-acl Interface Configuration mode command applies an ACL to the input interface. To detach an ACL from an input interface, use the no form of this command. Syntax service-acl {input acl-name} no service-acl {input} Parameters ■ acl-name —...
  • Page 68: Show Access-Lists

    ACL Commands show access-lists The show access-lists Privileged EXEC mode command displays access control lists (ACLs) defined on the device. Syntax show access-lists [name] Parameters ■ name — Name of the ACL. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 69: Address Table Commands

    Address Table Commands bridge address The bridge address Interface Configuration (VLAN) mode command adds a MAC-layer station source address to the bridge table. To delete the MAC address, use the no form of this command. Syntax bridge address mac-address {ethernet interface | port-channel port-channel-number} [permanent | delete-on-reset | delete-on-timeout | secure] no bridge address [mac-address] Parameters...
  • Page 70 Address Table Commands Example The following command adds a permanent static MAC-layer station source address 3aa2.64b3.a245 on port 1/e16 to the bridge table. Console(config)# interface vlan 2 Console(config-if)# bridge address 3aa2.64b3.a245 ethernet 1/e16 permanent www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 71: Bridge Multicast Filtering

    Address Table Commands bridge multicast filtering The bridge multicast filtering Global Configuration mode command enables filtering multicast addresses. To disable filtering multicast addresses, use the no form of this command. Syntax bridge multicast filtering no bridge multicast filtering Parameters There are no parameters for this command. Default Setting Filtering multicast addresses is disabled.
  • Page 72: Bridge Multicast Address

    Address Table Commands bridge multicast address The bridge multicast address Interface Configuration (VLAN) mode command registers a MAC-layer multicast address in the bridge table and statically adds ports to the group. To unregister the MAC address, use the no form of this command. Syntax bridge multicast address {mac-multicast-address | ip-multicast-address} bridge multicast address {mac-multicast-address | ip-multicast-address} [add | remove]...
  • Page 73: Bridge Multicast Forbidden Address

    Address Table Commands bridge multicast forbidden address The bridge multicast forbidden address Interface Configuration (VLAN) mode command forbids adding a specific multicast address to specific ports. Use the no form of this command to return to the default configuration. Syntax bridge multicast forbidden address {mac-multicast-address | ip-multicast-address} {add | remove} {ethernet interface-list | port-channel port-channel-number-list} no bridge multicast forbidden address {mac-multicast-address | ip-multicast-address}...
  • Page 74: Bridge Multicast Forward-All

    Address Table Commands bridge multicast forward-all The bridge multicast forward-all Interface Configuration (VLAN) mode command enables forwarding all multicast packets on a port. To restore the default configuration, use the no form of this command. Syntax bridge multicast forward-all {add | remove} {ethernet interface-list | port-channel port-channel-number-list} no bridge multicast forward-all Parameters...
  • Page 75: Bridge Multicast Forbidden Forward-All

    Address Table Commands bridge multicast forbidden forward-all The bridge multicast forbidden forward-all Interface Configuration (VLAN) mode command forbids a port to be a forward-all-multicast port. To restore the default configuration, use the no form of this command. Syntax bridge multicast forbidden forward-all {add | remove} {ethernet interface-list | port-channel port-channel-number-list} no bridge multicast forbidden forward-all Parameters...
  • Page 76: Bridge Aging-Time

    Address Table Commands bridge aging-time The bridge aging-time Global Configuration mode command sets the address table aging time. To restore the default configuration, use the no form of this command. Syntax bridge aging-time seconds no bridge aging-time Parameters ■ seconds — Time in seconds. (Range: 10-630 seconds) Default Setting The default is 300 seconds.
  • Page 77: Clear Bridge

    Address Table Commands clear bridge The clear bridge Privileged EXEC mode command removes any learned entries from the forwarding database. Syntax clear bridge Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 78: Port Security

    Address Table Commands port security The port security Interface Configuration mode command locks the port, thereby, blocking unknown traffic and preventing the port from learning new addresses. To return to the default configuration, use the no form of this command. Syntax port security [forward | discard | discard-shutdown] [trap seconds] no port security...
  • Page 79: Port Security Mode

    Address Table Commands port security mode The port security mode Interface Configuration mode command configures the port security mode. To return to the default configuration, use the no form of this command. Syntax port security mode {lock | dynamic} no port security mode Parameters ■...
  • Page 80: Port Security Max

    Address Table Commands port security max The port security max Interface Configuration (Ethernet, port-channel) mode command configures the maximum number of addresses that can be learned on the port while the port is in port security mode. To return to the default configuration, use the no form of this command. Syntax port security max max-addr no port security max...
  • Page 81: Port Security Routed Secure-Address

    Address Table Commands port security routed secure-address The port security routed secure-address Interface Configuration (Ethernet, port-channel) mode command adds a MAC-layer secure address to a routed port. Use the no form of this command to delete a MAC address. Syntax port security routed secure-address mac-address no port security routed secure-address mac-address Parameters...
  • Page 82: Show Bridge Address-Table

    Address Table Commands show bridge address-table The show bridge address-table Privileged EXEC mode command displays all entries in the bridge-forwarding database. Syntax show bridge address-table [vlan vlan] [ethernet interface | port-channel port-channel-number] Parameters ■ vlan — Specifies a valid VLAN, such as VLAN 1. ■...
  • Page 83: Show Bridge Address-Table Static

    Address Table Commands show bridge address-table static The show bridge address-table static Privileged EXEC mode command displays statically created entries in the bridge-forwarding database. Syntax show bridge address-table static [vlan vlan] [ethernet interface | port-channel port-channel-number] Parameters ■ vlan — Specifies a valid VLAN, such as VLAN 1. ■...
  • Page 84: Show Bridge Address-Table Count

    Address Table Commands show bridge address-table count The show bridge address-table count Privileged EXEC mode command displays the number of addresses present in the Forwarding Database. Syntax show bridge address-table coun [vlan vlan][ ethernet interface-number | port-channel port-channel-number] Parameters ■ vlan —...
  • Page 85: Show Bridge Multicast Address-Table

    Address Table Commands show bridge multicast address-table The show bridge multicast address-table User EXEC mode command displays multicast MAC address or IP address table information. Syntax show bridge multicast address-table [vlan vlan-id] [address mac-multicast-address | ip-multicast-address] [format ip | format mac] Parameters ■...
  • Page 86 Address Table Commands Console# show bridge multicast address-table format ip VLAN IP/MAC Address Type Ports ---- ----------------- ------ --------- 224-239.130|2.2.3 static 1/e1,2/e2 224-239.130|2.2.8 static 1/e1-8 224-239.130|2.2.8 dynamic 1/e9-11 Forbidden ports for multicast addresses: VLAN IP/MAC Address Ports ---- ----------------- ------ 224-239.130|2.2.3 2/e8 224-239.130|2.2.8...
  • Page 87: Show Bridge Multicast Filtering

    Address Table Commands show bridge multicast filtering The show bridge multicast filtering User EXEC mode command displays the multicast filtering configuration. Syntax show bridge multicast filtering vlan-id Parameters ■ vlan-id — VLAN ID value. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 88: Show Ports Security

    Address Table Commands show ports security The show ports security Privileged EXEC mode command displays the port-lock status. Syntax show ports security [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration.
  • Page 89: Show Ports Security Addresses

    Address Table Commands show ports security addresses The show ports security addresses Privileged EXEC mode command displays the current dynamic addresses in locked ports. Syntax show ports security addresses [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. ■...
  • Page 90 Address Table Commands 5-22 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 91: Clock Commands

    Clock Commands clock set The clock set Privileged EXEC mode command manually sets the system clock. Syntax clock set hh ss day month year clock set hh ss month day year Parameters ■ ss — Current time in hours (military format), minutes, and seconds (hh: 0-23, mm: 0-59, ss: 0-59).
  • Page 92: Clock Source

    Clock Commands clock source The clock source Global Configuration mode command configures an external time source for the system clock. Use no form of this command to disable external time source. Syntax clock source {sntp} no clock source Parameters ■ sntp —...
  • Page 93: Clock Timezone

    Clock Commands clock timezone The clock timezone Global Configuration mode command sets the time zone for display purposes. To set the time to the Coordinated Universal Time (UTC), use the no form of this command. Syntax clock timezone hours-offset [minutes minutes-offset] [zone acronym] no clock timezone Parameters ■...
  • Page 94: Clock Summer-Time

    Clock Commands clock summer-time The clock summer-time Global Configuration mode command configures the system to automatically switch to summer time (daylight saving time). To configure the software not to automatically switch to summer time, use the no form of this command. Syntax clock summer-time recurring {usa | eu | {week day month hh:mm week day month hh:mm}} [offset offset] [zone acronym]...
  • Page 95 Clock Commands Command Usage In both the date and recurring forms of the command, the first part of the command specifies when summer time begins, and the second part specifies when it ends. All times are relative to the local time zone. The start time is relative to standard time. The end time is relative to summer time.
  • Page 96: Sntp Authentication-Key

    Clock Commands sntp authentication-key The sntp authentication-key Global Configuration mode command defines an authentication key for Simple Network Time Protocol (SNTP). To remove the authentication key for SNTP, use the no form of this command. Syntax sntp authentication-key number md5 value no sntp authentication-key number Parameters ■...
  • Page 97: Sntp Authenticate

    Clock Commands sntp authenticate The sntp authenticate Global Configuration mode command grants authentication for received Simple Network Time Protocol (SNTP) traffic from servers. To disable the feature, use the no form of this command. Syntax sntp authenticate no sntp authenticate Parameters There are no parameters for this command.
  • Page 98: Sntp Trusted-Key

    Clock Commands sntp trusted-key The sntp trusted-key Global Configuration mode command authenticates the identity of a system to which Simple Network Time Protocol (SNTP) will synchronize. To disable authentication of the identity of the system, use the no form of this command. Syntax sntp trusted-key key-number no sntp trusted-key key-number...
  • Page 99: Sntp Client Poll Timer

    Clock Commands sntp client poll timer The sntp client poll timer Global Configuration mode command sets the polling time for the Simple Network Time Protocol (SNTP) client. To return to default configuration, use the no form of this command. Syntax sntp client poll timer seconds no sntp client poll timer Parameters...
  • Page 100: Sntp Broadcast Client Enable

    Clock Commands sntp broadcast client enable The sntp broadcast client enable Global Configuration mode command enables Simple Network Time Protocol (SNTP) broadcast clients. To disable SNTP broadcast clients, use the no form of this command. Syntax sntp broadcast client enable no sntp broadcast client enable Parameters There are no parameters for this command.
  • Page 101: Sntp Anycast Client Enable

    Clock Commands sntp anycast client enable The sntp anycast client enable Global Configuration mode command enables SNTP anycast client. To disable the SNTP anycast client, use the no form of this command. Syntax sntp anycast client enable no sntp anycast client enable Parameters There are no parameters for this command.
  • Page 102: Sntp Client Enable (Interface)

    Clock Commands sntp client enable (Interface) The sntp client enable Interface Configuration (Ethernet, port-channel, VLAN) mode command enables the Simple Network Time Protocol (SNTP) client on an interface. This applies to both receive broadcast and anycast updates. To disable the SNTP client, use the no form of this command.
  • Page 103: Sntp Unicast Client Enable

    Clock Commands sntp unicast client enable The sntp unicast client enable Global Configuration mode command enables the device to use the Simple Network Time Protocol (SNTP) to request and accept SNTP traffic from servers. To disable requesting and accepting SNTP traffic from servers, use the no form of this command. Syntax sntp unicast client enable no sntp unicast client enable...
  • Page 104: Sntp Unicast Client Poll

    Clock Commands sntp unicast client poll The sntp unicast client poll Global Configuration mode command enables polling for the Simple Network Time Protocol (SNTP) predefined unicast servers. To disable the polling for SNTP client, use the no form of this command. Syntax sntp unicast client poll no sntp unicast client poll...
  • Page 105: Sntp Server

    Clock Commands sntp server The sntp server Global Configuration mode command configures the device to use the Simple Network Time Protocol (SNTP) to request and accept SNTP traffic from a specified server. To remove a server from the list of SNTP servers, use the no form of this command. Syntax sntp server {ip-address | hostname}[poll] [key keyid] no sntp server host...
  • Page 106: Show Clock

    Clock Commands show clock The show clock User EXEC mode command displays the time and date from the system clock. Syntax show clock [detail] Parameters ■ detail — Shows timezone and summertime configuration. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 107: Show Sntp Configuration

    Clock Commands show sntp configuration The show sntp configuration Privileged EXEC mode command shows the configuration of the Simple Network Time Protocol (SNTP). Syntax show sntp configuration Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 108: Show Sntp Status

    Clock Commands show sntp status The show status Privileged EXEC mode command shows the status of the Simple Network Time Protocol (SNTP). Syntax show sntp status Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 109: Configuration And Image File Commands

    Configuration and Image File Commands copy The copy Privileged EXEC mode command copies files from a source to a destination. Syntax copy source-url destination-url Parameters ■ source-url — The source file location URL or reserved keyword of the source file to be copied.
  • Page 110 Configuration and Image File Commands Command Usage Up to five backup configuration files are supported on the device. The location of a file system dictates the format of the source or destination URL. The entire copying process may take several minutes and differs from protocol to protocol and from network to network.
  • Page 111 Configuration and Image File Commands Backing up the Running or Startup Configuration to a Backup Configuration File To copy the running configuration file to a backup configuration file, enter the copy running-config file command. To copy the startup configuration file to a backup configuration file, enter the opy startup-config file command.
  • Page 112: Delete

    Configuration and Image File Commands delete The delete Privileged EXEC mode command deletes a file from a flash memory device. Syntax delete url Parameters ■ url — The location URL or reserved keyword of the file to be deleted. (Range: 1-160 characters) The following table displays keywords and URL prefixes: Keyword...
  • Page 113: Boot System

    Configuration and Image File Commands boot system The boot system Privileged EXEC mode command specifies the system image that the device loads at startup. Syntax boot system {image-1 | image-2} Parameters ■ image-1 — Specifies image 1 as the system startup image. ■...
  • Page 114: Show Running-Config

    Configuration and Image File Commands show running-config The show running-config Privileged EXEC mode command displays the contents of the currently running configuration file. Syntax show running-config Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 115: Show Startup-Config

    Configuration and Image File Commands show startup-config The show startup-config Privileged EXEC mode command displays the contents of the startup configuration file. Syntax show startup-config Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 116: Show Bootvar

    Configuration and Image File Commands show bootvar The show bootvar Privileged EXEC mode command displays the active system image file that is loaded by the device at startup. Syntax show bootvar Parameters There are no parameters for this command. Default Setting This command has no default configuration.
  • Page 117: Ethernet Configuration Commands

    Ethernet Configuration Commands interface ethernet The interface ethernet Global Configuration mode command enters the interface configuration mode to configure an Ethernet type interface. Syntax interface ethernet interface Parameters ■ interface — Valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration. Command Mode Global Configuration mode Command Usage...
  • Page 118: Interface Range Ethernet

    Ethernet Configuration Commands interface range ethernet The interface range ethernet Global Configuration mode command configures multiple Ethernet type interfaces at the same time. Syntax interface range ethernet {port-range | all} ■ port-range — List of valid ports. Where more than one port is listed, separate nonconsecutive ports with a comma and no spaces, use a hyphen to designate a range of ports and group a list separated by commas in brackets.
  • Page 119: Shutdown

    Ethernet Configuration Commands shutdown The shutdown Interface Configuration (Ethernet, port-channel) mode command disables an interface. To restart a disabled interface, use the no form of this command. Syntax shutdown no shutdown Parameters There are no parameters for this command. Default Setting The interface is disabled.
  • Page 120: Description

    Ethernet Configuration Commands description The description Interface Configuration (Ethernet, port-channel) mode command adds a description to an interface. To remove the description, use the no form of this command. Syntax description string no description Parameters ■ string — Comment or a description of the port to enable the user to remember what is attached to the port.
  • Page 121: Speed

    Ethernet Configuration Commands speed The speed Interface Configuration (Ethernet, port-channel) mode command configures the speed of a given Ethernet interface when not using auto-negotiation. To restore the default configuration, use the no form of this command. Syntax speed {10 | 100 | 1000} no speed Parameters ■...
  • Page 122: Duplex

    Ethernet Configuration Commands duplex The duplex Interface Configuration (Ethernet) mode command configures the full/half duplex operation of a given Ethernet interface when not using auto-negotiation. To restore the default configuration, use the no form of this command. Syntax duplex {half | full} no duplex Parameters ■...
  • Page 123: Negotiation

    Ethernet Configuration Commands negotiation The negotiation Interface Configuration (Ethernet, port-channel) mode command enables auto-negotiation operation for the speed and duplex parameters of a given interface. To disable auto-negotiation, use the no form of this command. Syntax negotiation [capability1 [capability2…capability5]] no negotiation Parameters ■...
  • Page 124: Flowcontrol

    Ethernet Configuration Commands flowcontrol The flowcontrol Interface Configuration (Ethernet, port-channel) mode command configures flow control on a given interface. To disable flow control, use the no form of this command. Syntax flowcontrol {auto | on | off} no flowcontrol Parameters ■...
  • Page 125: Mdix

    Ethernet Configuration Commands mdix The mdix Interface Configuration (Ethernet) mode command enables cable crossover on a given interface. To disable cable crossover, use the no form of this command. Syntax mdix {on | auto} no mdix Parameters ■ on — Manual mdix ■...
  • Page 126: Back-Pressure

    Ethernet Configuration Commands back-pressure The back-pressure Interface Configuration (Ethernet, port-channel) mode command enables back pressure on a given interface. To disable back pressure, use the no form of this command. Syntax back-pressure no back-pressure Parameters There are no parameters for this command. Default Setting Back pressure is disabled.
  • Page 127: Clear Counters

    Ethernet Configuration Commands clear counters The clear counters User EXEC mode command clears statistics on an interface. Syntax clear counters [ethernet interface | port-channel port-channel-number] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■ port-channel-number — Valid port-channel number. Default Setting This command has no default configuration.
  • Page 128: Set Interface Active

    Ethernet Configuration Commands set interface active The set interface active Privileged EXEC mode command reactivates an interface that was shutdown. Syntax set interface active {ethernet interface | port-channel port-channel-number} Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■ port-channel-number —...
  • Page 129: Show Interfaces Advertise

    Ethernet Configuration Commands show interfaces advertise The show interfaces advertise Privileged EXEC mode command displays auto negotiation data. Syntax show interfaces advertise [ethernet interface | port-channel port-channel-number] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■ port-channel-number — Valid port-channel number. Default Setting This command has no default configuration.
  • Page 130: Show Interfaces Configuration

    Ethernet Configuration Commands show interfaces configuration The show interfaces configuration Privileged EXEC mode command displays the configuration for all configured interfaces. Syntax show interfaces configuration [ethernet interface | port-channel port-channel-number] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■...
  • Page 131: Show Interfaces Status

    Ethernet Configuration Commands show interfaces status The show interfaces status Privileged EXEC mode command displays the status of all configured interfaces. Syntax show interfaces status [ethernet interface| port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■...
  • Page 132: Show Interfaces Description

    Ethernet Configuration Commands show interfaces description The show interfaces description Privileged EXEC mode command displays the description for all configured interfaces. Syntax show interfaces description [ethernet interface | port-channel port-channel-number] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■...
  • Page 133: Show Interfaces Counters

    Ethernet Configuration Commands show interfaces counters The show interfaces counters User EXEC mode command displays traffic seen by the physical interface. Syntax show interfaces counters [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■...
  • Page 134 Ethernet Configuration Commands The following command displays counters for Ethernet port 1/e1: Console# show interfaces counters ethernet 1/e1 Port InOctets InUcastPkts InMcastPkts InBcastPkts ------ ----------- -------------- ----------- ----------- 1/e1 183892 Port OutOctets OutUcastPkts OutMcastPkts OutBcastPkts ------ ----------- -------------- ------------ ------------ 1/e1 9188 FCS Errors: 8...
  • Page 135 Ethernet Configuration Commands Field Description Received Pause Frames Counted MAC Control frames received with an opcode indicating the PAUSE operation. Transmitted Pause Frames Counted MAC Control frames transmitted on this interface with an opcode indicating the PAUSE operation. HP PC Blade Switch CLI Reference Guide www.hp.com 8-19...
  • Page 136: Port Storm-Control Include-Multicast (Ic)

    Ethernet Configuration Commands port storm-control include-multicast (IC) The port storm-control include-multicast Interface Configuration (Ethernet) mode command counts multicast packets in broadcast storm control. To disable counting multicast packets, use the no form of this command. Syntax port storm-control include-multicast [unknown-unicast] no port storm-control include-multicast Parameters ■...
  • Page 137: Port Storm-Control Broadcast Enable

    Ethernet Configuration Commands port storm-control broadcast enable The port storm-control broadcast enable Interface Configuration (Ethernet) mode command enables broadcast storm control. To disable broadcast storm control, use the no form of this command. Syntax port storm-control broadcast enable no port storm-control broadcast enable Parameters There are no parameters for this command.
  • Page 138: Port Storm-Control Broadcast Rate

    Ethernet Configuration Commands port storm-control broadcast rate The port storm-control broadcast rate Interface Configuration (Ethernet) mode command configures the maximum broadcast rate. To return to the default configuration, use the no form of this command. Syntax port storm-control broadcast rate rate no port storm-control broadcast rate Parameters ■...
  • Page 139: Show Ports Storm-Control

    Ethernet Configuration Commands show ports storm-control The show ports storm-control User EXEC mode command displays the storm control configuration. Syntax show ports storm-control [interface] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration. Command Mode User EXEC mode.
  • Page 140 Ethernet Configuration Commands 8-24 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 141: Gvrp Commands

    GVRP Commands gvrp enable (Global) GARP VLAN Registration Protocol (GVRP) is an industry-standard protocol designed to propagate VLAN information from device to device. With GVRP, a single device is manually configured with all desired VLANs for the network, and all other devices on the network learn these VLANs dynamically.
  • Page 142: Gvrp Enable (Interface)

    GVRP Commands gvrp enable (Interface) The gvrp enable Interface Configuration (Ethernet, port-channel) mode command enables GVRP on an interface. To disable GVRP on an interface, use the no form of this command. Syntax gvrp enable no gvrp enable Parameters There are no parameters for this command. Default Setting GVRP is disabled on all interfaces.
  • Page 143: Garp Timer

    GVRP Commands garp timer The garp timer Interface Configuration (Ethernet, port-channel) mode command adjusts the values of the join, leave, and leaveall timers of GARP applications. To return to the default configuration, use the no form of this command. Syntax garp timer {join | leave | leaveall} timer_value no garp timer Parameters...
  • Page 144: Gvrp Vlan-Creation-Forbid

    GVRP Commands gvrp vlan-creation-forbid The gvrp vlan-creation-forbid Interface Configuration (Ethernet, port-channel) mode command disables dynamic VLAN creation or modification. To enable dynamic VLAN creation or modification, use the no form of this command. Syntax gvrp vlan-creation-forbid no gvrp vlan-creation-forbid Parameters There are no parameters for this command.
  • Page 145: Gvrp Registration-Forbid

    GVRP Commands gvrp registration-forbid The gvrp registration-forbid Interface Configuration (Ethernet, port-channel) mode command de-registers all dynamic VLANs on a port and prevents VLAN creation or registration on the port. To allow dynamic registration of VLANs on a port, use the no form of this command. Syntax gvrp registration-forbid no gvrp registration-forbid...
  • Page 146: Clear Gvrp Statistics

    GVRP Commands clear gvrp statistics The clear gvrp statistics Privileged EXEC mode command clears all GVRP statistical information. Syntax clear gvrp statistics [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration.
  • Page 147: Show Gvrp Configuration

    GVRP Commands show gvrp configuration The show gvrp configuration User EXEC mode command displays GVRP configuration information, including timer values, whether GVRP and dynamic VLAN creation is enabled, and which ports are running GVRP. Syntax show gvrp configuration [ethernet interface | ort-channel port-channel-number] Parameters ■...
  • Page 148: Show Gvrp Statistics

    GVRP Commands show gvrp statistics The show gvrp statistics User EXEC mode command displays GVRP statistics. Syntax show gvrp statistics [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration.
  • Page 149: Show Gvrp Error-Statistics

    GVRP Commands show gvrp error-statistics The show gvrp error-statistics User EXEC mode command displays GVRP error statistics. Syntax show gvrp error-statistic [ethernet interface | port-channel port-channel-number] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration.
  • Page 150 GVRP Commands 9-10 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 151: Igmp Snooping Commands

    IGMP Snooping Commands ip igmp snooping (Global) The ip igmp snooping Global Configuration mode command enables Internet Group Management Protocol (IGMP) snooping. To disable IGMP snooping, use the no form of this command. Syntax ip igmp snooping no ip igmp snooping Parameters There are no parameters for this command.
  • Page 152: Ip Igmp Snooping (Interface)

    IGMP Snooping Commands ip igmp snooping (Interface) The ip igmp snooping Interface Configuration (VLAN) mode command enables Internet Group Management Protocol (IGMP) snooping on a specific VLAN. To disable IGMP snooping on a VLAN interface, use the no form of this command. Syntax ip igmp snooping no ip igmp snooping...
  • Page 153: Nip Igmp Snooping Host-Time-Out

    IGMP Snooping Commands nip igmp snooping host-time-out The ip igmp snooping host-time-out Interface Configuration (VLAN) mode command configures the host-time-out. If an IGMP report for a multicast group was not received for a host-time-out period from a specific port, this port is deleted from the member list of that multicast group.
  • Page 154: Ip Igmp Snooping Mrouter-Time-Out

    IGMP Snooping Commands ip igmp snooping mrouter-time-out The ip igmp snooping mrouter-time-out Interface Configuration (VLAN) mode command configures the mrouter-time-out. The ip igmp snooping mrouter-time-out Interface Configuration (VLAN) mode command is used for setting the aging-out time after multicast device ports are automatically learned. To return to the default configuration, use the no form of this command.
  • Page 155: Ip Igmp Snooping Mrouter Learn-Pim-Dvmrp

    IGMP Snooping Commands ip igmp snooping mrouter learn-pim-dvmrp The ip igmp snooping mrouter learn-pim-dvmrp Interface Configuration (VLAN) mode command enables automatic learning of multicast router ports in the context of a specific VLAN. To remove automatic learning of multi-cast router ports, use the no form of this command. Syntax ip igmp snooping mrouter learn-pim-dvmrp no ip igmp snooping mrouter learn-pim-dvmrp...
  • Page 156: Ip Igmp Snooping Leave-Time-Out

    IGMP Snooping Commands ip igmp snooping leave-time-out The ip igmp snooping leave-time-out Interface Configuration (VLAN) mode command configures the leave-time-out. If an IGMP report for a multicast group was not received for a leave-time-out period after an IGMP Leave was received from a specific port, this port is deleted from the member list of that multicast group.To return to the default configuration, use the no form of this command.
  • Page 157: Show Ip Igmp Snooping Mrouter

    IGMP Snooping Commands show ip igmp snooping mrouter how ip igmp snooping mrouter User EXEC mode command displays information on dynamically learned multicast device interfaces. Syntax show ip igmp snooping mrouter [interface vlan-id] Parameters ■ vlan-id — VLAN number. Default Setting This command has no default configuration.
  • Page 158: Show Ip Igmp Snooping Interface

    IGMP Snooping Commands show ip igmp snooping interface The show ip igmp snooping interface User EXEC mode command displays IGMP snooping configuration. Syntax show ip igmp snooping interface vlan-id Parameters ■ vlan-id — VLAN number. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 159: Show Ip Igmp Snooping Groups

    IGMP Snooping Commands show ip igmp snooping groups The show ip igmp snooping groups User EXEC mode command displays multicast groups learned by IGMP snooping. Syntax show ip igmp snooping groups [vlan vlan-id] [address ip-multicast-address] Parameters ■ vlan-id — VLAN number. ■...
  • Page 160 IGMP Snooping Commands 10-10 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 161: Ip Addressing Commands

    IP Addressing Commands ip address The ip address Interface Configuration (Ethernet, VLAN, port-channel) mode command sets an IP address. To remove an IP address, use the no form of this command. Syntax ip address ip-address {mask | prefix-length} no ip address [ip-address] Parameters ■...
  • Page 162: Ip Address Dhcp

    IP Addressing Commands ip address dhcp ip address dhcp Interface Configuration (Ethernet, VLAN, port-channel) mode command acquires an IP address for an Ethernet interface from the Dynamic Host Configuration Protocol (DHCP) server. To deconfigure an acquired IP address, use the no form of this command. Syntax ip address dhcp [hostname host-name] no ip address dhcp...
  • Page 163: Ip Default-Gateway

    IP Addressing Commands ip default-gateway The ip default-gateway Global Configuration mode command defines a default gateway. To return to the default configuration, use the no form of this command. Syntax ip default-gateway ip-address no ip default-gateway Parameters ■ ip-address — Valid IP address of the default gateway. Default Setting No default gateway is defined.
  • Page 164: Show Ip Interface

    IP Addressing Commands show ip interface The show ip interface Privileged EXEC mode command displays the usability status of configured IP interfaces. Syntax show ip interface [ethernet interface-number | vlan vlan-id | port-channel port-channel number] Parameters ■ interface-number — Valid Ethernet port. ■...
  • Page 165: Arp

    IP Addressing Commands The arp Global Configuration mode command adds a permanent entry in the Address Resolution Protocol (ARP) cache. To remove an entry from the ARP cache, use the no form of this command. Syntax arp ip_addr hw_addr {ethernet interface-number | vlan vlan-id | port-channel port-channel number} no arp ip_addr {ethernet interface-number | vlan vlan-id | port-channel port-channel number} Parameters...
  • Page 166: Arp Timeout

    IP Addressing Commands arp timeout The arp timeout Global Configuration mode command configures how long an entry remains in the ARP cache. To return to the default configuration, use the no form of this command. Syntax arp timeout seconds no arp timeout Parameters ■...
  • Page 167: Clear Arp-Cache

    IP Addressing Commands clear arp-cache The clear arp-cache Privileged EXEC mode command deletes all dynamic entries from the ARP cache. Syntax clear arp-cache Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 168: Show Arp

    IP Addressing Commands show arp The show arp Privileged EXEC mode command displays entries in the ARP table. Syntax show arp Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 169: Ip Domain-Lookup

    IP Addressing Commands ip domain-lookup The ip domain-lookup Global Configuration mode command enables the IP Domain Naming System (DNS)-based host name-to-address translation. To disable DNS-based host name-to-address translation, use the no form of this command. Syntax ip domain-lookup no ip domain-lookup Parameters There are no parameters for this command.
  • Page 170: Ip Domain-Name

    IP Addressing Commands ip domain-name The ip domain-name Global Configuration mode command defines a default domain name used by the software to complete unqualified host names (names without a dotted-decimal domain name). To remove the default domain name, use the no form of this command. Syntax ip domain-name name no ip domain-name...
  • Page 171: Ip Name-Server

    IP Addressing Commands ip name-server The ip name-server Global Configuration mode command defines the available name servers. To remove a name server, use the no form of this command. Syntax ip name-server server-address [server-address2 … server-address8] no ip name-server [server-address1 … server-address8] Parameters ■...
  • Page 172: Ip Host

    IP Addressing Commands ip host The ip host Global Configuration mode command defines static host name-to-address mapping in the host cache. To remove the name-to-address mapping, use the no form of this command. Syntax ip host name address no ip host name Parameters ■...
  • Page 173: Clear Host

    IP Addressing Commands clear host The clear host Privileged EXEC mode command deletes entries from the host name-to-address cache. Syntax clear host {name | Parameters ■ name — Specifies the host entry to be removed. (Range: 1-158 characters ■ — Removes all entries. Default Setting This command has no default configuration.
  • Page 174: Clear Host Dhcp

    IP Addressing Commands clear host dhcp The clear host dhcp Privileged EXEC mode command deletes entries from the host name-to-address mapping received from Dynamic Host Configuration Protocol (DHCP). Syntax clear host dhcp {name | Parameters ■ name — Specifies the host entry to be removed. (Range: 1-158 characters) ■...
  • Page 175: Show Hosts

    IP Addressing Commands show hosts The show hosts Privileged EXEC mode command displays the default domain name, a list of name server hosts, the static and the cached list of host names and addresses. Syntax show hosts [name] Parameters ■ name —...
  • Page 176 IP Addressing Commands 11-16 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 177: Lacp Commands

    LACP Commands lacp system-priority The lacp system-priority Global Configuration mode command configures the system priority. To return to the default configuration, use the no form of this command. Syntax lacp system-priority value no lacp system-priority Parameters ■ value — Specifies system priority value. (Range: 1-65535) Default Setting The default system priority is 1.
  • Page 178: Lacp Port-Priority

    LACP Commands lacp port-priority The lacp port-priority Interface Configuration (Ethernet) mode command configures physical port priority. To return to the default configuration, use the no form of this command. Syntax lacp port-priority value no lacp port-priority Parameters ■ value — Specifies port priority. (Range: 1 - 65535) Default Setting The default port priority is 1.
  • Page 179: Lacp Timeout

    LACP Commands lacp timeout The lacp timeout Interface Configuration (Ethernet) mode command assigns an administrative LACP timeout. To return to the default configuration, use the no form of this command. Syntax lacp timeout {long | short} no lacp timeout Parameters ■...
  • Page 180: Show Lacp Ethernet

    LACP Commands show lacp ethernet The show lacp ethernet Privileged EXEC mode command displays LACP information for Ethernet ports. Syntax show lacp ethernet interface [parameters | statistics | protocol-state] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■ parameters —...
  • Page 181 LACP Commands distributing: FALSE expired: FALSE Partner system priority: system mac addr: 00:00:00:00:00:00 port Admin key: port Oper key: port Oper number: port Admin priority: port Oper priority: port Oper timeout: LONG LACP Activity: PASSIVE Aggregation: AGGREGATABLE synchronization: FALSE collecting: FALSE distributing: FALSE...
  • Page 182: Show Lacp Port-Channel

    LACP Commands show lacp port-channel The show lacp port-channel Privileged EXEC mode command displays LACP information for a port-channel. Syntax show lacp port-channel [port_channel_number] Parameters ■ port_channel_number — Valid port-channel number. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 183: Line Commands

    Line Commands line The line Global Configuration mode command identifies a specific line for configuration and enters the Line Configuration command mode. Syntax line {console | telnet | ssh} Parameters ■ console — Console terminal line. ■ telnet — Virtual terminal for remote console access (Telnet). ■...
  • Page 184: Speed

    Line Commands speed The speed Line Configuration mode command sets the line baud rate. To return to the default configuration, use the no form of the command. Syntax speed bps no speed Parameters ■ bps — Baud rate in bits per second (bps). Possible values are 2400, 9600, 19200, 38400, 57600 and 115200.
  • Page 185: Autobaud

    Line Commands autobaud The autobaud Line Configuration mode command sets the line for automatic baud rate detection (autobaud). To disable automatic baud rate detection, use the no form of the command. Syntax autobaud no autobaud Parameters There are no parameters for this command. Default Setting Autobaud is disabled.
  • Page 186: Exec-Timeout

    Line Commands exec-timeout The exec-timeout Line Configuration mode command sets the interval that the system waits until user input is detected. To return to the default configuration, use the no form of this command. Syntax exec-timeout minutes [seconds] no exec-timeout Parameters ■...
  • Page 187: History

    Line Commands history The history Line Configuration mode command enables the command history function. To disable the command history function, use the no form of this command. Syntax history no history Parameters There are no parameters for this command. Default Setting The command history function is enabled.
  • Page 188: History Size

    Line Commands history size The history size Line Configuration mode command configures the command history buffer size for a particular line. To reset the command history buffer size to the default configuration, use the no form of this command. Syntax history size number-of-commands no history size Parameters...
  • Page 189: Terminal History

    Line Commands terminal history The terminal history user EXEC command enables the command history function for the current terminal session. To disable the command history function, use the no form of this command. Syntax terminal history terminal no history Parameters There are no parameters for this command.
  • Page 190: Terminal History Size

    Line Commands terminal history size The terminal history size User EXEC command configures the command history buffer size for the current terminal session. To reset the command history buffer size to the default setting, use the no form of this command. Syntax terminal history size number-of-commands terminal no history size...
  • Page 191: Show Line

    Line Commands show line The show line User EXEC mode command displays line parameters. Syntax show line [console | telnet | ssh] Parameters ■ console — Console terminal line. ■ telnet — Virtual terminal for remote console access (Telnet). ■ ssh —...
  • Page 192 Line Commands 13-10 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 193: Management Acl Commands

    Management ACL Commands management access-list The management access-list Global Configuration mode command configures a management access list and enters the Management Access-list Configuration command mode. To delete an access list, use the no form of this command. Syntax management access-list name no management access-list name Parameters ■...
  • Page 194 Management ACL Commands Example The following commands create a management access list called mlist, configure management Ethernet interfaces 1/e1 and 2/e9 and make the new access list the active list. Console(config)# management access-list mlist Console(config-macl)# permit ethernet 1/e1 Console(config-macl)# permit ethernet 2/e9 Console(config-macl)# exit Console(config)# management access-class mlist The following commands create a management access list called mlist, configure all interfaces to...
  • Page 195: Permit (Management)

    Management ACL Commands permit (Management) The permit Management Access-List Configuration mode command defines a permit rule. Syntax permit [ethernet interface-number | vlan vlan-id | port-channel port-channel-number] [service service] permit ip-source ip-address [mask mask | prefix-length] [ethernet interface-number | vlan port-channel vlan-id | port-channel-number | ] [service service] Parameters...
  • Page 196: Deny (Management)

    Management ACL Commands deny (Management) The deny Management Access-List Configuration mode command defines a deny rule. Syntax deny [ethernet interface-number | vlan vlan-id | port-channel port-channel-number] [service service] deny ip-source ip-address [mask mask | prefix-length] [ethernet interface-number | vlan vlan-id | port-channel port-channel-number | ] [service service] Parameters ■...
  • Page 197: Management Access-Class

    Management ACL Commands management access-class The management access-class Global Configuration mode command restricts management connections by defining the active management access list. To disable this restriction, use the no form of this command. Syntax management access-class {console-only | name} no management access-class Parameters ■...
  • Page 198: Show Management Access-List

    Management ACL Commands show management access-list The show management access-list Privileged EXEC mode command displays management access-lists. Syntax show management access-list [name] Parameters ■ name — Specifies the name of a management access list. (Range: 1-32 characters) Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 199: Show Management Access-Class

    Management ACL Commands show management access-class The show management access-class Privileged EXEC mode command displays the active management access list. Syntax show management access-class Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 200 Management ACL Commands 14-8 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 201: Phy Diagnostics Commands

    PHY Diagnostics Commands test copper-port tdr The test copper-port tdr Privileged EXEC mode command uses Time Domain Reflectometry (TDR) technology to diagnose the quality and characteristics of a copper cable attached to a port. Syntax test copper-port tdr interface Parameters ■...
  • Page 202: Show Copper-Ports Tdr

    PHY Diagnostics Commands show copper-ports tdr The show copper-ports tdr User EXEC mode command displays information on the last Time Domain Reflectometry (TDR) test performed on copper ports. Syntax show copper-ports tdr [interface] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration.
  • Page 203: Show Copper-Ports Cable-Length

    PHY Diagnostics Commands show copper-ports cable-length The show copper-ports cable-length User EXEC mode command displays the estimated copper cable length attached to a port. Syntax show copper-ports cable-length [interface] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) Default Setting This command has no default configuration.
  • Page 204: Show Fiber-Ports Optical-Transceiver

    PHY Diagnostics Commands show fiber-ports optical-transceiver The show fiber-ports optical-transceiver Privileged EXEC command displays the optical transceiver diagnostics. Syntax show fiber-ports optical-transceiver [interface] [detailed] Parameters ■ interface — A valid Ethernet port. (Full syntax: port) ■ detailed — Detailed diagnostics. Default Setting This command has no default configuration.
  • Page 205 PHY Diagnostics Commands Console# show fiber-ports optical-transceiver detailed Power Port Temp Voltage Current Output Input TX Fault [Volt] [mA] [mWatt] [mWatt] ---- ---- ------ ------- ------ ----- ------- 1/g1 5.15 1.789 1.789 1/g2 5.15 1.789 1.789 1/g3 Copper Temp – Internally measured transceiver temperature. Voltage - Internally measured supply voltage.
  • Page 206 PHY Diagnostics Commands 15-6 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 207: Port Channel Commands

    Port Channel Commands interface port-channel The interface port-channel Global Configuration mode command enters the interface configuration mode to configure a specific port-channel. Syntax interface port-channel port-channel-number Parameters ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration. Command Mode Global Configuration mode Command Usage...
  • Page 208: Interface Range Port-Channel

    Port Channel Commands interface range port-channel The interface range port-channel Global Configuration mode command enters the interface configuration mode to configure multiple port-channels. Syntax interface range port-channel {port-channel-range | all} Parameters ■ port-channel-range — List of valid port-channels to add. Separate nonconsecutive port-channels with a comma and no spaces.
  • Page 209: Channel-Group

    Port Channel Commands channel-group The channel-group Interface Configuration (Ethernet) mode command associates a port with a port-channel. To remove a port from a port-channel, use the no form of this command. Syntax channel-group port-channel-number mode {on | auto} no channel-group Parameters ■...
  • Page 210: Show Interfaces Port-Channel

    Port Channel Commands show interfaces port-channel The show interfaces port-channel Privileged EXEC mode command displays port-channel information. Syntax show interfaces port-channel [port-channel-number] Parameters ■ port-channel-number — Valid port-channel number. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 211: Port Monitor Commands

    Port Monitor Commands port monitor The port monitor Interface Configuration mode command starts a port monitoring session. To stop a port monitoring session, use the no form of this command. Syntax port monitor src-interface no port monitor src-interface Parameters ■ src-interface —...
  • Page 212 Port Monitor Commands Example The following command copies traffic on port 1/e8 (source port) to port 1/e1 (destination port). Console(config)# interface ethernet 1/e1 Console(config-if)# port monitor 1/e8 17-2 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 213: Show Ports Monitor

    Port Monitor Commands show ports monitor The show ports monitor User EXEC mode command displays the port monitoring status. Syntax show ports monitor Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 214 Port Monitor Commands 17-4 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 215: Qos Commands

    QoS Commands The qos Global Configuration mode command enables Quality of Service (QoS) on the device. To disable QoS on the device, use the no form of this command. Syntax qos [basic | advanced] no qos Parameters ■ basic — QoS basic mode. This mode is applied if no keyword is specified. ■...
  • Page 216: Show Qos

    QoS Commands show qos The show qos User EXEC mode command displays the quality of service (QoS) mode for the device. Syntax show qos Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 217: Class-Map

    QoS Commands class-map The create-map Global Configuration mode command creates or modifies a class map and enters the Class-map Configuration mode. To delete a class map, use the no form of this command. Syntax class-map class-map-name [match-all | match-any] no class-map class-map-name Parameters ■...
  • Page 218 QoS Commands Example The following command creates a class map called class1 and configures it to check that packets match all classification criteria in the class map match statement. Console(config)# class-map class1 match-all Console(config-cmap)# 18-4 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 219: Show Class-Map

    QoS Commands show class-map The show class-map User EXEC mode command displays all class maps. Syntax show class-map [class-map-name] Parameters ■ class-map-name — Specifies the name of the class map to be displayed. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 220: Match

    QoS Commands match The match Class-map Configuration mode command defines the match criteria for classifying traffic. To delete the match criteria, use the no form of this command. Syntax match access-group acl-name no match access-group acl-name Parameters ■ acl-name — Specifies the name of an IP or MAC ACL. Default Setting No match criterion is supported.
  • Page 221: Policy-Map

    QoS Commands policy-map The policy-map Global Configuration mode command creates a policy map and enters the Policy-map Configuration mode. To delete a policy map, use the no form of this command. Syntax policy-map policy-map-name no policy-map policy-map-name Parameters ■ policy-map-name — Specifies the name of the policy map. Default Setting If the packet is an IP packet, the DCSP value of the policy map is 0.
  • Page 222: Class

    QoS Commands class The class Policy-map Configuration mode command defines a traffic classification and enters the Policy-map Class Configuration mode. To remove a class map from the policy map, use the no form of this command. Syntax class class-map-name [access-group acl-name] no class class-map-name Parameters ■...
  • Page 223: Show Policy-Map

    QoS Commands show policy-map The show policy-map User EXEC command displays the policy maps. Syntax show policy-map [policy-map-name [class class-name]] Parameters ■ policy-map-name — Specifies the name of the policy map to be displayed. ■ class-name — Specifies the name of the class whose QoS policies are to be displayed. Default Setting This command has no default configuration.
  • Page 224: Trust Cos-Dscp

    QoS Commands trust cos-dscp The trust cos-dscp Policy-map Class Configuration mode command configures the trust state. The trust state determines the source of the internal DSCP value used by Quality of Service (QoS). To return to the default configuration, use the no form of this command. Syntax trust cos-dscp no trust cos-dscp...
  • Page 225: Set

    QoS Commands The set Policy-map Class Configuration mode command sets new values in the IP packet. Syntax set {dscp new-dscp | queue queue-id | cos new-cos} no set Parameters ■ new-dscp — Specifies a new DSCP value for the classified traffic. (Range: 0-63) ■...
  • Page 226: Police

    QoS Commands police The police Policy-map Class Configuration mode command defines the policer for classified traffic. To remove a policer, use the no form of this command. Syntax police committed-rate-bps committed-burst-byte [exceed-action {drop | policed-dscp-transmit}] no police Parameters ■ committed-rate-bps — Specifies the average traffic rate (CIR) in bits per second (bps). ■...
  • Page 227: Service-Policy

    QoS Commands service-policy The service-policy Interface Configuration (Ethernet, port-channel) mode command applies a policy map to the input of a particular interface. To detach a policy map from an interface, use the no form of this command. Syntax service-policy {input policy-map-name} no service-policy {input} Parameters ■...
  • Page 228: Qos Aggregate-Policer

    QoS Commands qos aggregate-policer The qos aggregate-policer Global Configuration mode command defines the policer parameters that can be applied to multiple traffic classes within the same policy map. To remove an existing aggregate policer, use the no form of this command. Syntax qos aggregate-policer aggregate-policer-name committed-rate-bps excess-burst-byte exceed-action {drop | policed-dscp-transmit} [dscp dscp]...
  • Page 229: Show Qos Aggregate-Policer

    QoS Commands show qos aggregate-policer The show qos aggregate-policer User EXEC mode command displays the aggregate policer parameter. Syntax show qos aggregate-policer [aggregate-policer-name] Parameters ■ aggregate-policer-name — Specifies the name of the aggregate policer to be displayed. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 230: Police Aggregate

    QoS Commands police aggregate The police aggregate Policy-map Class Configuration mode command applies an aggregate policer to multiple classes within the same policy map. To remove an existing aggregate policer from a policy map, use the no form of this command. Syntax police aggregate aggregate-policer-name no police aggregate aggregate-policer-name...
  • Page 231: Wrr-Queue Cos-Map

    QoS Commands wrr-queue cos-map The wrr-queue cos-map Global Configuration mode command maps Class of Service (CoS) values to a specific egress queue. To return to the default configuration, use the no form of this command. Syntax wrr-queue cos-map queue-id cos1...cos8 no wrr-queue cos-map [queue-id] Parameters ■...
  • Page 232: Priority-Queue Out Num-Of-Queues

    QoS Commands priority-queue out num-of-queues The priority-queue out num-of-queues Global Configuration mode command configures the number of expedite queues. To return to the default configuration, use the no form of this command. Syntax priority-queue out num-of-queues number-of-queues no priority-queue out num-of-queues Parameters ■...
  • Page 233: Traffic-Shape

    QoS Commands traffic-shape The traffic-shape Interface Configuration (Ethernet, port-channel) mode command configures the shaper of the egress port/queue. To disable the shaper, use the no form of this command. Syntax traffic-shape {committed-rate committed-burst} no traffic-shape Parameters ■ committed-rate — Specifies the average traffic rate (CIR) in bits per second (bps). (Range: 6510-1073741800) ■...
  • Page 234: Show Qos Interface

    QoS Commands show qos interface The show qos interface User EXEC mode command displays Quality of Service (QoS) information on the interface. Syntax show qos interface [ethernet interface-number | port-channel number ] [buffers | queueing | policers | shapers] Parameters ■...
  • Page 235 QoS Commands Example The following command displays the buffer settings for queues on Ethernet port 1/e1. Console# show qos interface buffers ethernet e3 Ethernet e3 Port 3 wrong port type= 2 Notify Q depth: qid - size 1 - 300 2 - 300 3 - 300 4 - 300...
  • Page 236: Wrr-Queue Threshold

    QoS Commands wrr-queue threshold The wrr-queue threshold Global Configuration mode command assigns queue thresholds globally. To return to the default configuration, use the no form of this command. Syntax qos wrr-queue threshold gigabitetherne queue-id threshold-percentage no qos wrr-queue threshold gigabitethernet queue-id no qos wrr-queue threshold tengigabitethernet queue-id Parameters ■...
  • Page 237: Qos Map Dscp-Dp

    QoS Commands qos map dscp-dp The qos map dscp-dp global configuration mode command maps DSCP to Drop Precedence. To return to the default setting, use the no form of this command. Syntax qos map dscp-dp dscp-list to dp no qos map dscp-dp Parameters ■...
  • Page 238: Qos Map Policed-Dscp

    QoS Commands qos map policed-dscp The qos map policed-dscp Global Configuration mode command modifies the policed-DSCP map for remarking purposes. To return to the default map, use the no form of this command. Syntax qos map policed-dscp dscp-list to dscp-mark-down no qos map policed-dscp Parameters ■...
  • Page 239: Qos Map Dscp-Queue

    QoS Commands qos map dscp-queue The qos map dscp-queue Global Configuration mode command modifies the DSCP to CoS map. To return to the default map, use the no form of this command. Syntax qos map dscp-queue dscp-list to queue-id no qos map dscp-queue Parameters ■...
  • Page 240: Qos Trust (Global)

    QoS Commands qos trust (Global) The qos trust Global Configuration mode command configures the system to the basic mode and trust state. To return to default state (trust VPT), use the no form of the command. Syntax qos trust {cos | dscp} no qos trust Parameters ■...
  • Page 241 QoS Commands Example The following command configures the system to the DSCP trust state. Console(config)# qos trust dscp HP PC Blade Switch CLI Reference Guide www.hp.com 18-27...
  • Page 242: Qos Cos

    QoS Commands qos cos The qos cos Interface Configuration (Ethernet, port-channel) mode command defines the default CoS value of a port. To return to the default configuration, use the no form of this command. Syntax qos cos default-cos Parameters ■ default-cos —...
  • Page 243: Qos Dscp-Mutation

    QoS Commands qos dscp-mutation The qos dscp-mutation Global Configuration mode command applies the DSCP Mutation map to a system DSCP trusted port. To return to the trust state with no DSCP mutation, use the no form of this command. Syntax qos dscp-mutation no qos dscp-mutation Parameters...
  • Page 244: Qos Map Dscp-Mutation

    QoS Commands qos map dscp-mutation The qos map dscp-mutation Global Configuration mode command modifies the DSCP to DSCP mutation map. To return to the default DSCP to DSCP mutation map, use the no form of this command. Syntax qos map dscp-mutation in-dscp to out-dscp no qos map dscp-mutation Parameters ■...
  • Page 245: Radius Commands

    RADIUS Commands radius-server host The radius-server host Global Configuration mode command specifies a RADIUS server host. To delete the specified RADIUS host, use the no form of this command. Syntax radius-server host {ip-address | hostname} [auth-port auth-port-number] [timeout timeout] [retransmit retries] [deadtime deadtime] [key key-string] [source source] [priority priority] no radius-server host {ip-address | hostname} Parameters ■...
  • Page 246 RADIUS Commands Command Usage To specify multiple hosts, multiple radius-server host commands can be used. If no host-specific timeout, retries, deadtime or key-string values are specified, global values apply to each RADIUS server host. The address type of the source parameter must be the same as the ip-address parameter. Example The following command specifies a RADIUS server host with IP address 192.168.10.1, authentication request port number 20 and a 20-second timeout period.
  • Page 247: Radius-Server Key

    RADIUS Commands radius-server key The radius-server key Global Configuration mode command sets the authentication and encryption key for all RADIUS communications between the device and the RADIUS daemon. To return to the default configuration, use the no form of this command. Syntax radius-server key [key-string] no radius-server key...
  • Page 248: Radius-Server Retransmit

    RADIUS Commands radius-server retransmit The radius-server retransmit Global Configuration mode command specifies the number of times the software searches the list of RADIUS server hosts. To reset the default configuration, use the no form of this command. Syntax radius-server retransmit retries no radius-server retransmit Parameters ■...
  • Page 249: Radius-Server Source-Ip

    RADIUS Commands radius-server source-ip The radius-server source-ip Global Configuration mode command specifies the source IP address used for communication with RADIUS servers. To return to the default configuration, use the no form of this command. Syntax radius-server source-ip source no radius-source-ip source Parameters ■...
  • Page 250: Radius-Server Timeout

    RADIUS Commands radius-server timeout The radius-server timeout Global Configuration mode command sets the interval during which the device waits for a server host to reply. To return to the default configuration, use the no form of this command. Syntax radius-server timeout timeout no radius-server timeout Parameters ■...
  • Page 251: Radius-Server Deadtime

    RADIUS Commands radius-server deadtime The radius-server deadtime Global Configuration mode command improves RADIUS response time when servers are unavailable. The command is used to cause the unavailable servers to be skipped. To return to the default configuration, use the no form of this command. Syntax radius-server deadtime deadtime no radius-server deadtime...
  • Page 252: Show Radius-Servers

    RADIUS Commands show radius-servers The show radius-servers Privileged EXEC mode command displays the RADIUS server settings. Syntax show radius-servers Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 253 RMON Commands show rmon statistics The show rmon statistics User EXEC mode command displays RMON Ethernet statistics. Syntax show rmon statistics {ethernet interface number | port-channel port-channel-number} Parameters ■ interface number — Valid Ethernet port. ■ port-channel-number — Valid port-channel number. Default Setting This command has no default configuration.
  • Page 254: Rmon Commands

    RMON Commands The following table describes significant fields shown in the example: Field Description Octets The total number of octets of data (including those in bad packets) received on the network (excluding framing bits but including FCS octets). Packets The total number of packets (including bad packets, broadcast packets, and multicast packets) received.
  • Page 255 RMON Commands Field Description 512 to 1023 The total number of packets (including bad packets) received that are Octets between 512 and 1023 octets in length inclusive (excluding framing bits but including FCS octets). 1024 to 1518 The total number of packets (including bad packets) received that are Octets between 1024 and 1518 octets in length inclusive (excluding framing bits but including FCS octets).
  • Page 256: Rmon Collection History

    RMON Commands rmon collection history The rmon collection history Interface Configuration (Ethernet, port-channel) mode command enables a Remote Monitoring (RMON) MIB history statistics group on an interface. To remove a specified RMON history statistics group, use the no form of this command. Syntax rmon collection history index [owner ownername] [buckets bucket-number] [interval seconds] no rmon collection history index...
  • Page 257: Show Rmon Collection History

    RMON Commands show rmon collection history The show rmon collection history User EXEC mode command displays the requested RMON history group statistics. Syntax show rmon collection history [ethernet interface | port-channel port-channel-number] Parameters ■ interface — Valid Ethernet port. (Full syntax: port) ■...
  • Page 258: Show Rmon History

    RMON Commands show rmon history The show rmon history User EXEC mode command displays RMON Ethernet history statistics. Syntax show rmon history index {throughput | errors | other} [period seconds] Parameters ■ index — Specifies the requested set of samples. (Range: 1-65535) ■...
  • Page 259 RMON Commands Maximum table size: 500 (800 after reset) Time CRC Align Undersize Oversize Fragments Jabbers ---------- --------- --------- -------- --------- ------- Jan 18 2005 21:57:00 Jan 18 2005 21:57:30 Console> show rmon history 1 other Sample Set: 1 Owner: Me Interface: 1/e1 Interval: 1800 Requested samples: 50...
  • Page 260 RMON Commands Field Description Fragments The total number of packets received during this sampling interval that were less than 64 octets in length (excluding framing bits but including FCS octets) had either a bad Frame Check Sequence (FCS) with an integral number of octets (FCS Error), or a bad FCS with a non-integral number of octets (AlignmentError).
  • Page 261: Rmon Alarm

    RMON Commands rmon alarm The rmon alarm Global Configuration mode command configures alarm conditions. To remove an alarm, use the no form of this command. Syntax rmon alarm index variable interval rthreshold fthreshold revent fevent [type type] [startup direction] [owner name] no rmon alarm index Parameters ■...
  • Page 262 RMON Commands Example The following command configures the following alarm conditions: ■ Alarm index — 1000 ■ Variable identifier — HP ■ Sample interval — 360000 seconds ■ Rising threshold — 1000000 ■ Falling threshold — 1000000 ■ Rising threshold event index — 10 ■...
  • Page 263: Show Rmon Alarm-Table

    RMON Commands show rmon alarm-table The show rmon alarm-table User EXEC mode command displays the alarms table. Syntax show rmon alarm-table Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 264: Show Rmon Alarm

    RMON Commands show rmon alarm The show rmon alarm User EXEC mode command displays alarm configuration. Syntax show rmon alarm number Parameters ■ number — Specifies the alarm index. (Range: 1-65535) Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 265 RMON Commands Field Description Last Sample Value The statistic value during the last sampling period. For example, if the sample type is delta, this value is the difference between the samples at the beginning and end of the period. If the sample type is absolute, this value is the sampled value at the end of the period.
  • Page 266: Rmon Event

    RMON Commands rmon event The rmon event Global Configuration mode command configures an event. To remove an event, use the no form of this command. Syntax rmon event index type [community text] [description text] [owner name] no rmon event index Parameters ■...
  • Page 267: Show Rmon Events

    RMON Commands show rmon events The show rmon events User EXEC mode command displays the RMON event table. Syntax show rmon events Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 268: Show Rmon Log

    RMON Commands show rmon log The show rmon log User EXEC mode command displays the RMON log table. Syntax show rmon log [event] Parameters ■ event — Specifies the event index. (Range: 0 - 65535) Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage...
  • Page 269: Rmon Table-Size

    RMON Commands rmon table-size The rmon table-size Global Configuration mode command configures the maximum size of RMON tables. To return to the default configuration, use the no form of this command. Syntax rmon table-size {history entries | log entries} no rmon table-size {history | log} Parameters ■...
  • Page 270 RMON Commands 20-18 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 271: Snmp Commands

    SNMP Commands snmp-server community The snmp-server community Global Configuration mode command configures the community access string to permit access to the SNMP protocol. To remove the specified community string, use the no form of this command. Syntax snmp-server community community [ro | rw | su] [ip-address] [view view-name] snmp-server community-group community group-name [ip-address] no snmp-server community community [ip-address] Parameters...
  • Page 272 SNMP Commands The internal group name for SNMPv1 and SNMPv2 security models is mapped to a view-name (read-view and notify-view always, and for rw for write-view also) The group-name parameter can also be used to restrict the access rights of a community string. When it is specified: An internal security name is generated.
  • Page 273: Snmp-Server View

    SNMP Commands snmp-server view The snmp-server view Global Configuration mode command creates or updates a Simple Network Management Protocol (SNMP) server view entry. To remove a specified SNMP server view entry, use the no form of this command. Syntax snmp-server view view-name oid-tree {included | excluded} no snmp-server view view-name [oid-tree] Parameters ■...
  • Page 274: Snmp-Server Group

    SNMP Commands snmp-server group The snmp-server group Global Configuration mode command configures a new Simple Management Protocol (SNMP) group or a table that maps SNMP users to SNMP views. To remove a specified SNMP group, use the no form of this command. Syntax snmp-server group groupname {v1 | v2 | v3 {noauth | auth | priv} [notify notifyview]} [read readview] [write writeview]...
  • Page 275: Snmp-Server User

    SNMP Commands snmp-server user The snmp-server user Global Configuration mode command configures a new SNMP Version 3 user. To remove a user, use the no form of this command. Syntax snmp-server user username groupname [remote engineid-string] [auth-md5 password | auth-sha password | auth-md5-key md5-des-keys | auth-sha-key sha-des-keys] no snmp-server user username [remote engineid-string] Parameters ■...
  • Page 276 SNMP Commands When a show running-config Privileged EXEC mode command is entered, a line for this user will not be displayed. To see if this user has been added to the configuration, type the show snmp users Privileged EXEC mode command. An SNMP EngineID has to be defined to add SNMP users to the device.
  • Page 277: Snmp-Server Engineid Local

    SNMP Commands snmp-server engineid local The snmp-server engineid local Global Configuration mode command specifies the Simple Network Management Protocol (SNMP) engine ID on the local device. To remove the configured engine ID, use the no form of this command. Syntax snmp-server engineid local {engineid-string | default} no snmp-server engineid local Parameters...
  • Page 278 SNMP Commands The show running-config Privileged EXEC mode command does not display the SNMP engine ID configuration. To see the SNMP engine ID configuration, enter the show snmp engineid Global Configuration mode command. Example The following command enables SNMPv3 on the device and sets the local engine ID of the device to the default value.
  • Page 279: Snmp-Server Enable Traps

    SNMP Commands snmp-server enable traps The snmp-server enable traps Global Configuration mode command enables the device to send SNMP traps. To disable SNMP traps, use the no form of the command. Syntax snmp-server enable traps no snmp-server enable traps Parameters There are no parameters for this command.
  • Page 280: Snmp-Server Filter

    SNMP Commands snmp-server filter The snmp-server filter Global Configuration mode command creates or updates a Simple Network Management Protocol (SNMP) server filter entry. To remove the specified SNMP server filter entry, use the no form of this command. Syntax snmp-server filter filter-name oid-tree {included | excluded} no snmp-server filter filter-name [oid-tree] Parameters ■...
  • Page 281: Snmp-Server Host

    SNMP Commands snmp-server host The snmp-server host Global Configuration mode command specifies the recipient of Simple Network Management Protocol Version 1 or Version 2 notifications. To remove the specified host, use the no form of this command. Syntax snmp-server host {ip-address | hostname} community-string [traps | informs] [1 | 2] [udp-port port] [filter filtername] [timeout seconds] [retries retries] no snmp-server host {ip-address | hostname} [traps | informs] Parameters...
  • Page 282 SNMP Commands Example The following command enables SNMP traps for host 10.1.1.1 with community string “management” using SNMPv2. Console(config)# snmp-server host 10.1.1.1 management 2 21-12 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 283: Snmp-Server V3-Host

    SNMP Commands snmp-server v3-host The snmp-server v3-host Global Configuration mode command specifies the recipient of Simple Network Management Protocol Version 3 notifications. To remove the specified host, use the no form of this command. Syntax snmp-server v3-host {ip-address | hostname} username [traps | informs] {noauth | auth | priv} [udp-port port] [filter filtername] [timeout seconds] [retries retries] no snmp-server host {ip-address | hostname} username [traps | informs] Parameters...
  • Page 284: Snmp-Server Trap Authentication

    SNMP Commands snmp-server trap authentication The snmp-server trap authentication Global Configuration mode command enables the device to send SNMP traps when authentication fails. To disable SNMP failed authentication traps, use the no form of this command. Syntax snmp-server trap authentication no snmp-server trap authentication Parameters There are no parameters for this command.
  • Page 285: Snmp-Server Contact

    SNMP Commands snmp-server contact The snmp-server contact Global Configuration mode command configures the system contact (sysContact) string. To remove system contact information, use the no form of the command. Syntax snmp-server contact text no snmp-server contact Parameters ■ text — Specifies the string that describes system contact information. (Range: 0-160 characters) Default Setting This command has no default configuration.
  • Page 286: Snmp-Server Location

    SNMP Commands snmp-server location The snmp-server location Global Configuration mode command configures the system location string. To remove the location string, use the no form of this command. Syntax snmp-server location text no snmp-server location Parameters ■ text — Specifies a string that describes system location information. (Range: 0-160 characters) Default Setting This command has no default configuration.
  • Page 287: Snmp-Server Set

    SNMP Commands snmp-server set The snmp-server set Global Configuration mode command defines the SNMP MIB value. Syntax snmp-server set variable-name name1 value1 [ name2 value2 …] Parameters ■ variable-name — MIB variable name. ■ name value — List of name and value pairs. In the case of scalar MIBs, only a single pair of name values.
  • Page 288: Show Snmp

    SNMP Commands show snmp The show snmp Privileged EXEC mode command displays the SNMP status. Syntax show snmp Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 289 SNMP Commands Version 3 notifications Target Address Type Username Security Filter Retries Level Port Name -------------- ----- --------- ------- ---- ------ ------- 192.122.173.42 Inform Priv System Contact: Robert System Location: Marketing The following table describes significant fields shown in the example. Field Description Community-string...
  • Page 290: Show Snmp Engineid

    SNMP Commands show snmp engineid The show snmp engineid Privileged EXEC mode command displays the ID of the local Simple Network Management Protocol (SNMP) engine. Syntax show snmp engineid Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 291: Show Snmp Views

    SNMP Commands show snmp views The show snmp views privileged EXEC mode command displays the configuration of views. Syntax show snmp views [viewname] Parameters ■ viewname — Specifies the name of the view. (Range: 1-30) Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 292: Show Snmp Groups

    SNMP Commands show snmp groups The show snmp groups Privileged EXEC mode command displays the configuration of groups. Syntax show snmp groups [groupname] Parameters ■ groupname — Specifies the name of the group. (Range: 1-30) Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 293: Show Snmp Filters

    SNMP Commands show snmp filters The show snmp filters Privileged EXEC mode command displays the configuration of filters. Syntax show snmp filters [filtername] Parameters ■ filtername — Specifies the name of the filter. (Range: 1-30) Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 294: Show Snmp Users

    SNMP Commands show snmp users The show snmp users Privileged EXEC mode command displays the configuration of users. Syntax show snmp users [username] Parameters ■ username — Specifies the name of the user. (Range: 1-30) Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 295: Spanning-Tree Commands

    Spanning-Tree Commands spanning-tree The spanning-tree Global Configuration mode command enables spanning-tree functionality. To disable spanning-tree functionality, use the no form of this command. Syntax spanning-tree no spanning-tree Parameters There are no parameters for this command. Default Setting Spanning-tree is enabled. The MSTP-RSTP conversion parameter is enabled, which maps VLAN 1 to instance 1 and VLAN 2 to instance 2.
  • Page 296: Spanning-Tree Mode

    Spanning-Tree Commands spanning-tree mode The spanning-tree mode Global Configuration mode command configures the spanning-tree protocol. To return to the default configuration, use the no form of this command. Syntax spanning-tree mode {stp | rstp| mstp} no spanning-tree mode Parameters ■ stp —...
  • Page 297: Spanning-Tree Forward-Time

    Spanning-Tree Commands spanning-tree forward-time The spanning-tree forward-time Global Configuration mode command configures the spanning-tree bridge forward time, which is the amount of time a port remains in the listening and learning states before entering the forwarding state. To return to the default configuration, use the no form of this command.
  • Page 298: Spanning-Tree Hello-Time

    Spanning-Tree Commands spanning-tree hello-time The spanning-tree hello-time Global Configuration mode command configures the spanning tree bridge hello time, which is how often the device broadcasts hello messages to other devices.To return to the default configuration, use the no form of this command. Syntax spanning-tree hello-time seconds no spanning-tree hello-time...
  • Page 299: Spanning-Tree Max-Age

    Spanning-Tree Commands spanning-tree max-age The spanning-tree max-age Global Configuration mode command configures the spanning tree bridge maximum age. To return to the default configuration, use the no form of this command. Syntax spanning-tree max-age seconds no spanning-tree max-age Parameters ■ seconds —...
  • Page 300: Spanning-Tree Priority

    Spanning-Tree Commands spanning-tree priority The spanning-tree priority Global Configuration mode command configures the spanning tree priority of the device. The priority value is used to determine which bridge is elected as the root bridge. To return to the default configuration, use the no form of this command. Syntax spanning-tree priority priority no spanning-tree priority...
  • Page 301: Spanning-Tree Disable

    Spanning-Tree Commands spanning-tree disable The spanning-tree disable Interface Configuration mode command disables spanning tree on a specific port. To enable spanning tree on a port, use the no form of this command. Syntax spanning-tree disable no spanning-tree disable Parameters There are no parameters for this command. Default Setting Spanning tree is enabled on all ports.
  • Page 302: Spanning-Tree Cost

    Spanning-Tree Commands spanning-tree cost The spanning-tree cost Interface Configuration mode command configures the spanning tree path cost for a port. To return to the default configuration, use the no form of this command. Syntax spanning-tree cost cost no spanning-tree cost Parameters ■...
  • Page 303: Spanning-Tree Port-Priority

    Spanning-Tree Commands spanning-tree port-priority The spanning-tree port-priority Interface Configuration mode command configures port priority. To return to the default configuration, use the no form of this command. Syntax spanning-tree port-priority priority no spanning-tree port-priority Parameters ■ priority — The priority of the port. (Range: 0-240 in multiples of 16) Default Setting The default port priority for IEEE Spanning Tree Protocol (STP) is 128.
  • Page 304: Spanning-Tree Portfast

    Spanning-Tree Commands spanning-tree portfast The spanning-tree portfast Interface Configuration mode command enables PortFast mode. In PortFast mode, the interface is immediately put into the forwarding state upon linkup without waiting for the standard forward time delay. To disable PortFast mode, use the no form of this command.
  • Page 305: Spanning-Tree Link-Type

    Spanning-Tree Commands spanning-tree link-type The spanning-tree link-type Interface Configuration mode command overrides the default link-type setting determined by the duplex mode of the port and enables Rapid Spanning Tree Protocol (RSTP) transitions to the forwarding state. To return to the default configuration, use the no form of this command.
  • Page 306: Spanning-Tree Pathcost Method

    Spanning-Tree Commands spanning-tree pathcost method The spanning-tree pathcost method Global Configuration mode command sets the default path cost method. To return to the default configuration, use the no form of this command. Syntax spanning-tree pathcost method {long | short} no spanning-tree pathcost method Parameters ■...
  • Page 307: Spanning-Tree Bpdu

    Spanning-Tree Commands spanning-tree bpdu The spanning-tree bpdu Global Configuration mode command defines BPDU handling when the spanning tree is disabled globally or on a single interface. To return to the default configuration, use the no form of this command. Syntax spanning-tree bpdu {filtering | flooding} Parameters ■...
  • Page 308: Clear Spanning-Tree Detected-Protocols

    Spanning-Tree Commands clear spanning-tree detected-protocols The clear spanning-tree detected-protocols Privileged EXEC mode command restarts the protocol migration process (forces renegotiation with neighboring devices) on all interfaces or on a specified interface. Syntax clear spanning-tree detected-protocols [ethernet interface | port-channel port-channel-number] Parameters ■...
  • Page 309: Spanning-Tree Mst Priority

    Spanning-Tree Commands spanning-tree mst priority The spanning-tree mst priority Global Configuration mode command configures the device priority for the specified spanning-tree instance. To return to the default configuration, use the no form of this command. Syntax spanning-tree mst nstance-id priority priority no spanning-tree mst instance-id priority Parameters ■...
  • Page 310: Spanning-Tree Mst Max-Hops

    Spanning-Tree Commands spanning-tree mst max-hops The spanning-tree mst priority Global Configuration mode command configures the number of hops in an MST region before the BDPU is discarded and the port information is aged out. To return to the default configuration, use the no form of this command. Syntax spanning-tree mst max-hops hop-count no spanning-tree mst max-hops...
  • Page 311: Spanning-Tree Mst Port-Priority

    Spanning-Tree Commands spanning-tree mst port-priority The spanning-tree mst port-priority Interface Configuration mode command configures port priority for the specified MST instance. To return to the default configuration, use the no form of this command. Syntax spanning-tree mst instance-id port-priority priority no spanning-tree mst nstance-id port-priority Parameters...
  • Page 312: Spanning-Tree Mst Cost

    Spanning-Tree Commands spanning-tree mst cost The spanning-tree mst cost Interface Configuration mode command configures the path cost for multiple spanning tree (MST) calculations. If a loop occurs, the spanning tree considers path cost when selecting an interface to put in the forwarding state. To return to the default configuration, use the no form of this command.
  • Page 313: Spanning-Tree Mst Configuration

    Spanning-Tree Commands spanning-tree mst configuration The spanning-tree mst configuration Global Configuration mode command enables configuring an MST region by entering the Multiple Spanning Tree (MST) mode. Syntax spanning-tree mst configuration Parameters There are no parameters for this command. Default Setting This command has no default configuration.
  • Page 314: Instance (Mst)

    Spanning-Tree Commands instance (mst) The instance MST Configuration mode command maps VLANs to an MST instance. Syntax instance instance-id {add | remove} vlan vlan-range Parameters ■ instance-ID — ID of the MST instance (Range: 1-16). ■ vlan-range — VLANs to be added to or removed from the specified MST instance. To specify a range of VLANs, use a hyphen.
  • Page 315: Name (Mst)

    Spanning-Tree Commands name (mst) The name Configuration mode command defines the configuration name. To return to the default setting, use the no form of this command. Syntax name string Parameters ■ string — MST configuration name. Case-sensitive (Range: 1-32 characters). Default Setting The default name is a bridge ID.
  • Page 316: Revision (Mst)

    Spanning-Tree Commands revision (mst) The revision MST configuration command defines the configuration revision number. To return to the default configuration, use the no form of this command. Syntax revision value no revision Parameters ■ value — Configuration revision number (Range: 0-65535). Default Setting The default configuration revision number is 0.
  • Page 317: Show (Mst)

    Spanning-Tree Commands show (mst) The show MST Configuration mode command displays the current or pending MST region configuration. Syntax show {current | pending} Parameters ■ current — Indicates the current region configuration. ■ pending — Indicates the pending region configuration. Default Setting This command has no default configuration.
  • Page 318: Exit (Mst)

    Spanning-Tree Commands exit (mst) The exit MST Configuration mode command exits the MST configuration mode and applies all configuration changes. Syntax exit Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode MST Configuration mode Command Usage There are no user guidelines for this command.
  • Page 319: Abort (Mst)

    Spanning-Tree Commands abort (mst) The abort MST Configuration mode command exits the MST configuration mode without applying the configuration changes. Syntax abort Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode MST Configuration mode Command Usage There are no user guidelines for this command.
  • Page 320: Spanning-Tree Guard Root

    Spanning-Tree Commands spanning-tree guard root The spanning-tree guard root Interface Configuration (Ethernet, port-channel) mode command enables root guard on all spanning tree instances on the interface. Root guard prevents the interface from becoming the root port of the device. To disable root guard on the interface, use the no form of this command.
  • Page 321: Show Spanning-Tree

    Spanning-Tree Commands show spanning-tree The show spanning-tree Privileged EXEC mode command displays spanning-tree configuration. Syntax show spanning-tree [ethernet interface -number| port-channel port-channel-number] [instance instance-id] show spanning-tree [detail] [active | blockedports] [instance instance-id] show spanning-tree mst-configuration Parameters ■ interface -number — A valid Ethernet port. ■...
  • Page 322 Spanning-Tree Commands Bridge Priority 36864 Address 00:02:4b:29:7a:00 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Interfaces Name State Prio.Nbr Cost Role PortFast Type ---- ------- -------- ----- ---- -------- ---------- 1/e1 Enabled 128.1 20000 Root P2p (RSTP) 1/e2 Enabled 128.2...
  • Page 323 Spanning-Tree Commands Console# show spanning-tree Spanning tree disabled (BPDU filtering) mode RSTP Default port cost method: long Root ID Priority Address Path Cost Root Port Hello Time N/A Max Age N/A Forward Delay N/A Bridge Priority 36864 Address 00:02:4b:29:7a:00 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Interfaces...
  • Page 324 Spanning-Tree Commands Address 00:02:4b:29:7a:00 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Interfaces Name State Prio.Nbr Cost Role PortFast Type ---- ------- -------- ----- ---- -------- ---------- 1/e1 Enabled 128.1 20000 Root P2p (RSTP) 1/e2 Enabled 128.2 20000 Desg...
  • Page 325 Spanning-Tree Commands Console# show spanning-tree detail Spanning tree enabled mode RSTP Default port cost method: long Root ID Priority 32768 Address 00:01:42:97:e0:00 Path Cost 20000 Root Port 1 (1/e1) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge Priority 36864...
  • Page 326 Spanning-Tree Commands Port 3 (1/e3) disabled State: N/A Role: N/A Port id: 128.3 Port cost: 20000 Type: N/A (configured: auto) Port Fast: N/A (configured:no) Designated bridge Priority: N/A Address: N/A Designated port id: N/A Designated path cost: N/A Number of transitions to forwarding state: N/A BPDU: sent N/A, received N/A Port 4 (1/e4) enabled State: Blocking...
  • Page 327 Spanning-Tree Commands Console# show spanning-tree mst-configuration Name: Region1 Revision: 1 Instance VLANs Mapped State -------- ------------ ------- 1-9, 21-4094 Enable 10-20 Enable Console# show spanning-tree Spanning tree enabled mode MSTP Default port cost method: long ###### MST 0 VLANs Mapped: 1-9, 21-4094 CST Root ID Priority 32768...
  • Page 328 Spanning-Tree Commands ###### MST 1 VLANs Mapped: 10-20 CST Root ID Priority 24576 Address 00:02:4b:29:89:76 Path Cost 20000 Root Port 4 (1/e4) Rem hops Bridge ID Priority 32768 Address 00:02:4b:29:7a:00 Interfaces Name State Prio.Nbr Cost Role PortFast Type ---- ------- -------- ----- ----...
  • Page 329 Spanning-Tree Commands Port 1 (1/e1) enabled State: Forwarding Role: Root Port id: 128.1 Port cost: 20000 Type: P2p (configured: auto) Boundary RSTP Port Fast: No (configured:no) Designated bridge Priority: 32768 Address: 00:01:42:97:e0:00 Designated port id: 128.25 Designated path cost: 0 Number of transitions to forwarding state: 1 BPDU: sent 2, received 120638 Port 2 (1/e2) enabled...
  • Page 330 Spanning-Tree Commands Root ID Priority 24576 Address 00:02:4b:29:89:76 Path Cost 20000 Port Cost 4 (1/e4) Rem hops Bridge ID Priority 32768 Address 00:02:4b:29:7a:00 Number of topology changes 2 last change occurred 1d9h ago Times: hold 1, topology change 2, notification 2 hello 2, max age 20, forward delay 15 Port 1 (1/e1) enabled State: Forwarding...
  • Page 331 Spanning-Tree Commands Port 4 (1/e4) enabled State: Forwarding Role: Designated Port id: 128.4 Port cost: 20000 Type: Shared (configured: auto) Internal Port Fast: No (configured:no) Designated bridge Priority: 32768 Address: 00:02:4b:29:7a:00 Designated port id: 128.2 Designated path cost: 20000 Number of transitions to forwarding state: 1 BPDU: sent 2, received 170638 Console# show spanning-tree Spanning tree enabled mode MSTP...
  • Page 332 Spanning-Tree Commands ###### MST 0 VLANs Mapped: 1-9, 21-4094 CST Root ID Priority 32768 Address 00:01:42:97:e0:00 This switch is root for CST and IST master. Root Port 1 (1/e1) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Max hops 22-38 www.hp.com...
  • Page 333: Spanning-Tree Pvst-Interop

    Spanning-Tree Commands spanning-tree pvst-interop The spanning-tree pvst-interop privileged EXEC command configures the device for PVST/PVST+ interoperability. Syntax spanning-tree pvst-interop ✎ To disable this feature, see the “spanning-tree mst mstp-rstp” command. Parameters This command has no arguments or keywords. Default Setting Enabled Command Modes Privileged EXEC...
  • Page 334: Spanning-Tree Mst Mstp-Rstp

    Spanning-Tree Commands spanning-tree mst mstp-rstp The spanning-tree mst mstp-rstp interface configuration command configures the port to convert RSTP packets to MSTP instances. Use the no form of this command to disable the configuration. Syntax spanning-tree mst mstp-rstp no spanning-tree mst mstp-rstp Parameters This command has no arguments or keywords.
  • Page 335: Ssh Commands

    SSH Commands ip ssh port The ip ssh port Global Configuration mode command specifies the port to be used by the SSH server. To return to the default configuration, use the no form of this command. Syntax ip ssh port port-number no ip ssh port Parameters ■...
  • Page 336: Ip Ssh Server

    SSH Commands ip ssh server The ip ssh server Global Configuration mode command enables the device to be configured from a SSH server. To disable this function, use the no form of this command. Syntax ip ssh server no ip ssh server Parameters There are no parameters for this command.
  • Page 337: Crypto Key Generate Dsa

    SSH Commands crypto key generate dsa The crypto key generate dsa Global Configuration mode command generates DSA key pairs. Syntax crypto key generate dsa Parameters There are no parameters for this command. Default Setting DSA key pairs do not exist. Command Mode Global Configuration mode Command Usage...
  • Page 338: Crypto Key Generate Rsa

    SSH Commands crypto key generate rsa The crypto key generate rsa Global Configuration mode command generates RSA key pairs. Syntax crypto key generate rsa Parameters There are no parameters for this command. Default Setting RSA key pairs do not exist. Command Mode Global Configuration mode Command Usage...
  • Page 339: Ip Ssh Pubkey-Auth

    SSH Commands ip ssh pubkey-auth The ip ssh pubkey-auth Global Configuration mode command enables public key authentication for incoming SSH sessions. To disable this function, use the no form of this command. Syntax ip ssh pubkey-auth no ip ssh pubkey-auth Parameters There are no parameters for this command.
  • Page 340: Crypto Key Pubkey-Chain Ssh

    SSH Commands crypto key pubkey-chain ssh The crypto key pubkey-chain ssh Global Configuration mode command enters the SSH Public Key-chain Configuration mode. The mode is used to manually specify other device public keys such as SSH client public keys. Syntax crypto key pubkey-chain ssh Parameters There are no parameters for this command.
  • Page 341: User-Key

    SSH Commands user-key The user-key SSH Public Key-string Configuration mode command specifies which SSH public key is manually configured. To remove an SSH public key, use the no form of this command. Syntax user-key username {rsa | dsa} no user-key username Parameters ■...
  • Page 342: Key-String

    SSH Commands key-string The key-string SSH Public Key-string Configuration mode command manually specifies an SSH public key. Syntax key-string key-string row key-string Parameters ■ Indicates the SSH public key row by row. — ■ key-string Specifies the key in UU-encoded DER format; UU-encoded DER format is the —...
  • Page 343 SSH Commands Example The following command enters public key strings for SSH public key client bob. Console(config)# crypto key pubkey-chain ssh Console(config-pubkey-chain)# user-key bob rsa Console(config-pubkey-key)# key-string AAAAB3NzaC1yc2EAAAADAQABAAABAQCvTnRwPWl Al4kpqIw9GBRonZQZxjHKcqKL6rMlQ+ ZNXfZSkvHG+QusIZ/76ILmFT34v7u7ChFAE+ Vu4GRfpSwoQUvV35LqJJk67IOU/zfwOl1g kTwml75QR9gHujS6KwGN2QWXgh3ub8gDjTSq muSn/Wd05iDX2IExQWu08licglk02LYciz +Z4TrEU/9FJxwPiVQOjc+KBXuR0juNg5nFYsY 0ZCk0N/W9a/tnkm1shRE7Di71+w3fNiOA 6w9o44t6+AINEICBCCA4YcF6zMzaT1wefWwX6f+ Rmt5nhhqdAtN/4oJfce166DqVX1gWmN zNR4DYDvSzg0lDnwCAC8Qh Fingerprint: a4:16:46:23:5a:8d:1d:b5:37:59:eb:44:13:b9:33:e9 Console(config)# crypto key pubkey-chain ssh Console(config-pubkey-chain)# user-key bob rsa Console(config-pubkey-key)# key-string row AAAAB3Nza...
  • Page 344: Show Ip Ssh

    SSH Commands show ip ssh The show ip ssh Privileged EXEC mode command displays the SSH server configuration. Syntax show ip ssh Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 345: Syslog Commands

    Syslog Commands logging on The logging on Global Configuration mode command controls error message logging. This command sends debug or error messages to a logging process, which logs messages to designated locations asynchronously to the process that generated the messages. To disable the logging process, use the no form of this command.
  • Page 346: Logging

    Syslog Commands logging The logging Global Configuration mode command logs messages to a syslog server. To delete the syslog server with the specified address from the list of syslogs, use the no form of this command. Syntax logging {ip-address | hostname} [port port] [severity level] [facility facility] [description text] no logging {ip-address | hostname} Parameters ■...
  • Page 347: Logging Console

    Syslog Commands logging console The logging console Global Configuration mode command limits messages logged to the console based on severity. To disable logging to the console, use the no form of this command. Syntax logging console level no logging console Parameters ■...
  • Page 348: Logging Buffered

    Syslog Commands logging buffered The logging buffered Global Configuration mode command limits syslog messages displayed from an internal buffer based on severity. To cancel using the buffer, use the no form of this command. Syntax logging buffered level no logging buffered Parameters ■...
  • Page 349: Logging Buffered Size

    Syslog Commands logging buffered size The logging buffered size Global Configuration mode command changes the number of syslog messages stored in the internal buffer. To return to the default configuration, use the no form of this command. Syntax logging buffered size number no logging buffered size Parameters ■...
  • Page 350: Clear Logging

    Syslog Commands clear logging The clear logging Privileged EXEC mode command clears messages from the internal logging buffer. Syntax clear logging Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 351: Logging File

    Syslog Commands logging file The logging file Global Configuration mode command limits syslog messages sent to the logging file based on severity. To cancel using the buffer, use the no form of this command. Syntax logging file level no logging file Parameters ■...
  • Page 352: Clear Logging File

    Syslog Commands clear logging file The clear logging file Privileged EXEC mode command clears messages from the logging file. Syntax clear logging file Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 353: Aaa Logging

    Syslog Commands aaa logging The aaa logging Global Configuration mode command enables logging AAA login events. To disable logging AAA login events, use the no form of this command. Syntax aaa logging login no aaa logging login Parameters ■ login — Indicates logging messages related to successful login events, unsuccessful login events and other login-related events Default Setting Logging AAA login events is enabled.
  • Page 354: File-System Logging

    Syslog Commands file-system logging The file-system logging Global Configuration mode command enables logging file system events. To disable logging file system events, use the no form of this command. Syntax file-system logging copy no file-system logging copy file-system logging delete-rename no file-system logging delete-rename Parameters ■...
  • Page 355: Management Logging

    Syslog Commands management logging The management loggin global configuration command enables logging management access list (ACL) events. To disable logging management access list events, use the no form of this command. Syntax management logging deny no management logging deny Parameters ■...
  • Page 356: Show Logging

    Syslog Commands show logging The show logging Privileged EXEC mode command displays the state of logging and the syslog messages stored in the internal buffer. Syntax show logging Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 357 Syslog Commands Buffer log: 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/0, changed state to up 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/1, changed state to up 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/2, changed state to up 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/3, changed state to up 11-Aug-2004 15:41:43: %SYS-5-CONFIG_I: Configured from memory by console 11-Aug-2004 15:41:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up...
  • Page 358: Show Logging File

    Syslog Commands show logging file The show logging file Privileged EXEC mode command displays the state of logging and the syslog messages stored in the logging file. Syntax show logging file Parameters There are no parameters for this command. Default Setting This command has no default configuration.
  • Page 359 Syslog Commands 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/2, changed state to up 11-Aug-2004 15:41:43: %LINK-3-UPDOWN: Interface Ethernet1/3, changed state to up 11-Aug-2004 15:41:43: %SYS-5-CONFIG_I: Configured from memory by console 11-Aug-2004 15:41:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up 11-Aug-2004 15:41:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/0, changed state to down 11-Aug-2004 15:41:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/1, changed state to down 11-Aug-2004 15:41:39: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet1/2, changed state to down...
  • Page 360 Syslog Commands 24-16 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 361: System Management Commands

    System Management Commands ping The ping User EXEC mode command sends ICMP echo request packets to another node on the network. Syntax ping {ip-address | hostname }[size packet_size] [count packet_count] [timeout time_out] Parameters ■ ip-address — IP address to ping. ■...
  • Page 362 System Management Commands Example The following command displays pinging results: Console> ping 10.1.1.1 Pinging 10.1.1.1 with 64 bytes of data: 64 bytes from 10.1.1.1: icmp_seq=0. time=11 ms 64 bytes from 10.1.1.1: icmp_seq=1. time=8 ms 64 bytes from 10.1.1.1: icmp_seq=2. time=8 ms 64 bytes from 10.1.1.1: icmp_seq=3.
  • Page 363: Traceroute

    System Management Commands traceroute The traceroute User EXEC mode command discovers routes that packets actually take when traveling to their destination. Syntax traceroute {ip-address |hostname }[size packet_size] [ttl max-ttl] [count packet_count] [timeout time_out] [source ip-address] [tos tos] Parameters ■ ip-address — IP address of the destination host. ■...
  • Page 364 System Management Commands Examples The following command discovers the routes that packets will actually take when traveling to their destination. Console# traceroute 192.168.2.5 Tracing the route to 192.168.2.5 (192.168.2.5), 30 hops max, 40 byte packets Type Esc to abort. 1 192.168.2.5 (192.168.2.5) <20 ms <20 ms <20 ms Trace complete.
  • Page 365: Telnet

    System Management Commands telnet The telnet User EXEC mode command enables logging on to a host that supports Telnet. Syntax telnet {ip-address | hostname} [port] [keyword1..] Parameters ■ ip-address — IP address of the destination host. ■ hostname — Host name of the destination host. (Range: 1-158 characters) ■...
  • Page 366 System Management Commands At any time during an active Telnet session, Telnet commands can be listed by pressing the Ctrl-shift-6-? keys at the system prompt, as shown in the following example. Note that the Ctrl-shift-6 sequence appears as ^^ on the screen. Console>...
  • Page 367: Port Number

    System Management Commands Keyword Description Port Number exec Exec finger Finger File Transfer Protocol ftp-data FTP data connections gopher Gopher hostname NIC hostname server ident Ident Protocol Internet Relay Chat klogin Kerberos login kshell Kerberos shell login Login Printer service nntp Network News Transport Protocol pim-auto-rp...
  • Page 368: Resume

    System Management Commands resume The resume User EXEC mode command enables switching to another open Telnet session. Syntax resume [connection] Parameters ■ connection — The connection number. (Range: 1-4 connections) Default Setting The default connection number is that of the most recent connection. Command Mode User EXEC mode Command Usage...
  • Page 369: Reload

    System Management Commands reload The reload Privileged EXEC mode command reloads the operating system. Syntax reload Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage Caution should be exercised when resetting the device, to ensure that no other activity is being performed.
  • Page 370: Hostname

    System Management Commands hostname The hostname Global Configuration mode command specifies or modifies the device host name. To remove the existing host name, use the no form of the command. Syntax hostname name no hostname Parameters ■ name — The host name. of the device. (Range: 1-158 characters) Default Setting This command has no default configuration.
  • Page 371: Show Users

    System Management Commands show users The show users User EXEC mode command displays information about the active users. Syntax show users Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 372: Show Sessions

    System Management Commands show sessions The show sessions User EXEC mode command lists open Telnet sessions. Syntax show sessions Parameters There are no parameters for this command. Default Setting There is no default configuration for this command. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 373: Show System

    System Management Commands show system The show system User EXEC mode command displays system information. Syntax show system Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 374: Show Version

    System Management Commands show version The show version User EXEC mode command displays system version information. Syntax show version Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 375: Service Cpu-Utilization

    System Management Commands service cpu-utilization The service cpu-utilization Global Configuration mode command enables measuring CPU utilization. To return to the default configuration, use the no form of this command. Syntax service cpu-utilization no service cpu-utilization Parameters There are no parameters for this command. Default Setting Disabled.
  • Page 376: Show Cpu Utilization

    System Management Commands show cpu utilization The show cpu utilization Privileged EXEC mode command displays information about CPU utilization. Syntax show cpu utilization Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage Use the service cpu-utilization Global Configuration mode command to enable measuring CPU...
  • Page 377: Tacacs+ Commands

    TACACS+ Commands tacacs-server host The tacacs-server host Global Configuration mode command specifies a TACACS+ host. To delete the specified name or address, use the no form of this command. Syntax timeout tacacs-server host {ip-address | hostname} [single-connection] [port port-number] [ timeout] [key key-string] [source source] [priority priority] no tacacs-server host {ip-address | hostname} Parameters...
  • Page 378 TACACS+ Commands Command Usage Multiple tacacs-server host commands can be used to specify multiple hosts. Example The following command specifies a TACACS+ host. Console(config)# tacacs-server host 172.16.1.1 26-2 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 379: Tacacs-Server Key

    TACACS+ Commands tacacs-server key The tacacs-server key Global Configuration mode command sets the authentication encryption key used for all TACACS+ communications between the device and the TACACS+ daemon. To disable the key, use the no form of this command. Syntax tacacs-server key key-string no tacacs-server key Parameters...
  • Page 380: Tacacs-Server Timeout

    TACACS+ Commands tacacs-server timeout The tacacs-server timeout Global Configuration mode command sets the interval during which the device waits for a TACACS+ server to reply. To return to the default configuration, use the no form of this command. Syntax tacacs-server timeout timeout no tacacs-server timeout Parameters ■...
  • Page 381: Tacacs-Server Source-Ip

    TACACS+ Commands tacacs-server source-ip The tacacs-server source-ip Global Configuration mode command configures the source IP address to be used for communication with TACACS+ servers. To return to the default configuration, use the no form of this command. Syntax tacacs-server source-ip source no tacacs-server source-ip source Parameters ■...
  • Page 382: Show Tacacs

    TACACS+ Commands show tacacs The show tacacs Privileged EXEC mode command displays configuration and statistical information about a TACACS+ server. Syntax show tacacs [ip-address] Parameters ■ ip-address — Name or IP address of the TACACS+ server. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage...
  • Page 383 User Interface Commands The do command executes an EXEC-level command from the Global Configuration mode or any configuration submode. Syntax Parameters The EXEC command to be executed. Default Setting This command has no default configuration. Command Mode All configuration modes Command Usage There are no user guidelines for this command.
  • Page 384: Enable

    User Interface Commands enable The enable User EXEC mode command enters the Privileged EXEC mode. Syntax enable [privilege-level] Parameters ■ privilege-level — Privilege level to enter the system. (Range: 1-15) Default Setting The default privilege level is 15. Command Mode User EXEC mode Command Usage There are no user guidelines for this command.
  • Page 385: Disable

    User Interface Commands disable The disable Privileged EXEC mode command returns to the User EXEC mode. Syntax disable [privilege-level] Parameters ■ privilege-level — Privilege level to enter the system. (Range: 1-15) Default Setting The default privilege level is 1. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 386: Login

    User Interface Commands login The login User EXEC mode command changes a login username. Syntax login Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage There are no user guidelines for this command. Example The following command enters Privileged EXEC mode and logs in with username admin.
  • Page 387: Configure

    User Interface Commands configure The configure Privileged EXEC mode command enters the Global Configuration mode. Syntax configure Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 388: Exit (Configuration)

    User Interface Commands exit (Configuration) The exit command exits any configuration mode to the next highest mode in the CLI mode hierarchy. Syntax exit Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode All configuration modes Command Usage...
  • Page 389: Exit

    User Interface Commands exit The exit Privileged/User EXEC mode command closes an active terminal session by logging off the device. Syntax exit Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged and User EXEC modes Command Usage There are no user guidelines for this command.
  • Page 390: End

    User Interface Commands The end command ends the current configuration session and returns to the Privileged EXEC mode. Syntax Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode All configuration modes. Command Usage There are no user guidelines for this command.
  • Page 391: Help

    User Interface Commands help The help command displays a brief description of the help system. Syntax help Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode All command modes Command Usage There are no user guidelines for this command.
  • Page 392: Terminal Data-Dump

    User Interface Commands terminal data-dump The terminal data-dump User EXEC mode command enables dumping all the output of a show command without prompting. To disable dumping, use the no form of this command. Syntax terminal data-dump no terminal data-dump Parameters There are no parameters for this command.
  • Page 393: Show History

    User Interface Commands show history The show history User EXEC mode command lists the commands entered in the current session. Syntax show history Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode User EXEC mode Command Usage The buffer includes executed and unexecuted commands.
  • Page 394: Show Privilege

    User Interface Commands show privilege The show privilege Privileged/User EXEC mode command displays the current privilege level. Syntax show privilege Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged and User EXEC modes Command Usage There are no user guidelines for this command.
  • Page 395: Vlan Commands

    VLAN Commands vlan database The vlan database Global Configuration mode command enters the VLAN Configuration mode. Syntax vlan database Parameters There are no parameters for this command. Default Setting Two VLANs are assigned in the VLAN database: ■ VLAN 1 ■...
  • Page 396: Vlan

    VLAN Commands vlan Use the vlan VLAN Configuration mode command to create a VLAN. To delete a VLAN, use the no form of this command. Syntax vlan vlan-range no vlan vlan-range Parameters ■ vlan-range — Specifies a list of VLAN IDs to be added. Separate nonconsecutive VLAN IDs with a comma and no spaces;...
  • Page 397: Interface Vlan

    VLAN Commands interface vlan The interface vlan Global Configuration mode command enters the Interface Configuration (VLAN) mode. Syntax interface vlan vlan-id Parameters ■ vlan-id — Specifies an existing VLAN ID. Default Setting Two interfaces are configured and set to DHCP: ■...
  • Page 398: Interface Range Vlan

    VLAN Commands interface range vlan The interface range vlan Global Configuration mode command enables simultaneously configuring multiple of VLANs. Syntax interface range vlan {vlan-range | all} Parameters ■ vlan-range — Specifies a list of VLAN IDs to be added. Separate nonconsecutive VLAN IDs with a comma and no spaces;...
  • Page 399: Name

    VLAN Commands name The name Interface Configuration mode command adds a name to a VLAN. To remove the VLAN name, use the no form of this command. Syntax name string no name Parameters ■ string — Unique name to be associated with this VLAN. (Range: 1-32 characters) Default Setting No name is defined.
  • Page 400: Switchport Mode

    VLAN Commands switchport mode The switchport mode Interface Configuration mode command configures the VLAN membership mode of a port. To return to the default configuration, use the no form of this command. Syntax switchport mode {access | trunk | general} no switchport mode Parameters ■...
  • Page 401: Switchport Access Vlan

    VLAN Commands switchport access vlan The switchport access vlan Interface Configuration mode command configures the VLAN ID when the interface is in access mode. To return to the default configuration, use the no form of this command. Syntax switchport access vlan {vlan-id | dynamic} no switchport access vlan Parameters ■...
  • Page 402: Switchport Trunk Allowed Vlan

    VLAN Commands switchport trunk allowed vlan The switchport trunk allowed vlan Interface Configuration mode command adds or removes VLANs to or from a trunk port. Syntax switchport trunk allowed vlan {add vlan-list | remove vlan-list} Parameters ■ add vlan-list — List of VLAN IDs to be added. Separate nonconsecutive VLAN IDs with a comma and no spaces.
  • Page 403: Switchport Trunk Native Vlan

    VLAN Commands switchport trunk native vlan The switchport trunk native vlan Interface Configuration mode command defines the native VLAN when the interface is in trunk mode. To return to the default configuration, use the no form of this command. Syntax switchport trunk native vlan vlan-id no switchport trunk native vlan Parameters...
  • Page 404: Switchport General Allowed Vlan

    VLAN Commands switchport general allowed vlan The switchport general allowed vlan Interface Configuration mode command adds or removes VLANs from a general port. Syntax switchport general allowed vlan add vlan-list [tagged | untagged] switchport general allowed vlan remove vlan-list Parameters ■...
  • Page 405: Switchport General Pvid

    VLAN Commands switchport general pvid The switchport general pvid Interface Configuration mode command configures the PVID when the interface is in general mode. To return to the default configuration, use the no form of this command. Syntax switchport general pvid vlan-id no switchport general pvid Parameters ■...
  • Page 406: Switchport General Ingress-Filtering Disable

    VLAN Commands switchport general ingress-filtering disable The switchport general ingress-filtering disable Interface Configuration mode command disables port ingress filtering. Ingress filtering discards frames to VLAN where port does not belong. To return to the default configuration, use the no form of this command. Syntax switchport general ingress-filtering disable no switchport general ingress-filtering disable...
  • Page 407: Switchport General Acceptable-Frame-Type Tagged-Only

    VLAN Commands switchport general acceptable-frame-type tagged-only The switchport general acceptable-frame-type tagged-only Interface Configuration mode command discards untagged frames at ingress. To return to the default configuration, use the no form of this command. Syntax switchport general acceptable-frame-type tagged-only no switchport general acceptable-frame-type tagged-only Parameters There are no parameters for this command.
  • Page 408: Switchport Forbidden Vlan

    VLAN Commands switchport forbidden vlan The switchport forbidden vlan Interface Configuration mode command forbids adding specific VLANs to a port. To return to the default configuration, use the remove parameter for this command. Syntax switchport forbidden vlan {add vlan-list | remove vlan-list} Parameters ■...
  • Page 409: Ip Internal-Usage-Vlan

    VLAN Commands ip internal-usage-vlan The ip internal-usage-vlan Interface Configuration mode command reserves a VLAN as the internal usage VLAN of an interface. To return to the default configuration, use the no form of this command. Syntax ip internal-usage-vlan vlan-id no ip internal-usage-vlan Parameters ■...
  • Page 410: Show Vlan

    VLAN Commands show vlan The show vlan Privileged EXEC mode command displays VLAN information. Syntax show vlan [id vlan-id | name vlan-name] Parameters ■ vlan-id — specifies a VLAN ID ■ vlan-name — Specifies a VLAN name string. (Range: 1-32 characters) Default Setting This command has no default configuration.
  • Page 411: Show Vlan Internal Usage

    VLAN Commands show vlan internal usage The show vlan internal usage Privileged EXEC mode command displays a list of VLANs used internally by the device. Syntax show vlan internal usage Parameters There are no parameters for this command. Default Setting This command has no default configuration.
  • Page 412: Show Interfaces Switchport

    VLAN Commands show interfaces switchport The show interfaces switchport Privileged EXEC mode command displays the switchport configuration. Syntax show interfaces switchport {ethernet interface | port-channel port-channel-number} Parameters ■ interface — A valid Ethernet port number. ■ port-channel-number — A valid port-channel number. Default Setting This command has no default configuration.
  • Page 413 VLAN Commands Static configuration: PVID: 1 (default) Ingress Filtering: Enabled Acceptable Frame Type: All Port 1/e1 is statically configured to: VLAN Name Egress Rule ---- ------- ----------- default untagged VLAN011 tagged IPv6 VLAN untagged VLAN0072 untagged Forbidden VLANS: VLAN Name ---- ---- Console# show interface switchport ethernet 1/e2...
  • Page 414 VLAN Commands Port 1/e2 is statically configured to: VLAN Name Egress rule ---- ------------ ----------- VLAN0072 untagged IP Telephony tagged Forbidden VLANS: VLAN Name ---- ---- Port 2/e19 Static configuration: PVID: 2922 Ingress Filtering: Enabled Acceptable Frame Type: Untagged GVRP status: Disabled 28-20 www.hp.com HP PC Blade Switch CLI Reference Guide...
  • Page 415: Web Server Commands

    Web Server Commands ip http server The ip http server Global Configuration mode command enables configuring the device from a browser. To disable this function, use the no form of this command. Syntax ip http server no ip http server Parameters There are no parameters for this command.
  • Page 416: Ip Http Port

    Web Server Commands ip http port The ip http port Global Configuration mode command specifies the TCP port to be used by the Web browser interface. To return to the default configuration, use the no form of this command. Syntax ip http port port-number no ip http port Parameters...
  • Page 417: Ip Https Server

    Web Server Commands ip https server The ip https server Global Configuration mode command enables configuring the device from a secured browser. To return to the default configuration, use the no form of this command. Syntax ip https server no ip https server Parameters There are no parameters for this command.
  • Page 418: Ip Https Port

    Web Server Commands ip https port The ip https port Global Configuration mode command specifies the TCP port used by the server to configure the device through the Web browser. To return to the default configuration, use the no form of this command. Syntax ip https port port-number no ip https port...
  • Page 419: Crypto Certificate Generate

    Web Server Commands crypto certificate generate The crypto certificate generate Global Configuration mode command generates a self-signed HTTPS certificate. Syntax crypto certificate [number] generate [key-generate [length]] [cn common- name] [ou organization-unit] [or organization] [loc location] [st state] [cu country] [duration days] Parameters ■...
  • Page 420 Web Server Commands Example The following command regenerates an HTTPS certificate. Console(config)#Console(config)# crypto certificate 1 generate key-generate 29-6 www.hp.com CLI Reference Guide...
  • Page 421: Crypto Certificate Request

    Web Server Commands crypto certificate request The crypto certificate request Privileged EXEC mode command generates and displays certificate requests for HTTPS. Syntax crypto certificate number request [cn common- name ] [ou organization-unit] [or organization [loc location] [st state] [cu country] Parameters ■...
  • Page 422 Web Server Commands Example The following command generates and displays a certificate request for HTTPS. Console# crypto certificate 1 request -----BEGIN CERTIFICATE REQUEST----- MIwTCCASoCAQAwYjELMAkGA1UEBhMCUFAxCzAJBgNVBAgTAkNDMQswCQYDVQQH EwRDEMMAoGA1UEChMDZGxkMQwwCgYDVQQLEwNkbGQxCzAJBgNVBAMTAmxkMRAw DgKoZIhvcNAQkBFgFsMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8ecwQ HdML0831i0fh/F0MV/Kib6Sz5p+3nUUenbfHp/igVPmFM+1nbqTDekb2ymCu6K aKvEbVLF9F2LmM7VPjDBb9bb4jnxkvwW/wzDLvW2rsy5NPmH1QVl+8Ubx3GyCm /oW93BSOFwxwEsP58kf+sPYPy+/8wwmoNtDwIDAQABoB8wHQYJKoZIhvcNAQkH MRDjEyMwgICCAgICAICAgIMA0GCSqGSIb3DQEBBAUAA4GBAGb8UgIx7rB05m+2 m5ZZPhIwl8ARSPXwhVdJexFjbnmvcacqjPG8pIiRV6LkxryGF2bVU3jKEipcZa g+uNpyTkDt3ZVU72pjz/fa8TF0n3 -----END CERTIFICATE REQUEST----- CN= router.gm.com 0= General Motors C= US 29-8 www.hp.com...
  • Page 423: Crypto Certificate Import

    Web Server Commands crypto certificate import The crypto certificate import Global Configuration mode command imports a certificate signed by the Certification Authority for HTTPS. Syntax crypto certificate number import Parameters ■ number — Specifies the certificate number. (Range: 1-2) Default Setting This command has no default configuration.
  • Page 424 Web Server Commands Example The following command imports a certificate signed by Certification Authority for HTTPS. Console(config)#Console(config)# crypto certificate 1 import -----BEGIN CERTIFICATE----- dHmUgUm9vdCBDZXJ0aWZpZXIwXDANBgkqhkiG9w0BAQEFAANLADBIAkEAp4HS nnH/xQSGA2ffkRBwU2XIxb7n8VPsTm1xyJ1t11a1GaqchfMqqe0kmfhcoHSWr yf1FpD0MWOTgDAwIDAQABo4IBojCCAZ4wEwYJKwYBBAGCNxQCBAYeBABDAEEw CwR0PBAQDAgFGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFAf4MT9BRD47 ZvKBAEL9Ggp+6MIIBNgYDVR0fBIIBLTCCASkwgdKggc+ggcyGgclsZGFwOi8v L0VByb3h5JTIwU29mdHdhcmUlMjBSb290JTIwQ2VydGlmaWVyLENOPXNlcnZl -----END CERTIFICATE----- Certificate imported successfully. Issued to: router.gm.com Issued by: www.verisign.com Valid from: 8/9/2006 to 8/9/2007 Subject: CN= router.gm.com, 0= General Motors, C= US Finger print: DC789788 DC88A988 127897BC BB789788...
  • Page 425: Ip Https Certificate

    Web Server Commands ip https certificate The ip https certificate Global Configuration mode command configures the active certificate for HTTPS. To return to the default configuration, use the no form of this command. Syntax ip https certificate number no ip https certificate Parameters ■...
  • Page 426: Show Crypto Certificate Mycertificate

    Web Server Commands show crypto certificate mycertificate The show crypto certificate mycertificate Privileged EXEC mode command displays the SSH certificates of the device. Syntax show crypto certificate mycertificate [number] Parameters ■ number — Specifies the certificate number. (Range: 1- 2) Default Setting This command has no default configuration.
  • Page 427: Show Ip Http

    Web Server Commands show ip http The show ip http Privileged EXEC mode command displays the HTTP server configuration. Syntax show ip http Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 428: Show Ip Https

    Web Server Commands show ip https The show ip https Privileged EXEC mode command displays the HTTPS server configuration. Syntax show ip https Parameters There are no parameters for this command. Default Setting This command has no default configuration. Command Mode Privileged EXEC mode Command Usage There are no user guidelines for this command.
  • Page 429: Index

    Index Index 802.1x commands 2–1 2–23 class map 18–3 defined 1–7 clear counters 8–11 clear host 11–13 clearing AAA commands 3–1 3–12 logging 24–6 defined 1–7 clock abbrevations 1–3 set 6–1 abort MST 22–25 show 6–16 Access Control List (ACL) configuration 1–5 source 6–2 access lists 4–12 summer time 6–4...
  • Page 430 Index crypto certficate generate 29–5 host 11–12 current configuration 7–6 clear 11–13 show 11–15 hostname 25–10 database, VLAN 28–1 delete 7–4 deny 14–4 IGMP snooping commands 10–1 10–9 deny (IP) 4–5 defined 1–7 deny (MAC) 4–9 image file commands 7–1 7–8 description 8–4 defined 1–7...
  • Page 431 Index reload 25–9 resume 25–8 mac access list 4–7 revision MST 22–22 management ACL commands 14–1 14–7 RMON commands 20–1 20–17 defined 1–7 defined 1–8 match 18–6 router configuration 1–5 mdix 8–9 running configuration 7–6 MSTP configuration 1–5 multiple commands 1–3 security port 5–10 name 28–5...
  • Page 432 Index management access list 14–6 connection 1–1 MST 22–23 opening session 1–2 policy map 18–9 terminal data dump 27–10 ports monitor 17–3 timer 9–3 ports security 5–20 timezone 6–3 ports security addresses 5–21 trace route 25–3 ports storm control 8–23 traffic shape 18–19 privilege 27–12 QoS 18–2...

This manual is also suitable for:

Bladesystem pc

Table of Contents