User's Manual

2-37
Catalyst 6500 Series Switch WebVPN Module Command Reference—Release 1.1
OL-7310-01
Chapter 2 Commands for the Catalyst 6500 Series Switch WebVPN Module
nbns-list
Examples This example shows how to enter the nbnslist submode and configure the NBNS list and server address:
webvpn(config)# webvpn context c1
webvpn(config-webvpn-context)# nbns-list list2
webvpn(config-webvpn-nbnslist)# nbns-server 10.1.1.2
webvpn(config-webvpn-nbnslist)# exit
webvpn(config-webvpn-context)#
Related Commands webvpn context
Table 2-2 NBNSlist Submode Commands
Command Purpose and Guidelines Defaults
nbns-server ip_addr
[master] [timeout
timeout][retry retries]
Specifies a NetBIOS name service (NBNS) list and server address for
common Internet file system (CIFS) name resolution. You can configure
up to three servers.
Note Supported only on Windows 2000 and Samba servers running on
Linux.
The ip_addrs value specifies the primary domain controller (PDC) on a
Windows network.
The master keyword indicates that this is a master browser. Do not enter
the master keyword if this a Windows Internet Naming Service (WINS)
server.
The timeout value specifies the initial time in seconds to wait for a
response to an NBNS query before sending the query to the next server.
The default timeout value is 2 seconds; the range is from 1 to 30.
The retries value specifies the number of times to retry sending a NBNS
query to the configured servers. This value represents the number of times
to cycle through the list of servers before returning an error. The default
retries value is 2; the range is 0 to 10.
Timeout is 2 seconds.
Retries is 2 retries.
exit Returns to context submode.