Advertisement
Guest User

CISCO Router

a guest
May 29th, 2020
1,608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.15 KB | None | 0 0
  1. System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
  2. Technical Support: http://www.cisco.com/techsupport
  3. Copyright (c) 2010 by cisco Systems, Inc.
  4. Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB
  5. CISCO2911/K9 platform with 524288 Kbytes of main memory
  6. Main memory is configured to 72/-1(On-board/DIMM0) bit mode with ECC disabled
  7.  
  8. Readonly ROMMON initialized
  9.  
  10. program load complete, entry point: 0x80803000, size: 0x1b340
  11. program load complete, entry point: 0x80803000, size: 0x1b340
  12.  
  13. IOS Image Load Test
  14. ___________________
  15. Digitally Signed Release Software
  16. program load complete, entry point: 0x81000000, size: 0x3bcd3d8
  17. Self decompressing the image :
  18. ########################################################################## [OK]
  19. Smart Init is enabled
  20. smart init is sizing iomem
  21. TYPE MEMORY_REQ
  22. Onboard devices &
  23. buffer pools 0x022F6000
  24. -----------------------------------------------
  25. TOTAL: 0x022F6000
  26. Rounded IOMEM up to: 36Mb.
  27. Using 6 percent iomem. [36Mb/512Mb]
  28.  
  29. Restricted Rights Legend
  30.  
  31. Use, duplication, or disclosure by the Government is
  32. subject to restrictions as set forth in subparagraph
  33. (c) of the Commercial Computer Software - Restricted
  34. Rights clause at FAR sec. 52.227-19 and subparagraph
  35. (c) (1) (ii) of the Rights in Technical Data and Computer
  36. Software clause at DFARS sec. 252.227-7013.
  37.  
  38. cisco Systems, Inc.
  39. 170 West Tasman Drive
  40. San Jose, California 95134-1706
  41.  
  42. Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc2)Technical Support: http://www.cisco.com/techsupport
  43. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  44. Compiled Wed 18-Jul-07 04:52 by pt_team
  45. Image text-base: 0x2100F918, data-base: 0x24729040
  46.  
  47. This product contains cryptographic features and is subject to United
  48. States and local country laws governing import, export, transfer and
  49. use. Delivery of Cisco cryptographic products does not imply
  50. third-party authority to import, export, distribute or use encryption.
  51. Importers, exporters, distributors and users are responsible for
  52. compliance with U.S. and local country laws. By using this product you
  53. agree to comply with applicable laws and regulations. If you are unable
  54. to comply with U.S. and local laws, return this product immediately.
  55.  
  56. A summary of U.S. laws governing Cisco cryptographic products may be found at:
  57. http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  58.  
  59. If you require further assistance please contact us by sending email to
  60. export@cisco.com.
  61.  
  62. Cisco CISCO2911/K9 (revision 1.0) with 491520K/32768K bytes of memory.
  63. Processor board ID FTX152400KS
  64. 3 Gigabit Ethernet interfaces
  65. DRAM configuration is 64 bits wide with parity disabled.
  66. 255K bytes of non-volatile configuration memory.
  67. 249856K bytes of ATA System CompactFlash 0 (Read/Write)
  68.  
  69.  
  70. --- System Configuration Dialog ---
  71.  
  72. Would you like to enter the initial configuration dialog? [yes/no]: n
  73.  
  74.  
  75. Press RETURN to get started!
  76.  
  77.  
  78.  
  79. Router>en
  80. Router#show ip int brief
  81. Interface IP-Address OK? Method Status Protocol
  82. GigabitEthernet0/0 unassigned YES unset administratively down down
  83. GigabitEthernet0/1 unassigned YES unset administratively down down
  84. GigabitEthernet0/2 unassigned YES unset administratively down down
  85. Vlan1 unassigned YES unset administratively down down
  86. Router#conf
  87. Configuring from terminal, memory, or network [terminal]?
  88. Enter configuration commands, one per line. End with CNTL/Z.
  89. Router(config)#int gi
  90. Router(config)#int gigabitEthernet 0
  91. Router(config)#int gigabitEthernet 0/0
  92. Router(config-if)#ip address 192.168.1.2
  93. % Incomplete command.
  94. Router(config-if)#ip address 192.168.1.2 255.255.255.0
  95. Router(config-if)#no shut
  96.  
  97. Router(config-if)#
  98. %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
  99.  
  100. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
  101.  
  102. Router(config-if)#end
  103. Router#
  104. %SYS-5-CONFIG_I: Configured from console by console
  105.  
  106. Router#ping 192.168.1.3
  107.  
  108. Type escape sequence to abort.
  109. Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
  110. .!!!!
  111. Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
  112.  
  113. Router#dir flash
  114. Directory of flash0:/
  115.  
  116. 3 -rw- 33591768 <no date> c2900-universalk9-mz.SPA.151-4.M4.bin
  117. 2 -rw- 28282 <no date> sigdef-category.xml
  118. 1 -rw- 227537 <no date> sigdef-default.xml
  119.  
  120. 255744000 bytes total (221896413 bytes free)
  121. Router#copy tftp: flash:
  122. Address or name of remote host []? 192.168.1.3
  123. Source filename []? c2900-universalk9-mz.SPA.151-4.M4.bin
  124. Destination filename [c2900-universalk9-mz.SPA.151-4.M4.bin]?
  125. %Warning:There is a file already existing with this name
  126. Do you want to over write? [confirm]
  127.  
  128. Accessing tftp://192.168.1.3/c2900-universalk9-mz.SPA.151-4.M4.bin...
  129. %Error opening tftp://192.168.1.3/c2900-universalk9-mz.SPA.151-4.M4.bin (No such file or directory)
  130. Router#copy tftp: flash:
  131. Address or name of remote host []? 192.168.1.2
  132. Source filename []? c2900-universalk9-mz.SPA.151-4.M4.bin
  133. Destination filename [c2900-universalk9-mz.SPA.151-4.M4.bin]?
  134. %Warning:There is a file already existing with this name
  135. Do you want to over write? [confirm]
  136.  
  137. Accessing tftp://192.168.1.2/c2900-universalk9-mz.SPA.151-4.M4.bin........
  138. %Error opening tftp://192.168.1.2/c2900-universalk9-mz.SPA.151-4.M4.bin (Timed out)
  139. Router#copy tftp: flash:
  140. Address or name of remote host []? 192.168.1.3
  141. Source filename []? c2900-universalk9-mz.SPA.151-4.M4.bin
  142. Destination filename [c2900-universalk9-mz.SPA.151-4.M4.bin]?
  143. %Warning:There is a file already existing with this name
  144. Do you want to over write? [confirm]
  145.  
  146. Accessing tftp://192.168.1.3/c2900-universalk9-mz.SPA.151-4.M4.bin...
  147. %Error opening tftp://192.168.1.3/c2900-universalk9-mz.SPA.151-4.M4.bin (No such file or directory)
  148. Router#ping 192.168.1.3
  149.  
  150. Type escape sequence to abort.
  151. Sending 5, 100-byte ICMP Echos to 192.168.1.3, timeout is 2 seconds:
  152. !!!!!
  153. Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement