Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. R2#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1780 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 R2
  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. ip cef
  21. !
  22. no ip domain lookup
  23. ip auth-proxy max-nodata-conns 3
  24. ip admission max-nodata-conns 3
  25. !
  26. multilink bundle-name authenticated
  27. !
  28. !
  29. !
  30. archive
  31. log config
  32. hidekeys
  33. !
  34. ip tcp synwait-time 5
  35. !
  36. interface Loopback0
  37. ip address 2.2.2.2 255.255.255.255
  38. !
  39. interface Loopback1
  40. no ip address
  41. shutdown
  42. !
  43. interface FastEthernet0/0
  44. ip address 10.0.12.2 255.255.255.252
  45. duplex auto
  46. speed auto
  47. !
  48. interface Serial0/0
  49. no ip address
  50. shutdown
  51. clock rate 2000000
  52. !
  53. interface FastEthernet0/1
  54. ip address 10.0.24.1 255.255.255.252
  55. duplex auto
  56. speed auto
  57. !
  58. interface Serial0/1
  59. ip address 10.0.23.1 255.255.255.252
  60. clock rate 2000000
  61. !
  62. router ospf 1
  63. log-adjacency-changes
  64. network 2.2.2.2 0.0.0.0 area 1
  65. network 10.0.23.0 0.0.0.3 area 1
  66. !
  67. router bgp 230
  68. no synchronization
  69. bgp log-neighbor-changes
  70. neighbor 3.3.3.3 remote-as 230
  71. neighbor 3.3.3.3 update-source Loopback0
  72. neighbor 3.3.3.3 next-hop-self
  73. neighbor 3.3.3.3 route-map bakatele in
  74. neighbor 10.0.12.1 remote-as 100
  75. neighbor 10.0.12.1 update-source FastEthernet0/0
  76. neighbor 10.0.24.2 remote-as 400
  77. neighbor 10.0.24.2 update-source FastEthernet0/1
  78. no auto-summary
  79. !
  80. ip forward-protocol nd
  81. !
  82. !
  83. no ip http server
  84. no ip http secure-server
  85. !
  86. control-plane
  87. !
  88. banner motd ^C 2018-12-13 16:00:45 ischKmPlaiSYFJOgOutRt7N5Ub3fCG4y ^C
  89. !
  90. line con 0
  91. exec-timeout 0 0
  92. privilege level 15
  93. logging synchronous
  94. line aux 0
  95. exec-timeout 0 0
  96. privilege level 15
  97. logging synchronous
  98. line vty 0 4
  99. login
  100. !
  101. !
  102. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement