51CTO博客开发
在使用串行链路时,不同厂家的HDLC封装不同,这时就需要使用PPP封装。PPP封装有PAP和CHAP两种认证方式。 PAP的配置: R1: hostname A username B password 0 1234 interface Serial1/1 ip address 12.1.1.1 255.255.255.0 enc
帧中继中配EIGRP(hub-spoke) R1: interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial1/1 ip address 123.1.1.1 255.255.255.0 encapsulation frame-relay n
EIGRP的策略路由 配置简述: R1起环回口,ip:1.1.1.1 R1、R2之间用串口和fast口连接 R3上面起两个环回口,2.2.2.2和3.3.3.3 R1: interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface FastEthernet0/0 &nbs
EIGRP中的非等价负载均衡 R1: R1#sh run interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface FastEthernet0/0 ip address 12.1.1.1 255.255.255.0 interface FastEthernet1
今天上午查了4级,终于过了!说来惭愧,考了3次英语挂了3次,这次不得不过了,不管是留校还是下半年出去找工作,英语至少也要四级啊,在复习的那段时间,放弃了网络的学习,放弃了专业课的复习考试,全天做英语。。像我这种四级单词A都没背玩的人来说,过了真是庆幸。。 下学期想报个新东方的班
EIGRP的等价负载均衡 实验拓扑如下所示: R1: R1#sh run interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface FastEthernet0/0 ip address 14.1.1.1 255.255.255.0 duplex auto &nb
EIGRP产生默认路由有以下几种方法: 1、 redistribute static interface Loopback0 ip address 1.1.1.1 255.255.255.0 interface Serial1/1 ip address 12.1.1.1 255.255.255.0 ip route 0.0.0.0 0.0
除了使用第二地址会产生单边邻居关系外,使用认证也能产生单边邻居关系。 拓扑如下: R1: interface Serial1/1 ip address 12.1.1.1 255.255.255.0 ip authentication mode eigrp 1 md5 ip authentication
实验拓扑如下: R1:interface Serial1/1 ip address 12.1.1.1 255.255.255.0 router eigrp 1 n
ABR:Area Border Router 边界路由 定义:至少有一个接口不在区域0 ASBR:autonomous system border router 自治系统边界路由器 定义:至少有一个接口不在OSPF区域内,并且重分发到OSPF域中。 关于汇总: OSPF的汇总能力特别差,必须在ABR和ASBR做汇总 在ABR上的命令:area [起源区域]
OSFP:open shortest path first protocol 开放式最短路径优先协议 SPF:shortest path first 最短路径优先 作者:Dijkstra OSPF基础: 1、管理距离110 2、metric值和带宽有关,也叫cost 3、使用SPF算法 4
关于DUAL算法 后继路由丢失---如果有FS,EIGRP立即将其提升为S,并通过相邻路由器。 如果没有FS,router进入扩散计算状态。 扩散计算状态:router向所有相邻router发送query包,进入活动状态(A
当网络中存在不连续子网的时候,EIGRP的自动汇总会出现问题。 R0: interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface Loopback1 ip address 12.1.1.1 255.255.255.0 ! interface Seria
关于Graceful shutdown 优雅重启动一个路由器要down时发送goodbye1、goodbye消息以hello分组方式发送2、goodbye消息的K值都是2553、no router eigrp as-number、no network、重启eigrp时,发送goodbye 关于AS号1、1-64511 公有2、64512-65535 私有 关于eigrp
EIGRP分组1、hello分组EIGRP以固定的时间间隔发送hello分组大于等于T1链路:5s小于等于T1链路:60s在FR上T1默认30s如果EIGRP在hold time interval 内没收到邻居路由器的任何hello分组,就认为这个邻居出现了故障,邻居关系被重置。hold time = hello time 的3倍2、ACK分组:单播3、update分组 (1)路由器发
EIGRP:(Enhanced Interior Gateway Routing Protocol) 增强型内部网关协议 高级距离矢量路由协议 距离矢量路由协议:别人告诉我的路由条目,我就相信---------------开销小链路状态路由协议:相当于看地图---------------------------------开销大 关于EIGRP1、Cisco私有2、协议号883、管理距离5、9
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号