WESM zl Management and Configuration Guide WT.01.28 and greater
2-7
Configuring the ProCurve Wireless Edge Services zl Module
Management Interfaces
You access the Wireless Edge Services zl Module CLI with the same rights (either
manager or operator) that you have to the switch CLI. For example, when you enter
wireless-services <slot letter> command from the switch enable mode context, you
also enter the module enable mode context:
ProCurve(wireless-services-C)#
Determine the IP Address Assigned by the DHCP Server. If the Wireless Edge
Services zl Module receives an IP address through a DHCP server, enter:
ProCurve(wireless-services-C)# show ip interface
The IP address and default gateway assigned to the default management interface is
listed.
Assign a Static IP Address. If you want to assign a static IP address to the Wireless
Edge Services zl Module, move to the global configuration context and enter the
following commands:
ProCurve(wireless-services-C)# configure [terminal]
ProCurve(wireless-services-C) (config)# interface vlan1
ProCurve(wireless-services-C) (config-if)# ip address <A.B.C.D></prefix length>]
Replace <A.B.C.D> with the IP address that you want to assign the Wireless Edge
Services zl Module. Replace </prefix length> with the Classless Inter-Domain
Routing (CIDR) notation. Do not include a space between the IP address and the
prefix length.
Specify a Default Gateway. You should also configure a default gateway for the
Wireless Services zl Module. The module directs all traffic destined to a different
subnetwork to the gateway device, which routes the traffic.
To specify a default gateway for the Wireless Edge Services zl Module, exit to the
global configuration context and enter:
Syntax: ip default-gateway <A.B.C.D>
Replace <A.B.C.D> with the IP address of the default gateway.
The command saves to the running-config as a default route in which the gateway
IP address is the IP address of the next hop. For example, you enter:
ProCurve(wireless-services-C) (config)# ip default-gateway 10.1.10.1
The running-config displays:
ip route 0.0.0.0/0 10.1.10.1