Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. R4#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1596 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 R4
  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 4.4.4.4 255.255.255.255
  39. !
  40. interface Loopback1
  41. ip address 192.168.41.1 255.255.255.0
  42. !
  43. interface FastEthernet0/0
  44. ip address 10.0.34.2 255.255.255.252
  45. duplex auto
  46. speed auto
  47. !
  48. interface FastEthernet0/1
  49. ip address 10.0.24.2 255.255.255.252
  50. duplex auto
  51. speed auto
  52. !
  53. interface FastEthernet1/0
  54. ip address 10.0.45.1 255.255.255.252
  55. speed 100
  56. full-duplex
  57. !
  58. router bgp 400
  59. no synchronization
  60. bgp log-neighbor-changes
  61. network 192.168.41.0
  62. neighbor 10.0.24.1 remote-as 230
  63. neighbor 10.0.24.1 update-source FastEthernet0/1
  64. neighbor 10.0.34.1 remote-as 230
  65. neighbor 10.0.34.1 update-source FastEthernet0/0
  66. neighbor 10.0.45.2 remote-as 500
  67. neighbor 10.0.45.2 update-source FastEthernet1/0
  68. no auto-summary
  69. !
  70. ip forward-protocol nd
  71. !
  72. !
  73. no ip http server
  74. no ip http secure-server
  75. !
  76. control-plane
  77. !
  78. banner motd ^C 2018-12-13 16:00:45 KmdbwQMyWblS6qmtj5RKxbgkR4WXDKMf ^C
  79. !
  80. line con 0
  81. exec-timeout 0 0
  82. privilege level 15
  83. logging synchronous
  84. line aux 0
  85. exec-timeout 0 0
  86. privilege level 15
  87. logging synchronous
  88. line vty 0 4
  89. login
  90. !
  91. !
  92. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement