Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)
  2. Copyright (c) 2000 by cisco Systems, Inc.
  3. PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
  4.  
  5. Readonly ROMMON initialized
  6.  
  7. Self decompressing the image :
  8. ########################################################################## [OK]
  9.  
  10. Restricted Rights Legend
  11.  
  12. Use, duplication, or disclosure by the Government is
  13. subject to restrictions as set forth in subparagraph
  14. (c) of the Commercial Computer Software - Restricted
  15. Rights clause at FAR sec. 52.227-19 and subparagraph
  16. (c) (1) (ii) of the Rights in Technical Data and Computer
  17. Software clause at DFARS sec. 252.227-7013.
  18.  
  19. cisco Systems, Inc.
  20. 170 West Tasman Drive
  21. San Jose, California 95134-1706
  22.  
  23.  
  24.  
  25. Cisco Internetwork Operating System Software
  26. IOS (tm) PT1000 Software (PT1000-I-M), Version 12.2(28), RELEASE SOFTWARE (fc5)
  27. Technical Support: http://www.cisco.com/techsupport
  28. Copyright (c) 1986-2005 by cisco Systems, Inc.
  29. Compiled Wed 27-Apr-04 19:01 by miwang
  30.  
  31. PT 1001 (PTSC2005) processor (revision 0x200) with 60416K/5120K bytes of memory
  32. .
  33. Processor board ID PT0123 (0123)
  34. PT2005 processor: part number 0, mask 01
  35. Bridging software.
  36. X.25 software, Version 3.0.0.
  37. 4 FastEthernet/IEEE 802.3 interface(s)
  38. 2 Low-speed serial(sync/async) network interface(s)
  39. 32K bytes of non-volatile configuration memory.
  40. 63488K bytes of ATA CompactFlash (Read/Write)
  41.  
  42.  
  43. --- System Configuration Dialog ---
  44.  
  45. Would you like to enter the initial configuration dialog? [yes/no]: no
  46.  
  47.  
  48. Press RETURN to get started!
  49.  
  50.  
  51.  
  52. Router>enable
  53. Router#confi
  54. Router#configure t
  55. Enter configuration commands, one per line. End with CNTL/Z.
  56. Router(config)#hostname Lab-c
  57. Lab-c(config)#enable sec
  58. Lab-c(config)#enable secret cisco
  59. Lab-c(config)#int
  60. Lab-c(config)#interface f0/2
  61. %Invalid interface type and number
  62. Lab-c(config)#int
  63. Lab-c(config)#interface F0/2
  64. %Invalid interface type and number
  65. Lab-c(config)#int
  66. Lab-c(config)#interface F0/0
  67. Lab-c(config-if)#ip add
  68. Lab-c(config-if)#ip address 219.17.100.1 255.255.255.0
  69. Lab-c(config-if)#no sh
  70. Lab-c(config-if)#no shutdown
  71.  
  72. Lab-c(config-if)#
  73. %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
  74.  
  75. %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
  76. int
  77. Lab-c(config-if)#int serial 2/0
  78. Lab-c(config-if)#ip add
  79. Lab-c(config-if)#ip address 199.6.13.1 255.255.255.0
  80. Lab-c(config-if)#clock r
  81. Lab-c(config-if)#clock rate 56000
  82. Lab-c(config-if)#no sh
  83. Lab-c(config-if)#no shutdown
  84.  
  85. %LINK-5-CHANGED: Interface Serial2/0, changed state to down
  86. Lab-c(config-if)#int s0/1
  87. %Invalid interface type and number
  88. Lab-c(config)#interf
  89. Lab-c(config)#interface s0/3
  90. %Invalid interface type and number
  91. Lab-c(config)#int
  92. Lab-c(config)#interface serial s0/2
  93. ^
  94. % Invalid input detected at '^' marker.
  95.  
  96. Lab-c(config)#
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. Lab-c con0 is now available
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. Press RETURN to get started.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement