Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. R1#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1325 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 R1
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. no aaa new-model
  17. memory-size iomem 5
  18. no ip icmp rate-limit unreachable
  19. ip cef
  20. !
  21. no ip domain lookup
  22. ip auth-proxy max-nodata-conns 3
  23. ip admission max-nodata-conns 3
  24. !
  25. multilink bundle-name authenticated
  26. !
  27. archive
  28. log config
  29. hidekeys
  30. !
  31. ip tcp synwait-time 5
  32. !
  33. interface Loopback0
  34. ip address 1.1.1.1 255.255.255.255
  35. !
  36. interface Loopback1
  37. ip address 192.168.11.1 255.255.255.0
  38. !
  39. interface FastEthernet0/0
  40. ip address 10.0.12.1 255.255.255.252
  41. duplex auto
  42. speed auto
  43. !
  44. interface FastEthernet0/1
  45. no ip address
  46. shutdown
  47. duplex auto
  48. speed auto
  49. !
  50. router bgp 100
  51. no synchronization
  52. bgp log-neighbor-changes
  53. network 192.168.11.0
  54. neighbor 10.0.12.2 remote-as 230
  55. neighbor 10.0.12.2 update-source FastEthernet0/0
  56. no auto-summary
  57. !
  58. ip forward-protocol nd
  59. !
  60. no ip http server
  61. no ip http secure-server
  62. !
  63. control-plane
  64. !
  65. banner motd ^C 2018-12-13 16:00:45 gMEZtcIf5EbHO75rQ3yVJYEW7chKAfPI ^C
  66. !
  67. line con 0
  68. exec-timeout 0 0
  69. privilege level 15
  70. logging synchronous
  71. line aux 0
  72. exec-timeout 0 0
  73. privilege level 15
  74. logging synchronous
  75. line vty 0 4
  76. login
  77. !
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement