Advertisement
Guest User

cisco7200.cfg

a guest
Jul 9th, 2014
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1.  
  2. !
  3. version 12.4
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname R1
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. !
  14. aaa new-model
  15. !
  16. !
  17. aaa authentication login default local
  18. aaa authorization exec default local
  19. !
  20. aaa session-id common
  21. no ip icmp rate-limit unreachable
  22. !
  23. !
  24. ip cef
  25. no ip domain lookup
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. username admin privilege 15 password 0 admin
  43. !
  44. !
  45. ip tcp synwait-time 5
  46. !
  47. !
  48. !
  49. !
  50. !
  51. interface Loopback0
  52. ip address 2.2.2.2 255.255.255.255
  53. !
  54. interface Tunnel1
  55. ip address 10.0.0.2 255.255.252.0
  56. tunnel source GigabitEthernet0/0
  57. tunnel destination 192.168.56.12
  58. !
  59. interface Ethernet0/0
  60. no ip address
  61. shutdown
  62. duplex auto
  63. !
  64. interface GigabitEthernet0/0
  65. ip address 192.168.56.112 255.255.255.0
  66. duplex full
  67. speed 1000
  68. media-type gbic
  69. negotiation auto
  70. !
  71. interface FastEthernet1/0
  72. no ip address
  73. shutdown
  74. duplex auto
  75. speed auto
  76. !
  77. interface FastEthernet1/1
  78. no ip address
  79. shutdown
  80. duplex auto
  81. speed auto
  82. !
  83. router ospf 1
  84. log-adjacency-changes
  85. network 2.2.2.2 0.0.0.0 area 0
  86. network 10.0.0.0 0.0.0.255 area 0
  87. !
  88. !
  89. no ip http server
  90. no ip http secure-server
  91. !
  92. !
  93. snmp-server community public RO
  94. snmp-server community private RW
  95. !
  96. !
  97. !
  98. !
  99. control-plane
  100. !
  101. !
  102. !
  103. !
  104. !
  105. !
  106. gatekeeper
  107. shutdown
  108. !
  109. !
  110. line con 0
  111. exec-timeout 0 0
  112. privilege level 15
  113. logging synchronous
  114. stopbits 1
  115. line aux 0
  116. exec-timeout 0 0
  117. privilege level 15
  118. logging synchronous
  119. stopbits 1
  120. line vty 0 4
  121. !
  122. !
  123. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement