꺄뜨르 2011. 10. 31. 11:48


System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory

Self decompressing the image :
########################################################################## [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

 

Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang

cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)


         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory

Self decompressing the image :
########################################################################## [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

 

Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang

cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
1 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)


         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
Copyright (c) 2000 by cisco Systems, Inc.
cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory

Self decompressing the image :
########################################################################## [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

 

Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Wed 27-Apr-04 19:01 by miwang

cisco 2621 (MPC860) processor (revision 0x200) with 60416K/5120K bytes of memory
.
Processor board ID JAD05190MTZ (4292891495)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
5 Low-speed serial(sync/async) network interface(s)
32K bytes of non-volatile configuration memory.
63488K bytes of ATA CompactFlash (Read/Write)


         --- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!

 

Router>en
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname R1
R1(config)#enable password ccna
R1(config)#no ip domain lookup
R1(config)#interface lo
R1(config)#interface loopback 1

%LINK-5-CHANGED: Interface Loopback1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up

R1(config-if)#ip address 172.16.10.1 255.255.255.0
R1(config-if)#interface loo
R1(config-if)#interface lo
R1(config-if)#interface loopb
R1(config-if)#interface lo
R1(config-if)#interface loopback2

%LINK-5-CHANGED: Interface Loopback2, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback2, changed state to up

R1(config-if)#ipaddress 172.16.11.1 255.255.255.0
                ^
% Invalid input detected at '^' marker.
 
R1(config-if)#ip address 172.16.11.1 255.255.255.0
R1(config-if)#interface serial1/0
R1(config-if)#ip address 10.1.102.1 255.255.255.248
R1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial1/0, changed state to down
R1(config-if)#interface serial1/1
R1(config-if)#ip address 10.1.103.1 255.255.255.248
R1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial1/1, changed state to down
R1(config-if)#
%LINK-5-CHANGED: Interface Serial1/0, changed state to up

R1(config-if)#line con 0
R1(config-line)#exec-timeout 0 0
R1(config-line)#logging synch
R1(config-line)#logging synchronous
R1(config-line)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#interface serial1/0
R1(config-if)#clock rate 1000000
R1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up

R1(config-if)#no shutdown
R1(config-if)#
R1(config-if)#show ipinterface bri
R1(config-if)#show ipinterface brief
                ^
% Invalid input detected at '^' marker.
 
R1(config-if)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#show ipinterface brief
          ^
% Invalid input detected at '^' marker.
 
R1#show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol
 
FastEthernet0/0        unassigned      YES unset  administratively down down
 
FastEthernet0/1        unassigned      YES unset  administratively down down
 
Serial0/0              unassigned      YES unset  administratively down down
 
Serial1/0              10.1.102.1      YES manual up                    up
 
Serial1/1              10.1.103.1      YES manual down                  down
 
Serial1/2              unassigned      YES unset  administratively down down
 
Serial1/3              unassigned      YES unset  administratively down down
 
Loopback1              172.16.10.1     YES manual up                    up
 
Loopback2              172.16.11.1     YES manual up                    up
R1#
%LINK-5-CHANGED: Interface Serial1/1, changed state to up

R1#
%LINK-5-CHANGED: Interface Serial1/0, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to down

R1#
%LINK-5-CHANGED: Interface Serial1/1, changed state to down

R1#
%LINK-5-CHANGED: Interface Serial1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up

R1#
%LINK-5-CHANGED: Interface Serial1/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/1, changed state to up

R1#show ip interface brief
Interface              IP-Address      OK? Method Status                Protocol
 
FastEthernet0/0        unassigned      YES unset  administratively down down
 
FastEthernet0/1        unassigned      YES unset  administratively down down
 
Serial0/0              unassigned      YES unset  administratively down down
 
Serial1/0              10.1.102.1      YES manual up                    up
 
Serial1/1              10.1.103.1      YES manual up                    up
 
Serial1/2              unassigned      YES unset  administratively down down
 
Serial1/3              unassigned      YES unset  administratively down down
 
Loopback1              172.16.10.1     YES manual up                    up
 
Loopback2              172.16.11.1     YES manual up                    up
R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#do show ip route c
 C   10.1.102.0/29  is directly connected, Serial1/0
 C   10.1.103.0/29  is directly connected, Serial1/1
 C   172.16.10.0/24  is directly connected, Loopback1
 C   172.16.11.0/24  is directly connected, Loopback2
R1(config)#router rip
R1(config-router)#network 172.16.0.0
R1(config-router)#network 10.0.0.0
R1(config-router)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#show ip route c
 C   10.1.102.0/29  is directly connected, Serial1/0
 C   10.1.103.0/29  is directly connected, Serial1/1
 C   172.16.10.0/24  is directly connected, Loopback1
 C   172.16.11.0/24  is directly connected, Loopback2
R1#show ip route rip
     10.0.0.0/29 is subnetted, 3 subnets
R       10.1.203.0 [120/1] via 10.1.102.2, 00:00:26, Serial1/0
                   [120/1] via 10.1.103.3, 00:00:26, Serial1/1
R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#end

%SYS-5-CONFIG_I: Configured from console by console
R1#
R1#
R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#router rip
R1(config-router)#no auto-summary
R1(config-router)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#show ip route rip
     10.0.0.0/29 is subnetted, 3 subnets
R       10.1.203.0 [120/1] via 10.1.102.2, 00:00:10, Serial1/0
                   [120/1] via 10.1.103.3, 00:00:21, Serial1/1
     172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks
R       172.16.0.0/16 [120/1] via 10.1.102.2, 00:00:10, Serial1/0
                      [120/1] via 10.1.103.3, 00:00:21, Serial1/1
R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#interface s1/0
R1(config-if)#ip summary-add
R1(config-if)#ip summary-address rip 172.16.10.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#ip summary-address rip 172.16.10.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#interface s1/0
R1(config-if)#ip summ
R1(config-if)#ip summary-address rip 172.16.10.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#router rip
R1(config-router)#no auto-summ
R1(config-router)#no auto-summary
R1(config-router)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#en
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#ip sum
R1(config)#interface s1/0
R1(config-if)#ip su
R1(config-if)#ip summary-address rip 172.16.0.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#ip summary-address rip 172.16.0.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#interface s1/0
R1(config-if)#ip summary-address rip 172.16.0.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#interface s1/0
R1(config-if)#ip sum
R1(config-if)#ip summary-address rip 172.16.0.0 255.255.254.0
                                 ^
% Invalid input detected at '^' marker.
 
R1(config-if)#