Guest User

Untitled

a guest
Feb 24th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. service timestamps debug datetime msec
  2. service timestamps log datetime msec
  3. no service password-encryption
  4. !
  5. hostname T-RTR
  6. !
  7. boot-start-marker
  8. boot-end-marker
  9. !
  10. !
  11. enable secret 5 $1$g2ly$xT6VHT1gXBTLuXp6uJlp./
  12. !
  13. no aaa new-model
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. ip cef
  29. no ipv6 cef
  30. multilink bundle-name authenticated
  31. !
  32. cts logging verbose
  33. !
  34. !
  35. license udi pid CISCO1921/K9 sn FGL1943200R
  36. !
  37. !
  38. !
  39. redundancy
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. interface Embedded-Service-Engine0/0
  47. no ip address
  48. shutdown
  49. !
  50. interface GigabitEthernet0/0
  51. ip address dhcp
  52. duplex auto
  53. speed auto
  54. !
  55. interface GigabitEthernet0/1
  56. no ip address
  57. duplex auto
  58. speed auto
  59. !
  60. interface GigabitEthernet0/1.10
  61. encapsulation dot1Q 10
  62. ip address 172.16.10.1 255.255.255.0
  63. !
  64. interface GigabitEthernet0/1.20
  65. encapsulation dot1Q 20
  66. ip address 172.16.20.1 255.255.255.0
  67. !
  68. interface GigabitEthernet0/1.30
  69. encapsulation dot1Q 30
  70. ip address 172.16.30.1 255.255.255.0
  71. !
  72. router rip
  73. network 172.16.0.0
  74. network 192.168.1.0
  75. no auto-summary
  76. !
  77. ip forward-protocol nd
  78. !
  79. no ip http server
  80. no ip http secure-server
  81. !
  82. !
  83. !
  84. !
  85. !
  86. control-plane
  87. !
  88. !
  89. banner motd ^C Unauthorized Access is prohibited!^C
  90. !
Advertisement
Add Comment
Please, Sign In to add comment