Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Router_A#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1261 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname Router_A
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. no aaa new-model
  18. memory-size iomem 5
  19. no ip icmp rate-limit unreachable
  20. !
  21. !
  22. ip cef
  23. no ip domain lookup
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. ip tcp synwait-time 5
  41. !
  42. !
  43. !
  44. interface FastEthernet0/0
  45. description connection to lan 100
  46. no ip address
  47. duplex auto
  48. speed auto
  49. !
  50. interface FastEthernet0/0.2
  51. encapsulation dot1Q 2
  52. ip address 192.168.102.1 255.255.255.0
  53. !
  54. interface FastEthernet0/0.3
  55. !
  56. interface FastEthernet0/0.4
  57. encapsulation dot1Q 4
  58. ip address 192.168.104.1 255.255.255.0
  59. !
  60. interface Serial1/0
  61. no ip address
  62. shutdown
  63. serial restart-delay 0
  64. !
  65. interface Serial1/1
  66. no ip address
  67. shutdown
  68. serial restart-delay 0
  69. !
  70. interface Serial1/2
  71. no ip address
  72. shutdown
  73. serial restart-delay 0
  74. !
  75. interface Serial1/3
  76. no ip address
  77. shutdown
  78. serial restart-delay 0
  79. !
  80. no ip http server
  81. !
  82. ip forward-protocol nd
  83. !
  84. !
  85. no cdp log mismatch duplex
  86. !
  87. !
  88. !
  89. control-plane
  90. !
  91. !
  92. !
  93. !
  94. !
  95. !
  96. !
  97. !
  98. banner motd ^C this is router A ^C
  99. !
  100. line con 0
  101. exec-timeout 0 0
  102. privilege level 15
  103. logging synchronous
  104. line aux 0
  105. exec-timeout 0 0
  106. privilege level 15
  107. logging synchronous
  108. line vty 0 4
  109. login
  110. !
  111. !
  112. end
  113.  
  114. Router_A#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement