Advertisement
Guest User

Untitled

a guest
Jun 28th, 2011
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. root@J2> show pim interfaces
  2. Instance: PIM.master
  3.  
  4. Name Stat Mode IP V State NbrCnt JoinCnt DR address
  5. ge-0/0/0.0 Up Sparse 4 2 NotDR 3 0 172.16.1.63
  6. ge-0/0/1.103 Up Sparse 4 2 NotDR 1 0 10.0.0.14
  7. lo0.0 Up Sparse 4 2 DR 0 0 10.0.6.2
  8. ls-0/0/0.0 Up Sparse 4 2 P2P 1 0
  9. pd-0/0/0.32769 Up Sparse 4 2 P2P 0 0
  10.  
  11. root@J2> show pim neighbors
  12. Instance: PIM.master
  13. B = Bidirectional Capable, G = Generation Identifier,
  14. H = Hello Option Holdtime, L = Hello Option LAN Prune Delay,
  15. P = Hello Option DR Priority
  16.  
  17. Interface IP V Mode Option Uptime Neighbor addr
  18. ge-0/0/0.0 4 2 HPLG 00:04:47 172.16.1.12
  19. ge-0/0/0.0 4 2 HPLG 00:04:47 172.16.1.60
  20. ge-0/0/0.0 4 2 HPLG 00:04:47 172.16.1.63
  21. ge-0/0/1.103 4 2 HPLG 00:04:46 10.0.0.14
  22. ls-0/0/0.0 4 2 HPLG 00:05:06 172.16.0.1
  23.  
  24. root@J2> show pim rps
  25. Instance: PIM.master
  26. Address family INET
  27. RP address Type Holdtime Timeout Groups Group prefixes
  28. 10.0.6.254 static 0 None 4 224.0.0.0/4
  29.  
  30. Address family INET6
  31.  
  32. root@J2> show pim join
  33. Instance: PIM.master Family: INET
  34. R = Rendezvous Point Tree, S = Sparse, W = Wildcard
  35.  
  36. Group: 224.2.127.254
  37. Source: *
  38. RP: 10.0.6.254
  39. Flags: sparse,rptree,wildcard
  40. Upstream interface: Local
  41.  
  42. Group: 225.0.0.1
  43. Source: *
  44. RP: 10.0.6.254
  45. Flags: sparse,rptree,wildcard
  46. Upstream interface: Local
  47.  
  48. Group: 225.0.0.2
  49. Source: *
  50. RP: 10.0.6.254
  51. Flags: sparse,rptree,wildcard
  52. Upstream interface: Local
  53.  
  54. Group: 225.0.0.99
  55. Source: *
  56. RP: 10.0.6.254
  57. Flags: sparse,rptree,wildcard
  58. Upstream interface: Local
  59.  
  60. Instance: PIM.master Family: INET6
  61. R = Rendezvous Point Tree, S = Sparse, W = Wildcard
  62.  
  63. root@J2> show msdp
  64. Peer address Local address State Last up/down Peer-Group SA Count
  65. 10.0.6.1 10.0.6.2 Established 00:04:58 0/0
  66.  
  67. root@J2> show msdp source-active
  68.  
  69. root@J2> show configuration | no-more
  70. ## Last commit: 2011-06-29 06:10:51 UTC by root
  71. version 9.3R4.4;
  72. system {
  73. host-name J2;
  74. root-authentication {
  75. encrypted-password "$1$mVxChsFd$ZjhI0WizfOAMmOKIhB8.G."; ## SECRET-DATA
  76. }
  77. services {
  78. ssh {
  79. root-login allow;
  80. }
  81. web-management {
  82. http {
  83. interface [ ge-0/0/0.0 ge-0/0/1.0 ge-0/0/2.0 ge-0/0/3.0 ];
  84. }
  85. }
  86. }
  87. syslog {
  88. user * {
  89. any emergency;
  90. }
  91. file messages {
  92. any any;
  93. authorization info;
  94. }
  95. file interactive-commands {
  96. interactive-commands any;
  97. }
  98. }
  99. }
  100. interfaces {
  101. ge-0/0/0 {
  102. unit 0 {
  103. family inet {
  104. address 172.16.1.62/24;
  105. }
  106. }
  107. }
  108. ls-0/0/0 {
  109. unit 0 {
  110. encapsulation multilink-ppp;
  111. family inet {
  112. address 172.16.0.2/30;
  113. }
  114. }
  115. }
  116. ge-0/0/1 {
  117. per-unit-scheduler;
  118. vlan-tagging;
  119. inactive: unit 101 {
  120. vlan-id 101;
  121. family inet {
  122. address 10.0.0.5/30;
  123. }
  124. }
  125. unit 103 {
  126. vlan-id 103;
  127. family inet {
  128. address 10.0.0.13/30;
  129. }
  130. }
  131. }
  132. t1-1/0/0 {
  133. unit 0 {
  134. family mlppp {
  135. bundle ls-0/0/0.0;
  136. }
  137. }
  138. }
  139. t1-1/0/1 {
  140. unit 0 {
  141. family mlppp {
  142. bundle ls-0/0/0.0;
  143. }
  144. }
  145. }
  146. lo0 {
  147. unit 0 {
  148. family inet {
  149. address 10.255.255.2/32;
  150. address 200.0.0.1/32;
  151. address 201.0.0.1/32;
  152. address 202.0.0.1/32;
  153. address 203.0.0.1/32;
  154. address 204.0.0.1/32;
  155. address 220.0.0.1/32;
  156. address 240.0.0.1/32;
  157. address 10.0.6.2/32 {
  158. primary;
  159. }
  160. address 10.0.6.254/32;
  161. }
  162. }
  163. }
  164. }
  165. routing-options {
  166. rib-groups {
  167. pim-rg {
  168. export-rib inet.0;
  169. import-rib [ inet.0 inet.2 ];
  170. }
  171. }
  172. router-id 10.0.6.2;
  173. autonomous-system 65000;
  174. }
  175. protocols {
  176. bgp {
  177. group int {
  178. type internal;
  179. local-address 10.0.6.2;
  180. export export-lo0;
  181. neighbor 10.0.6.1;
  182. neighbor 10.0.9.1;
  183. neighbor 10.0.9.2;
  184. }
  185. }
  186. msdp {
  187. local-address 10.0.6.2;
  188. peer 10.0.6.1;
  189. }
  190. ospf {
  191. rib-group pim-rg;
  192. area 0.0.0.0 {
  193. interface ls-0/0/0.0;
  194. interface ge-0/0/1.101;
  195. interface ge-0/0/1.103;
  196. interface lo0.0 {
  197. passive;
  198. }
  199. }
  200. }
  201. pim {
  202. rp {
  203. local {
  204. family inet {
  205. address 10.0.6.254;
  206. }
  207. }
  208. }
  209. interface all {
  210. mode sparse;
  211. }
  212. }
  213. }
  214. policy-options {
  215. policy-statement export-lo0 {
  216. term 1 {
  217. from {
  218. route-filter 10.0.6.2/32 exact;
  219. }
  220. then accept;
  221. }
  222. }
  223. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement