Wireless/Redundant Edge Services xl Module Management and Configuration Guide WS.02.xx and greater

Table Of Contents
2-8
Configuring the ProCurve Wireless Edge Services xl Module
Management Interfaces
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
Note Be careful when you change the default gateway IP address. The Wireless Edge
Services xl Module allows you to set more than one default gateway (and
default route). However, only the gateway configured first is active. Therefore,
you cannot change the gateway by simply re-entering the ip default-gateway
command. Instead first delete the old gateway; then specify the new gateway.
For example:
ProCurve(wireless-services-C) (config)# no ip default-gateway 10.1.10.1
ProCurve(wireless-services-C) (config)# ip default-gateway 10.1.12.1
Failure to follow this procedure can cause your module to lose connectivity.
Set the Management VLAN Interface. The example commands above
assign an IP address to VLAN 1, the module’s default management interface.
Your network might use a different management VLAN. In that case, you must
assign the IP address to the VLAN you use and configure that VLAN as the
management interface.
For example, in a network that defines VLAN 2 as the management VLAN, you
would enter these commands from the global configuration mode context:
ProCurve(wireless-services-C) (config)# interface vlan2
ProCurve(wireless-services-C) (config-if)# ip address <A.B.C.D></prefix length>]
ProCurve(wireless-services-C) (config-if)# management