eigrp实验基本配置及eigrp路由协议查看命令

  • 格式:wps
  • 大小:103.50 KB
  • 文档页数:2

下载文档原格式

  / 2
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

eigrp实验基本配置及eigrp路由协议查看命令

enable

config terminal

no ip domain-lookup

hostname R1

line console 0

exec-timeout 0 0

logging synchronous

exit

interface loopback 0

ip address 1.1.1.1 255.255.255.0

no shutdown

interface serial 1/0

ip address 16.16.16.1 255.255.255.0

clock rate 64000

no shutdown

exit

router eigrp 100

no auto-summary

network 1.1.1.0

network 16.16.16.0

end

show ip route

**************************************************************** enable

config terminal

no ip domain-lookup

hostname R2

line console 0

exec-timeout 0 0

logging synchronous

exit

interface loopback 0

ip address 2.2.2.2 255.255.255.0

no shutdown

interface serial 1/0

ip address 16.16.16.2 255.255.255.0

clock rate 64000

no shutdown

interface serial 1/1

ip address 26.26.26.2 255.255.255.0

clock rate 64000

no shutdown

exit

router eigrp 100

no auto-summary

network 2.2.2.0

network 16.16.16.0

network 26.26.26.0

end

show ip route

**************************************************************** enable

config terminal

no ip domain-lookup

hostname R3

line console 0

exec-timeout 0 0

logging synchronous

exit

interface loopback 0

ip address 3.3.3.3 255.255.255.0

no shutdown

interface serial 1/1

ip address 26.26.26.3 255.255.255.0

clock rate 64000

no shutdown

exit

router eigrp 100

no auto-summary

network 3.3.3.0

network 26.26.26.0

end

show ip route

**************************************************************** eigrp查看命令

show ip eigrp neighbors

show ip eigrp topology

show ip route eigrp

show ip protocols

show ip eigrp traffic