P-660HW-Tx v3 Series Support Notes
78
All contents copyright © 2008 ZyXEL Communications Corporation.
2. VC auto-hunting only supports dynamic WAN IP address. If the router is
set a static WAN IP address. VC auto-hunting function will be disabled.
The entry of hunting pool must also contain the VPI, VCI, and which kinds of
hunting patterns you wish to send. Whenever system send out all the probing
patterns with specific VPI/VCI, system will wait for 5~10 seconds and get the
response from ISP, the response patterns will decide which kinds of ADSL
services of the line will be. After that, system will save back the correct VPI,
VCI and also services (encapsulation) type into profile of WAN interface.
Configure the VC auto-hunting preconfigured table.
(1) Display auto-haunting preconfigured table by using command from
CLI
:
wan atm vchunt disp
(2) Add items to the auto-haunting preconfigured table by using commands:
wan atm vchunt add <remoteNodeIndex> <vpi> <vci> <service
bit(hex)>
wan atm vchunt save
Note:
<remote node> : input the remote node index 1-8
<vpi> : vpi value
<vci> : vci value
<service>: it
‟s a hex value, bit0:PPPoE/VC (1), bit1:PPPoE/LLC (2) ,
bit2:PPPoA/VC (4), bit3:PPPoA/LLC (8), bit4:Enet/VC (16), bit5 :Enet/LLC (32)
For example:
(1) If you need service PPPoE/LLC and Enet/LLC then the service bits will be
2+32 = 34 (decimal) = 22 (hex), you must input 22
(2) If you want to enable all service for VC hunting, the service bits will be
1+2+4+8+16+32=63(decimal)= 3f (hex), you must input 3f