• 在Cisco IOS中应用QoS策略限制P2P流量

    如果要对桥接的(第2层)流量也起作用,则需要启用桥接微流策略mls qos bridged。例如,计算需要在以太网上维持1 Mbps速率所需的最小突发速率值。速率定义为1 Mbps,而最大的以太网数据包为1518 字节,这样公式变为: 一、识别流量: 可以用acl和nbar技术综合定义数据...

    2008-02-23 04:55:09

  • 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...

    2008-02-23 04:55:09

  • 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...

    2008-02-23 04:55:08

  • 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...

    2008-02-23 04:55:08

  • 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...

    2008-02-23 04:55:07

  • 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...

    2008-02-23 04:55:07

  • 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...

    2008-02-23 04:55:07

  • 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...

    2008-02-23 04:55:06

  • 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)...

    2008-02-23 04:55:05

  • 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...

    2008-02-23 04:55:05

2