地址分配方案
1、192.168.49.1/27 255.255.255.224
2、192.168.49.33/27
3、192.169.49.65/27

4、192.168.49.96/30 255.255.255.252
5、192.168.49.100/30
6、192.168.49.104/30

R1:
R1>en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#no ip domain-lookup
R1(config)#ip classless
R1(config)#ip subnet-zero
R1(config)#interface loopback 1
R1(config-if)#ip
*Mar  1 00:23:48.963: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up 
% Incomplete command.

R1(config-if)#
R1(config-if)#ip address 192.168.49.1 255.255.255.224
R1(config-if)#no sh
R1(config-if)#end
R1#
*Mar  1 00:24:38.871: %SYS-5-CONFIG_I: Configured from console by console
R1(config-if)#int s0/0
R1(config-if)#ip address 192.168.49.97 255.255.255.252
R1(config-if)#no sh
R1(config-if)#
*Mar  1 00:26:22.919: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
*Mar  1 00:26:23.919: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
R1(config-if)#do sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.49.97   YES manual up                    down   
Serial0/1                  unassigned      YES unset  administratively down down   
Serial0/2                  unassigned      YES unset  administratively down down   
Serial0/3                  unassigned      YES unset  administratively down down   
Loopback1                  192.168.49.1    YES manual up                    up     
R1(config-if)#

EIGRP的配置
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#router eigrp 65001    //自治系统号要求必须一样
R1(config-router)#no auto-summary  //关闭自动汇总
R1(config-router)#network 192.168.49.0 0.0.0.31  //发布直连网段、配置通配符
R1(config-router)#network 192.168.49.96 0.0.0.3
R1(config-router)#

--------------------------------------------------------------------------------------------
R2:
R2(config)#no ip domain-lookup
R2(config)#ip classless
R2(config)#ip subnet-zero
R2(config)#intfast l
R2(config)#intfast loo
R2(config)#interface l
R2(config)#interface lo
R2(config)#interface loopback 1
R2(config-if)#
*Mar  1 00:29:43.487: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
R2(config-if)#
R2(config-if)#ip address 192.168.49.33 255.255.255.224\
                                                      ^
% Invalid input detected at '^' marker.

R2(config-if)#ip address 192.168.49.33 255.255.255.224
R2(config-if)#no sh
R2(config-if)#exit
R2(config)#interface s0 
R2(config)#interface s
R2(config)#interface serial 0/0
R2(config-if)#ip address 192.168.49.101 255.255.255.252
R2(config-if)#no sh
R2(config-if)#en
*Mar  1 00:30:57.535: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
*Mar  1 00:30:58.535: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to upd
R2#
R2#sh
*Mar  1 00:30:58.775: %SYS-5-CONFIG_I: Configured from console by console
% Type "show ?" for a list of subcommands
R2#
R2#sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.49.101  YES manual up                    up     
Serial0/1                  unassigned      YES unset  administratively down down   
Serial0/2                  unassigned      YES unset  administratively down down   
Serial0/3                  unassigned      YES unset  administratively down down   
Loopback1                  192.168.49.33   YES manual up                    up     
R2#
*Mar  1 00:31:24.163: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to down

R2>en
R2#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R2(config)#router eigrp 65001
R2(config-router)#no auto-summary
R2(config-router)#net 192.168.49.32 0.0.0.31
R2(config-router)#net 192.168.49.100 0.0.0.3
R2(config-router)#end

--------------------------------------------------------------------------------------------------------------
R3:
3#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#no ip domain-lookup
R3(config)#ip classles
R3(config)#ip subnet-zero
R3(config)#int lo 1
R3(config-if)#
*Mar  1 00:34:03.055: %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
R3(config-if)#ip address 192.168.49.65 255.255.255.224
R3(config-if)#no sh
R3(config-if)#end
R3#
*Mar  1 00:35:10.559: %SYS-5-CONFIG_I: Configured from console by console  
R3#int s0/0
    ^
% Invalid input detected at '^' marker.

R3#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#int s0/0
R3(config-if)#ip address 192.168.49.105 255.255.255.252
R3(config-if)#no sh
R3(config-if)#end
R3#sh ip
*Mar  1 00:35:53.231: %SYS-5-CONFIG_I: Configured from console by conso 
*Mar  1 00:35:54.055: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
*Mar  1 00:35:55.055: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
% Type "show ?" for a list of subcommands
R3#
R3#sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  192.168.49.105  YES manual up                    up     
Serial0/1                  unassigned      YES unset  administratively down down   
Serial0/2                  unassigned      YES unset  administratively down down   
Serial0/3                  unassigned      YES unset  administratively down down   
Loopback1                  192.168.49.65   YES manual up                    up     
R3#


R3>en
R3#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R3(config)#router eigrp 65001
R3(config-router)#no auto-summary\
                                 ^
% Invalid input detected at '^' marker.

R3(config-router)#no auto-summary
R3(config-router)#network 192.168.49.64 0.0.0.31
R3(config-router)#network 192.168.49.104 0.0.0.3
R3(config-router)#end
R3#
*Mar  1 01:02:11.991: %SYS-5-CONFIG_I: Configured from console by console
--------------------------------------------------------------------------------------------------------
R7:
R7>en
R7#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R7(config)#no ip domain-lookup
R7(config)#ip classless
R7(config)#ip subnet-zero
R7(config)#int s0/1
R7(config-if)#ip address 192.168.49.98 255.255.255.252
R7(config-if)#no sh
R7(config-if)#  
*Mar  1 00:38:51.807: %LINK-3-UPDOWN: Interface Serial0/1, changed state to up
*Mar  1 00:38:52.807: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1, changed state to up
R7(config-if)#
R7(config-if)#end
R7#int
*Mar  1 00:38:56.903: %SYS-5-CONFIG_I: Configured from console by cons  
R7#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R7(config)#int s0/2
R7(config-if)#ip address 192.168.49.102 255.255.255.252
R7(config-if)#no sh
R7(config-if)#end
R7#
*Mar  1 00:39:31.383: %SYS-5-CONFIG_I: Configured from console by console 
R7#
*Mar  1 00:39:32.431: %LINK-3-UPDOWN: Interface Serial0/2, changed state to up
*Mar  1 00:39:33.431: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2, changed state to upco 
% Ambiguous command:  "c"
R7#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R7(config)#int s0/3
R7(config-if)#ip address 192.168.49.106 255.255.255.252
R7(config-if)#no sh
R7(config-if)#end
R7#
R7#
*Mar  1 00:40:07.251: %SYS-5-CONFIG_I: Configured from console by console 
R7#
*Mar  1 00:40:08.635: %LINK-3-UPDOWN: Interface Serial0/3, changed state to up
*Mar  1 00:40:09.635: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/3, changed state to upco   
% Ambiguous command:  "co"
R7#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R7(config)#int s0/0
R7(config-if)#ip address 201.0.0.1 255.255.255.0
R7(config-if)#no sh
R7(config-if)#end
R7#sh ip
*Mar  1 00:40:44.747: %SYS-5-CONFIG_I: Configured from console by consol
*Mar  1 00:40:46.147: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
*Mar  1 00:40:47.147: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to u
% Type "show ?" for a list of subcommands
R7#
R7#sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  201.0.0.1       YES manual up                    up     
Serial0/1                  192.168.49.98   YES manual up                    up     
Serial0/2                  192.168.49.102  YES manual up                    up     
Serial0/3                  192.168.49.106  YES manual up                    up     
R7#

R7>en
R7#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R7(config)#router eigrp 65001
R7(config-router)#no auto-summary
R7(config-router)#network 192.168.48.96 0.0.0.3
R7(config-router)#network 192.168.48.100 0.0.0.3
R7(config-router)#network 192.168.48.104 0.0.0.3
R7(config-router)#network 201.0.0.0 0.0.0.255    
R7(config-router)#end

------------------------------------------------------------------------------
R6:
R6>en
R6#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R6(config)#no ip domain-lookup
R6(config)#ip classless
R6(config)#ip subnet-zero
R6(config)#int s0/0
R6(config-if)#ip address 201.0.0.2 255.255.255.0
R6(config-if)#no sh
R6(config-if)#end
R6#co
*Mar  1 00:43:55.455: %SYS-5-CONFIG_I: Configured from console by consolen  
*Mar  1 00:43:56.587: %LINK-3-UPDOWN: Interface Serial0/0, changed state to up
*Mar  1 00:43:57.587: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up
% Ambiguous command:  "con"
R6#
R6#
R6#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R6(config)#int f1/0
R6(config-if)#ip address 202.0.0.1 255.255.255.0
R6(config-if)#no sh
R6(config-if)#end
R6#
*Mar  1 00:44:32.475: %SYS-5-CONFIG_I: Configured from console by console
*Mar  1 00:44:33.727: %LINK-3-UPDOWN: Interface FastEthernet1/0, changed state to up
*Mar  1 00:44:34.727: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet1/0, changed state to up
R6#
R6#sh ip int br
Interface                  IP-Address      OK? Method Status                Protocol
Serial0/0                  201.0.0.2       YES manual up                    up     
Serial0/1                  unassigned      YES unset  administratively down down   
Serial0/2                  unassigned      YES unset  administratively down down   
Serial0/3                  unassigned      YES unset  administratively down down   
FastEthernet1/0            202.0.0.1       YES manual up                    up     
R6#


R6>en
R6#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R6(config)#router rigrp 65001
                    ^
% Invalid input detected at '^' marker.

R6(config)#router eigrp 65001
R6(config-router)#no auto-summary
R6(config-router)#net 201.0.0.0 0.0.0.255
R6(config-router)#net
*Mar  1 01:05:37.323: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 65001: Neighbor 201.0.0.1 (Serial0/0) is up: new adjac   
R6(config-router)#
R6(config-router)#net 202.0.0.0
R6(config-router)#end