Advertisement
Guest User

Untitled

a guest
Oct 9th, 2023
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.13 KB | Cybersecurity | 0 0
  1. ## Last changed: 2023-10-05 20:29:22 EDT
  2. version 21.4R1.12;
  3. system {
  4. host-name ex4300-48p;
  5. root-authentication {
  6. encrypted-password "<MYPASSWORDHASH>";
  7. }
  8. login {
  9. retry-options {
  10. tries-before-disconnect 10;
  11. backoff-threshold 3;
  12. backoff-factor 6;
  13. minimum-time 30;
  14. }
  15. user <myUSER> {
  16. uid 2000;
  17. class super-user;
  18. authentication {
  19. encrypted-password "<MYPASSWORDHASH>";
  20. }
  21. }
  22. password {
  23. minimum-length 8;
  24. format sha1;
  25. }
  26. }
  27. services {
  28. ssh {
  29. root-login deny;
  30. protocol-version v2;
  31. connection-limit 3;
  32. }
  33. netconf {
  34. ssh;
  35. rfc-compliant;
  36. yang-compliant;
  37. }
  38. web-management {
  39. http {
  40. interface all;
  41. }
  42. }
  43. }
  44. domain-name <myDOMAIN>;
  45. time-zone <myTIMEZONE>;
  46. no-redirects;
  47. no-redirects-ipv6;
  48. location {
  49. postal-code 15227;
  50. latitude <myLAT>;
  51. longitude <myLON>;
  52. }
  53. name-server {
  54. 10.1.1.1;
  55. }
  56. syslog {
  57. file interactive-commands {
  58. interactive-commands any;
  59. }
  60. file messages {
  61. any notice;
  62. authorization info;
  63. }
  64. }
  65. processes {
  66. dhcp-service {
  67. traceoptions {
  68. file dhcp_logfile size 10m;
  69. level all;
  70. flag packet;
  71. }
  72. }
  73. }
  74. ntp {
  75. server 10.1.1.1 version 4 prefer; ### <--- This is failing to reach the NTP Server
  76. }
  77. }
  78. interfaces {
  79. ge-0/0/0 {
  80. mtu 9216;
  81. unit 0 {
  82. family ethernet-switching {
  83. storm-control default;
  84. }
  85. }
  86. }
  87. ge-0/0/1 {
  88. mtu 9216;
  89. unit 0 {
  90. family ethernet-switching {
  91. storm-control default;
  92. }
  93. }
  94. }
  95. ge-0/0/2 {
  96. mtu 9216;
  97. unit 0 {
  98. family ethernet-switching {
  99. storm-control default;
  100. }
  101. }
  102. }
  103. ge-0/0/3 {
  104. mtu 9216;
  105. unit 0 {
  106. family ethernet-switching {
  107. storm-control default;
  108. }
  109. }
  110. }
  111. ge-0/0/4 {
  112. mtu 9216;
  113. unit 0 {
  114. family ethernet-switching {
  115. storm-control default;
  116. }
  117. }
  118. }
  119. ge-0/0/5 {
  120. mtu 9216;
  121. unit 0 {
  122. family ethernet-switching {
  123. storm-control default;
  124. }
  125. }
  126. }
  127. ge-0/0/6 {
  128. mtu 9216;
  129. unit 0 {
  130. family ethernet-switching {
  131. storm-control default;
  132. }
  133. }
  134. }
  135. ge-0/0/7 {
  136. mtu 9216;
  137. unit 0 {
  138. family ethernet-switching {
  139. storm-control default;
  140. }
  141. }
  142. }
  143. ge-0/0/8 {
  144. mtu 9216;
  145. unit 0 {
  146. family ethernet-switching {
  147. storm-control default;
  148. }
  149. }
  150. }
  151. ge-0/0/9 {
  152. mtu 9216;
  153. unit 0 {
  154. family ethernet-switching {
  155. storm-control default;
  156. }
  157. }
  158. }
  159. ge-0/0/10 {
  160. mtu 9216;
  161. unit 0 {
  162. family ethernet-switching {
  163. storm-control default;
  164. }
  165. }
  166. }
  167. ge-0/0/11 {
  168. mtu 9216;
  169. unit 0 {
  170. family ethernet-switching {
  171. storm-control default;
  172. }
  173. }
  174. }
  175. ge-0/0/12 {
  176. mtu 9216;
  177. unit 0 {
  178. family ethernet-switching {
  179. storm-control default;
  180. }
  181. }
  182. }
  183. ge-0/0/13 {
  184. mtu 9216;
  185. unit 0 {
  186. family ethernet-switching {
  187. storm-control default;
  188. }
  189. }
  190. }
  191. ge-0/0/14 {
  192. mtu 9216;
  193. unit 0 {
  194. family ethernet-switching {
  195. storm-control default;
  196. }
  197. }
  198. }
  199. ge-0/0/15 {
  200. mtu 9216;
  201. unit 0 {
  202. family ethernet-switching {
  203. storm-control default;
  204. }
  205. }
  206. }
  207. ge-0/0/16 {
  208. mtu 9216;
  209. unit 0 {
  210. family ethernet-switching {
  211. storm-control default;
  212. }
  213. }
  214. }
  215. ge-0/0/17 {
  216. mtu 9216;
  217. unit 0 {
  218. family ethernet-switching {
  219. storm-control default;
  220. }
  221. }
  222. }
  223. ge-0/0/18 {
  224. mtu 9216;
  225. unit 0 {
  226. family ethernet-switching {
  227. storm-control default;
  228. }
  229. }
  230. }
  231. ge-0/0/19 {
  232. mtu 9216;
  233. unit 0 {
  234. family ethernet-switching {
  235. storm-control default;
  236. }
  237. }
  238. }
  239. ge-0/0/20 {
  240. mtu 9216;
  241. unit 0 {
  242. family ethernet-switching {
  243. storm-control default;
  244. }
  245. }
  246. }
  247. ge-0/0/21 {
  248. mtu 9216;
  249. unit 0 {
  250. family ethernet-switching {
  251. storm-control default;
  252. }
  253. }
  254. }
  255. ge-0/0/22 {
  256. mtu 9216;
  257. unit 0 {
  258. family ethernet-switching {
  259. storm-control default;
  260. }
  261. }
  262. }
  263. ge-0/0/23 {
  264. mtu 9216;
  265. unit 0 {
  266. family ethernet-switching {
  267. storm-control default;
  268. }
  269. }
  270. }
  271. ge-0/0/24 {
  272. mtu 9216;
  273. unit 0 {
  274. family ethernet-switching {
  275. storm-control default;
  276. }
  277. }
  278. }
  279. ge-0/0/25 {
  280. mtu 9216;
  281. unit 0 {
  282. family ethernet-switching {
  283. storm-control default;
  284. }
  285. }
  286. }
  287. ge-0/0/26 {
  288. mtu 9216;
  289. unit 0 {
  290. family ethernet-switching {
  291. storm-control default;
  292. }
  293. }
  294. }
  295. ge-0/0/27 {
  296. mtu 9216;
  297. unit 0 {
  298. family ethernet-switching {
  299. storm-control default;
  300. }
  301. }
  302. }
  303. ge-0/0/28 {
  304. mtu 9216;
  305. unit 0 {
  306. family ethernet-switching {
  307. storm-control default;
  308. }
  309. }
  310. }
  311. ge-0/0/29 {
  312. mtu 9216;
  313. unit 0 {
  314. family ethernet-switching {
  315. storm-control default;
  316. }
  317. }
  318. }
  319. ge-0/0/30 {
  320. mtu 9216;
  321. unit 0 {
  322. family ethernet-switching {
  323. storm-control default;
  324. }
  325. }
  326. }
  327. ge-0/0/31 {
  328. mtu 9216;
  329. unit 0 {
  330. family ethernet-switching {
  331. storm-control default;
  332. }
  333. }
  334. }
  335. ge-0/0/32 {
  336. mtu 9216;
  337. unit 0 {
  338. family ethernet-switching {
  339. storm-control default;
  340. }
  341. }
  342. }
  343. ge-0/0/33 {
  344. mtu 9216;
  345. unit 0 {
  346. family ethernet-switching {
  347. storm-control default;
  348. }
  349. }
  350. }
  351. ge-0/0/34 {
  352. mtu 9216;
  353. unit 0 {
  354. family ethernet-switching {
  355. storm-control default;
  356. }
  357. }
  358. }
  359. ge-0/0/35 {
  360. mtu 9216;
  361. unit 0 {
  362. family ethernet-switching {
  363. storm-control default;
  364. }
  365. }
  366. }
  367. ge-0/0/36 {
  368. mtu 9216;
  369. unit 0 {
  370. family ethernet-switching {
  371. storm-control default;
  372. }
  373. }
  374. }
  375. ge-0/0/37 {
  376. mtu 9216;
  377. unit 0 {
  378. family ethernet-switching {
  379. storm-control default;
  380. }
  381. }
  382. }
  383. ge-0/0/38 {
  384. mtu 9216;
  385. unit 0 {
  386. family ethernet-switching {
  387. storm-control default;
  388. }
  389. }
  390. }
  391. ge-0/0/39 {
  392. mtu 9216;
  393. unit 0 {
  394. family ethernet-switching {
  395. storm-control default;
  396. }
  397. }
  398. }
  399. ge-0/0/40 {
  400. mtu 9216;
  401. unit 0 {
  402. family ethernet-switching {
  403. storm-control default;
  404. }
  405. }
  406. }
  407. ge-0/0/41 {
  408. mtu 9216;
  409. unit 0 {
  410. family ethernet-switching {
  411. storm-control default;
  412. }
  413. }
  414. }
  415. ge-0/0/42 {
  416. mtu 9216;
  417. unit 0 {
  418. family ethernet-switching {
  419. storm-control default;
  420. }
  421. }
  422. }
  423. ge-0/0/43 {
  424. mtu 9216;
  425. unit 0 {
  426. family ethernet-switching {
  427. storm-control default;
  428. }
  429. }
  430. }
  431. ge-0/0/44 {
  432. mtu 9216;
  433. unit 0 {
  434. family ethernet-switching {
  435. storm-control default;
  436. }
  437. }
  438. }
  439. ge-0/0/45 {
  440. mtu 9216;
  441. unit 0 {
  442. family ethernet-switching {
  443. storm-control default;
  444. }
  445. }
  446. }
  447. ge-0/0/46 {
  448. mtu 9216;
  449. unit 0 {
  450. family ethernet-switching {
  451. storm-control default;
  452. }
  453. }
  454. }
  455. ge-0/0/47 {
  456. mtu 9216;
  457. unit 0 {
  458. family ethernet-switching {
  459. storm-control default;
  460. }
  461. }
  462. }
  463. et-0/1/0 {
  464. mtu 9216;
  465. unit 0 {
  466. family ethernet-switching {
  467. storm-control default;
  468. }
  469. }
  470. }
  471. et-0/1/1 {
  472. mtu 9216;
  473. unit 0 {
  474. family ethernet-switching {
  475. storm-control default;
  476. }
  477. }
  478. }
  479. et-0/1/2 {
  480. mtu 9216;
  481. unit 0 {
  482. family ethernet-switching {
  483. storm-control default;
  484. }
  485. }
  486. }
  487. et-0/1/3 {
  488. mtu 9216;
  489. unit 0 {
  490. family ethernet-switching {
  491. storm-control default;
  492. }
  493. }
  494. }
  495. ge-0/2/0 {
  496. mtu 9216;
  497. unit 0 {
  498. family ethernet-switching {
  499. storm-control default;
  500. }
  501. }
  502. }
  503. xe-0/2/0 {
  504. mtu 9216;
  505. unit 0 {
  506. family ethernet-switching {
  507. storm-control default;
  508. }
  509. }
  510. }
  511. ge-0/2/1 {
  512. mtu 9216;
  513. unit 0 {
  514. family ethernet-switching {
  515. storm-control default;
  516. }
  517. }
  518. }
  519. xe-0/2/1 {
  520. mtu 9216;
  521. unit 0 {
  522. family ethernet-switching {
  523. storm-control default;
  524. }
  525. }
  526. }
  527. ge-0/2/2 {
  528. mtu 9216;
  529. unit 0 {
  530. family ethernet-switching {
  531. storm-control default;
  532. }
  533. }
  534. }
  535. xe-0/2/2 {
  536. mtu 9216;
  537. unit 0 {
  538. family ethernet-switching {
  539. storm-control default;
  540. }
  541. }
  542. }
  543. ge-0/2/3 {
  544. mtu 9216;
  545. unit 0 {
  546. family ethernet-switching {
  547. storm-control default;
  548. }
  549. }
  550. }
  551. xe-0/2/3 {
  552. mtu 9216;
  553. unit 0 {
  554. family ethernet-switching {
  555. storm-control default;
  556. }
  557. }
  558. }
  559. irb {
  560. mtu 9216;
  561. unit 0 {
  562. family inet {
  563. address 10.1.1.2/24;
  564. }
  565. family inet6 { ### <--- This is failing to get an ipv6 Address
  566. dhcpv6-client {
  567. client-type stateful;
  568. client-ia-type ia-pd;
  569. rapid-commit;
  570. client-identifier duid-type duid-ll;
  571. }
  572. dad-disable;
  573. }
  574. }
  575. }
  576. me0 {
  577. disable;
  578. unit 0 {
  579. disable;
  580. }
  581. }
  582. vme {
  583. disable;
  584. unit 0 {
  585. disable;
  586. }
  587. }
  588. }
  589. snmp {
  590. community <mySNMP> {
  591. authorization read-only;
  592. }
  593. }
  594. forwarding-options {
  595. storm-control-profiles default {
  596. all {
  597. bandwidth-percentage 100;
  598. no-broadcast;
  599. no-unknown-unicast;
  600. no-multicast;
  601. }
  602. }
  603. }
  604. routing-options {
  605. static {
  606. route 0.0.0.0/0 next-hop 10.1.1.1;
  607. }
  608. }
  609. protocols {
  610. router-advertisement {
  611. interface irb.0;
  612. }
  613. lldp {
  614. mau-type;
  615. fast-rx-processing;
  616. interface all {
  617. power-negotiation;
  618. }
  619. }
  620. lldp-med {
  621. interface all;
  622. }
  623. igmp-snooping {
  624. vlan default;
  625. }
  626. rstp {
  627. interface all;
  628. }
  629. }
  630. poe {
  631. interface all;
  632. }
  633. vlans {
  634. default {
  635. vlan-id 1;
  636. l3-interface irb.0;
  637. }
  638. }
Tags: ex4300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement