Guest User

Untitled

a guest
May 23rd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. user@MX104-2> ping 224.1.1.1 ttl 50 bypass-routing interface ge-0/0/9.1
  2. PING 224.1.1.1 (224.1.1.1): 56 data bytes
  3. ^C
  4. --- 224.1.1.1 ping statistics ---
  5. 8 packets transmitted, 0 packets received, 100% packet loss
  6.  
  7. interfaces {
  8. [...]
  9. ge-0/0/8 {
  10. description "R4 to CPE-R5 ge-0/0/9";
  11. unit 0 {
  12. description "to CPE-R5 ge-0/0/9.1 multicast";
  13. vlan-id 46;
  14. family inet {
  15. address 10.21.45.1/24;
  16. }
  17. family inet6 {
  18. address 2001:0660:b101:cafe::1/64;
  19. }
  20. }
  21. }
  22. lo0 {
  23. unit 0 {
  24. description MX-104-2;
  25. family inet {
  26. address 10.4.4.4/32;
  27. }
  28. family iso {
  29. address 49.0001.0104.4444.4444.00;
  30. }
  31. family mpls;
  32. }
  33. }
  34. }
  35.  
  36. protocols {
  37. [...]
  38. pim {
  39. rp {
  40. local {
  41. family inet {
  42. address 10.4.4.4;
  43. }
  44. }
  45. }
  46. interface all {
  47. mode sparse;
  48. }
  49. }
  50. }
  51.  
  52. interfaces {
  53. [...]
  54. ge-0/0/9 {
  55. unit 0 {
  56. description "to R4 ge-0/0/8.1 - multicast";
  57. family inet {
  58. address 10.21.45.2/24;
  59. }
  60. }
  61. }
  62. }
  63. routing-options {
  64. [...]
  65. static {
  66. route 0.0.0.0/0 next-hop 10.21.45.1;
  67. }
  68. }
  69.  
  70. interfaces {
  71. [...]
  72. ge-0/0/6 {
  73. unit 0 {
  74. family inet {
  75. address 10.20.138.1/24;
  76. }
  77. }
  78. }
  79. lt-2/0/0 {
  80. unit 84 {
  81. description "to R4 lt-2/0/0 unit 48";
  82. encapsulation ethernet;
  83. peer-unit 48;
  84. family inet {
  85. address 10.10.48.2/24;
  86. }
  87. family iso;
  88. family mpls;
  89. }
  90. }
  91. lo0 {
  92. unit 84 {
  93. description RR;
  94. family inet {
  95. address 10.8.8.8/32;
  96. }
  97. family iso {
  98. address 49.0001.0104.8888.8888.00;
  99. }
  100. family mpls;
  101. }
  102. }
  103. }
  104. protocols {
  105. [...]
  106. igmp {
  107. interface ge-0/0/6.0 {
  108. static {
  109. group 224.1.1.1;
  110. }
  111. }
  112. }
  113. pim {
  114. export block-sap-default;
  115. rp {
  116. static {
  117. address 10.4.4.4;
  118. }
  119. }
  120. interface all {
  121. mode sparse;
  122. }
  123. }
  124. }
  125.  
  126. interfaces {
  127. ge-0/0/7 {
  128. unit 0 {
  129. family inet {
  130. address 10.20.138.2/24;
  131. }
  132. }
  133. }
  134. lo0 {
  135. unit 138 {
  136. description CPE-R13;
  137. family inet {
  138. address 192.168.15.13/24;
  139. }
  140. }
  141. }
  142. }
  143. protocols {
  144. sap {
  145. listen 224.1.1.1;
  146. }
  147. pim {
  148. export block-sap-default;
  149. rp {
  150. static {
  151. address 10.4.4.4;
  152. }
  153. }
  154. interface ge-0/0/7.0;
  155. }
  156. }
  157. policy-options {
  158. policy-statement block-sap-default {
  159. term 1 {
  160. from {
  161. route-filter 224.2.127.254/32 exact;
  162. }
  163. then reject;
  164. }
  165. term 2 {
  166. then accept;
  167. }
  168. }
  169. }
  170. routing-options {
  171. static {
  172. route 0.0.0.0/0 next-hop 10.20.138.1;
  173. }
  174. }
Add Comment
Please, Sign In to add comment