Page 81 / 102 Scroll up to view Page 76 - 80
NETGEAR ProSafe 802.11g Wireless Access Point WG302v2 Reference Manual
Specifications
B-3
v1.0, May 2006
Remote Management
SSH
Enabled
SNMP
Enabled
Public Community Name
public
Private Community Name
private
Community Name for Traps
NETGEAR WG302v2
IP Address to Receive Traps
0.0.0.0
DHCP Server Settings
DHCP Server
Disabled
Starting IP Address
192.168.0.2
Ending IP Address
192.168.0.50
Netmask
255.255.255.0
Lease
86400 Seconds (1 Day)
Wireless LAN Parameters
Super-G Mode
Disabled
RTS Threshold
2,346
Fragmentation Length
2,346
Beacon Interval
100
DTIM Interval
1
WMM Support
Disabled
SpectraLink Support
Disabled
Other Settings
MAC Access Control
Disabled
Rogue AP Detection
Disabled
Activity Log
Disabled
HTTP Redirect
Disabled
Wireless Bridging and Repeating
Disabled
* Maximum Wireless signal rate derived from IEEE Standard 802.11 specifications. Actual throughput will
vary. Network conditions and environmental factors, including volume of network traffic, building
materials and construction, and network overhead, lower actual data throughput rate.
Table B-1
Access Point Default Configuration Settings
Feature
Description
Page 82 / 102
NETGEAR ProSafe 802.11g Wireless Access Point WG302v2 Reference Manual
B-4
Specifications
v1.0, May 2006
Specifications for the WG302v2
The following table describes the WG302v2 technical specifications.
Table B-2
WG302v2 Technical Specifications
Parameter
ProSafe 802.11g Wireless Access Point
Network Management
Web-based configuration and status monitoring
Maximum Clients
Limited by the amount of wireless network traffic generated by each node;
typically 30 to 70 nodes.
Status LEDs
Power/Ethernet LAN/Wireless LAN/Test
Power Adapter
12V DC, 1.2 A
Electromagnetic Compliance
FCC Part 15 Class B and Class E, CE and C-Tick
Environmental Specifications
Operating temperature: 0 to 50° C
Operating humidity: 5-95%, non-condensing
Data Encoding:
802.11b: 1 and 2 Mbps, Direct Sequence Spread Spectrum (DSSS)
802.11b: 5.5 and 11 Mbps, Complementary Code Keying (CCK)
802.11g: All rates, Orthogonal Frequency Division Multiplexing (OFDM)
Maximum Computers Per
Wireless Network:
Limited by the amount of wireless network traffic generated by each node.
Typically 10-40 nodes.
802.11b/g Radio Data Rate
1, 2, 5.5, 6, 9, 11, 12, 18, 24, 36, 48, 54, and 108 Mbps (Auto-rate capable)
802.11b and g
Operating Frequencies
2.412 ~ 2.462 GHz (US)
2.457 ~ 2.462 GHz (Spain)
2.412 ~ 2.484 GHz (Japan)
2.457 ~ 2.472 GHz (France)
2.412 ~ 2.472 GHz (Europe ETSI)
802.11g Encryption
40-bits (also called 64-bits), 128- and 152-bits WEP data encryption
Antenna
Two (2) external 5 dBi 2.4 GHz detachable antennas
Page 83 / 102
Command Line Reference
C-1
v1.0, May 2006
Appendix C
Command Line Reference
In addition to the Web-based user interface, the ProSafe 802.11g Wireless Access Point includes a
command line interface (CLI) for administering the access point. The CLI lets you view and
modify status and configuration information.The CLI is particularly useful if the network
connection is not functioning because you can access the CLI through a serial port. To connect to
the WG302v2 by using the CLI, see
“Using the Secure Telnet Interface” on page 3-3
and
“Accessing the CLI by Using the Console Port” on page 3-3
.
The following topics provide an introduction to the class structure upon which the CLI is based,
CLI commands, and examples of using the CLI to get or set configuration information on an
access point:
“Accessing CLI TAB Completion Help”
“Keyboard Shortcuts”
“Interface Naming Conventions”
“Entering CLI Commands”
“Using the CLI to Configure the ProSafe 802.11g”
Accessing CLI TAB Completion Help
Press the TAB key twice to show a list of available commands or keywords. You can also use TAB
to complete a command after you enter enough characters to uniquely identify a command. If
multiple completions exist, the system beeps. Type TAB again, and the CLI displays all keywords
that match the characters you entered.
Example 1:
At a blank command line, type TAB+TAB (press the TAB key twice) to get a list of
all commands.
netgear115C00#
add
Add an instance to the running configuration
config
Upload/Download the running configuration
factory-reset
Reset the system to factory defaults
firmware-upgrade
Upgrade the firmware
get
Get property values of the running configuration
reboot
Reboot the system
Page 84 / 102
NETGEAR ProSafe 802.11g Wireless Access Point WG302v2 Reference Manual
C-2
Command Line Reference
v1.0, May 2006
remove
Remove instances in the running configuration
save-running
Save the running configuration
set
Set property values of the running configuration
Example 2:
Type “
get
” TAB+TAB to see a list of keywords for the
get
command.
netgear115C00# get
association
Associated station
basic-rate
Basic rates of radios
bridge-port
Bridge ports of bridge interfaces
....
vap
Virtual Access Point
web-server
Web server
wme-queue
Transmission queue parameters for stations
Example 3:
Type
get ssh s
TAB. This results in completion with the only matching keyword:
netgear115C00#
get ssh status
Press ENTER to display the output results of the command.
Keyboard Shortcuts
The CLI provides keyboard shortcuts to help you navigate the command line and build valid
commands.
Table C-1
describes the keyboard shortcuts available from the CLI.
Table C-1
Keyboard Shortcuts
Keyboard Shortcut
Action on CLI
Ctrl-a
Move the cursor to the beginning of the current line
Ctrl-e
Move the cursor to the end of the current line
Ctrl-b
Left Arrow key
Move the cursor back on the current line, one character at a time
Ctrl-f
Right Arrow Key
Move the cursor forward on the current line, one character at a time
Ctrl-c
Start over at a blank command prompt (abandons the input on the current line)
Ctrl-h
Backspace
Remove one character on the current line.
Ctrl-w
Remove the last word in the current command.
(Clears one word at a time from the current command line, always starting with the
last word on the line.)
Page 85 / 102
NETGEAR ProSafe 802.11g Wireless Access Point WG302v2 Reference Manual
Command Line Reference
C-3
v1.0, May 2006
Interface Naming Conventions
Table C-2
describes the interface naming conventions for the WG302v2.
Ctrl-k
Remove characters starting from cursor location to end of the current line.
(Clears the current line from the cursor forward.)
Ctrl-u
Remove all characters before the cursor.
(Clears the current line from the cursor back to the CLI prompt.)
Ctrl-p
Up Arrow key
Display previous command in history.
(Ctrl-p and Ctrl-n let you cycle through a history of all executed commands like Up
and Down arrow keys typically do. Up/Down arrow keys also work for this.)
Ctrl-n
Down Arrow key
Display next command in history.
(Ctrl-p and Ctrl-n let you cycle through a history of all executed commands like Up
and Down arrow keys typically do. Up/Down arrow keys also work for this.)
Ctrl-d
Exit the CLI. (At a blank command prompt, typing Ctrl-d closes the CLI.)
(Typing Ctrl-d within command text also removes characters, one at a time, at cursor
location like Ctrl-h.)
Warning:
The CLI uses specific interface names the Web UI does not use. Many
get
and
set
commands require that you enter interface names.
Note:
Use the
get interface
command to display common information on all
interfaces, including IP addresses.
Table C-2
Interface Naming Convention
Interface
Description
brvlan1
The Internal bridge represents the internal interface for the access point. To Telnet or SSH
into the access point, use the IP address for this interface. The
brvlan1 interface consists of:
eth0 (or vlan
<vlanid>
if you have VLANs configured)
• wlan0
brtrunk
Internal bridge trunk interface.
Table C-1
Keyboard Shortcuts (continued)
Keyboard Shortcut
Action on CLI

Rate

4 / 5 based on 1 vote.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top