星期一, 1月 26, 2015

3com SMC的switch 校時設定

3com 4210 交換器的ntp server 校時設定

<4210>system view
[4210]ntp-service unicast-server "NTP SERVER的IP"
[4210]quit
<4210>clock timezone t8 add 08:00:00 (註:t8可自訂名稱,例如taiwan,taipei等)
<4210>display clock
12:12:03 t8 Mon 01/26/2015
Time Zone : t8 add 08:00:00
<4210>display ntp-service status
 Clock status: synchronized
 Clock stratum: 12
 Reference clock ID: NTP SERVER的IP
 Nominal frequency: 100.0000 Hz
 Actual frequency: 99.9999 Hz
 Clock precision: 2^18
 Clock offset: 0.0000 ms
 Root delay: 16.06 ms
 Root dispersion: 563.47 ms
 Peer dispersion: 11.43 ms
 Reference time: 04:12:10.612 UTC Jan 26 2015(D8703D1A.9CB8E086)
<4210>

SMC 8126L2交換器校時設定
***************************************************************


Vty-0#configure
Vty-0(config)#sntp server 172.20.1.242
Vty-0(config)#clock timezone taiwan hours 8 minute 0 after-UTC (註:taiwan這個名稱可以自訂)
Vty-0(config)#exit
Vty-0#show sntp
Current Time:  Jul  7 21:51:35 2015
Poll Interval: 16
Current  Mode: unicast
SNTP Status:   Enabled
SNTP Server:    172.20.1.242 0.0.0.0 0.0.0.0
                                                 Current Server: 172.20.1.242
Vty-0#

















星期六, 1月 24, 2015

Zyxel NWA3160N command manage

Default name admin
password 1234

Managing the NWA3000-N Series AP: Console Port  SETTING VALUE
Speed 115200 bps
Data Bits 8
Parity None
Stop Bit 1
Flow Control Off

Router> configure terminal
Router(config)#show running-config (秀出設定內容)
Router(config)# show capwap_wtp ap discovery-type (秀出控制器的發現型式)
Discovery type : Broadcast
Router(config)# capwap ap vlan ip address 192.168.1.37 255.255.255.0(設定client Ap的Ip)
Router(config)# capwap ap vlan ip gateway 192.168.1.32(設定client Ap的gateway)
outer(config)# capwap ap ac-ip 192.168.1.1 192.168.1.2(設定控制器的IP,若IP只有1個,則後面要加遮罩,例255.255.255.0)
Router(config)# show capwap ap discovery-type
Discovery type : Static AC IP
Router(config)# show capwap ap ac-ip
AC IP: 192.168.1.1 192.168.1.2
Router(config)# exit
Router# show capwap ap info (秀出是是否有找到控制器)
SM-State RUN(8)
msg-buf-usage 0/10 (Usage/Max)
capwap-version 10118
Radio Number 1/4 (Usage/Max)
BSS Number 8/8 (Usage/Max)
IANA ID 037a
Description AP-0013499999FF

Router# write(寫入設定檔)
Router# show version(秀出firemware的版本)

星期五, 1月 09, 2015

ISG50的內部分機號碼如何和NGN網路電話號碼做對映


一、CONFIGURATIO->PBX->OutboundLine Management->Outbound Trunk Group>【Trusted Peer Settings】內的自訂的TANET選擇,點選【Auto Attendant】



二、增加DDI/DID Mapping Summary的對映號碼(註:Direct Inward Dialing (DID) or Direct Dial-in (DDI) )如果已達上限無法加入,就要使用command



三、但是32組號碼後,已不能利用web方式增加,這時就要利用指令方式(command mode)



四、以telnet進入ISG-50的console端中,

#enable

#configure terminal

#pbx outbound-trust-peer TANet

#ddi-mapping 907004999_999

#write


這邊是以907004999對應到分機999為示範