Advertisement
wavec022

hw4 r1

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