Advertisement
Guest User

Untitled

a guest
Feb 13th, 2019
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 5.07 KB | None | 0 0
  1. [edit interfaces]
  2. +   xe-0/0/0 {
  3. +       ether-options {
  4. +           802.3ad ae1;
  5. +       }
  6. +   }
  7. +   xe-0/0/1 {
  8. +       ether-options {
  9. +           802.3ad ae2;
  10. +       }
  11. +   }
  12. +   xe-0/0/2 {
  13. +       ether-options {
  14. +           802.3ad ae3;
  15. +       }
  16. +   }
  17. +   xe-0/0/3 {
  18. +       ether-options {
  19. +           802.3ad ae4;
  20. +       }
  21. +   }
  22. +   xe-0/0/4 {
  23. +       ether-options {
  24. +           802.3ad ae5;
  25. +       }
  26. +   }
  27. +   xe-0/0/5 {
  28. +       ether-options {
  29. +           802.3ad ae6;
  30. +       }
  31. +   }
  32. +   xe-0/0/6 {
  33. +       ether-options {
  34. +           802.3ad ae7;
  35. +       }
  36. +   }
  37. +   xe-0/0/7 {
  38. +       ether-options {
  39. +           802.3ad ae8;
  40. +       }
  41. +   }
  42. +   xe-1/0/0 {
  43. +       ether-options {
  44. +           802.3ad ae1;
  45. +       }
  46. +   }
  47. +   xe-1/0/1 {
  48. +       ether-options {
  49. +           802.3ad ae2;
  50. +       }
  51. +   }
  52. +   xe-1/0/2 {
  53. +       ether-options {
  54. +           802.3ad ae3;
  55. +       }
  56. +   }
  57. +   xe-1/0/3 {
  58. +       ether-options {
  59. +           802.3ad ae4;
  60. +       }
  61. +   }
  62. +   xe-1/0/4 {
  63. +       ether-options {
  64. +           802.3ad ae5;
  65. +       }
  66. +   }
  67. +   xe-1/0/5 {
  68. +       ether-options {
  69. +           802.3ad ae6;
  70. +       }                              
  71. +   }
  72. +   xe-1/0/6 {
  73. +       ether-options {
  74. +           802.3ad ae7;
  75. +       }
  76. +   }
  77. +   xe-1/0/7 {
  78. +       ether-options {
  79. +           802.3ad ae8;
  80. +       }
  81. +   }
  82. +   ae1 {
  83. +       description 89cr2t2;
  84. +       mtu 9192;
  85. +       aggregated-ether-options {
  86. +           lacp {
  87. +               passive;
  88. +               periodic fast;
  89. +               force-up;
  90. +           }
  91. +       }
  92. +       unit 0 {
  93. +           family ethernet-switching {
  94. +               interface-mode access;
  95. +               vlan {
  96. +                   members SLURM_CLUSTER;
  97. +               }
  98. +           }
  99. +       }
  100. +   }
  101. +   ae2 {
  102. +       description 899s2t2;
  103. +       mtu 9192;
  104. +       aggregated-ether-options {
  105. +           lacp {
  106. +               passive;
  107. +               periodic fast;
  108. +               force-up;
  109. +           }
  110. +       }
  111. +       unit 0 {
  112. +           family ethernet-switching {
  113. +               interface-mode access;
  114. +               vlan {
  115. +                   members SLURM_CLUSTER;
  116. +               }
  117. +           }
  118. +       }
  119. +   }
  120. +   ae3 {
  121. +       description 89gv2t2;
  122. +       mtu 9192;
  123. +       aggregated-ether-options {
  124. +           lacp {
  125. +               passive;
  126. +               periodic fast;
  127. +               force-up;
  128. +           }
  129. +       }
  130. +       unit 0 {
  131. +           family ethernet-switching {
  132. +               interface-mode access;
  133. +               vlan {
  134. +                   members SLURM_CLUSTER;
  135. +               }
  136. +           }
  137. +       }
  138. +   }
  139. +   ae4 {                              
  140. +       description 89gq2t2;
  141. +       mtu 9192;
  142. +       aggregated-ether-options {
  143. +           lacp {
  144. +               passive;
  145. +               periodic fast;
  146. +               force-up;
  147. +           }
  148. +       }
  149. +       unit 0 {
  150. +           family ethernet-switching {
  151. +               interface-mode access;
  152. +               vlan {
  153. +                   members SLURM_CLUSTER;
  154. +               }
  155. +           }
  156. +       }
  157. +   }
  158. +   ae5 {
  159. +       description 899p2t2;
  160. +       mtu 9192;
  161. +       aggregated-ether-options {
  162. +           lacp {
  163. +               passive;
  164. +               periodic fast;
  165. +               force-up;
  166. +           }
  167. +       }
  168. +       unit 0 {
  169. +           family ethernet-switching {
  170. +               interface-mode access;
  171. +               vlan {
  172. +                   members SLURM_CLUSTER;
  173. +               }
  174. +           }
  175. +       }
  176. +   }
  177. +   ae6 {
  178. +       description 89dm2t2;
  179. +       mtu 9192;
  180. +       aggregated-ether-options {
  181. +           lacp {
  182. +               passive;
  183. +               periodic fast;
  184. +               force-up;
  185. +           }
  186. +       }
  187. +       unit 0 {
  188. +           family ethernet-switching {
  189. +               interface-mode access;
  190. +               vlan {
  191. +                   members SLURM_CLUSTER;
  192. +               }
  193. +           }
  194. +       }
  195. +   }
  196. +   ae7 {
  197. +       description 895q2t2;
  198. +       mtu 9192;
  199. +       aggregated-ether-options {
  200. +           lacp {
  201. +               passive;
  202. +               periodic fast;
  203. +               force-up;
  204. +           }
  205. +       }
  206. +       unit 0 {
  207. +           family ethernet-switching {
  208. +               interface-mode access;  
  209. +               vlan {
  210. +                   members SLURM_CLUSTER;
  211. +               }
  212. +           }
  213. +       }
  214. +   }
  215. +   ae8 {
  216. +       description 89fs2t2;
  217. +       mtu 9192;
  218. +       aggregated-ether-options {
  219. +           lacp {
  220. +               passive;
  221. +               periodic fast;
  222. +               force-up;
  223. +           }
  224. +       }
  225. +       unit 0 {
  226. +           family ethernet-switching {
  227. +               interface-mode access;
  228. +               vlan {
  229. +                   members SLURM_CLUSTER;
  230. +               }
  231. +           }
  232. +       }
  233. +   }
  234.  
  235. ae1             up    up   89cr2t2
  236. ae2             up    up   899s2t2
  237. ae3             up    up   89gv2t2
  238. ae4             up    up   89gq2t2
  239. ae5             up    up   899p2t2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement