Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. R3#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1882 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 R3
  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. !
  23. !
  24. !
  25. no ip domain lookup
  26. ip auth-proxy max-nodata-conns 3
  27. ip admission max-nodata-conns 3
  28. !
  29. multilink bundle-name authenticated
  30. !
  31. archive
  32. log config
  33. hidekeys
  34. !
  35. ip tcp synwait-time 5
  36. !
  37. interface Loopback0
  38. ip address 3.3.3.3 255.255.255.255
  39. !
  40. interface FastEthernet0/0
  41. ip address 10.0.34.1 255.255.255.252
  42. duplex auto
  43. speed auto
  44. !
  45. interface Serial0/0
  46. no ip address
  47. shutdown
  48. clock rate 2000000
  49. !
  50. interface FastEthernet0/1
  51. ip address 10.0.35.1 255.255.255.252
  52. duplex auto
  53. speed auto
  54. !
  55. interface Serial0/1
  56. ip address 10.0.23.2 255.255.255.252
  57. clock rate 2000000
  58. !
  59. router ospf 1
  60. log-adjacency-changes
  61. network 3.3.3.3 0.0.0.0 area 1
  62. network 10.0.23.0 0.0.0.3 area 1
  63. !
  64. router bgp 230
  65. no synchronization
  66. bgp log-neighbor-changes
  67. neighbor 2.2.2.2 remote-as 230
  68. neighbor 2.2.2.2 update-source Loopback0
  69. neighbor 2.2.2.2 next-hop-self
  70. neighbor 10.0.34.2 remote-as 400
  71. neighbor 10.0.34.2 update-source FastEthernet0/0
  72. neighbor 10.0.34.2 route-map bakatele in
  73. neighbor 10.0.35.2 remote-as 500
  74. neighbor 10.0.35.2 update-source FastEthernet0/1
  75. no auto-summary
  76. !
  77. ip forward-protocol nd
  78. !
  79. !
  80. no ip http server
  81. no ip http secure-server
  82. !
  83. route-map bakatele permit 12
  84. set local-preference 213
  85. !
  86. control-plane
  87. !
  88. banner motd ^C 2018-12-13 16:00:45 geN8EtGYiItCbAXA7DWB1qGLpc3bc268 ^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