手机站
网通分站
电信主站
密 码:
用户名:
Cisco技术
当前位置 :主页>网络知识>Cisco技术>列表
Google
Cisco IOS Cookbook 中文精简版第三章用户访问和权限管理
第三章 用户访问和权限管理 3.1. 设置用户名和密码 提问 为每个单独的人员设置不同的用户名和密码 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# username neoshi password ioscookbook ( userna...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第四章TACAS
第四章 TACAS 4.1. 用户登录集中鉴权 提问 使用集中的鉴权方式对用户登录设备进行控制 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# aaa new-model Router1(config)# aaa authentication login d...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第五章IP路由
第五章 IP 路由 5.1. 查找路由条目 提问 在路由表中查找特定的路由条目 回答 Router show ip route 172.25.100.15 Routing entry for 172.25.100.0/24 Known via "ospf 55", distance 110, metric 11, type inter area Redistributing via ospf 55 Last update from 17...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第六章RIP
6.1. 配置 RIP ( V1 ) 提问 在简单的网络中启用 RIP 路由协议 回答 Router2# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router2(config)# interface Ethernet0 Router2(config-if)# ip address 192.168.30.1 255.255.255.0...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第七章EIGRP
7.1. 配置 EIGRP 提问 配置网络使用 EIGRP 路由协议 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface Ethernet0 Router1(config-if)# ip address 192.168.20.1 255.255.255.0 Router1(con...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第八章OSPF
8.1. 配置 OSPF 提问 在网络中启用 OSPF 回答 Router5# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router5(config)# router ospf 87 Router5(config-router)# network 0.0.0.0 255.255.255.255 area 0 Router5(config-router)...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第九章 BGP
9.1. Configuring BGP 提问 在网络中启用 BGP 回答 Route1 在 AS 65500 中 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface Serial0 Router1(config-if)# ip address 192.168.55.6 255.255.255...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十章 帧中继
10.1. 使用点对点子接口的方式配置帧中继 提问 每个 PVC 归属特定子接口的方式来配置帧中继 回答 中心配置 Central# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Central(config)# interface Serial0 Central(config-if)# descr...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十一章队列和拥塞
11.1. Fast Switching 和 CEF 提问 给路由器配置最有效的包交换算法 回答 Fast Switching 缺省是启用的 Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# interface FastEthernet0/0 Router(config-if)# ip...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十二章隧道和VPN
12.1. 创建 Tunnel 提问 通过隧道的方式在网络中传输 IP 数据 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface Tunnel 1 Router1(config-if)# ip address 192.168.35.6 255.255.255.252 R...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十三章拨号备份
13.1. 自动拨号备份 提问 当广域网链路中断得时候自动拨号恢复备份链路 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface BRI0/0 Router1(config-if)# ip address 10.1.99.55 255.255.255....
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十四章NTP和时钟
14.1. 路由器日志显示时间戳 提问 在路由器的日志和排错信息里面显示时间 回答 Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# service timestamps log datetime localtime Router(config)# service times...
作者:west263.com发表于:2008-02-23 查阅全文...
三层核心 防火墙
三层的出口连接防火墙的内口 三层核心交换机最好别用VLAN1连接防火墙内口。可能会因为IP 重定向问题导致内网访问外网速度奇慢!!具体事例及解决办法如下:某企业网核心为4506,接入基本为2950系列。核心有一块X 4548 GB -RJ业务板,其中48口上联到防火墙,其他下联到...
作者:west263.com发表于:2008-02-23 查阅全文...
在pix或asa如何防止内网用户乱改ip配置案例
防止内网用户乱该ip地址,用户只能用给定的ip,如果改ip地址,则无法访问网络资源。 例如:做了下述配置后(arp inside 10.64.64.29 000f.b0d8.a504),mac地址为000f.b0d8.a504的pc只能使用ip10.64.64.29来访问网络资源,如果该ip则无法访问。 pix515e# sh run : Saved...
作者:west263.com发表于:2008-02-23 查阅全文...
CISCO PIX防火墙系统管理
使用Telnet进行远程系统管理(Using Telnet for Remote System Management) IDS系统日志信息(IDS Syslog Messages) 使用DHCP(Using DHCP) 使用SNMP(Using SNMP) 使用SSH(Using SSH) 一、使用Telnet进行远程系统管理(Using Telnet for Remote System Manageme...
作者:west263.com发表于:2008-02-23 查阅全文...
首页 上一页 1 2 3 4 5 6 7 8 9 1011 下一页 末页
随机推荐
IDC资讯 虚拟主机 域名注册 托管租用 vps主机 智能建站
网站运营 建站经验 策划盈利 搜索优化 网站推广 免费资源
网站联盟 联盟新闻 联盟介绍 联盟点评 网赚技巧
行业资讯 业界动态 搜索引擎 网络游戏 门户动态 电子商务 广告传媒
网络编程 Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术 Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷 Internet Explorer
网页制作 FrontPages Dreamweaver Javascript css photoshop fireworks Flash
程序设计 Java技术 C/C++ VB delphi
网络知识 网络协议 网络安全 网络管理 组网方案 Cisco技术
操作系统 Win2000 WinXP Win2003 Mac OS Linux FreeBSD
返回首页 |关于我们 | 联系我们 | 付款方式 | 创业联盟 | 价格总览 | 资讯中心 | 友情链接 | 网站地图 | 招贤纳士 | RSS