EIGRP 实验目的 实验原理 实验设备 可以非均衡负载平衡, 后继路由及可行后继路由, 支持 VLSM, 可以手工汇总, 以及与 IGRP 的兼容性 以上这些特点使得 EIGRP 可以使用在一些大规模的网络中, 而相对的配置比较简单

Size: px
Start display at page:

Download "EIGRP 实验目的 实验原理 实验设备 可以非均衡负载平衡, 后继路由及可行后继路由, 支持 VLSM, 可以手工汇总, 以及与 IGRP 的兼容性 以上这些特点使得 EIGRP 可以使用在一些大规模的网络中, 而相对的配置比较简单"

Transcription

1 EIGRP 实验目的 1 掌握 EIGRP 的基本配置及如何验证 EIGRP 的配置 ; 2 了解 EIGRP 对 VLSM 的支持, 学会如何配置 EIGRP 的手工汇总 ; 3 了解 EIGRP 与 IGRP 的自动重分布 ; 4 学会如何配置 EIGRP 的带宽利用率 ; 5 学会如何配置 EIGRP 的负载均衡 ; 6 学会如何配置 EIGRP 的基本参数 ; 实验原理 EIGRP 是 ISO 专有的路由协议, 它是 IGRP 的增强版本, 它同样使用距离向量技术, 并且作了一些有助于协议汇聚和操作效率的改进 EIGRP 有一些与链路状态协议相似的特性 它的主要特点有 : 无回路路由表, 快速汇聚, 减少带宽的使用, 使用综合度量 ( 默认情况下是带宽和延迟 ), 可以非均衡负载平衡, 后继路由及可行后继路由, 支持 VLSM, 可以手工汇总, 以及与 IGRP 的兼容性 以上这些特点使得 EIGRP 可以使用在一些大规模的网络中, 而相对的配置比较简单 EIGRP 不会使用超过一条链路声明的带宽的 50%. 在 isco 路由器上允许使用 bandwidth 命令来改变链路的默认设置 这对于串行链路通常是很有必要的, 因为默认带宽是 1.544Mb/s 如果链路的实际带宽是 56Kb/s, 就很容易发现 EIGRP 使得链路变得饱和 另外,EIGRP 还允许手工配置带宽的利用率 (bandwidth-percent), 当在网络中 bandwidth 命令不能反映链路的真实速率时, 使用该命令可以使用更多的带宽, 使得配置更加灵活 EIGRP 自动在具有相等开销的链路上负载均衡 使用 variance 命令可以在不等度量路径上实现负载均衡 EIGRP 的度量计算使用以下的公式 : metric = [( K1 bandwidth + ( K 2 bandwidth) /(256 load) + ( K3 delay)] [ K5/( reliability + K 4)] 默认值是 K1= 1, K2= 0, K3= 1, K4= 0, K5= 0. (K5,K4 为 0 时, 后一项不起作用 ) 即 metr ic = bandwidth + delay bandwidth for eigrp = ( / bandwidth) 256 另外, delay for eigrp = ( delay /10) 256 我们可以通过改变各个系数的值来改变 EIGRP 的度量计算 实验设备 带有两个串行口的路由器一台, 带有一个串行口的路由器两台 ;

2 用于配置路由器的主机三台 ; 串行线 交叉线若干 ; 实验内容 实验一 二采用如下的实验拓扑 : 图一 实验一 EIGRP 的基本配置参照图一配置好主机和路由器各个端口的 IP 地址 : Router A F0= /24 S0= /24 S1=shutdown L0= /24 L1= /24 Router B F0=shutdown S0= /24 S1= /24 Router F0= S0=shutdown S1= /24 L0= /24 L1= /24 Host A IP = /24 GW= Host B IP = /24 GW= 然后, 在每一台路由器上启用 EIGRP, 注意自治系统号要统一 可能需要用到的配置命令格式为 : Router(config)# router eigrp autonomous-system-number Router(config-router)# network network-number Router(config-if)# bandwidth kilobits Router(config-router)# eigrp log-neighbor-changes 然后, 在每一台路由器上使用 show ip route 观察路由表的情况, 用 show ip protocol 来观察是否正确的公告定义的网络 使用 show ip eigrp neighbors 来观察路由器发现的邻居 ; 使用 show ip eigrp topology 来观察 EIGRP 的拓扑表 ; 使用 show ip eigrp interfaces [interface-type interface-number] [as-number] 显示 EIGRP 的端口信息, 使用 show ip eigrp neighbors [interface-type as-number static] 显示 EIGRP 发现的邻居的信息 各个路由器的配置以及输出信息如下 :

3 Router A: show running-config show ip route show ip protocols show ip eigrp neighbors show ip eigrp interfaces show ip eigrp topology Router B: show running-config show ip route show ip protocols show ip eigrp neighbors show ip eigrp interfaces show ip eigrp topology Router : show running-config show ip route show ip protocols show ip eigrp neighbors show ip eigrp interfaces show ip eigrp topology RouterA#sh run Building configuration... urrent configuration: version 12.0 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname RouterA ip subnet-zero interface Loopback0 ip address no ip directed-broadcast interface Loopback1 ip address no ip directed-broadcast interface Ethernet0 ip address no ip directed-broadcast interface Serial0 bandwidth 64 ip address no ip directed-broadcast no fair-queue

4 router eigrp 75 network network eigrp log-neighbor-changes ip classless line con 0 exec-timeout 0 0 transport input none line vty 0 4 end RouterA#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /8 is variably subnetted, 4 subnets, 2 masks /24 is directly connected, Loopback /24 is directly connected, Serial /24 is directly connected, Loopback /8 is a summary, 00:10:01, Null /8 is variably subnetted, 2 subnets, 2 masks /8 is a summary, 00:09:55, Null /24 is directly connected, Ethernet0 RouterA#show ip protocols Routing Protocol is "eigrp 75" Outgoing update filter list for all interfaces is Incoming update filter list for all interfaces is efault networks flagged in outgoing updates efault networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1

5 Redistributing: eigrp 75 Automatic network summarization is in effect Automatic address summarization: /8 for Loopback0, Loopback1, Serial0 Summarizing with metric /8 for Ethernet0 Summarizing with metric Routing for Networks: Routing Information Sources: Gateway istance Last Update (this router) 5 00:11: :11:14 istance: internal 90 external 170 RouterA#sh ip eigrp neighbors IP-EIGRP neighbors for process 75 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) nt Num Se :18: RouterA#show ip eigrp interfaces IP-EIGRP interfaces for process 75 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Lo0 0 0/0 0 0/ Lo1 0 0/0 0 0/ Se0 1 0/0 0 10/ RouterA#sh ip eigrp topology IP-EIGRP Topology Table for process 75 odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P /24, 1 successors, F is via onnected, Loopback0 P /24, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is via onnected, Loopback1 P /8, 1 successors, F is via Summary (128256/0), Null0

6 P /8, 1 successors, F is via Summary (281600/0), Null0 P /24, 1 successors, F is via onnected, Ethernet0 Et0 0 0/0 0 0/ RouterB#sh run Building configuration... urrent configuration : 891 bytes version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname RouterB memory-size iomem 15 ip subnet-zero ip audit notify log ip audit po max-events 100 ip ssh time-out 120 ip ssh authentication-retries 3 crypto mib ipsec flowmib history tunnel size 200 crypto mib ipsec flowmib history failure size 200 interface BRI0 no ip address shutdown interface FastEthernet0 no ip address shutdown speed auto interface Serial0 bandwidth 64

7 ip address no fair-queue clockrate interface Serial1 bandwidth 64 ip address router eigrp 75 network network auto-summary eigrp log-neighbor-changes ip classless no ip http server ip pim bidir-enable line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 no scheduler allocate end RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /8 is variably subnetted, 4 subnets, 2 masks /24 [90/ ] via , 00:02:15, Serial /24 is directly connected, Serial /24 [90/ ] via , 00:02:15, Serial /8 is a summary, 00:02:13, Null /8 is variably subnetted, 5 subnets, 2 masks /24 [90/ ] via , 00:02:11, Serial /24 is directly connected, Serial0

8 /24 [90/ ] via , 00:02:12, Serial /24 [90/ ] via , 00:02:12, Serial /8 is a summary, 00:02:14, Null0 RouterB#sh ip protocols Routing Protocol is "eigrp 75" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set efault networks flagged in outgoing updates efault networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 75 Automatic network summarization is in effect Automatic address summarization: /8 for Serial0 Summarizing with metric /8 for Serial1 Summarizing with metric Maximum path: 4 Routing for Networks: Routing Information Sources: Gateway istance Last Update :25:55 (this router) 90 00:25:55 Gateway istance Last Update :26:02 istance: internal 90 external 170 RouterB#sh ip eigrp neighbors IP-EIGRP neighbors for process 75 H Address Interface Hold Uptime SRTT RTO Q Seq Type (sec) (ms) nt Num Se :03: Se :03: RouterB#sh ip eigrp interfaces IP-EIGRP interfaces for process 75 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Se2 1 0/ / Se0 1 0/ /

9 RouterB#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via ( /128256), Serial0 P /24, 1 successors, F is via ( /128256), Serial2 P /24, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is via onnected, Serial2 P /24, 1 successors, F is via ( /28160), Serial0 P /24, 1 successors, F is via ( /128256), Serial2 P /24, 1 successors, F is via ( /128256), Serial0 P /8, 1 successors, F is via Summary ( /0), Null0 P /8, 1 successors, F is via Summary ( /0), Null0 odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status via ( /28160), Serial2 Router#sh run Building configuration... urrent configuration : 677 bytes version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption hostname "Router" ip subnet-zero

10 interface Loopback0 ip address interface Loopback1 ip address interface Ethernet0 ip address interface Ethernet1 no ip address shutdown interface Serial0 bandwidth 64 ip address clockrate no fair-queue interface Serial1 no ip address shutdown router eigrp 75 network auto-summary ip classless ip http server no cdp run line con 0 line aux 0 line vty 0 4 end Router#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP

11 - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /8 [90/ ] via , 00:46:37, Serial /24 is subnetted, 4 subnets is directly connected, Loopback is directly connected, Serial is directly connected, Ethernet is directly connected, Loopback1 Router#show ip protocols Routing Protocol is "eigrp 75" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set efault networks flagged in outgoing updates efault networks accepted from incoming updates EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0 EIGRP maximum hopcount 100 EIGRP maximum metric variance 1 Redistributing: eigrp 75 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: Routing Information Sources: Gateway istance Last Update :40:15 istance: internal 90 external 170 Router#show ip eigrp neighbors IP-EIGRP neighbors for process 75 H Address Interface Hold Uptime SRTT RTO Q Seq Type (sec) (ms) nt Num Se :48: Router#show ip eigrp interfaces IP-EIGRP interfaces for process 75 Xmit Queue Mean Pacing Time Multicast Pending Interface Peers Un/Reliable SRTT Un/Reliable Flow Timer Routes Et0 0 0/0 0 0/ Se0 1 0/ /

12 Lo0 0 0/0 0 0/ Lo1 0 0/0 0 0/ Router#show ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via onnected, Loopback0 P /24, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is via onnected, Ethernet0 P /24, 1 successors, F is via onnected, Loopback1 P /8, 1 successors, F is via ( / ), Serial0 问题 1: 从 Router 是否可以 ping 通 Router A 的 Loopback0( )? 问题 2: 从 Router 是否可以 ping 通 Router A 的 F0 口 ( )? 实验二 EIGRP 的接口汇总 (Interface Summarization) 在每个路由器上取消自动汇总, 命令如下 : Router(config-router)# no auto-summary 取消自动汇总后,Router 上的输出信息 : RouterB(config-router)#no auto-summary RouterB(config-router)# 00:55:26: %UAL-5-NBRHANGE: IP-EIGRP 75: Neighbor (Serial2) is down: summary configured 00:55:26: %UAL-5-NBRHANGE: IP-EIGRP 75: Neighbor (Serial0) is down: summary configured 1700B(config-router)# 00:55:30: %UAL-5-NBRHANGE: IP-EIGRP 75: Neighbor (Serial0) is up: new adjacency 00:55:30: %UAL-5-NBRHANGE: IP-EIGRP 75: Neighbor (Serial2) is up: new adjacency 然后, 在每个路由器上使用 show ip route, 可以发现 Router 有了到 的路由 取消自动汇总后, 各个路由器的路由表如下 : RouterA#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

13 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /24 is subnetted, 3 subnets is directly connected, Loopback is directly connected, Serial is directly connected, Loopback /24 is subnetted, 5 subnets [90/ ] via , 00:03:33, Serial [90/ ] via , 00:03:33, Serial [90/ ] via , 00:03:33, Serial [90/ ] via , 00:03:33, Serial is directly connected, Ethernet0 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is subnetted, 3 subnets [90/ ] via , 00:04:33, Serial is directly connected, Serial [90/ ] via , 00:04:33, Serial /24 is subnetted, 5 subnets [90/ ] via , 00:04:49, Serial is directly connected, Serial [90/ ] via , 00:04:49, Serial [90/ ] via , 00:04:49, Serial [90/ ] via , 00:04:34, Serial0 Router#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2

14 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is subnetted, 3 subnets [90/ ] via , 00:05:03, Serial [90/ ] via , 00:05:18, Serial [90/ ] via , 00:05:03, Serial /24 is subnetted, 5 subnets is directly connected, Loopback is directly connected, Serial is directly connected, Ethernet is directly connected, Loopback [90/ ] via , 00:05:04, Serial0 然而, 这样配置的话, 每个路由器的路由表的开销很大 我们可以使用 EIGRP 的接口汇总来减少路由表的数目 具体命令如下 : Router(config-if)# ip summary-address eigrp autonomous-system-number ip-address mask administrative-distance 住在 Router B, 我们进行如下配置 : interface Serial0 ip address ip summary-address eigrp interface Serial1 ip address ip summary-address eigrp 然后, 使用 show ip route 来观察路由表的变化 RouterA#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /8 is variably subnetted, 4 subnets, 2 masks /24 is directly connected, Loopback0

15 /24 is directly connected, Serial /24 is directly connected, Loopback /8 is a summary, 00:24:58, Null /8 is variably subnetted, 2 subnets, 2 masks /16 [90/ ] via , 00:00:05, Serial /24 is directly connected, Ethernet0 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /8 is variably subnetted, 4 subnets, 2 masks /24 [90/ ] via , 00:00:54, Serial /24 is directly connected, Serial /24 [90/ ] via , 00:00:54, Serial /8 is a summary, 00:28:26, Null /8 is variably subnetted, 6 subnets, 2 masks /24 [90/ ] via , 00:01:21, Serial /16 is a summary, 00:15:23, Null /24 is directly connected, Serial /24 [90/ ] via , 00:01:23, Serial /24 [90/ ] via , 00:01:23, Serial /24 [90/ ] via , 00:00:55, Serial0 Router#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /8 [90/ ] via , 00:01:53, Serial /24 is subnetted, 5 subnets is directly connected, Loopback is directly connected, Serial is directly connected, Ethernet0

16 is directly connected, Loopback [90/ ] via , 00:01:24, Serial0 问题 3:Host A,B 之间是否可以互相 ping 通? 学员可以尝试对 Router A 进行路由汇总, 并用 show ip router 查看汇总结果 实验三 IGRP/EIGRP 的自动重分布 (Redistribution) 在相同的 AS 号的情况下,IGRP 会自动重分布进去 EIGRP 由于 IGRP 不支持无类别域间路由 (IR), 所以路由器的端口 IP 地址要做一些改变 将 Router A 和 Router B 的 F0 口都 shutdown, 我们暂时不需用到两台主机, 只是观察路由器上路由表的情况 图二参照图二配置好主机和路由器各个端口的 IP 地址 然后, 在 RouterA 上启用 IGRP, 在 Router 上启用 EIGRP, 在 RouterB 上同时启用 IGRP 和 EIGRP 注意自治系统号要统一 可能需要用到的配置命令格式为 : Router(config)# router eigrp autonomous-system-number Router(config)# router igrp autonomous-system-number Router(config-router)# network network-number Router(config-if)# bandwidth kilobits 在 RouterA 和 上使用 show ip route 和 show ip eigrp traffic, 记录你的发现 RouterA#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route

17 I I /24 is subnetted, 1 subnets is directly connected, Serial /8 [100/82125] via , 00:01:02, Serial /8 [100/82625] via , 00:01:02, Serial /24 is subnetted, 1 subnets is directly connected, Loopback0 RouterA#sh ip eigrp traffic ( 空 ) Router#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is subnetted, 1 subnets EX [170/ ] via , 00:02:52, Serial /8 is variably subnetted, 2 subnets, 2 masks /24 is directly connected, Serial /8 is a summary, 00:04:06, Null /8 is variably subnetted, 2 subnets, 2 masks /24 is directly connected, Loopback /8 is a summary, 00:04:06, Null0 EX /8 [170/ ] via , 00:01:07, Serial0 Router#sh ip eigrp traffic IP-EIGRP Traffic Statistics for process 75 Hellos sent/received: 225/210 Updates sent/received: 4/3 Queries sent/received: 0/0 Replies sent/received: 0/0 Acks sent/received: 2/3 Input queue high water mark 1, 0 drops SIA-Queries sent/received: 0/0 SIA-Replies sent/received: 0/0 实验四 五 六采用如下的实验拓扑

18 EIGRP /30 64Kbps 2.2 实验四 EIGRP 的带宽控制 S0 Router A 2.1 S0 Router B S /24 F0 F 图三 F / /30 128Kbps S1 2.6 Router 按照拓扑图所示设置主机及路由器端口的 IP 地址及线路带宽, 对各个网段启用 EIGRP 由于使用了非主类网, 记得将自动汇总禁止 配置好各个路由器, 然后使用 show ip route 来观察路由表, 看看网络是否能够正常运作 ( 在主机上使用 ping,tracert 命令 ) 如 Router B 为例, 设置如下 : interface Serial0 bandwidth 64 ip address interface Serial1 bandwidth 128 ip address router eigrp 75 network network no auto-summary 如此类推, 配置好各个路由器, 然后使用 show ip route 来观察路由表, 看看网络是否能够正常运作 ( 在主机上使用 ping,tracert 命令 ) 在各个路由器上使用 show ip eigrp topology,show ip route,show interfaces 观察配置的结果 Router A: show ip eigrp topology show ip route show interfaces Router B: show ip eigrp topology show ip route show interfaces Router : show ip eigrp topology show ip route show interfaces

19 RouterA#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via ( / ), Ethernet0 via ( /28160), Serial0 P /30, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is via onnected, Ethernet0 P /30, 1 successors, F is via ( / ), Ethernet0 via ( / ), Serial0 RouterA#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 [90/ ] via , 00:02:38, Ethernet /30 is subnetted, 2 subnets is directly connected, Serial [90/ ] via , 00:02:40, Ethernet /24 is directly connected, Ethernet0 RouterA#sh int s0 Serial0 is up, line protocol is up Hardware is H64570 Internet address is /30 MTU 1500 bytes, BW 64 Kbit, LY usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HL, loopback not set Keepalive set (10 sec) Last input 00:00:01, output 00:00:01, output hang never Last clearing of "show interface" counters 00:23:31 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 79 Queueing strategy: fifo Output queue: 0/40 (size/max)

20 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 125 packets input, 8975 bytes, 0 no buffer Received 43 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 124 packets output, 7156 bytes, 0 underruns 0 output errors, 0 collisions, 10 interface resets 0 output buffer failures, 0 output buffers swapped out 2 carrier transitions =up SR=up TR=up RTS=up TS=up RouterA#sh int e0 Ethernet0 is up, line protocol is up Hardware is Lance, address is 00e0.1e60.82b6 (bia 00e0.1e60.82b6) Internet address is /24 MTU 1500 bytes, BW Kbit, LY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:02, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 82 packets input, 7602 bytes, 0 no buffer Received 77 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored 0 input packets with dribble condition detected 361 packets output, bytes, 0 underruns 117 output errors, 0 collisions, 5 interface resets 0 babbles, 0 late collision, 0 deferred 117 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out RouterB#show ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via onnected, FastEthernet0 P /30, 1 successors, F is

21 via onnected, Serial1 P /24, 1 successors, F is via ( /281600), Serial0 via ( /281600), Serial1 P /30, 1 successors, F is via onnected, Serial0 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is directly connected, FastEthernet /30 is subnetted, 2 subnets is directly connected, Serial is directly connected, Serial /24 [90/ ] via , 00:08:45, Serial0 RouterB#sh int f0 FastEthernet0 is up, line protocol is up Hardware is PQUI_FE, address is 0006.d7ee.39b6 (bia 0006.d7ee.39b6) Internet address is /24 MTU 1500 bytes, BW Kbit, LY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) Full-duplex, 100Mb/s, 100BaseTX/FX ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:05:00, output 00:00:01, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 122 packets input, bytes Received 122 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored 0 watchdog 0 input packets with dribble condition detected 399 packets output, bytes, 0 underruns

22 37 output errors, 0 collisions, 4 interface resets 0 babbles, 0 late collision, 0 deferred 37 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out RouterB#sh int s0 Serial0 is up, line protocol is up Hardware is PowerQUI Serial Internet address is /30 MTU 1500 bytes, BW 64 Kbit, LY usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HL, loopback not set Keepalive set (10 sec) Last input 00:00:03, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 54 Queueing strategy: weighted fair Output queue: 0/1000/64/54 (size/max total/threshold/drops) onversations 0/2/32 (active/max active/max total) Reserved onversations 0/0 (allocated/max allocated) Available Bandwidth 48 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 230 packets input, bytes, 0 no buffer Received 69 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 250 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 output buffer failures, 0 output buffers swapped out 12 carrier transitions =up SR=up TR=up RTS=up TS=up RouterB#sh int s1 Serial1 is up, line protocol is up Hardware is PowerQUI Serial Internet address is /30 MTU 1500 bytes, BW 128 Kbit, LY usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation HL, loopback not set Keepalive set (10 sec) Last input 00:00:03, output 00:00:00, output hang never Last clearing of "show interface" counters 00:28:57 Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec

23 5 minute output rate 0 bits/sec, 0 packets/sec 209 packets input, bytes, 0 no buffer Received 76 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 222 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 4 interface resets 0 output buffer failures, 0 output buffers swapped out 1 carrier transitions =up SR=up TR=up RTS=up TS=up Router#show ip eigrp topology IP-EIGRP Topology Table for process 75 odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P /24, 1 successors, F is via ( /28160), Serial0 P /30, 1 successors, F is via ( / ), Ethernet0 via ( / ), Serial0 P /24, 1 successors, F is via onnected, Ethernet0 P /30, 1 successors, F is via onnected, Serial0 Router#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /24 [90/ ] via , 00:13:22, Serial /30 is subnetted, 2 subnets [90/ ] via , 00:13:22, Ethernet is directly connected, Serial /24 is directly connected, Ethernet0 Router#sh int e0 Ethernet0 is up, line protocol is up Hardware is QUI Ethernet, address is b2c.e59c (bia b2c.e59c) Internet address is /24 MTU 1500 bytes, BW Kbit, LY 1000 usec, rely 255/255, load 1/255

24 Encapsulation ARPA, loopback not set, keepalive set (10 sec) ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:02, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 194 packets input, bytes, 0 no buffer Received 189 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 318 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out Router#sh int s0 Serial0 is up, line protocol is up Hardware is QUI Serial Internet address is /30 MTU 1500 bytes, BW 128 Kbit, LY usec, rely 255/255, load 1/255 Encapsulation HL, loopback not set, keepalive set (10 sec) Last input 00:00:01, output 00:00:00, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) onversations 0/1/256 (active/max active/max total) Reserved onversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 317 packets input, bytes, 0 no buffer Received 119 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 303 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 14 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions =up SR=up TR=up RTS=up TS=up 接着, 我们在 RouterA 的 S0 和 RouterB 的 S0 上设置 EIGRP 最多使用 64Kbps 链路带宽的 100% 以 Router B 为例 : interface Serial0

25 bandwidth 64 ip address ip bandwidth-percent eigrp interface Serial1 bandwidth 128 ip address 在 Router 上使用 show ip eigrp topology,show ip route,show interfaces 观察配置的结果 Router#sh ip eigrp topology IP-EIGRP Topology Table for process 75 odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - Reply status P /24, 1 successors, F is via ( /28160), Serial0 P /30, 1 successors, F is via ( / ), Ethernet0 via ( / ), Serial0 P /24, 1 successors, F is via onnected, Ethernet0 P /30, 1 successors, F is via onnected, Serial0 Router#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /24 [90/ ] via , 00:30:42, Serial /30 is subnetted, 2 subnets [90/ ] via , 00:30:43, Ethernet is directly connected, Serial /24 is directly connected, Ethernet0 Router#sh int s0 Serial0 is up, line protocol is up Hardware is QUI Serial Internet address is /30

26 MTU 1500 bytes, BW 128 Kbit, LY usec, rely 255/255, load 1/255 Encapsulation HL, loopback not set, keepalive set (10 sec) Last input 00:00:00, output 00:00:01, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) onversations 0/1/256 (active/max active/max total) Reserved onversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 698 packets input, bytes, 0 no buffer Received 252 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 663 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 14 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions =up SR=up TR=up RTS=up TS=up Router#sh int e0 Ethernet0 is up, line protocol is up Hardware is QUI Ethernet, address is b2c.e59c (bia b2c.e59c) Internet address is /24 MTU 1500 bytes, BW Kbit, LY 1000 usec, rely 255/255, load 1/255 Encapsulation ARPA, loopback not set, keepalive set (10 sec) ARP type: ARPA, ARP Timeout 04:00:00 Last input 00:00:00, output 00:00:01, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 421 packets input, bytes, 0 no buffer Received 411 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 R, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 673 packets output, bytes, 0 underruns 0 output errors, 0 collisions, 2 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out 体会 EIGRP 的增量更新, 键入 debug eigrp fsm, 接着, 将 Router Fastethernet 口上的网线拔下,

27 观察这时候的 debug 信息 Router#debug eigrp fsm EIGRP FSM Events/Actions debugging is on Router# 00:15:20: UAL: rcvquery: /24 via metric / , R is :15:20: UAL: Find FS for dest /24. F is , R is :15:20: UAL: metric / not found min is :15:20: UAL: est /24 (Split Horizon) not entering active state. 00:15:20: UAL: send REPLY(r1/n1) about /24 to :15:20: UAL: Removing dest /24, nexthop :15:20: UAL: No routes. Flushing dest /24 重新把网线插上 00:15:50: UAL: dest( /24) not active 00:15:50: UAL: rcvupdate: /24 via metric / :15:50: UAL: Find FS for dest /24. F is , R is found 00:15:50: UAL: RT installed /24 via :15:50: UAL: Send update about /24. Reason: metric chg 00:15:50: UAL: Send update about /24. Reason: new if 实验五 EIGRP 的不等成本负载平衡 (Unequal-ost Load Balancing with IGRP) 配置负载均衡, 在 RouterB 中键入如下命令 : RouterB(config)#router eigrp 75 RouterB(config-router)#variance 10 通过 show ip route 命令查看 RouterB 的路由表 启用 variace 命令前的路由表 Router#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR 注 启用 variace 命令后的路由表 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 [90/ ] via , 00:30:42, Serial0

28 /30 is subnetted, 2 subnets [90/ ] via , 00:30:43, Ethernet is directly connected, Serial /24 is directly connected, Ethernet0 如果观察不到以上结果, 可以先保存配置, 然后重启一遍路由器 /24 is directly connected, FastEthernet /30 is subnetted, 2 subnets is directly connected, Serial is directly connected, Serial /24 [90/ ] via , 00:00:08, Serial1 [90/ ] 00:00:08, Serial0 via , 接着, 在 Host 上通过 ping t -r 3 命令验证 variance 命令 :\>ping t -r 3 Pinging with 32 bytes of data: Reply from : bytes=32 time=21ms TTL=253 Route: > > Reply from : bytes=32 time=20ms TTL=253 Route: > > Reply from : bytes=32 time=20ms TTL=253 Route: > > Reply from : bytes=32 time=20ms TTL=253 Route: > > Reply from : bytes=32 time=20ms TTL=253 Route: > > Reply from : bytes=32 time=20ms TTL=253 Route: > > Ping statistics for : Packets: Sent = 6, Received = 6, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 20ms, Maximum = 21ms, Average = 20ms ontrol- ^

29 可见, 没 3 个数据包中, 有两个经 走, 另一个经 走, 证明不等成本负载平衡生效 实验六 EIGRP 的参数修改 修改 hello-interval 和 hold-time 根据 isco 公司关于 EIGRP 的白皮书, 默认情况下, 在高带宽链路上,EIGRP 每 5 秒发送一次 hello 包, 在低带宽多点链路上,EIGRP 每 60 秒发送一次 hello 包 而 hold time 的默认时间是 注 hello 包发送时间的 3 倍 即高带宽链路上的 hold time 是 15 秒, 低带宽链路上的 hold time 是 180 秒 我们可以用 ip hello-interval eigrp 和 ip hold-time eigrp 命令更改 hello 包发送时间和 hold time 在没有更改前, 先用 show ip eigrp neighbor 命令查看一下两个 timer RouterB#sh ip eigrp nei IP-EIGRP neighbors for process 75 H Address Interface Hold Uptime SRTT RTO Q Seq Type (sec) (ms) nt Num Se :17: Se :36: 然后我们在 RouterB 上, 把 hello interval 改成 10 秒,holdtime 改成 30 秒 再在 Router 上用 show ip eigrp neighbor 命令查看 : Router#sh ip eigrp nei IP-EIGRP neighbors for process 75 H Address Interface Hold Uptime SRTT RTO Q Seq Type (sec) (ms) nt Num Fa :05: Se :17: 我们也可以通过 debug eigrp packets 命令查看 : 01:38:55: EIGRP: Received HELLO on FastEthernet0 nbr :38:55: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 peerq un/rely 0/0 01:38:55: EIGRP: Sending HELLO on Serial0 01:38:55: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 01:38:55: EIGRP: Sending HELLO on FastEthernet0 01:38:55: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 01:38:57: EIGRP: Received HELLO on Serial0 nbr :38:57: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 peerq un/rely 0/0 01:38:59: EIGRP: Received HELLO on FastEthernet0 nbr :38:59: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 peerq un/rely 0/0 01:39:00: EIGRP: Sending HELLO on Serial0 01:39:00: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 01:39:00: EIGRP: Sending HELLO on FastEthernet0 01:39:00: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 01:39:04: EIGRP: Received HELLO on FastEthernet0 nbr :39:04: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 peerq un/rely 0/0 01:39:04: EIGRP: Sending HELLO on Serial0 01:39:04: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0

30 01:39:05: EIGRP: Sending HELLO on FastEthernet0 01:39:05: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 01:39:07: EIGRP: Received HELLO on Serial0 nbr :39:07: AS 75, Flags 0x0, Seq 0/0 idbq 0/0 iidbq un/rely 0/0 peerq un/rely 0/0 EIGRP sends hello packets every 5 seconds on high bandwidth links and every 60 seconds on low bandwidth multipoint links. 5-second hello: broadcast media, such as Ethernet, Token Ring, and FI point-to-point serial links, such as PPP or HL leased circuits, Frame Relay point-to-point subinterfaces, and ATM point-to-point subinterfaces high bandwidth (greater than T1) multipoint circuits, such as ISN PRI and Frame Relay 60-second hello: multipoint circuits T1 bandwidth or slower, such as Frame Relay multipoint interfaces, ATM multipoint interfaces, ATM switched virtual circuits, and ISN BRIs The rate at which EIGRP sends hello packets is called the hello interval, and you can adjust it per interface with the ip hello-interval eigrp command. The hold time is the amount of time that a router will consider a neighbor alive without receiving a hello packet. The hold time is typically three times the hello interval, by default, 15 seconds and 180 seconds. You can adjust the hold time with the ip hold-time eigrp command. Note that if you change the hello interval, the hold time is not automatically adjusted to account for this change - you must manually adjust the hold time to reflect the configured hello interval. It is possible for two routers to become EIGRP neighbors even though the hello and hold timers don't match. The hold time is included in the hello packets so each neighbor should stay alive even though the hello interval and hold timers don't match. isco - White Paper: EIGRP 五个 K 值的修改 ( 选做 ) 在 RouterB 上先用 show ip route,show ip eigrp topology, 观察到 网络的度量 分别在 RouterA 和 Router 上改变 eigrp 的参数, 使用如下的命令 : RouterA(config-router)#metric weights 0 K1 K2 K3 K4 K5 再次在 RouterB 上 show ip route, show ip eigrp topology, 观察是否已经修改了 eigrp 的度量 K1=1,K2=0,K3=1,K4=0,K5=0( 默认 ) K1=K2=K3=K4=K5=1 RouterA#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route RouterA#sh ip route odes: - connected, S - static, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 [90/ ] via , 00:09:56, Ethernet /30 is subnetted, 2 subnets is directly connected, Serial [90/ ] via , 00:09:56, Ethernet /24 is directly connected, Ethernet /24 [90/80541] via , 00:03:12, Ethernet /30 is subnetted, 2 subnets is directly connected, Serial [90/80531] via , 00:03:12, Ethernet /24 is directly connected, Ethernet0

31 RouterA#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via ( / ), Ethernet0 via ( /28160), Serial0 P /30, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is via onnected, Ethernet0 P /30, 1 successors, F is via ( / ), Ethernet0 via ( / ), Serial0 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is directly connected, FastEthernet /30 is subnetted, 2 subnets is directly connected, Serial is directly connected, Serial /24 [90/ ] via , 00:11:47, Serial0 [90/ ] via , 00:11:47, Serial1 RouterB#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via onnected, FastEthernet0 P /30, 1 successors, F is via onnected, Serial1 P /24, 1 successors, F is via ( /281600), Serial0 via ( /281600), Serial1 P /30, 1 successors, F is via onnected, Serial0 Router#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /24 [90/ ] via , 00:13:37, Serial0 RouterA#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via (80541/80441), Ethernet0 via (158872/110), Serial0 P /30, 1 successors, F is via onnected, Serial0 P /24, 1 successors, F is 1103 via onnected, Ethernet0 P /30, 1 successors, F is via (80531/80431), Ethernet0 via (160862/80431), Serial0 RouterB#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - OR P - periodic downloaded static route /24 is directly connected, FastEthernet /30 is subnetted, 2 subnets is directly connected, Serial is directly connected, Serial /24 [90/80531] via , 00:04:28, Serial0 [90/158962] via , 00:04:28, Serial1 RouterB#sh ip eigrp topology IP-EIGRP Topology Table for AS(75)/I( ) odes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P /24, 1 successors, F is via onnected, FastEthernet0 P /30, 1 successors, F is via onnected, Serial1 via (160962/158962), Serial0 P /24, 1 successors, F is via (80531/1103), Serial0 via (158962/1103), Serial1 P /30, 1 successors, F is via onnected, Serial0 via (160962/80531), Serial1 Router#sh ip route odes: - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - candidate default U - per-user static route, o - OR /24 [90/80441] via , 00:06:14, Serial0

学习沉淀成长分享 EIGRP. 红茶三杯 ( 朱 SIR) 微博 : Latest update:

学习沉淀成长分享 EIGRP. 红茶三杯 ( 朱 SIR) 微博 :  Latest update: 学习沉淀成长分享 EIGRP 红茶三杯 ( 朱 SIR) 微博 :http://t.sina.com/vinsoney Latest update: 2012-06-01 课程目标 EIGRP 协议基础 EIGRP 基础配置 EIGRP 协议基础 EIGRP 的协议特点 EIGRP 的三张表 EIGRP 数据包 初始路由发现 EIGRP metric DUAL 算法 EIGRP 的协议特点 CISCO

More information

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet 前 4 个字节都是一样的 0 8 16 31 类型代码检验和 ( 这 4 个字节取决于 ICMP 报文的类型 ) ICMP 的数据部分 ( 长度取决于类型 ) ICMP 报文 首部 数据部分 IP 数据报 ICMP: Internet Control Message

More information

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 实验三十三 DEIGRP 的配置 一 实验目的 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 二 应用环境 由于 RIP 协议的诸多问题, 神州数码开发了与 EIGRP 完全兼容的 DEIGRP, 支持变长子网 掩码 路由选择参考更多因素, 如带宽等等 三 实验设备 1. DCR-1751 三台 2. CR-V35FC 一条 3. CR-V35MT 一条 四 实验拓扑

More information

如何查看 Cache Engine 缓存中有哪些网站 /URL

如何查看 Cache Engine 缓存中有哪些网站 /URL 如何查看 Cache Engine 缓存中有哪些网站 /URL 目录 简介 硬件与软件版本 处理日志 验证配置 相关信息 简介 本文解释如何设置处理日志记录什么网站 /URL 在 Cache Engine 被缓存 硬件与软件版本 使用这些硬件和软件版本, 此配置开发并且测试了 : Hardware:Cisco 缓存引擎 500 系列和 73xx 软件 :Cisco Cache 软件版本 2.3.0

More information

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide 简介 我们通过使用烧录有 AvalonMiner 设备管理程序的树莓派作为控制器 使 用户能够通过控制器中管理程序的图形界面 来同时对多台 AvalonMiner 6.0 或 AvalonMiner 6.01 进行管理和调试 本教程将简要的说明 如何把 AvalonMiner

More information

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容 Content 内容 A1 A2 A3 A4 A5 A6 A7 A8 A9 Login via ICTI CARE Website 通过 ICTI 关爱网站登录 Completing the Application Form 填写申请表 Application Form Created 创建的申请表 Receive Acknowledgement Email 接收确认电子邮件 Receive User

More information

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图 PCU50 的整盘备份 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 OS Loader V4.00 Please select the operating system to start: SINUMERIK Use and to move the highlight to your choice. Press Enter

More information

Logitech G302 Daedalus Prime Setup Guide 设置指南

Logitech G302 Daedalus Prime Setup Guide 设置指南 Logitech G302 Daedalus Prime Setup Guide 设置指南 Logitech G302 Daedalus Prime Contents / 目录 English................. 3 简体中文................. 6 2 Logitech G302 Daedalus Prime 1 On 2 USB Your Daedalus Prime

More information

Understanding IO patterns of SSDs

Understanding IO patterns of SSDs 固态硬盘 I/O 特性测试 周大 众所周知, 固态硬盘是一种由闪存作为存储介质的数据库存储设备 由于闪存和磁盘之间物理特性的巨大差异, 现有的各种软件系统无法直接使用闪存芯片 为了提供对现有软件系统的支持, 往往在闪存之上添加一个闪存转换层来实现此目的 固态硬盘就是在闪存上附加了闪存转换层从而提供和磁盘相同的访问接口的存储设备 一方面, 闪存本身具有独特的访问特性 另外一方面, 闪存转换层内置大量的算法来实现闪存和磁盘访问接口之间的转换

More information

Computer Networks. Wenzhong Li. Nanjing University

Computer Networks. Wenzhong Li. Nanjing University Computer Networks Wenzhong Li Nanjing University 1 Chapter 4. Internetworking The Internet Protocol IP Address ARP and DHCP ICMP IPv6 Mobile IP Internet Routing IP Multicasting Multiprotocol Label Switching

More information

第二小题 : 逻辑隔离 (10 分 ) OpenFlow Switch1 (PC-A/Netfpga) OpenFlow Switch2 (PC-B/Netfpga) ServerB PC-2. Switching Hub

第二小题 : 逻辑隔离 (10 分 ) OpenFlow Switch1 (PC-A/Netfpga) OpenFlow Switch2 (PC-B/Netfpga) ServerB PC-2. Switching Hub 第二小题 : 逻辑隔离 (10 分 ) 一 实验背景云平台服务器上的不同虚拟服务器, 分属于不同的用户 用户远程登录自己的虚拟服务器之后, 安全上不允许直接访问同一局域网的其他虚拟服务器 二 实验目的搭建简单网络, 通过逻辑隔离的方法, 实现用户能远程登录局域网内自己的虚拟内服务器, 同时不允许直接访问同一局域网的其他虚拟服务器 三 实验环境搭建如图 1-1 所示, 我们会创建一个基于 OpenFlow

More information

Chapter 1 (Part 2) Introduction to Operating System

Chapter 1 (Part 2) Introduction to Operating System Chapter 1 (Part 2) Introduction to Operating System 张竞慧办公室 : 计算机楼 366 室电邮 :jhzhang@seu.edu.cn 主页 :http://cse.seu.edu.cn/personalpage/zjh/ 电话 :025-52091017 1.1 Computer System Components 1. Hardware provides

More information

组播路由 - MSDP 和 PIM 通过走

组播路由 - MSDP 和 PIM 通过走 组播路由 - MSDP 和 PIM 通过走 Contents Introduction 拓扑控制 - 飞机来源注册 ( 步骤 1-3) 接受器参加组 ( 第 4 步 - 第 11 步 ) R4 PIM RP 修剪 (S, G) 步骤 12 摘要 Related Information Introduction 本文描述独立于协议的组播 (PIM) 和多播源发现协议 (MSDP) 的操作与使用一简单的组播拓扑

More information

Chapter 5 Lab 5-1, Configure and Verify Path Control

Chapter 5 Lab 5-1, Configure and Verify Path Control hapter 5 Lab 5-1, onfigure and Verify Path ontrol Topology Objectives Background onfigure and verify policy-based routing. Select the required tools and commands to configure policy-based routing operations.

More information

Command Dictionary CUSTOM

Command Dictionary CUSTOM 命令模式 CUSTOM [(filename)] [parameters] Executes a "custom-designed" command which has been provided by special programming using the GHS Programming Interface. 通过 GHS 程序接口, 执行一个 用户设计 的命令, 该命令由其他特殊程序提供 参数说明

More information

计算机组成原理第二讲 第二章 : 运算方法和运算器 数据与文字的表示方法 (1) 整数的表示方法. 授课老师 : 王浩宇

计算机组成原理第二讲 第二章 : 运算方法和运算器 数据与文字的表示方法 (1) 整数的表示方法. 授课老师 : 王浩宇 计算机组成原理第二讲 第二章 : 运算方法和运算器 数据与文字的表示方法 (1) 整数的表示方法 授课老师 : 王浩宇 haoyuwang@bupt.edu.cn 1 Today: Bits, Bytes, and Integers Representing information as bits Bit-level manipulations Integers Representation: unsigned

More information

IP unnumbered 实验讲义 一. 实验目的 : 二. 实验设备 : 三. 实验拓扑 : 四. 实验内容 :

IP unnumbered 实验讲义 一. 实验目的 : 二. 实验设备 : 三. 实验拓扑 : 四. 实验内容 : 一. 实验目的 : IP unnumbered 实验讲义 掌握 ip unnumbered 命令以及命令适用范围 二. 实验设备 : 2600 router*2,serial 相连 IOS (tm) C2600 Software (C2600-DO3S-M), Version 12.0(5)T1 三. 实验拓扑 : F0 S0 S0 F0 Router A Router B 四. 实验内容 : 基本配置

More information

Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司

Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司 Microsoft RemoteFX: USB 和设备重定向 姓名 : 张天民 职务 : 高级讲师 公司 : 东方瑞通 ( 北京 ) 咨询服务有限公司 RemoteFX 中新的 USB 重定向特性 在 RDS 中所有设备重定向机制 VDI 部署场景讨论 : 瘦客户端和胖客户端 (Thin&Rich). 用户体验 : 演示使用新的 USB 重定向功能 81% 4 本地和远程的一致的体验 (Close

More information

OTAD Application Note

OTAD Application Note OTAD Application Note Document Title: OTAD Application Note Version: 1.0 Date: 2011-08-30 Status: Document Control ID: Release _OTAD_Application_Note_CN_V1.0 Copyright Shanghai SIMCom Wireless Solutions

More information

Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源, 提高系统整体性能起到重要作用

Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源, 提高系统整体性能起到重要作用 在本博客的 Spark Metrics 配置详解 文章中介绍了 Spark Metrics 的配置, 其中我们就介绍了 Spark 监控支持 Ganglia Sink Ganglia 是 UC Berkeley 发起的一个开源集群监视项目, 主要是用来监控系统性能, 如 :cpu mem 硬盘利用率, I/O 负载 网络流量情况等, 通过曲线很容易见到每个节点的工作状态, 对合理调整 分配系统资源,

More information

Multiprotocol Label Switching The future of IP Backbone Technology

Multiprotocol Label Switching The future of IP Backbone Technology Multiprotocol Label Switching The future of IP Backbone Technology Computer Network Architecture For Postgraduates Chen Zhenxiang School of Information Science and Technology. University of Jinan (c) Chen

More information

<properties> <jdk.version>1.8</jdk.version> <project.build.sourceencoding>utf-8</project.build.sourceencoding> </properties>

<properties> <jdk.version>1.8</jdk.version> <project.build.sourceencoding>utf-8</project.build.sourceencoding> </properties> SpringBoot 的基本操作 一 基本概念在 spring 没有出现的时候, 我们更多的是使用的 Spring,SpringMVC,Mybatis 等开发框架, 但是要将这些框架整合到 web 项目中需要做大量的配置,applicationContext.xml 以及 servlet- MVC.xml 文件等等, 但是这些文件还还不够, 还需要配置 web.xml 文件进行一系列的配置 以上操作是比较麻烦的,

More information

Apache Kafka 源码编译 Spark 大数据博客 -

Apache Kafka 源码编译 Spark 大数据博客 - 经过近一个月时间, 终于差不多将之前在 Flume 0.9.4 上面编写的 source sink 等插件迁移到 Flume-ng 1.5.0, 包括了将 Flume 0.9.4 上面的 TailSou rce TailDirSource 等插件的迁移 ( 当然, 我们加入了许多新的功能, 比如故障恢复 日志的断点续传 按块发送日志以及每个一定的时间轮询发送日志而不是等一个日志发送完才发送另外一个日志

More information

Triangle - Delaunay Triangulator

Triangle - Delaunay Triangulator Triangle - Delaunay Triangulator eryar@163.com Abstract. Triangle is a 2D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project in the school of Computer Science

More information

Wireless Presentation Pod

Wireless Presentation Pod Wireless Presentation Pod WPP20 www.yealink.com Quick Start Guide (V10.1) Package Contents If you find anything missing, contact your system administrator. WPP20 Wireless Presentation Pod Quick Start Guide

More information

三 依赖注入 (dependency injection) 的学习

三 依赖注入 (dependency injection) 的学习 三 依赖注入 (dependency injection) 的学习 EJB 3.0, 提供了一个简单的和优雅的方法来解藕服务对象和资源 使用 @EJB 注释, 可以将 EJB 存根对象注入到任何 EJB 3.0 容器管理的 POJO 中 如果注释用在一个属性变量上, 容器将会在它被第一次访问之前赋值给它 在 Jboss 下一版本中 @EJB 注释从 javax.annotation 包移到了 javax.ejb

More information

The Design of Everyday Things

The Design of Everyday Things The Design of Everyday Things Byron Li Copyright 2009 Trend Micro Inc. It's Not Your Fault Donald A. Norman & His Book Classification 03/17/11 3 Norman Door Why Learn to think from different aspects Contribute

More information

NyearBluetoothPrint SDK. Development Document--Android

NyearBluetoothPrint SDK. Development Document--Android NyearBluetoothPrint SDK Development Document--Android (v0.98) 2018/09/03 --Continuous update-- I Catalogue 1. Introduction:... 3 2. Relevant knowledge... 4 3. Direction for use... 4 3.1 SDK Import... 4

More information

Oracle 一体化创新云技术 助力智慧政府信息化战略. Copyright* *2014*Oracle*and/or*its*affiliates.*All*rights*reserved.** *

Oracle 一体化创新云技术 助力智慧政府信息化战略. Copyright* *2014*Oracle*and/or*its*affiliates.*All*rights*reserved.** * Oracle 一体化创新云技术 助力智慧政府信息化战略 ?* x * Exadata Exadata* * * Exadata* InfiniBand 0Gbits/S 5?10 * Exadata* * Exadata& & Oracle exadata! " 4 " 240 12! "!! " " " Exadata* Exadata & Single?Instance*Database*

More information

朱晔和你聊 Spring 系列 S1E2: SpringBoot 并不神秘

朱晔和你聊 Spring 系列 S1E2: SpringBoot 并不神秘 朱晔和你聊 Spring 系列 S1E2: SpringBoot 并不神秘 文本我们会一步一步做一个例子来看看 SpringBoot 的自动配置是如何实现的, 然后来看一 些 SpringBoot 留给我们的扩展点 自己制作一个 SpringBoot Starter 我们知道 SpringBoot 提供了非常多的启动器, 引入了启动器依赖即可直接享受到自动依赖 配置和自动属性配置 : https://github.com/spring-projects/spring-boot/tree/master/spring-boot-project/springboot-starters

More information

nbns-list netbios-type network next-server option reset dhcp server conflict 1-34

nbns-list netbios-type network next-server option reset dhcp server conflict 1-34 目录 1 DHCP 1-1 1.1 DHCP 公共命令 1-1 1.1.1 dhcp dscp 1-1 1.1.2 dhcp enable 1-1 1.1.3 dhcp select 1-2 1.2 DHCP 服务器配置命令 1-3 1.2.1 address range 1-3 1.2.2 bims-server 1-4 1.2.3 bootfile-name 1-5 1.2.4 class 1-6

More information

Chapter 7: Deadlocks. Operating System Concepts 9 th Edition

Chapter 7: Deadlocks. Operating System Concepts 9 th Edition Chapter 7: Deadlocks Silberschatz, Galvin and Gagne 2013 Chapter Objectives To develop a description of deadlocks, which prevent sets of concurrent processes from completing their tasks To present a number

More information

TW5.0 如何使用 SSL 认证. 先使用 openssl 工具 1 生成 CA 私钥和自签名根证书 (1) 生成 CA 私钥 openssl genrsa -out ca-key.pem 1024

TW5.0 如何使用 SSL 认证. 先使用 openssl 工具 1 生成 CA 私钥和自签名根证书 (1) 生成 CA 私钥 openssl genrsa -out ca-key.pem 1024 TW5.0 如何使用 SSL 认证 先使用 openssl 工具 1 生成 CA 私钥和自签名根证书 (1) 生成 CA 私钥 openssl genrsa -out ca-key.pem 1024 Generating RSA private key, 1024 bit long modulus.++++++...++++++ e is 65537 (0x10001) (2) 生成待签名证书 openssl

More information

Air Speaker. Getting started with Logitech UE Air Speaker. 快速入门罗技 UE Air Speaker. Wireless speaker with AirPlay. 无线音箱 (AirPlay 技术 )

Air Speaker. Getting started with Logitech UE Air Speaker. 快速入门罗技 UE Air Speaker. Wireless speaker with AirPlay. 无线音箱 (AirPlay 技术 ) Air Speaker Getting started with Logitech UE Air Speaker Wireless speaker with AirPlay 快速入门罗技 UE Air Speaker 无线音箱 (AirPlay 技术 ) for ipad, iphone, ipod touch and itunes ipad, iphone, ipod touch itunes Logitech

More information

Chapter 11 SHANDONG UNIVERSITY 1

Chapter 11 SHANDONG UNIVERSITY 1 Chapter 11 File System Implementation ti SHANDONG UNIVERSITY 1 Contents File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management Efficiency and

More information

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology

CIS 83 LAB 3 - EIGRP Rich Simms September 23, Objective. Scenario. Topology CIS 83 LAB 3 - EIGRP Rich Simms September 23, 2006 Objective The objective of this lab is to become familiar setting up and configuring EIGRP on three routers. EIGRP is a Cisco proprietary distance-vector

More information

Congestion Control Mechanisms for Ad-hoc Social Networks 自组织社会网络中的拥塞控制机制

Congestion Control Mechanisms for Ad-hoc Social Networks 自组织社会网络中的拥塞控制机制 Congestion Control Mechanisms for Ad-hoc Social Networks 自组织社会网络中的拥塞控制机制 by Hannan-Bin-Liaqat (11117018) to School of Software in partial fulfillment of the requirements for the degree of Doctor of Philosophy

More information

Spark Standalone 模式应用程序开发 Spark 大数据博客 -

Spark Standalone 模式应用程序开发 Spark 大数据博客 - 在本博客的 Spark 快速入门指南 (Quick Start Spark) 文章中简单地介绍了如何通过 Spark s hell 来快速地运用 API 本文将介绍如何快速地利用 Spark 提供的 API 开发 Standalone 模式的应用程序 Spark 支持三种程序语言的开发 :Scala ( 利用 SBT 进行编译 ), Java ( 利用 Maven 进行编译 ) 以及 Python

More information

U-CONTROL UMX610/UMX490/UMX250. The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface

U-CONTROL UMX610/UMX490/UMX250. The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface U-CONTROL UMX610/UMX490/UMX250 The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface 2 U-CONTROL UMX610/UMX490/UMX250 快速启动向导 3 其他的重要信息 ¼'' TS 1. 2. 3.

More information

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 We can format your materials to be read.. in print 印刷 XML Conversions online

More information

libde265 HEVC 性能测试报告

libde265 HEVC 性能测试报告 libde265 HEVC www.libde265.org libde265 HEVC 高效率视频编码 (HEVC) 是新的视频压缩标准, 是 H.264/MPEG-4 AVC (Advanced Video Coding) 的后继者 HEVC 是由 ISO/IEC Moving Picture Experts Group (MPEG) 和 ITU-T Video Coding Experts Group

More information

Declaration of Conformity STANDARD 100 by OEKO TEX

Declaration of Conformity STANDARD 100 by OEKO TEX Declaration of Conformity STANDARD 100 by OEKO TEX OEKO-TEX - International Association for Research and Testing in the Field of Textile and Leather Ecology OEKO-TEX - 国际纺织和皮革生态学研究和检测协会 Declaration of

More information

Supplementary Materials on Semaphores

Supplementary Materials on Semaphores Supplementary Materials on Semaphores Contents Semaphores Basic synchronization patterns Producers-Consumers (Bounded Buffer) Readers-Writers The Dining Philosophers More Exercises for You Dijkstra Edsger

More information

PTZ PRO 2. Setup Guide 设置指南

PTZ PRO 2. Setup Guide 设置指南 PTZ PRO 2 Setup Guide 设置指南 3 ENGLISH 8 简体中文 2 KNOW YOUR PRODUCT 1 4 9 5 10 6 7 11 8 2 13 14 3 12 15 Camera 1. 10X lossless zoom 2. Camera LED 3. Kensington Security Slot Remote 4. Mirror 5. Zoom in 6.

More information

Chapter 5 Lab 5-1, Configure and Verify Path Control Using PBR. Topology. Objectives. Background. Required Resources. CCNPv7 ROUTE

Chapter 5 Lab 5-1, Configure and Verify Path Control Using PBR. Topology. Objectives. Background. Required Resources. CCNPv7 ROUTE hapter 5 Topology Objectives onfigure and verify policy-based routing. Select the required tools and commands to configure policy-based routing operations. Verify the configuration and operation by using

More information

<?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <configuration> <!--- global properties --> <property>

<?xml version=1.0?> <?xml-stylesheet type=text/xsl href=configuration.xsl?> <configuration> <!--- global properties --> <property> 1 重读配置文件 core-site.xml 要利用 Java 客户端来存取 HDFS 上的文件, 不得不说的是配置文件 hadoop-0.20.2/conf/core-site.xml 了, 最初我就是在这里吃了大亏, 所以我死活连不 上 HDFS, 文件无法创建 读取

More information

NetScreen 概念与范例. ScreenOS 参考指南 第 7 卷 : 虚拟系统. ScreenOS 编号 SC 修订本 E

NetScreen 概念与范例. ScreenOS 参考指南 第 7 卷 : 虚拟系统. ScreenOS 编号 SC 修订本 E NetScreen 概念与范例 ScreenOS 参考指南 第 7 卷 : 虚拟系统 ScreenOS 5.0.0 编号 093-0930-000-SC 修订本 E Copyright Notice Copyright 2004 NetScreen Technologies, Inc. All rights reserved. NetScreen, NetScreen Technologies, GigaScreen,

More information

Build a Key Value Flash Disk Based Storage System. Flash Memory Summit 2017 Santa Clara, CA 1

Build a Key Value Flash Disk Based Storage System. Flash Memory Summit 2017 Santa Clara, CA 1 Build a Key Value Flash Disk Based Storage System Flash Memory Summit 2017 Santa Clara, CA 1 Outline Ø Introduction,What s Key Value Disk Ø A Evolution to Key Value Flash Disk Based Storage System Ø Three

More information

display portal server display portal user display portal user count display portal web-server

display portal server display portal user display portal user count display portal web-server 目录 1 Portal 1-1 1.1 Portal 配置命令 1-1 1.1.1 aaa-fail nobinding enable 1-1 1.1.2 aging-time 1-1 1.1.3 app-id (Facebook authentication server view) 1-2 1.1.4 app-id (QQ authentication server view) 1-3 1.1.5

More information

A Benchmark For Stroke Extraction of Chinese Characters

A Benchmark For Stroke Extraction of Chinese Characters 2015-09-29 13:04:51 http://www.cnki.net/kcms/detail/11.2442.n.20150929.1304.006.html 北京大学学报 ( 自然科学版 ) Acta Scientiarum Naturalium Universitatis Pekinensis doi: 10.13209/j.0479-8023.2016.025 A Benchmark

More information

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 SGM IT < 上汽通用汽车供应商门户网站项目 (SGMSP)> 工作产品名称 :< User Guide 用户手册 > Current Version: Owner: < 曹昌晔 > Date Created:

More information

FLIGHT INSTRUMENT PANEL

FLIGHT INSTRUMENT PANEL FLIGHT INSTRUMENT PANEL Professional Multi-Instrument LCD Panel Simulation Controller 专用多仪表 LCD 面板模拟控制器 USER GUIDE 用户指南 logitechg.com 2 English 4 ENGLISH 11 简体中文 3 Getting Started: FLIGHT INSTRUMENT PANEL

More information

静态路由 : ip route ; 命令格式 router(config)#ip route ; 静态路由举例 router(config)#ip route

静态路由 : ip route ; 命令格式 router(config)#ip route ; 静态路由举例 router(config)#ip route 1. 交换机支持的命令 : 交换机基本状态 : switch: ;ROM 状态, 路由器是 rommon> hostname> ; 用户模式 hostname# ; 特权模式 hostname(config)# ; 全局配置模式 hostname(config-if)# ; 接口状态交换机口令设置 : switch>enable ; 进入特权模式 switch#config terminal ; 进入全局配置模式

More information

LAB1: EIGRP IPv4. EIGRP: Initial Config. Disclaimer

LAB1: EIGRP IPv4. EIGRP: Initial Config. Disclaimer Page1 AB1: EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Topology Objectives Background Configure EIGRP on multiple routers. Configure the bandwidth command to modify the EIGRP metric. Verify

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

OpenCascade 的曲面.

OpenCascade 的曲面. 在 OpenSceneGraph 中绘制 OpenCascade 的曲面 eryar@163.com 摘要 Abstract : 本文对 OpenCascade 中的几何曲面数据进行简要说明, 并结合 OpenSceneGraph 将这些曲面显示 关键字 Key Words:OpenCascade OpenSceneGraph Geometry Surface NURBS 一 引言 Introduction

More information

Safe Memory-Leak Fixing for C Programs

Safe Memory-Leak Fixing for C Programs Safe Memory-Leak Fixing for C Programs Qing Gao, Yingfei Xiong, Yaqing Mi, Lu Zhang, Weikun Yang, Zhaoing Zhou, Bing Xie, Hong Mei Institute of Software, Peking Unversity 内存管理 安全攸关软件的开发必然涉及内存管理问题 软件工程经典问题,

More information

Bi-monthly report. Tianyi Luo

Bi-monthly report. Tianyi Luo Bi-monthly report Tianyi Luo 1 Work done in this week Write a crawler plus based on keywords (Support Chinese and English) Modify a Sina weibo crawler (340M/day) Offline learning to rank module is completed

More information

¼'' TS 法律声明 10. MUSIC Tribe

¼'' TS 法律声明 10. MUSIC Tribe X AIR XR16/XR12 16/12-Input Digital Mixer for ipad/android Tablets with 8/4 Programmable MIDAS Preamps, 8 Line Inputs, Integrated Wifi Module and USB Stereo Recorder 2 X AIR XR16/XR12 快速启动向导 3 重要的安全须知

More information

public static InetAddress getbyname(string host) public static InetAddress getlocalhost() public static InetAddress[] getallbyname(string host)

public static InetAddress getbyname(string host) public static InetAddress getlocalhost() public static InetAddress[] getallbyname(string host) 网络编程 杨亮 网络模型 访问 网络 Socket InetAddress 类 public static InetAddress getbyname(string host) public static InetAddress getlocalhost() public static InetAddress[] getallbyname(string host) public class OreillyByName

More information

CloudStack 4.3 API 开发指南!

CloudStack 4.3 API 开发指南! CloudStack 4.3 API 开发指南 CloudStack4.3 离发布也不远了, 自从 CloudStack4.1 以后, 其耦合度 一步步下降, 这使开发变得更加容易, 今天我们就以 CloudStack4.3 版本为基础, 来感受 一下如何添加 一个新的 API 首先,CloudStack4.3 里所有的 API 都可认为是 一个插件提供的服务, 诸如 ACL, 网络, 主机以及管理服务器

More information

Presentation Title. By Author The MathWorks, Inc. 1

Presentation Title. By Author The MathWorks, Inc. 1 Presentation Title By Author 2014 The MathWorks, Inc. 1 4G LTE 轻松入门 陈建平 MathWorks 中国 2014 The MathWorks, Inc. 2 大纲 4G 综述 LTE 系统工具箱的应用 黄金参考模型 点到点链路级仿真 信号发生和分析 信号信息恢复 4G 系统的并行仿真加速 3 无线标准的演化 * *Although ETSI

More information

IPC 的 Proxy-Stub 设计模式 ( c)

IPC 的 Proxy-Stub 设计模式 ( c) B05_c 基於軟硬整合觀點 IPC 的 Proxy-Stub 设计模式 ( c) By 高煥堂 天子 曹操 地头蛇? 3 包裝 IBinder 接口基於軟硬整合觀點 -- 使用 Proxy-Stub 设计模式 采用 Proxy-Stub 设计模式将 IBinder 接口包装起来, 让 App 与 IBinder 接口不再产生高度相依性 應用程序 (App) 其将 IBinder 接口包装起来, 转换出更好用的新接口

More information

Technology: Anti-social Networking 科技 : 反社交网络

Technology: Anti-social Networking 科技 : 反社交网络 Technology: Anti-social Networking 科技 : 反社交网络 1 Technology: Anti-social Networking 科技 : 反社交网络 The Growth of Online Communities 社交网络使用的增长 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习

More information

Lecture 3 for pipelining

Lecture 3 for pipelining Lecture 3 for pipelining The control hazard How to solve the control hazard Pipelining Hazards Taxonomy of Hazards Structural hazards These are conflicts over hardware resources. OK, maybe add extra hardware

More information

Microsemi - Leading Innovation for China s Hyperscale Data Centers

Microsemi - Leading Innovation for China s Hyperscale Data Centers Power Matters. TM Microsemi - Leading Innovation for China s Hyperscale Data Centers Andrew Dieckmann Sr. Director, Scalable Storage Product Marketing 1 议程 China A Storage Growth Engine Data Center Storage

More information

Parallel Programming Principle and Practice Lecture 7

Parallel Programming Principle and Practice Lecture 7 Parallel Programming Principle and Practice Lecture 7 Threads programming with TBB Outline Intel Threading Building Blocks Task-based programming Task Scheduler Scalable Memory Allocators Concurrent Containers

More information

H3C CAS 虚拟机支持的操作系统列表. Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知

H3C CAS 虚拟机支持的操作系统列表. Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知 H3C CAS 虚拟机支持的操作系统列表 Copyright 2016 杭州华三通信技术有限公司版权所有, 保留一切权利 非经本公司书面许可, 任何单位和个人不得擅自摘抄 复制本文档内容的部分或全部, 并不得以任何形式传播 本文档中的信息可能变动, 恕不另行通知 目录 1 Windows 1 2 Linux 1 2.1 CentOS 1 2.2 Fedora 2 2.3 RedHat Enterprise

More information

Outline. Motivations (1/3) Distributed File Systems. Motivations (3/3) Motivations (2/3)

Outline. Motivations (1/3) Distributed File Systems. Motivations (3/3) Motivations (2/3) Outline TFS: Tianwang File System -Performance Gain with Variable Chunk Size in GFS-like File Systems Authors: Zhifeng Yang, Qichen Tu, Kai Fan, Lei Zhu, Rishan Chen, Bo Peng Introduction (what s it all

More information

Configuring Link Aggregation on the ML-MR-10 card

Configuring Link Aggregation on the ML-MR-10 card CHAPTER 34 Configuring Link Aggregation on the ML-MR-10 card This chapter applies to the ML-MR-10 card and describes how to configure link aggregation for the ML-Series cards, both EtherChannel and packet-over-sonet/sdh

More information

Command Dictionary -- DAMSTAB

Command Dictionary -- DAMSTAB 命令模式 DAMSTAB [(divlist)] /SDIC /SDIHC /SDIHR /SDI194C[SP] /SDI194P[SP] /SDI216C[SP] /SDI216P[SP] /SDIPtype [/L:l1,l2] [/B:b1[,b2]] [/N:n1,n2] [/STOP[AT][:n]] [/DLL:draftloadline] [/LIMITHEEL:angle] [/WRITE:runfile]

More information

Color LaserJet Pro MFP M477 入门指南

Color LaserJet Pro MFP M477 入门指南 Color LaserJet Pro MFP M477 入门指南 Getting Started Guide 2 www.hp.com/support/colorljm477mfp www.register.hp.com ZHCN 4. 在控制面板上进行初始设置...2 5. 选择一种连接方式并准备安装软件...2 6. 找到或下载软件安装文件...3 7. 安装软件...3 8. 移动和无线打印

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

CHINA VISA APPLICATION CONCIERGE SERVICE*

CHINA VISA APPLICATION CONCIERGE SERVICE* TRAVEL VISA PRO ORDER FORM Call us for assistance 866-378-1722 Fax 866-511-7599 www.travelvisapro.com info@travelvisapro.com CHINA VISA APPLICATION CONCIERGE SERVICE* Travel Visa Pro will review your documents

More information

XPS 8920 Setup and Specifications

XPS 8920 Setup and Specifications XPS 8920 Setup and Specifications 计算机型号 : XPS 8920 管制型号 : D24M 管制类型 : D24M001 注 小心和警告 注 : 注 表示帮助您更好地使用该产品的重要信息 小心 : 小心 表示可能会损坏硬件或导致数据丢失, 并说明如何避免此类问题 警告 : 警告 表示可能会造成财产损失 人身伤害甚至死亡 版权所有 2017 Dell Inc. 或其附属公司

More information

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D

CCNA Practice test. 2. Which protocol can cause high CPU usage? A. NTP B. WCCP C. Telnet D. SNMP Answer: D 1. Which network would support at least 30 hosts? A. 10.0.0.0 255.255.255.252 B. 10.0.0.0 255.255.255.240 C. 10.0.0.0 255.255.255.224 D. 10.0.0.0 255.255.255.248 2. Which protocol can cause high CPU usage?

More information

Configuring Interfaces on the ML-Series Card

Configuring Interfaces on the ML-Series Card 5 CHAPTER This chapter describes basic interface configuration for the ML-Series card to help you get your ML-Series card up and running. Advanced packet-over-sonet (POS) interface configuration is covered

More information

2 百硕客户通讯, 总第 7 期 2007 年 3 月 1 日

2 百硕客户通讯, 总第 7 期 2007 年 3 月 1 日 2 3 获得 z/os 学习资料的新途径 由于主机专业技术人才越来越紧缺, 最近在国际主机领域中, 提高人们对主机和 z/os 使用技能成为了一个令人关注的焦点, 由此在网络上增加了很多可以供主机技术人员参考和学习的技术文章 z/nextgen 在美国, 很多主机系统程序员都快到了退休年龄 所以, 在大学和相关机构中培养新一代主机系统工程师成为了一个热门 针对这种形势,SHARE(IBM 用户组织

More information

Specifications 产品规格书 USB-D M X 控制器. DESCRIPTION: USB-D M X Control 产品名称 : MODEL NO: USB-DMX512-CONTROL 产品型号 :

Specifications 产品规格书 USB-D M X 控制器. DESCRIPTION: USB-D M X Control 产品名称 : MODEL NO: USB-DMX512-CONTROL 产品型号 : Specifications 产品规格书 DESCRIPTION: USB-D M X 5 1 2 Control 产品名称 : USB-D M X 5 1 2 控制器 MODEL NO: 产品型号 : USB-DMX512-CONTROL Shanghai Edge Light Industry Co.,LTD. TEL:+86-21-64412288 FAX:+86-21-64412266 E-mail:

More information

新一代 ODA X5-2 低调 奢华 有内涵

新一代 ODA X5-2 低调 奢华 有内涵 新一代 ODA X5-2 低调 奢华 有内涵 李昊首席销售顾问甲骨文公司系统事业部 内容预览 1 2 3 4 ODA 概述 ODA X5-2 新功能 / 特性介绍 ODA X5-2 市场定位 & 竞争分析总结 & 讨论 内容预览 1 2 3 4 ODA 概述 ODA X5-2 新功能 / 特性介绍 ODA X5-2 市场定位 & 竞争分析总结 & 讨论 什么是 ODA ODA: 五年四代, 稳中求变

More information

Lab Advanced Telnet Operations Instructor Version 2500

Lab Advanced Telnet Operations Instructor Version 2500 Lab 4.2.4 Advanced Telnet Operations Instructor Version 2500 Objective Use the telnet command to remotely access other routers. Verify that the application layer between the source and the destination

More information

SNMP Web Manager. User s Manual

SNMP Web Manager. User s Manual SNMP Web Manager User s Manual Table of Contents 1. Introduction... 2 2. SNMP Web Manager Install, Quick Start and Uninstall... 2 2.1. Software Installation... 3 2.2. Software Quick Start... 6 2.3. Software

More information

密级 : 博士学位论文. 论文题目基于 ScratchPad Memory 的嵌入式系统优化研究

密级 : 博士学位论文. 论文题目基于 ScratchPad Memory 的嵌入式系统优化研究 密级 : 博士学位论文 论文题目基于 ScratchPad Memory 的嵌入式系统优化研究 作者姓名指导教师学科 ( 专业 ) 所在学院提交日期 胡威陈天洲教授计算机科学与技术计算机学院二零零八年三月 A Dissertation Submitted to Zhejiang University for the Degree of Doctor of Philosophy TITLE: The

More information

测试基础架构 演进之路. 茹炳晟 (Robin Ru) ebay 中国研发中心

测试基础架构 演进之路. 茹炳晟 (Robin Ru) ebay 中国研发中心 测试基础架构 演进之路 茹炳晟 (Robin Ru) ebay 中国研发中心 茹炳晟 (Robin Ru) 主要工作经历 : ebay 中国研发中心 -- 测试基础架构技术主管 Hewlett-Packard 惠普软件 ( 中国 ) 研发中心 -- 测试架构师 资深测试专家 Alcatel-Lucent 阿尔卡特朗讯 ( 上海 ) 研发中心 -- 测试技术主管 Cisco 思科 ( 中国 ) 研发中心

More information

Skill-building Courses Business Analysis Lesson 3 Problem Solving

Skill-building Courses Business Analysis Lesson 3 Problem Solving Skill-building Courses Business Analysis Lesson 3 Problem Solving Review Software Development Life Cycle/Agile/Scrum Learn best practices for collecting and cleaning data in Excel to ensure accurate analysis

More information

Using Setup Mode to Configure a Cisco Networking Device

Using Setup Mode to Configure a Cisco Networking Device Using Setup Mode to Configure a Cisco Networking Device Setup mode provides an interactive menu to help you to create an initial configuration file for a new networking device, or a device that you have

More information

mod_callcenter callcenter.conf.xml 范例 odbc-dsn

mod_callcenter callcenter.conf.xml 范例 odbc-dsn mod_callcenter 本文英文部分是来自 https://freeswitch.org/confluence/display/freeswitch/mod_callcenter, 中文部分是通过分析 mod_callcenter.c 的代码根据个人 的理解整理而成 关于作者 鼎鼎 :cdevelop@qq.com qq:1280791187 本文会不定期更新, 最新版本在 http://www.ddrj.com/?p=79

More information

测试 SFTP 的 问题在归档配置页的 MediaSense

测试 SFTP 的 问题在归档配置页的 MediaSense 测试 SFTP 的 问题在归档配置页的 MediaSense Contents Introduction Prerequisites Requirements Components Used 问题 : 测试 SFTP 按钮发生故障由于 SSH 算法协商故障解决方案 Bug Reled Informion Introduction 本文描述如何解决可能发生的安全壳 SSH 算法协商故障, 当您配置一个安全文件传输协议

More information

Mini Bluetooth Keyboard 迷你蓝牙键盘. instructions 使用指南 (KP BTL)

Mini Bluetooth Keyboard 迷你蓝牙键盘. instructions 使用指南 (KP BTL) Mini Bluetooth Keyboard 迷你蓝牙键盘 instructions 使用指南 (KP-810-21BTL) FN+Lock Selection Adjustable mouse speed two speed can be adjustable the browser home page stop mute left mouse return to main page open

More information

LAB2: Named EIGRP IPv4

LAB2: Named EIGRP IPv4 Page1 AB2: Named EIGRP IPv4 isclaimer This onfiguration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

#MDCC Swift 链式语法应 用 陈乘

#MDCC Swift 链式语法应 用 陈乘 #MDCC 2016 Swift 链式语法应 用 陈乘 方 @ENJOY 关于我 Swift 开发者 ENJOY ios 客户端负责 人 两年年 Swift 实际项 目开发经验 微博 ID: webfrogs Twitter: nswebfrog Writing code is always easy, the hard part is reading it. 链式语法? 链式语法 可以连续不不断地进

More information

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 生物医学文献数据库 PubMed PubMed 简介 PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 PubMed 主要提供基于 Web 的 Medline 数据库检索服务, 其中包括医学文献的订购, 全文在线阅读的链接, 专家信息的查询, 期刊检索以及相关书籍的链接等 数据每周二至周六每天更新 详见 http://baike.so.com/doc/1870897-1978857.html

More information

Machine Vision Market Analysis of 2015 Isabel Yang

Machine Vision Market Analysis of 2015 Isabel Yang Machine Vision Market Analysis of 2015 Isabel Yang CHINA Machine Vision Union Content 1 1.Machine Vision Market Analysis of 2015 Revenue of Machine Vision Industry in China 4,000 3,500 2012-2015 (Unit:

More information

Software Engineering. Zheng Li( 李征 ) Jing Wan( 万静 )

Software Engineering. Zheng Li( 李征 ) Jing Wan( 万静 ) Software Engineering Zheng Li( 李征 ) Jing Wan( 万静 ) 作业 Automatically test generation 1. 编写一个三角形程序, 任意输入三个整数, 判断三个整形边长能否构成三角形, 如果是三角形, 则判断它是一般三角形 等腰三角形或等边三角形, 并输出三角形的类型 2. 画出程序的 CFG, 计算圈复杂度 3. 设计一组测试用例满足测试准则

More information

Packaging 10Apr2012 Rev V Specification MBXL HSG 1. PURPOSE 目的 2. APPLICABLE PRODUCT 适用范围

Packaging 10Apr2012 Rev V Specification MBXL HSG 1. PURPOSE 目的 2. APPLICABLE PRODUCT 适用范围 107-68703 Packaging 10Apr2012 Rev V Specification MBXL HSG 1. PURPOSE 目的 Define the packaging specifiction and packaging method of MBXL HSG. 订定 MBXL HSG 产品之包装规格及包装方式 2. APPLICABLE PRODUCT 适用范围 PKG TYPE

More information

漂亮的测试. By Alberto Savoia 代码之美 第七章 史际帆

漂亮的测试. By Alberto Savoia 代码之美 第七章 史际帆 漂亮的测试 代码之美 第七章 By Alberto Savoia 史际帆 作者简介 :Alberto Savoia Alberto Savoia is co-founder and CTO of Agitar Software. Before Agitar, he was Senior Director of Engineering at Google; prior to that he was the

More information

China Next Generation Internet (CNGI) project and its impact. MA Yan Beijing University of Posts and Telecommunications 2009/08/06.

China Next Generation Internet (CNGI) project and its impact. MA Yan Beijing University of Posts and Telecommunications 2009/08/06. China Next Generation Internet (CNGI) project and its impact MA Yan Beijing University of Posts and Telecommunications 2009/08/06 Outline Next Generation Internet CNGI project in general CNGI-CERNET2 CERNET2

More information

VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 )

VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 ) VAS 5054A FAQ ( 所有 5054A 整合, 中英对照 ) About Computer Windows System Requirements ( 电脑系统要求方面 ) 问 :VAS 5054A 安装过程中出现错误提示 :code 4 (corrupt cabinet) 答 : 客户电脑系统有问题, 换 XP 系统安装 Q: When vas5054 install, an error

More information

Chapter 2: Java OO II. Yang Wang wyang AT njnet.edu.cn

Chapter 2: Java OO II. Yang Wang wyang AT njnet.edu.cn Chapter 2: Java OO II Yang Wang wyang AT njnet.edu.cn Outline Abstraction Abstract Class Interface Inheritance Polymorphism Abstraction Abstraction What is Abstraction? An abstraction is a general idea

More information