Advertisement
Guest User

Untitled

a guest
Aug 8th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. R1 CONFIGURATION
  2. ------------------
  3.  
  4. R1#sh run
  5. Building configuration...
  6.  
  7. Current configuration : 1668 bytes
  8. !
  9. version 12.4
  10. service timestamps debug datetime msec
  11. service timestamps log datetime msec
  12. no service password-encryption
  13. !
  14. hostname R1
  15. !
  16. !
  17. no ip domain lookup
  18. !
  19. !
  20. interface Loopback0
  21. ip address 1.1.1.1 255.255.255.0
  22. !
  23. interface FastEthernet0/0
  24. ip address 10.1.1.1 255.255.255.0
  25. duplex auto
  26. speed auto
  27. !
  28. interface Serial0/0
  29. ip address 172.12.123.1 255.255.255.0
  30. encapsulation frame-relay
  31. clock rate 2000000
  32. frame-relay map ip 172.12.123.3 123 broadcast
  33. frame-relay map ip 172.12.123.2 122 broadcast
  34. no frame-relay inverse-arp
  35. !
  36. router ospf 1
  37. log-adjacency-changes
  38. network 10.1.1.0 0.0.0.255 area 0
  39. network 172.12.123.0 0.0.0.255 area 0
  40. !
  41. -----------------------------------------------------------------------------
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50. R2 CONFIGURATION
  51. -----------------
  52. R2#sh run
  53. Building configuration...
  54.  
  55. *Mar 1 09:56:20.321: %SYS-5-CONFIG_I: Configured from console by console
  56. Current configuration : 1587 bytes
  57. !
  58. version 12.4
  59. service timestamps debug datetime msec
  60. service timestamps log datetime msec
  61. no service password-encryption
  62. !
  63. hostname R2
  64. !
  65. boot-start-marker
  66. boot-end-marker
  67. !
  68. !
  69. no aaa new-model
  70. memory-size iomem 5
  71. no ip icmp rate-limit unreachable
  72. ip cef
  73. !
  74. !
  75. !
  76. !
  77. no ip domain lookup
  78. !
  79. multilink bundle-name authenticated
  80. !
  81. !
  82.  
  83. !
  84. interface Serial0/0
  85. ip address 172.12.123.2 255.255.255.0
  86. encapsulation frame-relay
  87. ip ospf priority 0
  88. clock rate 2000000
  89. frame-relay map ip 172.12.123.3 221 broadcast
  90. frame-relay map ip 172.12.123.1 221 broadcast
  91. no frame-relay inverse-arp
  92. !
  93. router ospf 1
  94. log-adjacency-changes
  95. network 172.12.123.0 0.0.0.255 area 0
  96. !
  97. -----------------------------------------------------------
  98.  
  99.  
  100.  
  101.  
  102.  
  103. R3 CONFIGURATION
  104. ------------------
  105.  
  106.  
  107. R3#sh run
  108. Building configuration...
  109.  
  110. Current configuration : 1587 bytes
  111. !
  112. version 12.4
  113. service timestamps debug datetime msec
  114. service timestamps log datetime msec
  115. no service password-encryption
  116. !
  117. hostname R3
  118. !
  119. boot-start-marker
  120. boot-end-marker
  121. !
  122. no ip domain lookup
  123. !
  124. !
  125. interface Serial0/0
  126. ip address 172.12.123.3 255.255.255.0
  127. encapsulation frame-relay
  128. ip ospf priority 0
  129. clock rate 2000000
  130. frame-relay map ip 172.12.123.2 321 broadcast
  131. frame-relay map ip 172.12.123.1 321 broadcast
  132. no frame-relay inverse-arp
  133. !
  134.  
  135. router ospf 1
  136. log-adjacency-changes
  137. network 172.12.123.0 0.0.0.255 area 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement