Getting Started With Switch Configuration
Configuring the ProCurve Wireless Edge Services zl Module (J9051A)
■To display the module’s IP address, enter:
ProCurve (wireless-services-id)# show ip interfacesThe following example enters the wireless-servicescontext of a module installed in Slot B of a zl switch and then displays the IP address assigned by DHCP to the module:
ProCurve# wireless-services b
ProCurve(wireless-services-B)#show ip interface
Interface | IP-Address/Mask | Status | Protocol |
vlan1 | 10.35.12.24(DHCP) | up | up |
ProCurve(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-servicescontext, enter the config context and use the interface vlan1 command to configure the vlan1 interface. Use the following command to set the IP address:
ProCurve(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.
ProCurve(wireless-services-B)#configure
ProCurve(wireless-services-B)(config)#interface vlan1
ProCurve(wireless-services-B)(config-if)#ip address 10.245.22.14/21
ProCurve(wireless-services-B)(config-if)#show ip interface
Interface | IP-Address/Mask | Status | Protocol |
vlan1 | 10.245.22.14/21 | up | | up |
ProCurve(wireless-services-B)(config-if)# | |
If necessary, use the following command from the wireless-servicesand config contexts to set or change the default gateway:
ProCurve(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.