Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. R1#show r
  2. *Jul 6 20:13:42.155: %SYS-5-CONFIG_I: Configured from console by console
  3. R1#show run
  4. Building configuration...
  5.  
  6. Current configuration : 2313 bytes
  7. !
  8. ! Last configuration change at 20:13:42 UTC Mon Jul 6 2015
  9. upgrade fpd auto
  10. version 15.3
  11. service timestamps debug datetime msec
  12. service timestamps log datetime msec
  13. no service password-encryption
  14. !
  15. hostname R1
  16. !
  17. boot-start-marker
  18. boot-end-marker
  19. !
  20. !
  21. !
  22. no aaa new-model
  23. no ip icmp rate-limit unreachable
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. no ip domain lookup
  31. ip cef
  32. no ipv6 cef
  33. !
  34. multilink bundle-name authenticated
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. redundancy
  46. !
  47. !
  48. ip tcp synwait-time 5
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. interface Loopback0
  60. ip address 1.1.1.1 255.255.255.255
  61. !
  62. interface Ethernet0/0
  63. no ip address
  64. shutdown
  65. duplex auto
  66. !
  67. interface GigabitEthernet0/0
  68. ip address 192.168.0.1 255.255.255.252
  69. duplex full
  70. speed 1000
  71. media-type gbic
  72. negotiation auto
  73. !
  74. interface GigabitEthernet1/0
  75. ip address 192.168.1.1 255.255.255.252
  76. negotiation auto
  77. !
  78. interface GigabitEthernet2/0
  79. ip address 192.168.2.1 255.255.255.252
  80. negotiation auto
  81. !
  82. interface GigabitEthernet3/0
  83. ip address 192.168.3.1 255.255.255.252
  84. negotiation auto
  85. !
  86. interface GigabitEthernet4/0
  87. ip address 192.168.4.1 255.255.255.252
  88. negotiation auto
  89. !
  90. interface GigabitEthernet5/0
  91. ip address 172.16.2.1 255.255.255.0
  92. negotiation auto
  93. !
  94. interface FastEthernet6/0
  95. no ip address
  96. shutdown
  97. duplex auto
  98. speed auto
  99. !
  100. interface FastEthernet6/1
  101. no ip address
  102. shutdown
  103. duplex auto
  104. speed auto
  105. !
  106. router bgp 65001
  107. bgp log-neighbor-changes
  108. network 172.16.2.0 mask 255.255.255.0
  109. network 192.168.0.0
  110. network 192.168.1.0
  111. network 192.168.2.0
  112. network 192.168.3.0
  113. network 192.168.4.0
  114. neighbor 2.2.2.2 remote-as 65002
  115. !
  116. ip forward-protocol nd
  117. no ip http server
  118. no ip http secure-server
  119. !
  120. !
  121. ip route 2.2.2.2 255.255.255.255 192.168.0.2
  122. ip route 2.2.2.2 255.255.255.255 192.168.1.2
  123. ip route 2.2.2.2 255.255.255.255 192.168.2.2
  124. ip route 2.2.2.2 255.255.255.255 192.168.3.2
  125. ip route 2.2.2.2 255.255.255.255 192.168.4.2
  126. !
  127. no cdp log mismatch duplex
  128. !
  129. !
  130. !
  131. control-plane
  132. !
  133. !
  134. mgcp behavior rsip-range tgcp-only
  135. mgcp behavior comedia-role none
  136. mgcp behavior comedia-check-media-src disable
  137. mgcp behavior comedia-sdp-force disable
  138. !
  139. mgcp profile default
  140. !
  141. !
  142. !
  143. gatekeeper
  144. shutdown
  145. !
  146. !
  147. line con 0
  148. exec-timeout 0 0
  149. privilege level 15
  150. logging synchronous
  151. stopbits 1
  152. line aux 0
  153. exec-timeout 0 0
  154. privilege level 15
  155. logging synchronous
  156. stopbits 1
  157. line vty 0 4
  158. login
  159. transport input all
  160. !
  161. !
  162. end
  163.  
  164. R1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement