Basic Operation Guide 2013/06
Table Of Contents
- Switch Software
- Contents
- 1 Commands found in the Basic Operation Guide
- 2 Getting started
- 3 Using the Menu Interface
- 4 Using the Command Line Interface (CLI)
- Overview
- Accessing the CLI
- Using the CLI
- Return message types with CLI commands
- CLI interactive commands
- CLI control and editing
- 5 Using the HP WebAgent
- 6 Switch memory and configuration
- Overview
- Configuration file management
- Using the CLI to implement configuration changes
- Creating a custom default configuration
- Using the menu and WebAgent to implement configuration changes configuration file
- Zeroization
- Using Primary and Secondary flash image options
- Multiple configuration files
- Display configuration of selected interface
- Automatic configuration update with DHCP Option 66
- 7 Interface access and system information
- 8 Configuring IP addressing
- Overview
- IP configuration
- Loopback interfaces
- IP Preserve: retaining VLAN-1 IP addressing across configuration file downloads
- Configuring a single source IP address
- 9 Software management
- Downloading switch documentation and software from the web
- Viewing or downloading the software manual set
- Downloading software updates for your switch
- Software signing and verification
- Saving configurations while using the CLI
- Important: Best Practices for software updates
- Updating the switch: overview
- Updating the switch: detailed steps
- Rolling back switch software
- Viewing or transferring alternate configuration files
- Downloading switch documentation and software from the web
- Index

Example 39 Output for custom default configuration file
HP Switch(config)# show default-config
Custom default configuration:
; J8693A Configuration Editor; Created on release #K.15.12.0001
; Ver #02:0b:ef:e6
hostname "HP Switch"
module 1 type J93x7
module 2 type J93x7
vlan 1
name "DEFAULT-VLAN"
untagged 1-24
ip address dhcp-bootp
exit
interface 4
flow-control
exit snmp-server community "public" unrestricted
spanning-tree
If a custom default configuration file exists and you erase the current active config file (using the
erase startup-config command), then issue the show running-config command, the output will
display the contents of the custom default configuration file. The custom default configuration file
is loaded upon bootup.
Example 40 Output of custom default config file when current active config file erased
HP Switch(config)# show running-config
Custom default configuration:
; J8693A Configuration Editor; Created on release #K.15.12.0001
; Ver #02:0b:ef:e6
hostname "HP Switch"
module 1 type J93x7
module 2 type J93x7
vlan 1
name "DEFAULT-VLAN"
untagged 1-24
ip address dhcp-bootp
exit
interface 4
flow-control
exit
snmp-server community "public" unrestricted
spanning-tree
Troubleshooting custom default configuration files
• If the switch will not boot because of a problem with the custom default configuration file, the
file can be removed using the ROM mode interface.
• The custom default configuration file cannot be erased using the front panel buttons on the
switch. If the switch can be booted, use the erase default-config command to remove the
custom default configuration file.
Creating a custom default configuration 59










