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 81 Configuring and displaying a multinetted VLAN
HP Switch(config)# vlan 20
HP Switch(vlan-20)# ip address 10.26.33.101/20
HP Switch(vlan-20)# ip address 10.27.33.101/20
HP Switch(config)# show ip
Internet (IP) Service
IP Routing : Disabled
Default Gateway : 10.20.227.1
Default TTL : 64
Arp Age : 20
Domain Suffix :
DNS server :
| Proxy ARP
VLAN | IP Config IP Address Subnet Mask Std Local
------------------- + ---------- --------------- -------------- ----------
DEFAULT_VLAN | Manual 10.20.30.100 255.255.240.0 No No
VLAN_20 | Manual 10.25.33.101 255.255.240.0 No No
| Manual 10.26.33.101 255.255.240.0 No No
| Manual 10.27.33.101 255.255.240.0 No No
If you then wanted to multinet the default VLAN, you would do the following:
Example 82 Multinetting on the default VLAN
HP Switch(vlan-20)# vlan 1
HP Switch(vlan-1)# ip address 10.21.30.100/20
HP Switch(config)# show ip
Internet (IP) Service
IP Routing : Disabled
Default Gateway : 10.20.227.1
Default TTL : 64
Arp Age : 20
Domain Suffix :
DNS server :
| Proxy ARP
VLAN | IP Config IP Address Subnet Mask Std Local
------------------- + ---------- --------------- -------------- ----------
DEFAULT_VLAN | Manual 10.20.30.100 255.255.240.0 No No
| Manual 10.21.30.100 255.255.240.0 No No
VLAN_20 | Manual 10.25.33.101 255.255.240.0 No No
| Manual 10.26.33.101 255.255.240.0 No No
| Manual 10.27.33.101 255.255.240.0 No No
NOTE: The Internet (IP) Service screen in the Menu interface (Figure 26 on page 1) displays the
first IP address for each VLAN. You must use the CLI show ip command to display the full IP address
listing for multinetted VLANs.
Removing or replacing IP addresses in a multinetted VLAN. To remove an IP address from a
multinetted VLAN, use the no form of the IP address command shown on page 109. Generally, to
replace one IP address with another, you should first remove the address you want to replace, and
then enter the new address.
Configure the optional default gateway. Using the Global configuration level, you can manually
assign one default gateway to the switch. (The switch does not allow IP addressing received from
a DHCP or Bootp server to replace a manually configured default gateway.)
110 Configuring IP addressing










