word、excle密码忘记了?肿么办?肿么办?
Office Password Recovery可以瞬间破解你的密码。不过需要你联网才能使用。
这是一个付费软件。
提供一个破解版本下载Office Password Recovery
word、excle密码忘记了?肿么办?肿么办?
Office Password Recovery可以瞬间破解你的密码。不过需要你联网才能使用。
这是一个付费软件。
提供一个破解版本下载Office Password Recovery
在全新安装完k3 10.3后安装了SP1补丁,结果在中间层上就出现了“连接中间加密服务失败,请确认中间层加密服务已启动”的提示。经检查,2003服务器里就没有找到中间层加密服务。
手动将服务添加,并设置为自动。启动后OK了。
中间层加密服务 名称: KDSvrMgrService
添加服务的方法:
在开始——运行中输入 ?:
C:\WINDOWS\system32\kdcom\KDSvrMgrService.exe?/service
如需卸载服务使用命令:
C:\WINDOWS\system32\kdcom\KDSvrMgrService.exe?/unregserver
sw1#show interfaces status
sw1#show interfaces status err-disabled
找到原因,处理好问题。
然后进入对应端口 shut noshut
用的光模块是第三方的,未经cisco认证的,会提示错误为gbic-invalid
这种情况需要配置如下:
(config)# no errdisable detect cause gbic-invalid
(config)# service unsupported-transceiver
然后再重启端口。看一下状态。
迈普路由器基本配置:
代理上网:
[cc] router#sh run
Building Configuration…done
! Current configuration : 1274 bytes
!
! Last configuration change at UTC THU JAN 01 00:31:25 1970 by cisco
! Flash config last updated at UTC THU JAN 01 00:37:51 1970 by cisco
! Configuration version 0.9
!
!software version 6.1.25(REL)(integrity)
!software image file flash0: /flash/rp5-i-6.1.25(rel).bin
!compiled on Nov 14 2008, 18:34:33
hostname router
service password-encrypt
no service new-encrypt
service login-secure
enable password QWWWQXQW]W encrypt
user hyjk password 7 QWWWQXQW]W
user cisco password 7 QWWWQXQW]W
ip mef
ip load-sharing per-destination
ip access-list standard 1
10 deny host 192.168.10.2
30 permit any
exit
ip access-list standard 10
10 permit host 192.168.10.2
exit
vlan 1
description default
port 0-7 untagged
exit
interface fastethernet0
ip address 192.168.1.239 255.255.255.0
ip nat outside
exit
interface fastethernet1
ip address 192.168.10.1 255.255.255.0
ip nat inside
exit
interface switchethernet0
exit
interface null0
exit
ip nat inside source list 1 interface fastethernet0 overload
ip route 0.0.0.0 0.0.0.0 192.168.1.254
line vty 0 4
password 7 QWWWQXQW]W
login local
exit
local stat enable
set all receive-flow 3000
set all send-flow 3000
!end
router#[/cc]
公司的核心三层交换机是华为的,不熟悉,基本配置都遇到了问题。
原端口配置
interface GigabitEthernet0/0/10
description office
port link-type trunk
port trunk allow-pass vlan 2 to 4094
ntdp enable
ndp enable
bpdu enable
#
一端口,原来是trunk模式,并允许所有VLAN通过,现要改为access模式,命令如下:
interface GigabitEthernet0/0/10
undo port trunk allow-pass vlan all
port trunk allow-pass vlan 1
port link-type access
port default vlan 10
如果没有port trunk allow-pass vlan 1这条命令,交换机会提示错误:
ERROR:Please renew the default configurations