Specifications
Table Of Contents
- HP 8200 zl Switches
- Installation and Getting Started Guide
- Contents
- Introducing the HP 8200 zl Switches
- Installing the HP 8200 zl Switches
- Included Parts
- Power Cords
- Installation Procedures
- Summary
- Installation Precautions
- 1. Prepare the Installation Site
- 2. Mount the Switch Chassis
- 3. Install the Switch Modules
- 4. Install the Power Supplies
- 5. Verify the Switch Passes Self Test
- 6. Install the Grounding Wire
- 7. Connect the Switch to a Power Source
- 8. (Optional) Connect a Power Supply Shelf to the switch
- 9. Connect the Network Devices
- 10. (Optional) Connect a Console to the Switch
- Hot Swapping Switch Modules
- Example Network Topologies
- Getting Started With Switch Configuration
- Replacing Components
- Troubleshooting
- Specifications
- Switch Ports and Network Cables
- Cabling and Technology Information Specifications
- Mode Conditioning Patch Cord
- Twisted-Pair Cable/Connector Pin-Outs
- Safety and Regulatory Statements
- Recycle Statements
- Index
- Installation and Getting Started Guide

3-8
Getting Started With Switch Configuration
Configuring the ProCurve Wireless Edge Services zl Module (J9051A)
Getting Started With Switch
Configuration
■ To display the module’s IP address, enter:
HP (wireless-services-id)# show ip interfaces
The following example enters the wireless-services context of a module
installed in Slot B of a zl switch and then displays the IP address assigned by
DHCP to the module:
HP# wireless-services b
HP(wireless-services-B)#show ip interface
Interface IP-Address/Mask Status Protocol
vlan1 10.35.12.24(DHCP) up up
HP(wireless-services-B)#
If no DHCP service is available or if the administrator wishes to manually set
the Wireless Edge Services zl Module IP Address, it can be specified through
the CLI. From the wireless-services context, enter the config context and use
the interface vlan1 command to configure the vlan1 interface. Use the following
command to set the IP address:
HP(wireless-services-<slot-id>)(config-if)# ip address <IP>
where <slot-id> is the slot in the zl switch where the module is installed.
<IP> is the IP address in CIDR notation (/mask bit number), or
dhcp which will use DHCP to obtain an IP address.
In the following example, the CLI commands set the module’s IP address to
10.245.22.14 with a 21-bit subnet mask.
HP(wireless-services-B)#configure
HP(wireless-services-B)(config)#interface vlan1
HP(wireless-services-B)(config-if)#ip address 10.245.22.14/21
HP(wireless-services-B)(config-if)#show ip interface
Interface IP-Address/Mask Status Protocol
vlan1 10.245.22.14/21 up up
HP(wireless-services-B)(config-if)#
If necessary, use the following command from the wireless-services and config
contexts to set or change the default gateway:
HP(wireless-services-B)(config)#ip default-gateway <ip-addr>
where <ip-addr> is the numeric IP address of the default gateway, for
example 10.1.2.1.