ZyXEL P2612HWUFX User Manual

If the upload was not successful, the following screen will appear. Click Return to go back to the Configuration screen.
Figure 295 Configuration Upload Error
27.3.1 Reset to Factory Defaults
Click the Reset button to clear all user-entered configuration information and return the ZyXEL Device to its factory defaults. The following warning screen appears.
Chapter 27 Tools
Figure 296 Reset Warning Message
Figure 297 Reset In Process Message
You can also press the RESET button on the rear panel to reset the factory defaults of your ZyXEL Device. Refer to Section 1.5 on page 30 for more information on the RESET button.
P-2612HWU-F1 User’s Guide
451
Chapter 27 Tools
27.4 Restart
System restart allows you to reboot the ZyXEL Device without turning the power off.
Click Maintenance > Tools > Restart. Click Restart to have the ZyXEL Device reboot. This does not affect the ZyXEL Device's configuration.
Figure 298 Maintenance > Tools > Restart Screen
27.5 Using FTP or TFTP to Back Up Configuration
This section covers how to use FTP or TFTP to save your device’s config urati on file to your computer.
27.5.1 Using the FTP Commands to Back Up Configuration
1 Launch the FTP client on your computer.
2 Enter “open”, followed by a space and the IP address of your ZyXEL Device.
3 Enter your username as requested (the default is “admin”).
4 Press [ENTER] when prompted for a password.
5 Enter “bin” to set transfer mode to binary.
6 Use “get” to transfer files from the ZyXEL Device to the computer, for example,
get rom-0 config.rom” transfers the configuration file on the ZyXEL Device to your computer and renames it “config.rom”. See earlier in this chapter for more information on filename conventions.
452
7 Enter “quit” to exit the ftp prompt.
P-2612HWU-F1 User’s Guide
Chapter 27 Tools
27.5.2 FTP Command Configuration Backup Example
This figure gives an example of using FTP commands from the DOS command prompt to save your device’s configuration onto your computer.
Figure 299 FTP Session Example
331 Enter PASS command Password: 230 Logged in ftp> bin 200 Type I OK ftp> get rom-0 zyxel.rom 200 Port command okay 150 Opening data connection for STOR ras 226 File received OK ftp: 16384 bytes sent in 1.10Seconds 297.89Kbytes/sec. ftp> quit
27.5.3 Configuration Backup Using GUI-based FTP Clients
The following table describes some of the commands that you may see in GUI­based FTP clients.
Table 163 General Commands for GUI-based FTP Clients
COMMAND DESCRIPTION
Host Address Enter the address of the host server. Login Type Anonymous.
This is when a user I.D. and password is automatically supplied to the server for anonymous access. Anonymous logins will work only if your ISP or service administrator has enabled this option.
Normal. The server requires a unique User ID and Password to login.
Transfer Type Transfer files in either ASCII (plain text format) or in binary
mode.
Initial Remote Directory
Initial Local Directory Specify the default local directory (path).
Specify the default remote directory (path).
27.5.4 Backup Configuration Using TFTP
The ZyXEL Device supports the up/downloading of the firmware and the configuration file using TFTP (Trivial File Transfer Protocol) over LAN. Although TFTP should work over WAN as well, it is not recommended.
P-2612HWU-F1 User’s Guide
453
Chapter 27 Tools
T o use TFTP, your computer must have both telnet and TFTP clients. To backup the configuration file, follow the procedure sh own next.
1 Use telnet from your computer to connect to the ZyXEL Device and log in. Because
TFTP does not have any security checks, the ZyXEL Device records the IP address of the telnet client and accepts TFTP requests only from this address.
2 Enter command “sys stdio 0” to disable the management idle timeout, so the
TFTP transfer will not be interrupted. Enter command “sys stdio 5” to restore the five-minute management idle timeout (default) when the file transfer is complete.
3 Launch the TFTP client on your computer and connect to the ZyXEL Device. Set
the transfer mode to binary before starting data transfer.
4 Use the TFTP client (see the example below) to transfer files between the ZyXEL
Device and the computer. The file name for the configuration file is “rom-0” (rom- zero, not capital o).
Note that the telnet connection must be active before and during the TFTP transfer. For details on TFTP commands (see following example), please consult the documentation of your TFTP client program. For UNIX, use “get” to transfer from the ZyXEL Device to the computer and “binary” to set binary transfer mode.
27.5.5 TFTP Command Configuration Backup Example
The following is an example TFTP command:
tftp [-i] host get rom-0 config.rom
where “i” specifies binary image transfer mode (use this mode when transferring binary files), “host” is the ZyXEL Device IP address, “get” transf ers the file source on the ZyXEL Device (rom-0, name of the configuration file on the ZyXEL Device) to the file destination on the computer and renames it config.rom.
454
P-2612HWU-F1 User’s Guide
Chapter 27 Tools
27.5.6 Configuration Backup Using GUI-based TFTP Clients
The following table describes some of the fields that you may see in GUI-based TFTP clients.
Table 164 General Commands for GUI-based TFTP Clients
COMMAN D
Host Enter the IP address of the ZyXEL Device. 192.168.1.1 is the ZyXEL Device’s
Send/ Fetch
Local File Enter the path and name of the firmware file (*.bin extension) or
Remote File
Binary Transfer the file in binary mode. Abort Stop transfer of the file.
DESCRIPTION
default IP address when shipped. Use “Send” to upload the file to the ZyXEL Device and “Fetch” to back up the
file on your computer.
configuration file (*.rom extension) on your computer. This is the filename on the ZyXEL Device. The filename for the firmware is
“ras” and for the configuration file, is “rom-0”.
Refer to Section on page 440 to read about configurations that disallow TFTP and FTP over WAN.
27.6 Using FTP or TFTP to Restore Configuration
This section shows you how to restore a previously sa ved configur ation. Note that this function erases the current configuration before restoring a previous back up configuration; please do not attempt to restore unless you have a backup configuration file stored on disk.
FTP is the preferred method for restoring your current computer configuration to your device since FTP is faster. Please note that you must wait for the system to automatically restart after the file transfer is complete.
Do not interrupt the file transfer process as this may PERMANENTLY DAMAGE your device. When the Restore Configuration process is complete, the device automatically restarts .
P-2612HWU-F1 User’s Guide
455
Chapter 27 Tools
27.6.1 Restore Using FTP Session Example
Figure 300 Restore Using FTP Session Example
ftp> put config.rom rom-0 200 Port command okay 150 Opening data connection for STOR rom-0 226 File received OK 221 Goodbye for writing flash ftp: 16384 bytes sent in 0.06Seconds 273.07Kbytes/sec. ftp>quit
Refer to Section on page 440 to read about configurations that disallow TFTP and FTP over WAN.
27.7 FTP and TFTP Firmware and Configuration File Uploads
This section shows you how to upload firmware and configuration files.
Do not interrupt the file transfer process as this may PERMANENTLY DAMAGE your device.
FTP is the preferred method for uploading the firmware and configuration. To use this feature, your computer must have an FTP client. The following sections give examples of how to upload the firmware and the configuration files.
27.7.1 FTP File Upload Command from the DOS Prompt Example
1 Launch the FTP client on your computer.
2 Enter “open”, followed by a space and the IP address of your device.
3 Enter your username as requested (the default is “admin”).
4 Press [ENTER] when prompted for a password.
456
5 Enter “bin” to set transfer mode to binary.
P-2612HWU-F1 User’s Guide
Chapter 27 Tools
6 Use “put” to transfer files from the computer to the device, for example, “put
firmware.bin ras” transfers the firmware on your computer (firmware.bin) to the device and renames it “ras”. Similarly, “put config.rom rom-0” transfers the configuration file on your computer (config.rom) to the device and renames it “rom-0”. Likewise “get rom-0 config.rom” transfers the configuration file on the device to your computer and renames it “config.rom.” See earlier in this chapter for more information on filename conventions.
7 Enter “quit” to exit the ftp prompt.
27.7.2 FTP Session Example of Firmware File Upload
Figure 301 FTP Session Example of Firmware File Upload
331 Enter PASS command Password: 230 Logged in ftp> bin 200 Type I OK ftp> put firmware.bin ras 200 Port command okay 150 Opening data connection for STOR ras 226 File received OK ftp: 1103936 bytes sent in 1.10Seconds 297.89Kbytes/sec. ftp> quit
More commands (found in GUI-based FTP clients) are listed earlier in this chapter.
Refer to Section on page 440 to read about configurations that disallow TFTP and FTP over WAN.
27.7.3 TFTP File Upload
The device also supports the uploading of firmware files using TFTP (Trivial File Transfer Protocol) over LAN. Although TFTP should work over WAN as well, it is not recommended.
To use TFTP, your computer must have both telnet and TFTP clients. To transfer the firmware and the configuration file, follow the procedure shown next.
1 Use telnet from your computer to connect to the device and log in. Because TFTP
does not have any security checks, the device records the IP address of the telnet client and accepts TFTP requests only from this address.
P-2612HWU-F1 User’s Guide
457
Chapter 27 Tools
2 Enter the command “sys stdio 0” to disable the management idle timeout, so the
TFTP transfer will not be interrupted. Enter “command sys stdio 5” to restore the five-minute management idle timeout (default) when the file transfer is complete.
3 Launch the TFTP client on your computer and connect to the device. Set the
transfer mode to binary before starting data transfer.
4 Use the TFTP client (see the example below) to transfer files between the device
and the computer. The file name for the firmware is “ras”.
Note that the telnet connection must be active and the device in CI mode before and during the TFTP transfer. For details on TFTP commands (see following example), please consult the documentation of your TFTP client program. For UNIX, use “get” to transfer from the device to the computer, “put” the other way around, and “binary” to set binary transfer mode.
27.7.4 TFTP Upload Command Example
The following is an example TFTP command:
tftp [-i] host put firmware.bin ras
Where “i” specifies binary image transfer mode (use this mode when transferring binary files), “host” is the device’s IP address, “put” transfers the file source on the computer (firmware.bin – name of the firmware on the computer) to the file destination on the remote host (ras - name of the firmware on the device).
Commands that you may see in GUI-based TFTP clients are listed earlier in this chapter.
458
P-2612HWU-F1 User’s Guide
CHAPTER 28
Diagnostic
28.1 Overview
These read-only screens display information to help you identify problems with the ZyXEL Devic e.
28.1.1 What You Can Do in the Diagnostic Screens
Use the General Diagnostic screen (Section 28.2 on page 459) to ping an IP address.
28.2 The General Diagnostic Screen
Click Maintenance > Diagnostic to open the screen shown next.
Figure 302 Maintenance > Diagnostic > General
P-2612HWU-F1 User’s Guide
459
Chapter 28 Diagnostic
The following table describes the fields in this screen.
Table 165 Maintenance > Diagnostic > General
LABEL DESCRIPTION
TCP/IP Address
Ping Click this button to ping the IP address that you entered.
Type the IP address of a computer that you want to ping in order to test a connection.
460
P-2612HWU-F1 User’s Guide
CHAPTER 29
Troubleshooting
29.1 Overview
This chapter offers some suggestions to solve problems you might encounter. The potential problems are divided into the following categories.
Power, Hardware Connections, and LEDs
ZyXEL Device Access and Login
Internet Access
Phone Calls and VoIP
Multiple SIP Accounts
USB Device Connection
29.2 Power, Hardware Connections, and LEDs
The ZyXEL Device does not turn on. None of the LEDs turn on.
1 Make sure the ZyXEL Device is turned on.
2 Make sure you are using the power adaptor or cord included with the ZyXEL
Device.
3 Make sure the power adaptor or cord is connected to the ZyXEL Device and
plugged in to an appropriate power source. Make s ure the power source is turned on.
4 Turn the ZyXEL Device off and on.
5 If the problem continues, contact the vendor.
P-2612HWU-F1 User’s Guide
461
Chapter 29 Troubleshooting
One of the LEDs does not behave as expected.
1 Make sure you understand the normal behavior of the LED. See Section 1.4 on
page 28.
2 Check the hardware connections. See the Quick Start Guide.
3 Inspect your cables for damage. Contact the vendor to replace any damaged
cables.
4 Turn the ZyXEL Device off and on.
5 If the problem continues, contact the vendor.
29.3 ZyXEL Device Access and Login
I forgot the IP address for the ZyXEL Device.
1 The default IP address is 192.168.1.1.
2 If you changed the IP address and have forgotten it, you might get the IP address
of the ZyXEL Device by looking up the IP address of the default gateway for your computer. To do this in most Windows computers, click Start > Run, enter cmd, and then enter ipconfig. The IP address of the Default Gateway might be the IP address of the ZyXEL Device (it depends on the network), so enter this IP add ress in your Internet browser.
3 If this does not work, you have to reset the device to its factory defaults. See
Section 1.5 on page 30.
I cannot see or access the Login screen in the web configurator.
462
1 Make sure you are using the correct IP address.
• The default IP address is 192.168.1.1.
• If you changed the IP address (Section on page 127), use the new IP address.
P-2612HWU-F1 User’s Guide
Chapter 29 Troubleshooting
• If you changed the IP address and have forgotten it, see the troubleshooting suggestions for I forgot the IP address for the ZyXEL Device.
2 Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide.
3 Make sure your Internet bro wser does not block pop-up windows and has
JavaScripts and Jav a enabled. See Appendix B on page 511.
4 If you disabled Any IP (Section 7.2.1 on page 120), make sure your computer is
in the same subnet as the ZyXEL Device. (If you know that there are routers between your computer and the ZyXEL Device, skip this step.)
• If there is a DHCP server on your network, make sure your computer is using a dynamic IP address. See Appendix A on page 485. Your ZyXEL Device is a DHCP server by default.
• If there is no DHCP server on your network, make sure your co mputer’s IP address is in the same subnet as the ZyXEL Device. See Appendix A on page
485.
5 Reset the device to its factory defaults, and try to access the ZyXEL Device with
the default IP address. See Section 1.5 on page 30.
6 If the problem continues, contact the network administrator or vendor, or try one
of the advanced suggestions.
Advanced Suggestions
• Try to access the Z yXEL Device using another service, such as Telnet. If you can access the ZyXEL Device, check the remote management settings and firewall rules to find out why the ZyXEL Device does not respond to HTTP.
• If your computer is connected to the WAN port or is connected wirelessly, use a computer that is connected to a ETHERNET port.
I can see the Login screen, but I cannot log in to the ZyXEL Device.
1 Make sure you have entered the user name and password correctly. The default
user name is admin. These fields are case-sensitiv e , so make sure [Caps Lock] is not on.
2 You cannot log in to the web configurator while someone is using Telnet to access
the ZyXEL Device. Log out of the ZyXEL Device in the other session, or ask the person who is logged in to log out.
3 Turn the ZyXEL Device off and on.
P-2612HWU-F1 User’s Guide
463
Chapter 29 Troubleshooting
4 If this does not work, you have to reset the device to its factory defaults. See
Section 29.2 on page 461.
I cannot Telnet to the ZyXEL Device.
See the troubleshooting suggestions for I cannot see or access the Login screen in
the web configurator. Ignore the suggestions about your browser.
I cannot use FTP to upload / download the configuration file. / I cannot use FTP to upload new firmware.
See the troubleshooting suggestions for I cannot see or access the Login screen in
the web configurator. Ignore the suggestions about your browser.
29.4 Internet Access
I cannot access the Internet.
1 Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide and Section 1.4 on page 28.
2 Make sure you entered your ISP account information correctly in the wizard. These
fields are case-sensitive, so make sure [Caps Lock] is not on.
3 If you are trying to access the Internet wirelessly, make sure the wireless settings
in the wireless client are the same as the settings in the AP.
4 Disconnect all the cables from your device, and follow the directions in the Quick
Start Guide again.
5 If the problem continues, contact your ISP.
464
I cannot access the Internet anymore. I had access to the Internet (with the ZyXEL Device), but my Internet connection is not available anymore.
P-2612HWU-F1 User’s Guide
Chapter 29 Troubleshooting
1 Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide and Section 1.4 on page 28.
2 Turn the ZyXEL Device off and on.
3 If the problem continues, contact your ISP.
The Internet connection is slow or intermittent.
1 There might be a lot of traffic on the network. Look at the LEDs, and check Section
1.4 on page 28. If the ZyXEL Device is sending or receiving a lot of information,
try closing some programs that use the Internet, especially peer-to-peer applications.
2 Check the signal strength. If the signal strength is low, try moving the ZyXEL
Device closer to the AP if possible, and look around to see if there are any devices that might be interfering with the wireless network (for example, microwaves, other wireless networks, and so on).
3 Turn the ZyXEL Device off and on.
4 If the problem continues, contact the network administrator or vendor, or try one
of the advanced suggestions.
Advanced Suggestions
• Check the settings for bandwidth management. If it is disabled, you might consider activating it. If it is enabled, you might consider changing the allocations.
• Check the settings for QoS. If it is disabled, you might consi der activating it. If it is enabled, you might consider raising or lowe ri ng the priority for some applications.
29.5 Phone Calls and VoIP
The telephone port won’t work or the telephone lacks a dial tone.
1 Check the telephone connections and telephone wire.
P-2612HWU-F1 User’s Guide
465
Chapter 29 Troubleshooting
I can access the Internet, but cannot make VoIP calls.
1 The PHONE light should come on. Make sure that your telephone is connected to
the PHONE port.
2 You can also check the VoIP status in the Status screen.
3 If the VoIP settings are correct, use speed dial to make peer-to-peer calls. If you
can make a call using speed dial, there may be something wrong with the SIP server, contact your VoIP service provider.
29.6 Multiple SIP Accounts
You can set up two SIP accounts on your ZyXEL Device and your ZyXEL Device is equipped with two phone ports. By default yo ur ZyXEL Device uses SIP account 1 with both phone ports for outgoing calls, and it uses SIP accounts 1 and 2 for incoming calls. With this setting, you always use SIP account 1 for your outgoing calls and you cannot distinguish which SIP account the calls are coming in through. If you want to control the use of different dialing plans for accounting purposes or other reasons, you need to configure your phone ports in order to control which SIP account you are using when placing or receiving calls.
466
P-2612HWU-F1 User’s Guide
29.6.1 Outgoing Calls
The following figure represents the default behavior of your ZyXEL Device when two SIP accounts are configured and you are using two phones. When you place a call from phone port 1 or phone port 2, the ZyXEL Device will use SIP account 1.
Figure 303 Outgoing Calls: Default
PHONE 1
Chapter 29 Troubleshooting
SIP 1
Internet
PHONE 2
In the next example, phone port 1 is configured to use SIP account 1 and phone port 2 is configured to use SIP account 2. In this case, every time you place a call through phone port 1, you are using your SIP account 1. Similarly, every time you place a call through phone port 2, you are using your SIP account 2. To apply these configuration changes you need to configure the Analog Phone screen. See
Section 10.5 on page 190.
SIP 2
Figure 304 Outgoing Calls: Individual Configuration
PHONE 1
SIP 1
Internet
PHONE 2
P-2612HWU-F1 User’s Guide
SIP 2
467
Chapter 29 Troubleshooting
29.6.2 Incoming Calls
The following example shows the default behavior of your ZyXEL Device for incoming calls when two SIP accounts are configured and you are using two phones. When a call comes in from your SIP account 1, the phones connected to both phone port 1 and phone port 2 ring. Similarly, when a call comes in from your SIP account 2, the phones connected to both phone port 1 and phone port 2 ring. In either case you are not sure which SIP account the call is coming from.
Figure 305 Incoming Calls: Default
PHONE 1
SIP 1
Internet
PHONE 2
In the next example, phone port 1 is configured to use SIP account 1 and phone port 2 is configured to use SIP account 2 for incoming calls. In this case, every time you receive a call from your SIP account 1, the phone connected to phone port 1 rings. Similarly, every time you receive a call from your SIP account 2,
SIP 2
468
P-2612HWU-F1 User’s Guide
Chapter 29 Troubleshooting
phone port 2 rings. To apply these configuration changes you need to configure the Analog Phone screen. See Section 10.5 on page 190.
Figure 306 Incoming Calls: Individual Configuration
PHONE 1
SIP 1
Internet
PHONE 2
29.7 USB Device Connection
The ZyXEL Device fails to detect my USB device.
1 Disconnect the USB device.
2 Reboot the ZyXEL Device.
3 If you are connecting a USB hard drive that comes with an external power supply,
make sure it is connected to an appropriate power source that is on.
4 Re-connect your USB device to the ZyXEL Device.
SIP 2
P-2612HWU-F1 User’s Guide
469
Chapter 29 Troubleshooting
470
P-2612HWU-F1 User’s Guide
CHAPTER 30
Product Specifications
The following tables summarize the ZyXEL Device’s hardware and firmware features.
Hardware Specifications
Table 166 Hardware Specifications
Dimensions (218 W) x (144 D) x (40 H) mm Weight 460 g Power Specification 18V 1A DC Built-in Switch Four auto-negotiating, auto MDI/MDI-X 10/100 Mbps RJ-45
Ethernet ports DSL Port One RJ11 DSL port WAN Port One RJ45 WAN port PHONE Ports 2 RJ-11 FXS POTS ports RESET Button Restores factory defaults WLAN Button 1 second: Turn on or off WLAN
USB Port One USB v2.0 port for file sharing or print server setup Antenna One attached external dipole antenna, 2.9 dBi Operation
Temperature Storage Temperature -20º ~ 60º C Operation Humidity 20% ~ 85% RH Storage Humidity 20% ~ 90% RH Distance between the
centers of the holes (for wall-mounting) on the device’s back
Screw size for wall­mounting
P-2612HWU-F1 User’s Guide
5 seconds: Start WPS
0º C ~ 40º C
137.20mm
M4 tap
471
Chapter 30 Product Specifications
Firmware Specifications
Table 167 Firmware Specifications
Default IP Address 192.168.1.1 Default Subnet Mask 255.255.255.0 (24 bits) Default User Name adminpldt Default Password 1234567890 DHCP Server IP Pool Starting Address: 192.168.1.33
Size: 32
Static DHCP Addresses
Content Filtering Web page blocking by URL keyword. Static Routes 16 Device Management Use the web configurator to easily configure the rich range of
Wireless Functionality
(wireless devices only)
Firmware Upgrade Download new firmware (when available) from the Z yXEL web site
10
features on the ZyXEL Device. Allow the IEEE 802.11b and/or IEEE 802.11g wireless clients to
connect to the ZyXEL Device wirelessly. Enable wireless security (WEP, WPA(2), WPA(2)-PSK) and/or MAC filtering to protect your wireless network.
and use the web configurator, an FTP or a TFTP tool to put it on the ZyXEL Device.
Note: Only upload firmware for your specific model!
Configuration Backup & Restoration
Network Address Translation (NAT)
Port Forwarding If you have a server (mail or web server for example) on your
IEEE 802.1Q and IEEE 802.1P
DHCP (Dynamic Host Configuration Protocol)
Make a copy of the ZyXEL Device’s configuration. You can put it back on the ZyXEL Device later if you decide to revert back to an earlier configuration.
Each computer on your network must have its own unique IP address. Use NAT to convert your public IP address(es) to multiple private IP addresses for the computers on your network.
network, you can use this feature to let people access it from the Internet.
Use IEEE 802.1Q VLAN and IEEE 802.1P priority tags in implementing QoS. Configure VLANs based on port, PVC, and SSID. Specify a PVID to assign to untagged frames or priority­tagged frames received on this port, SSID, or PVC. Assign a priority for the traffic transmitted through a port, SSID, or PVC.
Use this feature to have the ZyXEL Device assign IP addresses, an IP default gateway and DNS servers to computers on your network. Your device can also act as a surrogate DHCP server (DHCP Relay) where it relays IP address assignment from the actual real DHCP server to the clients.
472
P-2612HWU-F1 User’s Guide
Chapter 30 Product Specifications
Table 167 Firmware Specifications (continued)
Dynamic DNS Support
IP Multicast IP multicast is used to send traffic to a specific group of
Time and Date Get the current time and date from an external server when you
Logs Use logs for troubleshooting. You can send logs from the ZyXEL
Universal Plug and Play (UPnP)
Firewall Your device has a stateful inspection firewall with DoS (Denial of
Content Filtering Content filtering allows you to block access to Internet web sites
QoS (Quality of Service)
Remote Management This allows you to decide whether a service (HT TP or FTP traffic for
Any IP The Any IP feature allows a computer to access the Internet and
PPPoE Support (RFC2516)
IPSec VPN Capability Establish a Virtual Priv ate Network (VPN) to connect with business
With Dynamic DNS (Domain Name System) support, you can use a fixed URL, www.zyxel.com for example, with a dynamic IP address. You must register for this service with a Dynamic DNS service provider.
computers. The ZyXEL Device supports versions 1 and 2 of IGMP (Internet Group Management Protocol) used to join multicast groups (see RFC 2236).
turn on your ZyXEL Device. You can also set the time manually. These dates and times are then used in logs.
Device to an external syslog server. A UPnP-enabled device can dynamically join a network, obtain an
IP address and convey its capabilities to other devices on the network.
Service) protection. By default, when the firewall is activated, all incoming traffic from the WAN to the LAN is blocked unless it is initiated from the LAN. The firewall supports TCP/UDP inspection, DoS detection and prevention, real time alerts, reports and logs.
that contain key words (that you specify) in the URL. You can also schedule when to perform the filtering and give trusted LAN IP addresses unfiltered Internet access.
You can efficiently manage traffic on your network by reserving bandwidth and giving priority to certain types of traffic and/or to particular computers.
example) from a computer on a network (LAN or WAN for example) can access the ZyXEL Device.
the ZyXEL Device without changing the network settings (such as IP address and subnet mask) of the computer, when the IP addresses of the computer and the ZyXEL Device are not in the same subnet.
PPPoE (Point-to-Point Protocol over Ethernet) emulates a dial-up connection. It allows your ISP to use their existing network configuration with newer broadband technologies such as ADSL. The PPPoE driver on your device is transparent to the computers on the LAN, which see only Ethernet and are not aware of PPPoE thus saving you from having to manage PPP oE clients on individual computers.
partners and branch offices using data encryption and the Internet to provide secure communications without the expense of leased site-to-site lines. The ZyXEL Device VPN is based on the IPSec standard and is interoperable with other IPSec-based VPN products.
P-2612HWU-F1 User’s Guide
The ZyXEL Device supports up to two simultaneous IPSec connections.
473
Chapter 30 Product Specifications
Table 167 Firmware Specifications (continued)
Other PPPoE Features PPPoE idle time out
Multiple PVC (Permanent Virtual Circuits) Support
IP Alias IP alias allows you to partition a physical network into logical
Packet Filters Your device’s packet filtering function allows added network
ADSL Standards Support ITU G.992.1 G.dmt
PPPoE dial on demand Your device supports one Permanent Virtual Circuits (PVCs).
networks over the same Ethernet interface. Your device supports three logical LAN interfaces via its single physical Ethernet interface with the your device itself as the gateway for each LAN network.
security and management.
EOC specified in ITU-T G.992.1 ADSL2 G.dmt.bis (G.992.3) ADSL2 G.lite.bis (G.992.4) ADSL 2/2+ AnnexM ADSL2+ (G.992.5) Reach-Extended ADSL (RE ADSL) SRA (Seamless Rate Adaptation) Auto-negotiating rate adaptation ADSL physical connection AAL5 (ATM Adaptation Layer type 5) Multi-protocol over AAL5 (RFC 2684/1483) PPP over ATM AAL5 (RFC 2364) PPP over Ethernet (RFC 2516) Multiple PPPoE VC-based and LLC-based multiplexing I.610 F4/F5 OAM
474
P-2612HWU-F1 User’s Guide
Table 167 Firmware Specifications (continued)
Other Protocol Support
Management Embedded Web Configurator
PPP (Point-to-Point Protocol) link layer protocol Transparent bridging for unsupported network layer protocols RIP I/RIP II ICMP ATM QoS SNMP v1 and v2c with MIB II support (RFC 1213) IP Multicasting IGMP v1 and v2 IGMP Proxy
CLI (Command Line Interpreter) SNMP v1 & v2c with MIB II Embedded FTP/TFTP Server for firmware upgrade and
configuration file backup and restore Telnet for remote management
Chapter 30 Product Specifications
Voice Specifications
Note: To take full advantage of the supplementary phone services available through
the ZyXEL Device's phone port, you may need to subscribe to the se rvices from your VoIP service provider.
Note: Not all features are supported by all service providers. Consult your service
provider for more information.
Remote Management Control: Telnet, FTP, Web, SNMP and DNS. Remote Firmware Upgrade Syslog
P-2612HWU-F1 User’s Guide
475
Chapter 30 Product Specifications
Table 168 Voice Features
Call Park and Pickup
Call Return With call return, you can place a call to the last number that called
Country Code Phone standards and settings differ from one country to another, so
Do not Disturb (DnD)
Auto Dial You can set the ZyXEL Device to automatically dial a specified number
Phone config The phone config table allows you to customize the phone keypad
HTTP pincode If your service provider uses an auto provisioning server , y ou need to
Firmware update enable / disable
Call waiting This feature allows you to hear an alert when you are already using
Call park and pickup lets you put a call on hold (park) and then continue the call (pickup). The caller must still pay while the call is parked.
When you park the call, you enter a number of your choice (up to eight digits), which you must enter again when you pick up the call. If you do not enter the correct number, you cannot pickup the call. This means that only someone who knows the number you have chosen can pick up the call.
You can have more than one call on hold at the same time, but you must give each call a different number.
you (either answered or missed). The last incoming call can be through either SIP or PSTN.
the settings on your ZyXEL Device must be configured to match those of the country you are in. The country code feature allows you to do this by selecting the country from a list rather than changing each setting manually . Configu re the country code feature when you move the ZyXEL Device from one country to another.
This feature allows you to set your phone not to ring when someone calls you. You can set each phone independently using its keypad, or configure global settings for all phones using the command line interpreter.
immediately whenever you lift a phone off the hook. Use the Web Configurator to set the specified number. Use the command line interpreter to have the ZyXEL Device wait a specified length of time before dialing the number.
combinations you use to access certain features on the ZyXEL Device, such as call waiting, call return, and call forward. The phone config table is configurable in command interpreter mode.
enter a personal identification number (supplied by your service provider) before you first use the feature.
If your service provider uses this feature, you hear a recorded message when you pick up the phone when new firmware is available for your ZyXEL Device . Enter *99# in your phone’s keypad to have the ZyXEL Device upgrade the firmware, or enter #99# to not upgrade. If your service provider gave you different numbers to use, enter them instead. If you enter the code to not upgrade, you can make a call as normal. You will hear the recording again each time you pick up the phone, until you upgrade.
the phone and another person calls you. You can then either reject the new incoming call, put your current call on hold and receive the new incoming call, or end the current call and receive the new incoming call.
476
P-2612HWU-F1 User’s Guide
Chapter 30 Product Specifications
Table 168 Voice Features
Call forwarding With this feature, you can set the ZyXEL Device to forward calls to a
specified number, either unconditionally (always), when your number is busy, or when you do not answer. You can also forward incoming calls from one specified number to another.
Caller ID The ZyXEL Device supports caller ID, which allows you to see the
originating number of an incoming call (on a phone with a suitable display).
REN A Ringer Equivalence Number (REN) is used to determine the number
of devices (like telephones or fax machines) that may be connected to the telephone line. Your device has a REN of three, so it can support three devices per telephone port.
Dynamic Jitter Buffer
Multiple SIP Accounts
Multiple Voice Channels
Voice Activity Detection/Silence Suppression
Comfort Noise Generation
Echo Cancellation You device supports G.168, an ITU-T standard for eliminating the
QoS (Quality of Service)
The built-in adaptive buffer helps to smooth out the variations in delay (jitter) for voice traffic. This helps ensure good voice quality for your conversations.
You can simultaneously use multiple voice (SIP) accounts and assign them to the telephone port.
Your device can simultaneously handle multiple voice channels (telephone calls). Additionally you can answer an incoming phone call on a VoIP account, even wh ile someone else is using the account for a phone call.
Voice Activity Detection (V AD) reduces the bandwidth that a call uses by not transmitting when you are not speaking.
Your device generates background noise to fill moments of silence when the other device in a call stops transmitting because the other party is not speaking (as total silence could easily be mistaken for a lost connection).
echo caused by the sound of your voice reverberating in the telephone receiver while you talk.
Quality of Service (QoS) mechanisms help to provide better service on a per-flow basis. Your device supports Type of Service (ToS) tagging and Differentiated Services (DiffServ) tagging. This allows the device to tag voice frames so they can be prioritized over the network.
P-2612HWU-F1 User’s Guide
477
Chapter 30 Product Specifications
Table 168 Voice Features
SIP ALG Your device is a SIP Application Layer Gateway (ALG). It allows VoIP
Other Voice Features
calls to pass through NAT for devices behind it (such as a SIP-based VoIP software application on a computer).
SIP version 2 (Session Initiatiion Protocol RFC 3261) SDP (Session Description Protocol RFC 2327) RTP (RFC 1889) RTCP (RFC 1890) Voice codecs (coder/decoders) G.711, G.729 Fax and data modem discrimination DTMF Detection and Generation DTMF: In-band and Out-band traffic (RFC 2833),(PCM), (SIP INFO) Point-to-point call establishment between two IADs Quick dialing through predefined phone book, which maps the phone
dialing number and destination URL. Flexible Dial Plan (RFC3525 section 7.1.14)
Wireless Features
Table 169 Wireless Features
External Antenna The ZyXEL Device is equipped with an attached antenna to
Multiple SSID Multiple SSID allows the ZyXEL Device to operate up to 4
WDS WDS (Wireless Distribution System) lets the ZyXEL Device
Wireless LAN MAC Address Filtering
WEP Encryption WEP (Wired Equivalent Privacy) encrypts data frames before
Wi-Fi Protected Access Wi-Fi Protected Access (WPA) is a subset of the IEEE 802.11i
WPA2 WPA 2 is a wireless security standard that defines stronger
provide a clear radio signal between the wireless stations and the access points.
different wireless networks simultaneously, each with independently configurable wireless and security settings.
act as a bridge with other ZyXEL access points. Your device can check the MAC addresses of wireless stations
against a list of allowed or denied MAC addresses.
transmitting over the wireless network to help keep network communications private.
security standard. Key differences between WPA and WEP are user authentication and improved data encryption.
encryption, authentication and key management than WPA.
478
P-2612HWU-F1 User’s Guide
Table 169 Wireless Features
WPS Wi-Fi Protected Setup Other Wireless Features IEEE 802.11g Compliance
Frequency Range: 2.4 GHz ISM Band Advanced Orthogonal Frequency Division Multiplexing
(OFDM) Data Rates: 54Mbps, 11Mbps, 5.5Mbps, 2Mbps, and 1 Mbps
Auto Fallback T urn on-off WLAN by WLAN button (press the WLAN button
for one second to turn the WLAN on or turn off; five seconds to turn on WPS)
IEEE 802.11i IEEE 802.11e Wired Equivalent Privacy (WEP) Data Encryption 64/128/256
bit. WLAN bridge to LAN
Chapter 30 Product Specifications
Up to 32 MAC Address filters IEEE 802.1x External RADIUS server using EAP-MD5, TLS, TTLS Scheduling lets you set when the WLAN is on.
The following list, which is not exhaustive, illustrates the standards supported in the ZyXEL Device.
Table 170 Standards Supported
STANDARD DESCRIPTION
RFC 867 Daytime Protocol RFC 868 Time Protocol. RFC 1058 RIP-1 (Routing Information Protocol) RFC 1112 IGMP v1 RFC 1157 SNMPv1: Simple Network Management Protocol version 1 RFC 1305 Network Time Protocol (NTP version 3) RFC 1441 SNMPv2 Simple Network Management Protocol version 2 RFC 1483 Multiprotocol Encapsulation over ATM Adaptation Layer 5 RFC 1631 IP Network Address Translator (NAT) RFC 1661 The Point-to-Point Protocol (PPP) RFC 1723 RIP-2 (Routing Information Protocol) RFC 1901 SNMPv2c Simple Network Management Protocol version 2c RFC 2236 Internet Group Management Protocol, Version 2. RFC 2364 PPP over AAL5 (PPP over ATM over ADSL)
P-2612HWU-F1 User’s Guide
479
Chapter 30 Product Specifications
Table 170 Standards Supported (continued)
STANDARD DESCRIPTION
RFC 2408 Internet Security Association and Key Management Protocol
RFC 2516 A Me thod for Transmitting PPP Over Ethernet (PPPoE) RFC 2684 Multiprotocol Enca psulation over ATM Adaptation Layer 5. RFC 2766 Network A ddress Translation - Protocol IEEE 802.11 Also known by the brand Wi-Fi, denotes a set of Wireless LAN/
IEEE 802.11b Uses the 2.4 gigahertz (GHz) band IEEE 802.11g Uses the 2.4 gigahertz (GHz) band IEEE 802.11d Standard for Local and Metropolitan Area Networks: Media
IEEE 802.11x Port Based Network Access Control. IEEE 802.11e QoS IEEE 802.11 e Wireless LAN for Quality of Service ANSI T1.413, Issue 2 Asymmetric Digital Subscriber Line (ADSL) standard. G dmt(G.992.1) G.992.1 Asymmetrical Digital Subscriber Line (ADSL)
ITU G.992.1 (G.DMT) ITU standard for ADSL using discrete multitone modulation. ITU G.992.2 (G. Lite) ITU standard for ADSL using discrete multitone modulation. ITU G.992.3
(G.dmt.bis) ITU G.992.4
(G.lite.bis) ITU G.992.5 (ADSL2+) ITU standard (also referred to as ADSL2+) that extends the
Microsoft PPTP MS PPTP (Microsoft's implementation of Point to Point Tunneling
RFC 2383 ST 2+ over ATM Protocol Specification - UNI 3.1 Version TR-069 TR-069 DSL Forum Standard for CPE Wan Management.
1.363.5 Compli ant AAL5 SAR (Segmentation And Re-assembly)
(ISAKMP)
WLAN standards developed by working group 11 of the IEEE LAN/MAN Standards Committee (IEEE 802).
Access Control (MAC) Bridges
Transceivers
ITU standard (also referred to as ADSL2) that extends the capability of basic ADSL in data rates.
ITU standard (also referred to as ADSL2) that extends the capability of basic ADSL in data rates.
capability of basic ADSL by doubling the number of downstream bits.
Protocol)
Power Adaptor Specifications
Table 171 Power Adaptor Specifications
NORTH AMERICAN PLUG STANDARDS
AC Power Adapter Model MT18-Y180100-A1 Input Power 120V~60Hz 0.5A
480
P-2612HWU-F1 User’s Guide
Loading...
+ 95 hidden pages