学习常见Cisco 路由协议的设置

一、 rip 协议
  有关命令
   rip(routing information protocol) 是应用较早、使用较普遍的内部网关协议 (interior gateway protocol ,简称 igp) ,适用于小型同类网络,是典型的距离向量 (distance-vector) 协议。文档见 rfc1058 rfc1723.
   rip 通过广播 udp 报文来交换路由信息,每 30 秒发送一次路由信息更新。 rip 提供跳跃计数 (hop count) 作为尺度来衡量路由距离,跳跃计数是一个包到达目标所必须经过的路由器的数目。如果到相同目标有二个不等速或不同带宽的路由器,但跳跃计数相同,则 rip 认为两个路由是等距离的。 rip 最多支持的跳数为 15 ,即在源和目的网间所要经过的最多路由器的数目为 15 ,跳数 16 表示不可达。
   1. 有关命令
  任务
  命令
  指定使用 rip 协议
   router rip
  指定 rip 版本
   version <1|2>1
  指定与该路由器相连的网络
   network network
  注: 1.cisco rip 版本 2 支持验证、密钥管理、路由汇总、无类域间路由 (cidr) 和变长子网掩码 (vlsms)
   go top
   2. 举例
router1:
router rip
version 2
network 192.200.10.0
network 192.20.10.0
!
  相关调试命令:
   show ip protocol
   show ip route
二、igrp 协议
  有关命令
  举例
   igrp (interior gateway routing protocol) 是一种动态距离向量路由协议,它由 cisco 公司八十年代中期设计。使用组合用户配置尺度,包括延迟、带宽、可靠性和负载。
  缺省情况下, igrp 90 秒发送一次路由更新广播,在 3 个更新周期内 ( 270 ) ,没有从路由中的第一个路由器接收到更新,则宣布路由不可访问。在 7 个更新周期即 630 秒后,cisco ios   软件从路由表中清除路由。
   1. 有关命令
  任务
  命令
  指定使用 rip 协议
   router igrp autonomous-system1
  指定与该路由器相连的网络
   network network
  指定与该路由器相邻的节点地址
   neighbor ip-address
  注: 1 autonomous-system 可以随意建立,并非实际意义上的 autonomous-system ,但运行 igrp 的路由器要想交换路由更新信息其 autonomous-system 需相同。
   go top
   2. 举例
router1:
router igrp 200
network 192.200.10.0
network 192.20.10.0
!
三、 ospf 协议
  有关命令
  基本配置举例
  使用身份验证
   ospf(open shortest path first) 是一个内部网关协议 (interior gateway protocol ,简称 igp) ,用于在单一自治系统 (autonomous system as) 内决策路由。与 rip 相对, ospf 是链路状态路由协议,而 rip 是距离向量路由协议。
  链路是路由器接口的另一种说法,因此 ospf 也称为接口状态路由协议。 ospf 通过路由器之间通告网络接口的状态来建立链路状态数据库,生成最短路径树,每个 ospf 路由器使用这些最短路径构造路由表。
  文档见 rfc2178.
   1. 有关命令
  全局设置
  任务
  命令
  指定使用 ospf 协议
   router ospf process-id1
  指定与该路由器相连的网络
   network address wildcard-mask area area-id2
  指定与该路由器相邻的节点地址
   neighbor ip-address
  注: 1 ospf 路由进程 process-id 必须指定范围在 1-65535 ,多个 ospf 进程可以在同一个路由器上配置,但最好不这样做。多个 ospf 进程需要多个 ospf 数据库的副本,必须运行多个最短路径算法的副本。 process-id 只在路由器内部起作用,不同路由器的 process-id 可以不同。
   2 wildcard-mask 是子网掩码 的反码, 网络区域 id area-id 0-4294967295 内的十进制数,也可以是带有ip地址 格式的 x.x.x.x. 当网络区域 id 0 0.0.0 .0 时为主干域。不同网络区域的路由器通过主干域学习路由信息。
   go top
   2. 基本配置举例:
router1:
interface ethernet 0
ip address 192.1.0.129 255.255.255.192
!
interface serial 0
ip address 192.200.10.5 255.255.255.252
!
router ospf 100
network 192.200.10.4 0.0.0 .3 area 0
network 192.1.0.128 0.0.0.63 area 1
!
router2:
interface ethernet 0
ip address 192.1.0.65 255.255.255.192
!
interface serial 0
ip address 192.200.10.6 255.255.255.252
!
router ospf 200
network 192.200.10.4 0.0.0.3 area 0
network 192.1.0.64 0.0.0.63 area 2
!
router3:
interface ethernet 0
ip address 192.1.0.130 255.255.255.192
!
router ospf 300
network 192.1.0.128 0.0.0 .63 area 1
!
router4:interface ethernet 0
ip address 192.1.0.66 255.255.255.192
!
router ospf 400
network 192.1.0.64 0.0.0.63 area 1
!
  相关调试命令:
debug ip ospf eventsdebug
ip ospf packetshow
ip ospfshow
ip ospf databaseshow
ip ospf interfaceshow
ip ospf neighborshow
ip routego top
  3. 使用身份验证
  为了安全的原因,我们可以在相同 ospf 区域的路由器上启用身份验证的功能,只有经过身份验证的同一区域的路由器才能互相通告路由信息。
  在默认情况下 ospf 不使用区域验证。通过两种方法可启用身份验证功能,纯文本身份验证和消息摘要 (md5) 身份验证。纯文本身份验证传送的身份验证口令为纯文本,它会被网络探测器确定,所以不安全,不建议使用。而消息摘要 (md5) 身份验证在传输身份验证口令前,要对口令进行加密,所以一般建议使用此种方法进行身份验证。
  使用身份验证时,区域内所有的路由器接口必须使用相同的身份验证方法。为起用身份验证,必须在路由器接口配置模式下,为区域的每个路由器接口配置口令。
  任务
  命令
  指定身份验证
   area area-id authentication [message-digest]
  使用纯文本身份验证
   ip ospf authentication-key password
  使用消息摘要 (md5) 身份验证
   ip ospf message-digest-key keyid md5 key
  以下列举两种验证设置的示例,示例的网络分布及地址分配环境与以上基本配置举例相同,只是在 router1 router2 的区域 0 上使用了身份验证的功能。:
  例 1. 使用纯文本身份验证
router1:
interface ethernet 0
ip address 192.1.0.129 255.255.255.192

interface serial 0
ip address 192.200.10.5 255.255.255.252
ip ospf authentication-key cisco

router ospf 100
network 192.200.10.4 0.0.0 .3 area 0
network 192.1.0.128 0.0.0.63 area 1
area 0 authentication

router2:
interface ethernet 0
ip address 192.1.0.65 255.255.255.192

interface serial 0
ip address 192.200.10.6 255.255.255.252
ip ospf authentication-key cisco

router ospf 200
network 192.200.10.4 0.0.0.3 area 0
network 192.1.0.64 0.0.0.63 area 2
area 0 authentication

  例 2. 消息摘要 (md5) 身份验证:
router1:
interface ethernet 0
ip address 192.1.0.129 255.255.255.192
!
interface serial 0
ip address 192.200.10.5 255.255.255.252
ip ospf message-digest-key 1 md5 cisco
!
router ospf 100
network 192.200.10.4 0.0.0 .3 area 0
network 192.1.0.128 0.0.0.63 area 1
area 0 authentication message-digest
!
router2:
interface ethernet 0
ip address 192.1.0.65 255.255.255.192
!
interface serial 0
ip address 192.200.10.6 255.255.255.252
ip ospf message-digest-key 1 md5 cisco
!
router ospf 200
network 192.200.10.4 0.0.0.3 area 0
network 192.1.0.64 0.0.0.63 area 2
area 0 authentication message-digest
!
  相关调试命令:
   debug ip ospf adj
   debug ip ospf events
四、重新分配路由
   ospf rip 之间重新分配路由的设置范例
  范例所涉及的命令
  在实际工作中,我们会遇到使用多个 ip 路由协议的网络。为了使整个网络正常地工作,必须在多个路由协议之间进行成功的路由再分配。
  以下列举了 ospf rip 之间重新分配路由的设置范例:
   router1 serial 0 端口和 router2 serial 0 端口运行 ospf ,在 router1 ethernet 0 端口运行 rip 2 router3 运行 rip2 router2 有指向 router4 192.168.2.0/24 网的静态路由 router4 使用默认静态路由。需要在 router1 router3 之间重新分配 ospf rip 路由,在 router2 上重新分配静态路由和直连的路由。
   go top
  范例所涉及的命令
  任务
  命令
  重新分配直连的路由
   redistribute connected
  重新分配静态路由
   redistribute static
  重新分配 ospf 路由
   redistribute ospf process-id metric metric-value
  重新分配 rip 路由
   redistribute rip metric metric-value
router1:
interface ethernet 0
ip address 192.168.1.1 255.255.255.0
!
interface serial 0
ip address 192.200.10.5 255.255.255.252
!
router ospf 100
redistribute rip metric 10
network 192.200.10.4 0.0.0 .3 area 0
!
router rip
version 2
redistribute ospf 100 metric 1
network 192.168.1.0
!
router2:
interface loopback 1
ip address 192.168.3.2 255.255.255.0
!
interface ethernet 0
ip address 192.168.0.2 255.255.255.0
!
interface serial 0
ip address 192.200.10.6 255.255.255.252
!
router ospf 200
redistribute connected subnet
redistribute static subnet
network 192.200.10.4 0.0.0 .3 area 0
!
ip route 192.168.2.0 255.255.255.0 192.168.0.1
!
router3:
interface ethernet 0
ip address 192.168.1.2 255.255.255.0
!
router ripversion 2
network 192.168.1.0
!
router4:
interface ethernet 0
ip address 192.168.0.1 255.255.255.0
!
interface ethernet 1
ip address 192.168.2.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.0.2
五、 ipx 协议设置
  有关命令
  举例
   ipx 协议与 ip 协议是两种不同的网络层协议,它们的路由协议也不一样, ipx 的路由协议不象 ip 的路由协议那样丰富,所以设置起来比较简单。但 ipx 协议在以太网上运行时必须指定封装形式。
   1. 有关命令
  启动 ipx 路由
   ipx routing
  设置 ipx 网络及以太网封装形式
   ipx network network [encapsulation encapsulation-type]1
  指定酚尚 �� �默� 衔�r ip
   ipx router
  注: 1.network 范围是 1 fffffffd.
   ipx 封装类型列表
  接口类型
  封装类型
   ipx 帧类型
   ethernet
   novell-ether ( 默认 )
   arpasapsnap ethernet_802.3 ethernet_ii ethernet_802.2 ethernet_snaptoken ring
   sap ( 默认 )
   snaptoken-ring token-ring_snapfddi
   snap ( 默认 )
   sapnovell-fddifddi_snapfddi_802.2fddi_raw
   go top
  举例:
  在此例中, wan ipx 网络为 3a00 router1 所连接的局域网 ipx 网络号为 2a00 ,在此局域网有一台 novell 服务器, ipx 网络号也是 2a00 路由器接口的 ipx 网络号必须与在同一网络的 novell 服务器上设置的 ipx 网络号相同。路由器通过监听 sap 来建立已知的服务及自己的网络地址表,并每 60 秒发送一次自己的 sap 表。
router1:
ipx routing  interface ethernet 0
ipx network 2a 00 encapsulation sap

interface serial 0ipx network 3a 00

ipx router eigrp 10
network 3a 00network 2a 00

router2:
ipx routinginterface ethernet 0
ipx network 2b00 encapsulation sap
!
interface serial 0
ipx network 3a 00
!
ipx router eigrp 10
network 2b00
network 3a 00
!
  相关调试命令:
debug ipx packet
debug ipx routing
debug ipx sap
debug ipx spoof
debug ipx spx
show ipx eigrp interfaces
show ipx eigrp neighbors
show ipx eigrp topology
show ipx interface
show ipx route
show ipx servers
show ipx spx-spoof
 

你可能感兴趣的:(职场,Cisco,路由器,路由,休闲)