最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

海康设备在中兴力维平台上的配置方法 (1)

IT圈 admin 39浏览 0评论

2024年2月17日发(作者:圭丹亦)

百度文库 - 让每个人平等地提升自我!

海康威视设备配置方法

通过串口登陆配置

超级终端串口参数设置

按确定后 在超级终端中按回车 会出现 “->”或“#” 的提示符

通过TELNET 登陆配置(网络摄像机只能通过TELNET方式登陆)

新机默认的IP地址为 192.0.0.64

telnet 192.0.0.64 提示输入用户名、密码

61系列设备及网络摄像机用户名密码为 admin 12345

其他设备用户名密码为 root password

登陆后,输入 help,就可以看到前端支持的命令。

# help

Commands Usage

help : Printf the command usage list

getIp : Get the device's IP address

setIp : Set the device's IP address.

Usage: setIp [IP ADDRESS]:[SUBNET MASK]

e.g. setIp 192.168.1.10:255.255.255.0

setPort : Set the device's command PORT

Usage: setPort [PORT NUMBER]

e.g. setPort 8000

setGateway: Set the device's gateway

Usage: setGateway [GATEWAY ADDRESS]

1

百度文库 - 让每个人平等地提升自我!

e.g. setGateway 192.168.1.1

setCGS :Set CGS IP. e.g. setCGS "192.168.1.10 9090"

getCGS :get CGS IP.

setAccount :Set setAccount "pu 123"

getAccount :get PU Account.

setPUID :Set device ID

getPUID :Get device ID

logon :start to display log

logoff :stop to display log

filteripoff :close client IP filter. pu default filteripoff

filteripon :open client IP filter. e.g. filteripon

setAccess :set ip list which can access this pu. e.g. setAccess ip1,ip2,ip3

getAccess :show ip list which can access this pu. e.g. getAccess.

delAccess :delete the ip which can access this pu. e.g. delAccess 2.

第一步:设置中兴力维平台ID号命令。(ID由平台提供)

例如ID: 159

则命令如下

setPuid

159;

第二步:设置中兴力维平台接入服务器IP地址及端口号。

例如中兴力维平台IP地址为61.131.208.7 端口为 8000

则命令如下:

SetCGS 61.131.208.7 8000

第三步;设置视频服务器的 IP、 掩码、 网关(设备若使用固定IP,可直接设置,若拨号上网,则使用网络客户端设置相关拨号账号及密码。)

例如 setIp 192.168.1.10:255.255.255.0

setGateway 192.168.1.1

第四步:重启设备。

输入:reboot(rebootDev),或者直接断电重启

其它命令:

1、 查看设备注册平台情况 showpu

# showpu

pu status CSG registed, SIP registed. rumtime 2008-06-30 09:19:09

heart period = 0 enable heating 0

MDU 61.131.208.35:port 5061

CGS 61.131.208.7:port 8000

total sip slot 30, handle slot 1 , recv slot 0, free slot 29

SIP Session Resource 102120 (Session Number 30)

Total connect 0

2

百度文库 - 让每个人平等地提升自我!

UTC now 2008-06-30 09:22:36 ( calendar time 1214817756 - local time 1214817756)

Media File Header (bytes 40 )34 48 4b 48 fe b3 d0 d6 8 3 4 20 0 0 0 0 3 10 1 10

1 10 10 0 80 3e 0 0 60 1 20 1 11 10 0 0 4 0 0 0

2、查看设备配置的ID号及平台地址

#getPUID 查看配置的ID号。

#getCGS 查看设备配置的服务器地址。

其他一些功能的配置可以通过海康威视4.01版客户端来完成。包括设置设备的PPPOE拨号、硬盘的格式化、前端录像策略的设置、云台解码器的设置等等。

3

2024年2月17日发(作者:圭丹亦)

百度文库 - 让每个人平等地提升自我!

海康威视设备配置方法

通过串口登陆配置

超级终端串口参数设置

按确定后 在超级终端中按回车 会出现 “->”或“#” 的提示符

通过TELNET 登陆配置(网络摄像机只能通过TELNET方式登陆)

新机默认的IP地址为 192.0.0.64

telnet 192.0.0.64 提示输入用户名、密码

61系列设备及网络摄像机用户名密码为 admin 12345

其他设备用户名密码为 root password

登陆后,输入 help,就可以看到前端支持的命令。

# help

Commands Usage

help : Printf the command usage list

getIp : Get the device's IP address

setIp : Set the device's IP address.

Usage: setIp [IP ADDRESS]:[SUBNET MASK]

e.g. setIp 192.168.1.10:255.255.255.0

setPort : Set the device's command PORT

Usage: setPort [PORT NUMBER]

e.g. setPort 8000

setGateway: Set the device's gateway

Usage: setGateway [GATEWAY ADDRESS]

1

百度文库 - 让每个人平等地提升自我!

e.g. setGateway 192.168.1.1

setCGS :Set CGS IP. e.g. setCGS "192.168.1.10 9090"

getCGS :get CGS IP.

setAccount :Set setAccount "pu 123"

getAccount :get PU Account.

setPUID :Set device ID

getPUID :Get device ID

logon :start to display log

logoff :stop to display log

filteripoff :close client IP filter. pu default filteripoff

filteripon :open client IP filter. e.g. filteripon

setAccess :set ip list which can access this pu. e.g. setAccess ip1,ip2,ip3

getAccess :show ip list which can access this pu. e.g. getAccess.

delAccess :delete the ip which can access this pu. e.g. delAccess 2.

第一步:设置中兴力维平台ID号命令。(ID由平台提供)

例如ID: 159

则命令如下

setPuid

159;

第二步:设置中兴力维平台接入服务器IP地址及端口号。

例如中兴力维平台IP地址为61.131.208.7 端口为 8000

则命令如下:

SetCGS 61.131.208.7 8000

第三步;设置视频服务器的 IP、 掩码、 网关(设备若使用固定IP,可直接设置,若拨号上网,则使用网络客户端设置相关拨号账号及密码。)

例如 setIp 192.168.1.10:255.255.255.0

setGateway 192.168.1.1

第四步:重启设备。

输入:reboot(rebootDev),或者直接断电重启

其它命令:

1、 查看设备注册平台情况 showpu

# showpu

pu status CSG registed, SIP registed. rumtime 2008-06-30 09:19:09

heart period = 0 enable heating 0

MDU 61.131.208.35:port 5061

CGS 61.131.208.7:port 8000

total sip slot 30, handle slot 1 , recv slot 0, free slot 29

SIP Session Resource 102120 (Session Number 30)

Total connect 0

2

百度文库 - 让每个人平等地提升自我!

UTC now 2008-06-30 09:22:36 ( calendar time 1214817756 - local time 1214817756)

Media File Header (bytes 40 )34 48 4b 48 fe b3 d0 d6 8 3 4 20 0 0 0 0 3 10 1 10

1 10 10 0 80 3e 0 0 60 1 20 1 11 10 0 0 4 0 0 0

2、查看设备配置的ID号及平台地址

#getPUID 查看配置的ID号。

#getCGS 查看设备配置的服务器地址。

其他一些功能的配置可以通过海康威视4.01版客户端来完成。包括设置设备的PPPOE拨号、硬盘的格式化、前端录像策略的设置、云台解码器的设置等等。

3

发布评论

评论列表 (0)

  1. 暂无评论