Advertisement
Guest User

Untitled

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