首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 计算机考试 > 认证考试 > 微软认证 >

CCNP-BSCI实验:配置Eigrp步骤1

2012-12-23 
思科认证CCNP-BSCI实验:配置Eigrp步骤1

  环境:三台路由器串口相连,其它接口配置如图

  要求:1.配置EIGRP关闭自动路由汇总

  2.在R1的三个LOOP口进行EIGRP手工路由汇总

  3.R2、R3配置EIGRP接口密文验证

  4.验证并测试结果

  

 

  步骤一: 配置三个路由器接口使其连通。

  R1的配置

  R1(config)# interface Loopback0

  R1(config-if)# ip address 30.1.1.1 255.255.255.0

  R1(config)# interface Loopback1

  R1(config-if)# ip address 30.1.2.1 255.255.255.0

  R1(config)# interface Loopback2

  R1(config-if)# ip address 30.1.3.1 255.255.255.0

  R1(config)# interface s0

  R1(config-if)# ip address 10.1.1.2 255.255.255.0

  R1(config-if)#no shutdown

  R2的配置

  R2(config)# interface s0

  R2(config-if)# ip address 10.1.1.1 255.255.255.0

  R2(config-if)#clockrate 64000

  R2(config-if)#no shutdown

  R2(config)# interface s1

  R2(config-if)# ip address 20.1.1.1 255.255.255.0

  R12(config-if)#no shutdown

  R3的配置

  R3(config)# interface Loopback0

  R3(config-if)# ip address 40.1.1.1 255.255.255.0

  R3(config)# interface s1

  R3(config-if)# ip address 20.1.1.2 255.255.255.0

  R3(config-if)#clockrate 64000

  R3(config-if)#no shutdown

热点排行