Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. root@OddSWT:RE:0% cli show config
  2. ## Last commit: 2016-01-20 03:25:43 AST by root
  3. version 12.3R12.4;
  4. system {
  5. host-name OddSWT;
  6. domain-name ####
  7. time-zone ####
  8. root-authentication {
  9. encrypted-password ######
  10. }
  11. name-server {
  12. 172.20.20.5;
  13. }
  14. login {
  15. user admin {
  16. uid 2000;
  17. class super-user;
  18. authentication {
  19. encrypted-password ######
  20. }
  21. }
  22. }
  23. services {
  24. ssh {
  25. protocol-version v2;
  26. }
  27. web-management {
  28. http;
  29. }
  30. dhcp {
  31. traceoptions {
  32. file dhcp_logfile;
  33. level all;
  34. flag all;
  35. }
  36. }
  37. }
  38. syslog {
  39. archive files 3;
  40. user * {
  41. any emergency;
  42. }
  43. file messages {
  44. any info;
  45. authorization info;
  46. }
  47. file interactive-commands {
  48. interactive-commands any;
  49. }
  50. }
  51. ntp {
  52. server 172.20.20.5;
  53. source-address 172.20.20.122;
  54. }
  55. }
  56. chassis {
  57. alarm {
  58. management-ethernet {
  59. link-down ignore;
  60. }
  61. }
  62. auto-image-upgrade;
  63. }
  64. interfaces {
  65. ge-0/0/0 {
  66. unit 0 {
  67. family ethernet-switching;
  68. }
  69. }
  70. ge-0/0/1 {
  71. unit 0 {
  72. family ethernet-switching;
  73. }
  74. }
  75. ge-0/0/2 {
  76. unit 0 {
  77. family ethernet-switching;
  78. }
  79. }
  80. ge-0/0/3 {
  81. unit 0 {
  82. family ethernet-switching;
  83. }
  84. }
  85. ge-0/0/4 {
  86. unit 0 {
  87. family ethernet-switching {
  88. port-mode trunk;
  89. vlan {
  90. members OddLAN;
  91. }
  92. }
  93. }
  94. }
  95. ge-0/0/5 {
  96. unit 0 {
  97. family ethernet-switching {
  98. port-mode trunk;
  99. vlan {
  100. members GuestWLAN;
  101. }
  102. native-vlan-id 172;
  103. }
  104. }
  105. }
  106. ge-0/0/6 {
  107. unit 0 {
  108. family ethernet-switching;
  109. }
  110. }
  111. ge-0/0/7 {
  112. unit 0 {
  113. family ethernet-switching;
  114. }
  115. }
  116. ge-0/0/8 {
  117. description "FibreOP ONT";
  118. unit 0 {
  119. family ethernet-switching {
  120. port-mode trunk;
  121. vlan {
  122. members [ FibreOP-TV FibreOP-WAN ];
  123. }
  124. }
  125. }
  126. }
  127. ge-0/0/9 {
  128. description SetopBox;
  129. unit 0 {
  130. family ethernet-switching {
  131. port-mode trunk;
  132. vlan {
  133. members [ FibreOP-TV FibreOP-WAN ];
  134. }
  135. }
  136. }
  137. }
  138. ge-0/0/10 {
  139. description "Juniper SRX WAN";
  140. unit 0 {
  141. family ethernet-switching {
  142. port-mode trunk;
  143. native-vlan-id 35;
  144. }
  145. }
  146. }
  147. ge-0/0/11 {
  148. unit 0 {
  149. family ethernet-switching;
  150. }
  151. }
  152. ge-0/1/0 {
  153. unit 0 {
  154. family ethernet-switching;
  155. }
  156. }
  157. ge-0/1/1 {
  158. unit 0 {
  159. family ethernet-switching;
  160. }
  161. }
  162. me0 {
  163. unit 0 {
  164. family inet;
  165. }
  166. }
  167. vlan {
  168. unit 172 {
  169. family inet {
  170. address 172.20.20.122/25;
  171. address 192.168.99.1/24;
  172. }
  173. }
  174. }
  175. }
  176. routing-options {
  177. static {
  178. route 0.0.0.0/0 next-hop 172.20.20.126;
  179. }
  180. }
  181. protocols {
  182. igmp {
  183. accounting;
  184. }
  185. igmp-snooping {
  186. vlan all;
  187. }
  188. rstp {
  189. bridge-priority 0;
  190. }
  191. lldp {
  192. interface all;
  193. }
  194. lldp-med {
  195. interface all;
  196. }
  197. }
  198. ethernet-switching-options {
  199. storm-control {
  200. interface all;
  201. }
  202. }
  203. vlans {
  204. FibreOP-TV {
  205. vlan-id 34;
  206. }
  207. FibreOP-WAN {
  208. vlan-id 35;
  209. }
  210. GuestWLAN {
  211. vlan-id 173;
  212. interface {
  213. ge-0/0/11.0;
  214. }
  215. }
  216. OddLAN {
  217. vlan-id 172;
  218. interface {
  219. ge-0/0/0.0;
  220. ge-0/0/1.0;
  221. ge-0/0/2.0;
  222. ge-0/0/3.0;
  223. ge-0/0/4.0;
  224. ge-0/0/6.0;
  225. ge-0/0/7.0;
  226. }
  227. l3-interface vlan.172;
  228. }
  229. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement