思科路由协议eigrp配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
例图:
配置命令:
Router0:
Router0#show run
Building configuration...
Current configuration :
ip dhcp pool 1
network 192.168.2.0 255.255.255.0 default-router 192.168.2.1
dns-server 10.10.1.1
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0 duplex auto
speed auto
!
interface Serial2/0
ip address 192.168.1.2 255.255.255.0 !
router eigrp 2
network 192.168.2.0
network 192.168.1.0
auto-summary
!
Router1:
outer1#show run
Building configuration...
Current configuration :
!
!
interface Serial2/0
ip address 192.168.1.3 255.255.255.0 !
interface Serial3/0
ip address 172.16.1.2 255.255.0.0
router eigrp 2
network 192.168.1.0
network 172.16.0.0
auto-summary
!
Router2:
Router2#show run
Building configuration...
Current configuration :
ip dhcp pool 2
network 10.1.1.0 255.255.255.0 default-router 10.1.1.1
dns-server 10.10.1.1
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0 duplex auto
speed auto
interface Serial3/0
ip address 172.16.1.1 255.255.0.0 !!
router eigrp 2
network 172.16.0.0
network 10.1.1.0 0.0.0.255
auto-summary
注意:
路由器DHCP服务,pc自动获得地址eigrp network,是邻居地址网段