název routeru, configurace ethernetu


Download : Tera Term Pro v2.3 - ttermp23.exe

http://www.cisco.com/en/US/tech/tk713/tk237/technologies_configuration_example09186a0080094a3b.shtml
frame relay
http://speedtest.cesnet.cz/
http://www.speedtest.net/

Router(config)#hostname horni_router                                                                                                                            //pojmenování routeru
horni_router(config)#do writ mem                                                                                                                     //uložení konfigurace
horni_router(config)#exit
horni_router#
horni_router#sho ip int brie                                                                                                                                                //výpis stavu interface
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES unset  administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
FastEthernet0              unassigned      YES unset  administratively down down    
Serial0                    unassigned      YES unset  administratively down down    
horni_router#conf t                                                                                                                                                                        //přepnutí do konfiguračního modu
horni_router(config)#int fa0                                                                                                                                                 //přepnutí do konnfigurace portu fast ethernet 0

horni_router(config-if)#ip 10.1.1.1 255.255.255.0                                                                                            //nastavení ip a masky

horni_router#sho ip int brie                                                                                                                                                 //výpis stavu interface
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES unset  administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
FastEthernet0              10.1.1.1        YES manual administratively down down    
Serial0                    unassigned      YES unset  administratively down down    
horni_router#sho int fa0                                                                                                                                                            //výpis fast ethernet 0
FastEthernet0 is administratively down, line protocol is down
  Hardware is PQUICC_FEC, address is 000a.8a41.383e (bia 000a.8a41.383e)
  Internet address is 10.1.1.1/24
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 252/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Auto-duplex, 10Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:13:40, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue :0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog
     0 input packets with dribble condition detected
     9 packets output, 1104 bytes, 0 underruns
     9 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collision, 0 deferred
     9 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out


horni_router#sho running-config                                                                                                                                    //výpis běžící konfigurace
Building configuration...

Current configuration : 457 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname horni_router
!
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface Serial0
 no ip address
 --More--          shutdown
!
interface BRI0
 no ip address
 shutdown
!
interface FastEthernet0
 ip address 10.1.1.1 255.255.255.0
 shutdown
 speed auto
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
!
no scheduler allocate
end

horni_router#sho ru int fa0                                                                                                                                                                    //výpis konfigurace fa0
Building configuration...

Current configuration : 88 bytes
!
interface FastEthernet0
 ip address 10.1.1.1 255.255.255.0
 shutdown
 speed auto
end

horni_router(config-if)#no shutdo                                                                                                                                                //zapnutí portu


horni_router(config-if)#description ethernet horniho routeru                                                                                //popis,název portu
horni_router(config-if)#end
horni_router#

horni_router#conf t

horni_router#sho line
   Tty Typ     Tx/Rx    A Modem  Roty AccO AccI   Uses   Noise  Overruns   Int
*    0 CTY              -    -      -    -    -      0       0     0/0       -
     5 AUX   9600/9600  -    -      -    -    -      0       0     0/0       -
     6 VTY              -    -      -    -    -      0       0     0/0       -
     7 VTY              -    -      -    -    -      0       0     0/0       -
     8 VTY              -    -      -    -    -      0       0     0/0       -
     9 VTY              -    -      -    -    -      0       0     0/0       -
    10 VTY              -    -      -    -    -      0       0     0/0       -

Line(s) not in async mode -or- with no hardware support:
1-4
 
horni_router#conf t
horni_router(config)#line vty 0 4                                                                                                                                                        //přepnutí do line modu

horni_router(config-line)#login

horni_router(config-line)#password a                                                                                                                                                //nastavení hesla "a"


horni_router(config)#enable password b                                                                                                                                            //nastavení hesla "b" service
horni_router(config)#service password-encryption

dolní router

Router>ena
Router#conf t

Router(config)#hostname dolni_router
dolni_router(config)#interface fa0
dolni_router(config-if)#ip address 10.1.1.2 255.255.255.0
dolni_router(config-if)#no shutdown
dolni_router#wr mem   
dolni_router(config)#line vtz y 0 4
dolni_router(config-line)#login
% Login disabled on line 6, until 'password' is set
% Login disabled on line 7, until 'password' is set
% Login disabled on line 8, until 'password' is set
% Login disabled on line 9, until 'password' is set
% Login disabled on line 10, until 'password' is set
dolni_router(config-line)#password a
dolni_router(config)#enable password b
dolni_router(config)#service password-encryption

horni_router#telnet 10.1.1.2                                                                                                                                                    //telnet
Trying 10.1.1.2 ... Open

User Access Verification

Password:
dolni_router>ena
Password:
dolni_router#
dolni_router#ena   sho sta
dolni_router#sho staa ~        conf t

dolni_router(config)#inf t fa
dolni_router(config)#int fastEthernet 0.1
dolni_router(config-subif)#encapsulation dot1Q
% Incomplete command.

dolni_router(config-subif)#
dolni_router(config-subif)#encapsulation dot1Q
dolni_router(config-subif)#encapsulation dot1Q ?
  <1-4095>  IEEE 802.1Q VLAN ID required, range 1 - 0xFFF.

dolni_router(config-subif)#encapsulation dot1Q 10
dolni_router(config-subif)#encapsulation dot1Q 10
dolni_router#sho ip brie
                     ^
% Invalid input detected at '^' marker.

dolni_router#sho ip brieibrienbrietbrie brie
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0              10.1.1.2        YES manual up                    up      
FastEthernet0.1            unassigned      YES unset  up                    up      
Serial0                    unassigned      YES unset  administratively down down    
BRI0                       unassigned      YES unset  administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
Virtual-Access1            unassigned      YES unset  up                    up      
dolni_router#sho ip int briebrie    conf t     sho ip brieint briebrie    conf t     ena   conf t

dolni_router(config)#encapsulation dot1Q 10
                       ^
% Invalid input detected at '^' marker.

dolni_router(config)#encapsulation dot1Q 10  int fastEthernet 0.1dint fastEthernet 0.1oint fastEthernet 0.1 int fastEthernet 0.1sint fastEthernet 0.1hint fastEthernet 0.1oint fastEthernet 0.1wint fastEthernet 0.1 int fastEthernet 0.1
FastEthernet0.1 is up, line protocol is up
  Hardware is PQUICC_FEC, address is 000d.bdbe.adc3 (bia 000d.bdbe.adc3)
  MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation 802.1Q Virtual LAN, Vlan ID  10.
  ARP type: ARPA, ARP Timeout 04:00:00
  Last clearing of "show interface" counters never
dolni_router(config)#
dolni_router(config)#
dolni_router(config)#
dolni_router(config)#
dolni_router(config)#del
dolni_router(config)#del   no fa
dolni_router(config)#no fast
                         ^
% Invalid input detected at '^' marker.

dolni_router(config)#np o    int fa
dolni_router(config)#int fastEthernet 0.1
dolni_router(config-subif)#del
dolni_router(config-subif)#delay       do sho run int fastEthernet 0.1
Building configuration...

Current configuration : 57 bytes
!
interface FastEthernet0.1
 encapsulation dot1Q 10
end

dolni_router(config-subif)#no  encapsulation dot1Q 10
dolni_router(config-subif)#no  encapsulation dot1Q 10do sho run int fastEthernet 0.1
Building configuration...

Current configuration : 33 bytes
!
interface FastEthernet0.1
end

dolni_router(config-subif)#exit
dolni_router(config)#no interface FastEthernet0.1
Not all config may be removed and may reappear after reactivating the sub-interface
dolni_router(config)#no interface FastEthernet0.1exit                        
dolni_router#conf tsho ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0              10.1.1.2        YES manual up                    up      
FastEthernet0.1            unassigned      YES unset  deleted               down    
Serial0                    unassigned      YES unset  administratively down down    
BRI0                       unassigned      YES unset  administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
Virtual-Access1            unassigned      YES unset  up                    up      
dolni_router#sho ip int brieconf t         

dolni_router(config)#exit
dolni_router#wr mem
Building configuration...
[OK]
dolni_router#a s  ho fla a

System flash directory:
File  Length   Name/status
  1   4511308  c1700-y-mz.122-13.T5.bin [deleted]
  2   6166412  c1700-sy-mz.122-13.T3  
[10677848 bytes used, 22614440 available, 33292288 total]
32768K bytes of processor board System flash (Read/Write)

dolni_router#sq
dolni_router#squeeze c1700-y-mz.122-13.T5.bin
                     ^
% Invalid input detected at '^' marker.

dolni_router#squeeze c1700-y-mz.122-13.T5.bin                        ?
  /nolog  Squeeze without squeeze logs
  /quiet  Squeeze without progress update
  flash:  Filesystem to be squeezed

dolni_router#squeeze /fla
dolni_router#squeeze /fla    fla
dolni_router#squeeze flash:
Squeeze operation may take a while. Continue? [confirm]
squeeze in progress... eeeeeeeeeeeeeeeeeeeeeeeeee
00:58:42: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to down
00:58:49: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
00:58:50: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to downeeeeeeeeee
00:58:52: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to upeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Rebuild file system directory...
Squeeze of flash complete
dolni_router#
dolni_router#
dolni_router#squeeze flash: c1700-y-mz.122-13.T5.binho fla                         

System flash directory:
File  Length   Name/status
  1   6166412  c1700-sy-mz.122-13.T3  
[6166476 bytes used, 27125812 available, 33292288 total]
32768K bytes of processor board System flash (Read/Write)

dolni_router#exit

[Connection to 10.1.1.2 closed by foreign host]
horni_router#sho fla

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
[6952240 bytes used, 9824976 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router#sho cer   ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
Image text-base: 0x80008088, data-base: 0x806020AC

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)

horni_router uptime is 1 hour, 4 minutes
System returned to ROM by power-on
System image file is "flash:c1700-y-mz.121-13.bin"

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
 --More--         16384K bytes of processor board System flash (Read/Write)
 --More--         
Configuration register is 0x2102

horni_router#conf t

horni_router(config)#boot
horni_router(config)#boot ?
  bootstrap  Bootstrap image file
  host       Router-specific config file
  network    Network-wide config file
  system     System image file

horni_router(config)#boot exit boot szs  ys
horni_router(config)#boot system ?
  WORD   TFTP filename or URL
  flash  Boot from flash memory
  ftp    Boot from a server via ftp
  mop    Boot from a Decnet MOP server
  rcp    Boot from a server via rcp
  rom    Boot from rom
  tftp   Boot from a tftp server

horni_router(config)#boot system c1700-y-mz.122-17
horni_router(config)#boot system c1700-y-mz.122-17                 fla
horni_router(config)#boot system flash
horni_router(config)#boot system flash       rom
horni_router(config)#end
horni_router#
01:07:04: %SYS-5-CONFIG_I: Configured from console by console
horni_router#wr mem
Building configuration...
[OK]
horni_router#
horni_router#sh b
horni_router#sh b   ho
horni_router#show boo
horni_router#show boo   run
Building configuration...

Current configuration : 615 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system tftp c1700-y-mz.122-17 255.255.255.255
boot system flash
boot system rom
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
 --More--         !
 --More--         
horni_router#relood
Translating "relood"...domain server (255.255.255.255)

Translating "relood"...domain server (255.255.255.255)
 (255.255.255.255)
Translating "relood"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
horni_router#
horni_router#reload
Proceed with reload? [confirm]c
horni_router#reload
Proceed with reload? [confirm]

01:09:44: %SYS-5-RELOAD: Reload requested
System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1700 platform with 49152 Kbytes of main memory

program load complete, entry point: 0x80008000, size: 0x3072c4
Self decompressing the image : ################################################################################################################################################################################################################################################################################################################################################################################################ [OK]

%SYS-6-READ_BOOTFILE_FAIL: tftp://255.255.255.255/c1700-y-mz.122-17 File read failed -- Timed out.

%SYS-6-BOOT_MESSAGES: Messages above this line are from the boot loader.
program load complete, entry point: 0x80008000, size: 0x3072c4
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) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
Image text-base: 0x80008088, data-base: 0x806020AC

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)



Press RETURN to get started!


00:00:06: %LINK-4-NOMAC: A random default MAC address of 0000.0c86.b5af has
  been chosen.  Ensure that this address is unique, or specify MAC
  addresses for commands (such as 'novell routing') that allow the
  use of this address as a default.
00:00:07: %SYS-5-CONFIG_I: Configured from memory by console
00:00:07: %SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
00:00:07: %LINK-5-CHANGED: Interface BRI0, changed state to administratively down
00:00:08: %LINK-5-CHANGED: Interface Serial0, changed state to administratively down
00:00:08: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
00:00:08: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0, changed state to down
00:00:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
00:00:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
horni_router>ena
Password:
horni_router#ena   sho run
Building configuration...

Current configuration : 593 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system tftp c1700-y-mz.122-17 255.255.255.255
boot system flash
boot system rom
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
 --More--         
horni_router#conf t t

horni_router(config)#no boot system tftp c1700-y-mz.122-17 255.255.255.255
horni_router(config)#end
horni_router#conf tsho run
00:00:59: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...

Current configuration : 542 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system flash
boot system rom
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
 --More--         
horni_router#sho runconf t

horni_router(config)#endno boot system tftp c1700-y-mz.122-17 255.255.255.255                no boot system tftp c1700-y-mz.122-17 boot system tftp c1700-y-mz.122-17 boot system tftp c1700-y-mz.122-17
horni_router(config)#end
horni_router#
00:01:27: %SYS-5-CONFIG_I: Configured from console by console
horni_router#conf tsho run
Building configuration...

Current configuration : 593 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system flash
boot system rom
boot system tftp c1700-y-mz.122-17 255.255.255.255
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
 --More--         
horni_router#sho runconf t

horni_router(config)#no boot system flash
horni_router(config)#no boot system flash     rom
horni_router(config)#no boot system romflashend                 boot system tftp c1700-y-mz.122-17end                               no boot system tftp c1700-y-mz.122-17 255.255.255.255
horni_router(config)#end
horni_router#conf t
00:02:15: %SYS-5-CONFIG_I: Configured from console by consolesho runconf t sho run
Building configuration...

Current configuration : 507 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface Serial0
 --More--          no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
interface FastEthernet0
 description ethernet horniho routeru
 ip address 10.1.1.1 255.255.255.0
 speed auto
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 password 7 045A
 login
!
end
 --More--         
horni_router#sho runconf t

horni_router(config)#endno boot system tftp c1700-y-mz.122-17 255.255.255.255rom                                   flashend                 boot system tftp c1700-y-mz.122-17end                               boot system tftp c1700-y-mz.122-17tp c1700-y-mz.122-17 c1700-y-mz.122-17 c1700-y-mz.122-17 c1700-y-mz.122-17 c1700-y-mz.122-17
horni_router(config)#end
horni_router#conf tsho run
00:02:49: %SYS-5-CONFIG_I: Configured from console by consoleconf t sho run
Building configuration...

Current configuration : 558 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system tftp c1700-y-mz.122-17 255.255.255.255
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
 --More--         
horni_router#[Asho runconf t

horni_router(config)#endboot system c1700-y-mz.122-17end                          no boot system tftp c1700-y-mz.122-17 255.255.255.255rom                                   tftp c1700-y-mz.122-17 255.255.255.255
horni_router(config)#no boot system tftp c1700-y-mz.122-17 255.255.255.255end                                                  boot system c1700-y-mz.122-17m c1700-y-mz.122-17  c1700-y-mz.122-17  c1700-y-mz.122-17  c1700-y-mz.122-17  c1700-y-mz.122-17  c1700-y-mz.122-17 f c1700-y-mz.122-17l c1700-y-mz.122-17a c1700-y-mz.122-17
horni_router(config)#boot fla c1700-y-mz.122-17
                          ^
% Invalid input detected at '^' marker.

horni_router(config)#boot
horni_router(config)#boot ?
  bootstrap  Bootstrap image file
  host       Router-specific config file
  network    Network-wide config file
  system     System image file

horni_router(config)#boot fla c1700-y-mz.122-17                     syst
horni_router(config)#boot system fl
horni_router(config)#boot system flash c1700-y-mz.122-17
horni_router(config)#boot system flash c1700-y-mz.122-17                  
horni_router(config)#boot system flash     rom
horni_router(config)#end
horni_router#wr
  
horni_router#reload In 1                                                                                                                                                            //reload
Reload scheduled in 1 minute
Proceed with reload? [confirm]

00:05:45: %SYS-5-RELOAD: Reload requested
System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1700 platform with 49152 Kbytes of main memory

program load complete, entry point: 0x80008000, size: 0x3072c4
Self decompressing the image : ################################################################################################################################################################################################################################################################################################################################################################################################ [OK]
program load complete, entry point: 0x80008000, size: 0x399fb4
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) C1700 Software (C1700-Y-M), Version 12.2(17), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 15-May-03 21:30 by srani
Image text-base: 0x800080E0, data-base: 0x8074E48C

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)



Press RETURN to get started!


00:00:03: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
00:00:07: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
00:00:07: %LINK-5-CHANGED: Interface BRI0, changed state to administratively down
00:00:07: %SYS-5-CONFIG_I: Configured from memory by console
00:00:07: %SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.2(17), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 15-May-03 21:30 by srani
00:00:07: %SNMP-5-COLDSTART: SNMP agent on host horni_router is undergoing a cold start
00:00:07: %LINK-5-CHANGED: Interface Serial0, changed state to administratively down
00:00:08: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0, changed state to down
00:00:08: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
horni_router>sho fla

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
[6952240 bytes used, 9824976 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router>en
Password:
horni_router#sho run
Building configuration...

Current configuration : 612 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system flash c1700-y-mz.122-17
boot system flash
boot system rom
enable password 7 0006
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface BRI0
 no ip address
 --More--          encapsulation hdlc
 --More--          shutdown
!
interface FastEthernet0
 description ethernet horniho routeru
 ip address 10.1.1.1 255.255.255.0
 speed auto
!
interface Serial0
 no ip address
 shutdown
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 password 7 045A
 login
!
no scheduler allocate
end
 --More--         
horni_router#sho run
Building configuration...

Current configuration : 612 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system flash c1700-y-mz.122-17
boot system flash
boot system rom
enable password 7 0006
!
memory-size iomem 25
ip subnet-zero
!
!
!
!
interface BRI0
 no ip address
 --More--          encapsulation hdlc
 shutdown
!
interface FastEthernet0
 description ethernet horniho routeru
 ip address 10.1.1.1 255.255.255.0
 speed auto
!
interface Serial0
 no ip address
 shutdown
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 password 7 045A
 login
!
no scheduler allocate
 --More--         end

horni_router#
horni_router#conf t

horni_router(config)#horni_router#sho run
                       ^
% Invalid input detected at '^' marker.

horni_router(config)#Building configuration...
                       ^
% Invalid input detected at '^' marker.

horni_router(config)#
horni_router(config)#Current configuration : 612 bytes
                      ^
% Invalid input detected at '^' marker.

horni_router(config)#!
horni_router(config)#version 12.2
horni_router(config)#service timestamps debug uptime
horni_router(config)#service timestamps log uptime
horni_router(config)#service password-encryption
horni_router(config)#!
horni_router(config)#hostname horni_router
horni_router(config)#!
horni_router(config)#boot system flash c1700-y-mz.122-17
horni_router(config)#boot system flash
horni_router(config)#boot system rom
horni_router(config)#enable password 7 0006
horni_router(config)#!
horni_router(config)#memory-size iomem 25
horni_router(config)#ip subnet-zero
horni_router(config)#!
horni_router(config)#!
horni_router(config)#!
horni_router(config)#!
horni_router(config)#interface BRI0
horni_router(config-if)# no ip address
horni_router(config-if)# encapsulation hdlc
horni_router(config-if)# shutdown
horni_router(config-if)#!
horni_router(config-if)#interface FastEthernet0
horni_router(config-if)# description ethernet horniho routeru
horni_router(config-if)# ip address
00:06:27: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
00:06:27: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down 10.1.1.1 255.255.255.0
horni_router(config-if)# no shut
horni_router(config-if)# speed auto
horni_router(config-if)#
00:06:28: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to down
00:06:28: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to down!
horni_router(config-if)#interface Serial0
horni_router(config-if)# no ip address
horni_router(config-if)# shutdown
horni_router(config-if)#!
horni_router(config-if)#ip classless
horni_router(config)#no ip http server
horni_router(config)#!
horni_router(config)#!
horni_router(config)#line con 0
horni_router(config-line)#line aux 0
horni_router(config-line)#line vty 0 4
horni_router(config-line)# password 7 045A
horni_router(config-line)# login
horni_router(config-line)#!
horni_router(config-line)#no scheduler allocate
horni_router(config)#end
horni_router#
horni_router#horni_router#
% Unknown command or computer name, or unable to find computer address
horni_router#
00:06:34: %SYS-5-CONFIG_I: Configured from console by console
horni_router#sho fla

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
[6952240 bytes used, 9824976 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router#
00:09:52: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to down
00:10:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
00:10:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to down
00:10:12: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
horni_router#ping 10.1.1.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms
horni_router#copy
horni_router#copy fl
horni_router#copy flash: t
horni_router#copy flash: tftp:
Source filename []? c1700-y-mz.121-13.bin
Address or name of remote host []? 10.1.1.3
Destination filename [c1700-y-mz.121-13.bin]?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3175392 bytes copied in 18.628 secs (170463 bytes/sec)
horni_router#sho fla

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
[6952240 bytes used, 9824976 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router#deo le
horni_router#delete        
horni_router#
horni_router#sho fla10.1.1.3c1700-y-mz.121-13.binopy flash: tftp:                tft
horni_router#copy tftp:q  fl
horni_router#copy tftp: flash:
Address or name of remote host []? 10.1.1.3
Source filename []? c1700-y-mz.121-13.bin
Destination filename [c1700-y-mz.121-13.bin]? c1700-y-mz.121-13
Accessing tftp://10.1.1.3/c1700-y-mz.121-13.bin...
Erase flash: before copying? [confirm]n
Loading c1700-y-mz.121-13.bin from 10.1.1.3 (via FastEthernet0): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 3175392 bytes]

Verifying checksum...  OK (0x6549)
3175392 bytes copied in 55.284 secs (57438 bytes/sec)
horni_router#c1700-y-mz.121-13.bin10.1.1.3             copy tftp: flash:sho fla          

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
  3   3175392  c1700-y-mz.121-13  
[10127696 bytes used, 6649520 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router#sho ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.2(17), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Thu 15-May-03 21:30 by srani
Image text-base: 0x800080E0, data-base: 0x8074E48C

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
ROM: C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)

horni_router uptime is 18 minutes
System returned to ROM by reload
System image file is "flash:c1700-y-mz.122-17"

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 FastEthernet/IEEE 802.3 interface(s)
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
 --More--         32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

horni_router#
System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1700 platform with 49152 Kbytes of main memory


monitor: command "boot" aborted due to user interrupt
rommon 1 > ?
alias               set and display aliases command
boot                boot up an external process
break               set/show/clear the breakpoint
confreg             configuration register utility
cont                continue executing a downloaded image
context             display the context of a loaded image
cookie              display contents of cookie PROM in hex
dev                 list the device table
dir                 list files in file system
dis                 display instruction stream
dnld                serial download a program module
frame               print out a selected stack frame
help                monitor builtin command help
history             monitor command history
meminfo             main memory information
repeat              repeat a monitor command
reset               system reset
set                 display the monitor variables
stack               produce a stack trace
sync                write monitor environment to NVRAM
sysret              print out info from last system return
tftpdnld            tftp image download
unalias             unset an alias
unset               unset a monitor variable
xmodem              x/ymodem image download
rommon 2 > conf  reg 2 0x2142


You must reset or power cycle for new config to take effect
rommon 3 > i

System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
C1700 platform with 49152 Kbytes of main memory

program load complete, entry point: 0x80008000, size: 0x3072c4
Self decompressing the image : ################################################################################################################################################################################################################################################################################################################################################################################################ [OK]
program load complete, entry point: 0x80008000, size: 0x3072c4
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) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
Image text-base: 0x80008088, data-base: 0x806020AC

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)


         --- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:
% Please answer 'yes' or 'no'.
Would you like to enter the initial configuration dialog? [yes/no]: n


Press RETURN to get started!


00:00:07: %LINK-4-NOMAC: A random default MAC address of 0000.0c87.b5af has
  been chosen.  Ensure that this address is unique, or specify MAC
  addresses for commands (such as 'novell routing') that allow the
  use of this address as a default.
00:00:08: %LINK-3-UPDOWN: Interface Serial0, changed state to down
00:00:09: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
00:00:09: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0, changed state to down
00:00:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
00:00:20: %SYS-5-RESTART: System restarted --
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
00:00:20: %LINK-5-CHANGED: Interface BRI0, changed state to administratively down
00:00:21: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0, changed state to down
00:00:22: %LINK-5-CHANGED: Interface FastEthernet0, changed state to administratively down
00:00:22: %LINK-5-CHANGED: Interface Serial0, changed state to administratively down
00:00:23: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to down
Router>ena=
% Unknown command or computer name, or unable to find computer address
Router>ena
Router#copy
Router#copy st
Router#copy startup-config ru
Router#copy startup-config running-config
Destination filename [running-config]?
578 bytes copied in 0.560 secs
horni_router#
00:00:58: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down
00:00:58: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down
00:00:59: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to down
00:00:59: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, changed state to down
horni_router#sho ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES TFTP   administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
FastEthernet0              10.1.1.1        YES TFTP   administratively down down    
Serial0                    unassigned      YES TFTP   administratively down down    
horni_router#conf t

horni_router(config)#int fa0
horni_router(config-if)#no sh
horni_router(config-if)#end
horni_router#
00:01:27: %SYS-5-CONFIG_I: Configured from console by console
horni_router#
00:01:27: %LINK-3-UPDOWN: Interface FastEthernet0, changed state to up
00:01:28: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0, changed state to up
horni_router#conf tsho ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES TFTP   administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
FastEthernet0              10.1.1.1        YES TFTP   up                    up      
Serial0                    unassigned      YES TFTP   administratively down down    
horni_router#wr mem
Building configuration...
[OK]
horni_router#
horni_router#
horni_router#
horni_router#
horni_router#wr memsho ip int brieconf t         

horni_router(config)#conf
horni_router(config)#config-register 0x2102
horni_router(config)#end
horni_router#w
00:02:38: %SYS-5-CONFIG_I: Configured from console by consoler mem
Building configuration...
[OK]
horni_router#sho ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1700-Y-M), Version 12.1(13), RELEASE SOFTWARE (fc3)
Copyright (c) 1986-2002 by cisco Systems, Inc.
Compiled Wed 30-Jan-02 23:13 by kellythw
Image text-base: 0x80008088, data-base: 0x806020AC

ROM: System Bootstrap, Version 12.0(3)T, RELEASE SOFTWARE (fc1)

horni_router uptime is 2 minutes
System returned to ROM by power-on
System image file is "flash:c1700-y-mz.121-13.bin"

cisco 1720 (MPC860) processor (revision 0x601) with 36864K/12288K bytes of memory.
Processor board ID VMS064804LE (3151345071), with hardware revision 0000
M860 processor: part number 0, mask 32
Bridging software.
X.25 software, Version 3.0.0.
Basic Rate ISDN software, Version 1.1.
1 Serial(sync/async) network interface(s)
1 ISDN Basic Rate interface(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
 --More--         
Configuration register is 0x2142 (will be 0x2102 at next reload)

horni_router#
horni_router#
horni_router#
horni_router#
horni_router#
horni_router#
horni_router#c
horni_router#
horni_router#
horni_router#
horni_router#sho run
Building configuration...

Current configuration : 600 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname horni_router
!
boot system flash c1700-y-mz.122-17
boot system flash
boot system rom
enable password 7 0006
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
!
 --More--         !
!
interface Serial0
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
interface FastEthernet0
 description ethernet horniho routeru
 ip address 10.1.1.1 255.255.255.0
 speed auto
!
ip classless
no ip http server
!
!
line con 0
line aux 0
line vty 0 4
 password 7 045A
 --More--          login
!
no scheduler allocate
end

horni_router#sho fla

System flash directory:
File  Length   Name/status
  1   3175392  c1700-y-mz.121-13.bin  
  2   3776720  c1700-y-mz.122-17  
  3   3175392  c1700-y-mz.121-13  
[10127696 bytes used, 6649520 available, 16777216 total]
16384K bytes of processor board System flash (Read/Write)

horni_router#sho arp
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  10.1.1.1                -   000a.8a41.383e  ARPA   FastEthernet0
horni_router#sh  conf
Configuring from terminal, memory, or network [terminal]?

horni_router(config)#ena
horni_router(config)#enable pass
horni_router(config)#enable password c
horni_router(config)#end
horni_router#w
00:07:41: %SYS-5-CONFIG_I: Configured from console by consoler mem
Building configuration...
[OK]
horni_router#
horni_router#
horni_router#
horni_router#wr memconf  sho arpflarunverwr mem conf twr memsho ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
BRI0                       unassigned      YES TFTP   administratively down down    
BRI0:1                     unassigned      YES unset  administratively down down    
BRI0:2                     unassigned      YES unset  administratively down down    
FastEthernet0              10.1.1.1        YES TFTP   up                    up      
Serial0                    unassigned      YES TFTP   administratively down down    
horni_router#
horni_router#
horni_router#sho ip int briewr mem         conf       ping 10/ .1.1.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/4 ms
horni_router#ping 10.1.1.2             conf t

horni_router(config)#ip rou
horni_router(config)#ip rout
horni_router(config)#ip rout
horni_router(config)#ip rout?
route  routing  

horni_router(config)#ip route ?
  A.B.C.D  Destination prefix
  profile  Enable IP routing table profile
  vrf      Configure static route for a VPN Routing/Forwarding instance

horni_router(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2
horni_router(config)#exit
horni_router#conf tping 10.1.1.2
00:10:52: %SYS-5-CONFIG_I: Configured from console by console

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

horni_router con0 is now available

Press RETURN to get started.