Cisco Cisco IOS Software Release 12.2(4)XR

Page de 68
Cisco IOS WAP Gateway with WTLS Class 2 Support
Configuration Tasks
12
Cisco IOS WAP Gateway with WTLS Class 2 Support  
Configuring a WAP Gateway on a Multifunction Access Server
The WAP gateway can run either on a dedicated router or on a multifunction router. One example of a 
multifunction router would be to run the Cisco IOS WAP Gateway software on an access server. The 
ability to enable other Cisco IOS features will depend on the CPU and memory in the router. Feature 
enablement will affect the performance of the router. To run the WAP gateway on a multifunction access 
server, note the following configuration tips:
Refer to the Cisco IOS Dial Technologies Configuration Guide, Release 12.2 for configuration 
scenarios.
Configure the gateway on a loopback (virtual) interface for enhanced availability.
Specifying How the WAP Gateway Locates Content Servers
When a wireless device requests a web page via the WAP gateway, the Cisco IOS software must 
determine where to find the requested web page. A number of Cisco IOS commands can be configured 
to help reduce the time required to access the requested web page. 
To specify multiple DNS servers and associated features, use any or all of the following commands in 
global configuration mode:
Command
Purpose
Router(config)# ip domain-lookup
Enables IP DNS host name to IP address 
translation to help access web content across the 
Internet. This command is enabled by default.
Router(config)# ip name-server server-address1 
[server-address2...server-address6]
Specifies the IP addresses of up to six name 
servers to access DNS information. The first IP 
address specified becomes the first server that is 
accessed and the following IP addresses are 
checked in the order in which they are input.
Router(config)# ip domain-name domain-name
Defines a default domain name to complete an 
unqualified host name. Configuring a default 
domain name can save keystrokes on the wireless 
devices.
Router(config)# ip domain-list domain-name
Defines a list of default domain names to complete 
an unqualified host name. Each default domain 
name in the list is tried in turn until a match is 
found. Configuring a list of default domain names 
can save keystrokes on the wireless devices.
Note
If there is a domain list, the domain name 
defined in an ip domain-name command 
is not used.
Router(config)# ip host name [tcp-port-numberaddress1 
[address2...address8]
Defines a static host name to IP address mapping 
that is saved in the host cache. Defining frequently 
accessed content servers avoids any dependency 
on DNS servers and can improve the software 
performance.