Advertisement
wavec022

hw2 rtr2 running-config

Feb 7th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. !
  2. ! Last configuration change at 14:50:20 UTC Sun Feb 7 2021
  3. version 15.1
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. service password-encryption
  7. !
  8. hostname RTR2
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. !
  14. enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
  15. enable password 7 070C285F4D0648
  16. !
  17. no aaa new-model
  18. memory-size iomem 5
  19. !
  20. no ipv6 cef
  21. ip source-route
  22. ip cef
  23. !
  24. !
  25. !
  26. !
  27. !
  28. ip domain name cy350.com
  29. multilink bundle-name authenticated
  30. !
  31. !
  32. crypto pki token default removal timeout 0
  33. !
  34. !
  35. license udi pid CISCO2901/K9 sn FTX163983JK
  36. !
  37. !
  38. username sshuser password 7 05181507314D5D1A0E0A0516
  39. !
  40. !
  41. ip ssh version 2
  42. !
  43. !
  44. !
  45. !
  46. interface Embedded-Service-Engine0/0
  47. no ip address
  48. shutdown
  49. !
  50. interface GigabitEthernet0/0
  51. description TO RTR1
  52. ip address 12.12.12.2 255.255.255.0
  53. duplex auto
  54. speed auto
  55. !
  56. interface GigabitEthernet0/1
  57. description TO SW2
  58. ip address 10.10.10.254 255.255.255.0
  59. duplex auto
  60. speed auto
  61. !
  62. interface FastEthernet0/0/0
  63. no ip address
  64. shutdown
  65. duplex auto
  66. speed auto
  67. !
  68. interface FastEthernet0/0/1
  69. no ip address
  70. shutdown
  71. duplex auto
  72. speed auto
  73. !
  74. interface GigabitEthernet0/1/0
  75. no ip address
  76. shutdown
  77. duplex auto
  78. speed auto
  79. !
  80. ip forward-protocol nd
  81. !
  82. no ip http server
  83. no ip http secure-server
  84. !
  85. !
  86. !
  87. !
  88. !
  89. control-plane
  90. !
  91. !
  92. banner login ^C This is the remote login for RTR2 ^C
  93. banner motd ^C Welcome to RTR2 ^C
  94. !
  95. line con 0
  96. password 7 110A1016141D
  97. line aux 0
  98. line 2
  99. no activation-character
  100. no exec
  101. transport preferred none
  102. transport input all
  103. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  104. stopbits 1
  105. line vty 0 4
  106. password 7 00071A150754
  107. login local
  108. transport input ssh
  109. line vty 5 15
  110. password 7 00071A150754
  111. login local
  112. transport input ssh
  113. !
  114. scheduler allocate 20000 1000
  115. end
  116.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement