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 92 Using a VLAN interface as the source IP address for TACACS
HP Switch(config)# ip source-interface tacacs vlan 22
HP Switch(config)# show ip source-interface tacacs
Source-IP Configuration Information
Protocol | Admin Selection Policy IP Interface IP Address
-------- + ----------------------- -------------- --------------
Tacacs | Configured IP Interface vlan 22 10.10.10.4
The next example shows a VLAN interface being specified as the source IP address for logging.
The administrative policy is Configured IP Interface.
Example 93 Using a VLAN interface as the source IP Address for logging (Syslog)
HP Switch(config)# ip source-interface syslog vlan 10
HP Switch(config)# show ip source-interface syslog
Source-IP Configuration Information
Protocol | Admin Selection Policy IP Interface IP Address
-------- + ----------------------- -------------- --------------
Syslog | Configured IP Interface vlan 10 10.10.10.10
Displaying the source IP interface information
There are several show commands that can be used to display information about the source IP
interface status.
Syntax:
show ip source-interface status [ radius | sflow | sntp | tacacs |
telnet | tftp | syslog ]
Displays the operational status information for the source IP address selection policy.
Both the administratively-assigned source IP selection policy and the operational
source IP selection policy are displayed.
When no parameters are specified, policy information for all protocols is displayed.
Example 94 The data displayed for source IP interface status
HP Switch(config)# show ip source-interface status
Source-IP Status Information
Protocol | Admin Selection Policy Oper Selection Policy
-------- + ----------------------- ----------------------
Tacacs | Configured IP Interface Configured IP Interface
Radius | Configured IP Address Configured IP Address
Syslog | Configured IP Interface Outgoing Interface
Telnet | Outgoing Interface Outgoing Interface
Tftp | Outgoing Interface Outgoing Interface
Sntp | Outgoing Interface Outgoing Interface
Sflow | Configured IP Address Configured IP Address
When executing the show ip source-interface status command without parameters, the configured
IP interfaces (VLANs) and IP addresses are displayed for each protocol.
Configuring a single source IP address 123










