CCNP听课笔记3

 
2009 68
7:41
大纲
层次化网络设计模型
EIGRP
OSPF
ISIS
路由操纵盒策略路由
BGP
组播
IPv6
 
根据工作位置
IGP
距离矢量
链路状态
有类别
无类别
EGP
EIGRP 三张表
Neighbor Table
我跟谁建立了邻居关系
Topology Table
 
IP Routing Table
 
 
 
EIGRP
Advanced distance vector (高级距离矢量)
Fast convergence (快速收敛)
Support for VLSM and discontiguous subnets
Partial updates
Support for multiple network-layer protocols
Flexible network design
Multicast and unicast instead of broadcast address
Manual summarization at any point 手动汇总(基于接口)
100% loop-free classless routing
Easy configuration for WANs and LANs
Load balancing across equal and unequal-cost pathways 等开销和非等开销的负载均衡
 
协议传输的时候通常使用组播和单播,不使用广播
EIGRP Packet
Hello
Update
Query
Reply
Ack
 
 
hello 发送时间 5
保持时间 15
EIGRP Metric
Bandwith
Delay
Reliability
Loading
MTU
Router eigrp 100  //100 eigrp 的进程号
No auto-summary
Network 12.1.1.0 0.0.0.255//network 的含义是范围,我有哪些接口参与到 eigrp 的进程里面
 
 
IP 报文中表示协议号
6
Tcp
17
Udp
1
Icmp
2
Igmp
88
Eigrp
89
ospf
Eigrp 直接封装在 IP
 
Ethernet type
0x0800 ipv4
0x86bb ipv6
 
子网反码
S0 10.1.1.1 /24
S1 10.1.2.1/24
S2 10.1.3.1/24
Network 10.1.1.0 0.0.0.255
自动汇总是直连的网络号
手动汇总可以是任意的
类别
管理距离
eigrp 内部
90
外部
170
汇总
5
 
Ip summary-address eigrp 100 172.16.0.0 255.255.255.0
 
汇总后会产生一条指向空接口的路由
 
说明:本笔记仅供个人学习备忘,不喜勿评!

你可能感兴趣的:(职场,笔记,休闲,ccnp)