Advertisement
rofe

R1-Multicast

May 7th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. Rack1R1#sh run
  2. Building configuration...
  3.  
  4.  
  5. Current configuration : 1985 bytes
  6. !
  7. version 12.4
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname Rack1R1
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. logging message-counter syslog
  18. enable password cisco
  19. !
  20. no aaa new-model
  21. dot11 syslog
  22. ip source-route
  23. !
  24. !
  25. !
  26. !
  27. ip cef
  28. no ip domain lookup
  29. ip multicast-routing
  30. no ipv6 cef
  31. !
  32. multilink bundle-name authenticated
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. voice-card 0
  56. !
  57. !
  58. !
  59. !
  60. !
  61. archive
  62. log config
  63. hidekeys
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. interface Loopback0
  74. ip address 150.1.1.1 255.255.255.0
  75. ip pim sparse-mode
  76. ip ospf network point-to-point
  77. !
  78. interface Tunnel0
  79. ip unnumbered Loopback0
  80. ip pim sparse-dense-mode
  81. tunnel source Loopback0
  82. tunnel destination 150.1.9.9
  83. !
  84. interface Tunnel1
  85. ip unnumbered Loopback0
  86. ip pim sparse-mode
  87. tunnel source Loopback0
  88. tunnel destination 150.1.3.3
  89. !
  90. interface FastEthernet0/0
  91. ip address 155.1.146.1 255.255.255.0
  92. ip pim dr-priority 100
  93. ip pim sparse-mode
  94. duplex auto
  95. speed auto
  96. !
  97. interface FastEthernet0/1
  98. no ip address
  99. shutdown
  100. duplex auto
  101. speed auto
  102. !
  103. interface Serial0/1/0
  104. ip address 155.1.13.1 255.255.255.0
  105. clock rate 2000000
  106. !
  107. interface Serial0/2/0
  108. no ip address
  109. encapsulation frame-relay
  110. !
  111. interface Serial0/2/0.1 point-to-point
  112. ip address 155.1.0.1 255.255.255.0
  113. ip pim sparse-mode
  114. ip ospf network non-broadcast
  115. ip ospf priority 0
  116. frame-relay interface-dlci 105
  117. !
  118. router ospf 1
  119. router-id 150.1.1.1
  120. log-adjacency-changes
  121. passive-interface Tunnel0
  122. passive-interface Tunnel1
  123. network 150.1.0.0 0.0.255.255 area 0
  124. network 155.1.0.0 0.0.255.255 area 0
  125. distance 80
  126. !
  127. ip forward-protocol nd
  128. no ip http server
  129. no ip http secure-server
  130. !
  131. !
  132. ip pim autorp listener
  133. ip pim send-rp-discovery Loopback0 scope 10
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. control-plane
  142. --More--
  143. *May 7 16:49:38.926: Auto-RP(0): Build RP-Discovery packet
  144. *May 7 16:49:38.926: Auto-RP: no RP periodic mappin! d
  145. !
  146. !
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. !
  154. line con 0
  155. exec-timeout 0 0
  156. privilege level 15
  157. logging synchronous
  158. line aux 0
  159. exec-timeout 0 0
  160. privilege level 15
  161. line vty 0 4
  162. password cisco
  163. login
  164. !
  165. scheduler allocate 20000 1000
  166. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement