手机站
网通分站
电信主站
密 码:
用户名:
Cisco技术
当前位置 :主页>网络知识>Cisco技术>列表
Google
ospf的注意事项
1. ospf是不能使用secondary ip建立邻居关系的 2. 只有secondary ip和primary ip在同一area内的时候,才能被宣告出去 3. 一个area内可以有多个DR,但一个广播域内只能有一个DR 4. ospf在p2p的链路上是不支持unnumbered ip的 5. distribute-list可以在inbound方向上阻止路...
作者:west263.com发表于:2008-02-23 查阅全文...
some new eigrp feature
1. stub 阻止路由器发不必要的query, 当一个router被设置成stub后, 其他路由器就不会给他发query了. 可以设置宣告哪些路由(connected, redistributed, static, summary, 或者receive-only) 2. stub leaking --- ---------------- ---- | | R1 R2 | | | | e0/0| | R3----...
作者:west263.com发表于:2008-02-23 查阅全文...
FortiOS Traffic Shaping and How it Work
Every FortiGate physical interface has its own queues, FortiOS uses three different ones: high, medium, and low priority. The priority value indicates which queue the packet is added to and in what order the packets exit that interface. Virtual inte...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第二十三章 IP组播
23.1. 配置 PIM-DM 下的组播 提问 配置路由器基本的组播功能 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# ip multicast-routing Router1(config)# interface FastEthernet0/0 Router1(config-if...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第二十二章第一跳冗余协议
22.1. 配置基本 HSRP 提问 当主用路由器当掉以后备份路由器可以接管主用路由器的 IP 地址和 MAC 地址 回答 Router1 : Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface FastEthernet 0/1 Route...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第二十一章 NAT
21.1. 配置基本 NAT 功能 提问 在路由器上启用基本的 NAT 功能 回答 Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# access-list 15 permit 192.168.0.0 0.0.255.255 Router(config)# ip nat inside sourc...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第二十章 DHCP
20.1. 使用 IP Helper Addresses 命令 提问 配置路由器对 DHCP Request 转发的支持 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# interface Ethernet0 Router1(config-if)# ip helper-address 17...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十九章 访问列表
19.1. 基于源或者目的地址过滤 提问 阻止来自某地址或者发送至某地址的数据包 回答 使用标准控制列表来阻止特定源地址的数据包 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# access-list 50 deny host...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十八章日志
18.1. 启用本地路由器日志 提问 实现路由器自身保存日志记录,而不仅仅是显示在终端上 回答 Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# logging buffered informational Router(config)# end Router#...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十七章 SNMP
17.1. 配置 SNMP 提问 在路由器上启用基本的 SNMP 服务 回答 Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# snmp-server community ORARO ro Router(config)# snmp-server community ORARW rw Router(con...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第十六章路由器接口
16.1. 查看接口状态 提问 查看当前路由器接口状态 回答 Router1# show interfaces Router1# show interfaces FastEthernet0/1 Router1# show ip interface brief Router1# show ip interface FastEthernet0/1 注释 show interface 命令得输出有很多得信息,网上一些中...
作者:west263.com发表于:2008-02-23 查阅全文...
了解思科PIX和ASA之间的不同
很多年来,Cisco PIX一直都是Cisco确定的防火墙。但是在2005年5月,Cisco推出了一个新的产品——适应性安全产品(ASA,Adaptive Security Appliance)。不过,PIX还依旧可用。我已听到很多人在多次询问这两个产品线之间的差异到底是什么。让我们来看一看。 Cisco PIX是...
作者:west263.com发表于:2008-02-23 查阅全文...
在Cisco IOS中应用QoS策略限制P2P流量
如果要对桥接的(第2层)流量也起作用,则需要启用桥接微流策略mls qos bridged。例如,计算需要在以太网上维持1 Mbps速率所需的最小突发速率值。速率定义为1 Mbps,而最大的以太网数据包为1518 字节,这样公式变为: 一、识别流量: 可以用acl和nbar技术综合定义数据...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第一章路由器配置和文件管理
第一章 路由器配置和文件管理 1.1. 通过 TFTP 来配置路由器 提问 使用 TFTP 来加载路由器的配置文件 回答 Router1# copy tftp:// 172.25.1.1 / NEWCONFIG running-config Destination filename [running-config]? Accessing tftp://172.25.1.1/NEWCONFIG... Loading NE...
作者:west263.com发表于:2008-02-23 查阅全文...
Cisco IOS Cookbook 中文精简版第二章路由器管理
第二章 路由器管理 2.1. 创建命令别名 提问 为常用的命令创建简洁的别名 回答 Router1# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)# alias exec rt show ip route Router1(config)# alias exec on show ip osp...
作者:west263.com发表于:2008-02-23 查阅全文...
首页 上一页 1 2 3 4 5 6 7 8 910 11 下一页 末页
随机推荐
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