- 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 查阅全文...
随机推荐
热门关注
- 重庆有线电视台宽带多媒体网
- RouterOS的Hotspot设置说明
- 青岛有线电视宽带多媒体城域
- 思科网络网管员指南 第四章
- Cisco的MAC地址与IP绑定
- 自治系统号(ASN)探讨
- 加速cisco交换机初始化过程
- ipv6 nat-pt static map
- Cisco IOS Cookbook 中文精
- Cisco IOS Cookbook 中文精
- Cisco网络管理的35个常见问
- Cisco IOS Cookbook 中文精
- CISCO 3750堆叠故障排除实战
- 路由器网络接口解析大全(一)
- Cisco IOS Cookbook 中文精
- Cisco IOS Cookbook 中文精
- IP QoS的流分类方法详解
- 路由器网络接口解析大全(二)
- DMVPN with NHRP
- OSPF邻居认证实际案例(配图






