Guest User

Untitled

a guest
Nov 5th, 2013
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Cisco router
  2.  
  3. Current configuration : 1241 bytes
  4. !
  5. version 12.4
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname GDW126674
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. enable password cat
  17. !
  18. no aaa new-model
  19. !
  20. !
  21. dot11 syslog
  22. ip cef
  23. !
  24. !
  25. multilink bundle-name authenticated
  26. !
  27. !
  28. username cat password 0 cat
  29. !
  30. !
  31. archive
  32. log config
  33. hidekeys
  34. !
  35. !
  36. !
  37. !
  38. !
  39. interface FastEthernet0
  40. switchport access vlan 1103
  41. !
  42. interface FastEthernet1
  43. switchport access vlan 103
  44. !
  45. interface FastEthernet2
  46. switchport access vlan 10
  47. !
  48. interface FastEthernet3
  49. switchport access vlan 10
  50. !
  51. interface FastEthernet4
  52. ip address 10.10.104.1 255.255.255.248
  53. duplex auto
  54. speed auto
  55. !
  56. interface Vlan1
  57. no ip address
  58. !
  59. interface Vlan10
  60. no ip address
  61. !
  62. interface Vlan1103
  63. no ip address
  64. !
  65. interface Vlan103
  66. ip address 10.10.103.2 255.255.255.248
  67. !
  68. interface FastEthernet2
  69. switchport access vlan 10
  70. !
  71. interface FastEthernet3
  72. switchport access vlan 10
  73. !
  74. interface FastEthernet4
  75. ip address 10.10.104.1 255.255.255.248
  76. duplex auto
  77. speed auto
  78. !
  79. interface Vlan1
  80. no ip address
  81. !
  82. interface Vlan10
  83. no ip address
  84. !
  85. interface Vlan1103
  86. no ip address
  87. !
  88. interface Vlan103
  89. ip address 10.10.103.2 255.255.255.248
  90. !
  91. ip forward-protocol nd
  92. ip route 0.0.0.0 0.0.0.0 10.10.104.2
  93. ip route 10.10.102.0 255.255.255.0 10.10.103.1
  94. ip route 172.20.1.0 255.255.255.0 10.10.103.1
  95. ip route 192.169.1.0 255.255.255.0 10.10.103.1
  96. !
  97. !
  98. no ip http server
  99. no ip http secure-server
  100. !
  101. !
  102. !
  103. !
  104. !
  105. control-plane
  106. !
  107. !
  108. line con 0
  109. login local
  110. no modem enable
  111. line aux 0
  112. line vty 0 4
  113. login local
  114. !
  115. scheduler max-task-time 5000
  116. end
Advertisement
Add Comment
Please, Sign In to add comment