Advertisement
Guest User

Untitled

a guest
Nov 29th, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.42 KB | Software | 0 0
  1. firewall {
  2. broadcast-ping disable
  3. group {
  4. }
  5. ipv6-receive-redirects disable
  6. ipv6-src-route disable
  7. ip-src-route disable
  8. receive-redirects disable
  9. twa-hazards-protection enable
  10. }
  11. high-availability {
  12. vrrp {
  13. group MGMT_Gateway {
  14. address 10.50.0.1/24 {
  15. }
  16. interface eth3.500
  17. no-preempt
  18. priority 100
  19. vrid 100
  20. }
  21. group VM_MGMT_vlan501 {
  22. address 10.50.1.1/24 {
  23. }
  24. interface eth3.501
  25. preempt-delay 60
  26. priority 100
  27. vrid 11
  28. }
  29. group VM_services {
  30. address 10.50.3.1/24 {
  31. }
  32. interface eth3.503
  33. priority 100
  34. vrid 13
  35. }
  36. group cust01_vlan502 {
  37. address 10.50.2.1/24 {
  38. }
  39. interface eth3.502
  40. priority 100
  41. vrid 12
  42. }
  43. group gc-vyos-vip-01 {
  44. address XXX.XXX.XX.24/23 {
  45. }
  46. authentication {
  47. password XXXXXXX
  48. type plaintext-password
  49. }
  50. interface eth0
  51. preempt-delay 60
  52. priority 100
  53. vrid 10
  54. }
  55. }
  56. }
  57. interfaces {
  58. ethernet eth0 {
  59. address XXX.XXX.XX.23/24
  60. description "Core: Management"
  61. hw-id be:14:43:64:b3:06
  62. }
  63. ethernet eth1 {
  64. address 169.254.0.5/31
  65. description "XVR: Link to XXXXXXX-vm-fw-a"
  66. hw-id d6:c5:4b:ce:f7:cf
  67. }
  68. ethernet eth2 {
  69. address 172.30.21.7/31
  70. description "Core: XXXXXXX<->XXXXXXX/NY(sec xconnect)"
  71. hw-id e6:3c:8e:94:ea:4e
  72. }
  73. ethernet eth3 {
  74. description "Cust: App Servers"
  75. hw-id ba:d1:3c:7c:13:1e
  76. vif 500 {
  77. address 10.50.0.3/24
  78. description "Physical Management vlan500"
  79. }
  80. vif 501 {
  81. address 10.50.1.3/24
  82. description "VM Management vlan501"
  83. }
  84. vif 502 {
  85. address 10.50.2.3/24
  86. }
  87. vif 503 {
  88. address 10.50.3.3/24
  89. description "VM services (DNS/NTP etc) vlan503"
  90. }
  91. }
  92. ethernet eth4 {
  93. address 169.254.0.2/31
  94. description "Core: XXXXXXX<->XXXXXXX/AZ(gc-rt-az-02/ge-0/0/2.0)"
  95. hw-id e6:69:61:0d:f6:5d
  96. policy {
  97. route RRRR-OUT-502
  98. }
  99. }
  100. loopback lo {
  101. address 169.254.1.2/32
  102. address XXX.XXX.XX.82/32
  103. address 169.254.2.2/32
  104. }
  105. tunnel tun10 {
  106. address 10.10.10.6/30
  107. description "XXXXXXX "
  108. encapsulation gre
  109. policy {
  110. route TTTT-OUT-502
  111. }
  112. remote 161.30.14.123
  113. source-address XXX.XXX.XX.82
  114. }
  115. tunnel tun11 {
  116. address 10.10.10.14/30
  117. description "XXXXXXX "
  118. encapsulation gre
  119. policy {
  120. route TTTT-OUT-502
  121. }
  122. remote 161.30.18.123
  123. source-address XXX.XXX.XX.82
  124. }
  125. }
  126. nat {
  127. destination {
  128. rule 21 {
  129. description ""
  130. destination {
  131. port 16011
  132. }
  133. inbound-interface eth0
  134. protocol tcp
  135. translation {
  136. address 10.50.0.21
  137. port 8006
  138. }
  139. }
  140. rule 22 {
  141. description ""
  142. destination {
  143. port 16012
  144. }
  145. inbound-interface eth0
  146. protocol tcp
  147. translation {
  148. address 10.50.0.22
  149. port 8006
  150. }
  151. }
  152. rule 23 {
  153. description "NRPE 5666 - XXXXXXX-hv-a - 5772"
  154. destination {
  155. port 5772
  156. }
  157. inbound-interface eth0
  158. protocol tcp
  159. translation {
  160. address 10.50.0.21
  161. port 5666
  162. }
  163. }
  164. rule 24 {
  165. description "NRPE 5666 - XXXXXXX-hv-b - 5773"
  166. destination {
  167. port 5773
  168. }
  169. inbound-interface eth0
  170. protocol tcp
  171. translation {
  172. address 10.50.0.22
  173. port 5666
  174. }
  175. }
  176. rule 25 {
  177. description "NRPE 5666 - XXXXXXX-5774"
  178. destination {
  179. port 5774
  180. }
  181. inbound-interface eth0
  182. protocol tcp
  183. translation {
  184. address 10.50.1.51
  185. port 5666
  186. }
  187. }
  188. rule 26 {
  189. description "NRPE 5666 - XXXXXXX-5775"
  190. destination {
  191. port 5775
  192. }
  193. inbound-interface eth0
  194. protocol tcp
  195. translation {
  196. address 10.50.1.52
  197. port 5666
  198. }
  199. }
  200. rule 27 {
  201. description "SSH 22 - XXXXXXX-hv-a - 2223"
  202. destination {
  203. port 2223
  204. }
  205. inbound-interface eth0
  206. protocol tcp
  207. translation {
  208. address 10.50.0.21
  209. port 22
  210. }
  211. }
  212. rule 28 {
  213. description "SSH 22 - XXXXXXX-hv-b - 2224"
  214. destination {
  215. port 2224
  216. }
  217. inbound-interface eth0
  218. protocol tcp
  219. translation {
  220. address 10.50.0.22
  221. port 22
  222. }
  223. }
  224. rule 29 {
  225. description "SSH 22 - XXXXXXX-a - 2230"
  226. destination {
  227. port 2230
  228. }
  229. inbound-interface eth0
  230. protocol tcp
  231. translation {
  232. address 10.50.1.51
  233. port 22
  234. }
  235. }
  236. rule 30 {
  237. description "SSH 22 - XXXXXXX-b - 2231"
  238. destination {
  239. port 2231
  240. }
  241. inbound-interface eth0
  242. protocol tcp
  243. translation {
  244. address 10.50.1.52
  245. port 22
  246. }
  247. }
  248. rule 31 {
  249. description "SSH 22 - XXXXXXX-util-a - 2232"
  250. destination {
  251. port 2232
  252. }
  253. inbound-interface eth0
  254. protocol tcp
  255. translation {
  256. address 10.50.1.10
  257. port 22
  258. }
  259. }
  260. rule 32 {
  261. description "NRPE 5666 - XXXXXXX-util-a - 5776"
  262. destination {
  263. port 5776
  264. }
  265. inbound-interface eth0
  266. protocol tcp
  267. translation {
  268. address 10.50.1.10
  269. port 5666
  270. }
  271. }
  272. rule 33 {
  273. description "SSH 22 - XXXXXXX-logstash-01 - 2233"
  274. destination {
  275. port 2233
  276. }
  277. inbound-interface eth0
  278. protocol tcp
  279. translation {
  280. address 10.50.1.20
  281. port 22
  282. }
  283. }
  284. rule 34 {
  285. description "NRPE 5666 - XXXXXXX-logstash-01 - 5777"
  286. destination {
  287. port 5777
  288. }
  289. inbound-interface eth0
  290. protocol tcp
  291. translation {
  292. address 10.50.1.20
  293. port 5666
  294. }
  295. }
  296. }
  297. source {
  298. rule 20 {
  299. outbound-interface eth0
  300. source {
  301. address 10.50.0.0/16
  302. }
  303. translation {
  304. address masquerade
  305. }
  306. }
  307. }
  308. }
  309. policy {
  310. prefix-list v4-peer-172_26_169_247-in {
  311. description "Prefixes accepted from 172.26.169.247"
  312. rule 10 {
  313. action permit
  314. le 32
  315. prefix 192.168.64.0/18
  316. }
  317. rule 15 {
  318. action permit
  319. prefix 172.27.124.1/32
  320. }
  321. rule 20 {
  322. action permit
  323. prefix 172.27.124.2/32
  324. }
  325. rule 25 {
  326. action permit
  327. prefix 192.168.127.253/32
  328. }
  329. rule 30 {
  330. action permit
  331. prefix 192.168.127.254/32
  332. }
  333. rule 35 {
  334. action permit
  335. prefix 172.26.252.1/32
  336. }
  337. rule 40 {
  338. action permit
  339. prefix 172.26.252.2/32
  340. }
  341. rule 200 {
  342. action deny
  343. le 32
  344. prefix 0.0.0.0/0
  345. }
  346. }
  347. prefix-list v4-peer-172_26_169_247-out {
  348. description "Prefixes sent to 172.26.169.247"
  349. rule 10 {
  350. action permit
  351. prefix 0.0.0.0/0
  352. }
  353. rule 20 {
  354. action deny
  355. le 32
  356. prefix 0.0.0.0/0
  357. }
  358. }
  359. prefix-list v4-peer-172_27_41_247-in {
  360. description "Prefixes accepted from 172.27.41.247"
  361. rule 10 {
  362. action permit
  363. le 32
  364. prefix 192.168.64.0/18
  365. }
  366. rule 15 {
  367. action permit
  368. prefix 172.27.124.1/32
  369. }
  370. rule 20 {
  371. action permit
  372. prefix 172.27.124.2/32
  373. }
  374. rule 25 {
  375. action permit
  376. prefix 192.168.127.253/32
  377. }
  378. rule 30 {
  379. action permit
  380. prefix 192.168.127.254/32
  381. }
  382. rule 35 {
  383. action permit
  384. prefix 172.26.252.1/32
  385. }
  386. rule 40 {
  387. action permit
  388. prefix 172.26.252.2/32
  389. }
  390. rule 200 {
  391. action deny
  392. le 32
  393. prefix 0.0.0.0/0
  394. }
  395. }
  396. prefix-list v4-peer-172_27_41_247-out {
  397. description "Prefixes sent to 172.27.41.247"
  398. rule 10 {
  399. action permit
  400. prefix 0.0.0.0/0
  401. }
  402. rule 20 {
  403. action deny
  404. le 32
  405. prefix 0.0.0.0/0
  406. }
  407. }
  408. prefix-list v4-peer-172_30_21_6-in {
  409. description "Prefixes accepted from 172.30.21.6"
  410. rule 10 {
  411. action permit
  412. prefix 161.30.14.0/24
  413. }
  414. rule 11 {
  415. action permit
  416. prefix 161.30.15.0/24
  417. }
  418. rule 12 {
  419. action permit
  420. prefix 161.30.18.0/24
  421. }
  422. rule 13 {
  423. action permit
  424. prefix 161.30.18.88/29
  425. }
  426. rule 14 {
  427. action permit
  428. prefix 161.30.18.128/25
  429. }
  430. rule 20 {
  431. action deny
  432. le 32
  433. prefix 0.0.0.0/0
  434. }
  435. }
  436. prefix-list v4-peer-172_30_21_6-out {
  437. description "Prefixes sent to 172.30.21.6"
  438. rule 10 {
  439. action permit
  440. prefix XXX.XXX.XX.81/32
  441. }
  442. rule 15 {
  443. action permit
  444. prefix XXX.XXX.XX.82/32
  445. }
  446. rule 20 {
  447. action deny
  448. le 32
  449. prefix 0.0.0.0/0
  450. }
  451. }
  452. prefix-list v4_connected2bgp_primary {
  453. rule 25 {
  454. action permit
  455. prefix XXX.XXX.XX.82/32
  456. }
  457. rule 30 {
  458. action permit
  459. prefix 10.10.10.4/30
  460. }
  461. rule 35 {
  462. action permit
  463. prefix 10.10.10.12/30
  464. }
  465. rule 40 {
  466. action permit
  467. prefix 169.254.2.2/32
  468. }
  469. rule 1000 {
  470. action deny
  471. le 32
  472. prefix 0.0.0.0/0
  473. }
  474. }
  475. prefix-list v4_connected2bgp_secondary {
  476. rule 1000 {
  477. action deny
  478. le 32
  479. prefix 0.0.0.0/0
  480. }
  481. }
  482. prefix-list v4_static2bgp_primary {
  483. rule 5 {
  484. action permit
  485. prefix 0.0.0.0/0
  486. }
  487. rule 10 {
  488. action permit
  489. prefix 172.26.169.247/32
  490. }
  491. rule 15 {
  492. action permit
  493. prefix 172.27.41.247/32
  494. }
  495. rule 1000 {
  496. action deny
  497. le 32
  498. prefix 0.0.0.0/0
  499. }
  500. }
  501. prefix-list v4_static2bgp_secondary {
  502. rule 1000 {
  503. action deny
  504. le 32
  505. prefix 0.0.0.0/0
  506. }
  507. }
  508. route TTTT-OUT-502 {
  509. rule 16 {
  510. destination {
  511. address 0.0.0.0/0
  512. }
  513. set {
  514. table 16
  515. }
  516. source {
  517. address 192.168.64.0/30
  518. }
  519. }
  520. rule 17 {
  521. destination {
  522. address 0.0.0.0/0
  523. }
  524. set {
  525. table 17
  526. }
  527. source {
  528. address 192.168.64.4/30
  529. }
  530. }
  531. rule 18 {
  532. destination {
  533. address 0.0.0.0/0
  534. }
  535. set {
  536. table 18
  537. }
  538. source {
  539. address 192.168.64.8/30
  540. }
  541. }
  542. rule 19 {
  543. destination {
  544. address 0.0.0.0/0
  545. }
  546. set {
  547. table 19
  548. }
  549. source {
  550. address 192.168.64.12/30
  551. }
  552. }
  553. rule 20 {
  554. destination {
  555. address 0.0.0.0/0
  556. }
  557. set {
  558. table 20
  559. }
  560. source {
  561. address 192.168.64.16/30
  562. }
  563. }
  564. rule 21 {
  565. destination {
  566. address 0.0.0.0/0
  567. }
  568. set {
  569. table 21
  570. }
  571. source {
  572. address 192.168.64.20/30
  573. }
  574. }
  575. rule 22 {
  576. destination {
  577. address 0.0.0.0/0
  578. }
  579. set {
  580. table 22
  581. }
  582. source {
  583. address 192.168.64.24/30
  584. }
  585. }
  586. rule 23 {
  587. destination {
  588. address 0.0.0.0/0
  589. }
  590. set {
  591. table 23
  592. }
  593. source {
  594. address 192.168.64.28/30
  595. }
  596. }
  597. rule 24 {
  598. destination {
  599. address 0.0.0.0/0
  600. }
  601. set {
  602. table 24
  603. }
  604. source {
  605. address 192.168.64.32/30
  606. }
  607. }
  608. rule 25 {
  609. destination {
  610. address 0.0.0.0/0
  611. }
  612. set {
  613. table 25
  614. }
  615. source {
  616. address 192.168.64.36/30
  617. }
  618. }
  619. rule 26 {
  620. destination {
  621. address 0.0.0.0/0
  622. }
  623. set {
  624. table 26
  625. }
  626. source {
  627. address 192.168.64.40/30
  628. }
  629. }
  630. rule 27 {
  631. destination {
  632. address 0.0.0.0/0
  633. }
  634. set {
  635. table 27
  636. }
  637. source {
  638. address 192.168.64.44/30
  639. }
  640. }
  641. rule 28 {
  642. destination {
  643. address 0.0.0.0/0
  644. }
  645. set {
  646. table 28
  647. }
  648. source {
  649. address 192.168.64.48/30
  650. }
  651. }
  652. rule 29 {
  653. destination {
  654. address 0.0.0.0/0
  655. }
  656. set {
  657. table 29
  658. }
  659. source {
  660. address 192.168.64.52/30
  661. }
  662. }
  663. rule 30 {
  664. destination {
  665. address 0.0.0.0/0
  666. }
  667. set {
  668. table 30
  669. }
  670. source {
  671. address 192.168.64.56/30
  672. }
  673. }
  674. rule 31 {
  675. destination {
  676. address 0.0.0.0/0
  677. }
  678. set {
  679. table 31
  680. }
  681. source {
  682. address 192.168.64.60/30
  683. }
  684. }
  685. rule 32 {
  686. destination {
  687. address 0.0.0.0/0
  688. }
  689. set {
  690. table 32
  691. }
  692. source {
  693. address 192.168.64.64/30
  694. }
  695. }
  696. rule 33 {
  697. destination {
  698. address 0.0.0.0/0
  699. }
  700. set {
  701. table 33
  702. }
  703. source {
  704. address 192.168.64.68/30
  705. }
  706. }
  707. rule 34 {
  708. destination {
  709. address 0.0.0.0/0
  710. }
  711. set {
  712. table 34
  713. }
  714. source {
  715. address 192.168.64.72/30
  716. }
  717. }
  718. rule 35 {
  719. destination {
  720. address 0.0.0.0/0
  721. }
  722. set {
  723. table 35
  724. }
  725. source {
  726. address 192.168.64.76/30
  727. }
  728. }
  729. rule 36 {
  730. destination {
  731. address 0.0.0.0/0
  732. }
  733. set {
  734. table 36
  735. }
  736. source {
  737. address 192.168.64.80/30
  738. }
  739. }
  740. rule 37 {
  741. destination {
  742. address 0.0.0.0/0
  743. }
  744. set {
  745. table 37
  746. }
  747. source {
  748. address 192.168.64.84/30
  749. }
  750. }
  751. rule 38 {
  752. destination {
  753. address 0.0.0.0/0
  754. }
  755. set {
  756. table 38
  757. }
  758. source {
  759. address 192.168.64.88/30
  760. }
  761. }
  762. rule 39 {
  763. destination {
  764. address 0.0.0.0/0
  765. }
  766. set {
  767. table 39
  768. }
  769. source {
  770. address 192.168.64.92/30
  771. }
  772. }
  773. rule 40 {
  774. destination {
  775. address 0.0.0.0/0
  776. }
  777. set {
  778. table 40
  779. }
  780. source {
  781. address 192.168.64.96/30
  782. }
  783. }
  784. rule 41 {
  785. destination {
  786. address 0.0.0.0/0
  787. }
  788. set {
  789. table 41
  790. }
  791. source {
  792. address 192.168.64.100/30
  793. }
  794. }
  795. rule 42 {
  796. destination {
  797. address 0.0.0.0/0
  798. }
  799. set {
  800. table 42
  801. }
  802. source {
  803. address 192.168.64.104/30
  804. }
  805. }
  806. rule 43 {
  807. destination {
  808. address 0.0.0.0/0
  809. }
  810. set {
  811. table 43
  812. }
  813. source {
  814. address 192.168.64.108/30
  815. }
  816. }
  817. rule 44 {
  818. destination {
  819. address 0.0.0.0/0
  820. }
  821. set {
  822. table 44
  823. }
  824. source {
  825. address 192.168.64.112/30
  826. }
  827. }
  828. rule 45 {
  829. destination {
  830. address 0.0.0.0/0
  831. }
  832. set {
  833. table 45
  834. }
  835. source {
  836. address 192.168.64.116/30
  837. }
  838. }
  839. rule 46 {
  840. destination {
  841. address 0.0.0.0/0
  842. }
  843. set {
  844. table 46
  845. }
  846. source {
  847. address 192.168.64.120/30
  848. }
  849. }
  850. rule 47 {
  851. destination {
  852. address 0.0.0.0/0
  853. }
  854. set {
  855. table 47
  856. }
  857. source {
  858. address 192.168.64.124/30
  859. }
  860. }
  861. rule 48 {
  862. destination {
  863. address 0.0.0.0/0
  864. }
  865. set {
  866. table 48
  867. }
  868. source {
  869. address 192.168.64.128/29
  870. }
  871. }
  872. rule 49 {
  873. destination {
  874. address 0.0.0.0/0
  875. }
  876. set {
  877. table 49
  878. }
  879. source {
  880. address 192.168.64.136/29
  881. }
  882. }
  883. rule 50 {
  884. destination {
  885. address 0.0.0.0/0
  886. }
  887. set {
  888. table 50
  889. }
  890. source {
  891. address 192.168.64.144/29
  892. }
  893. }
  894. rule 51 {
  895. destination {
  896. address 0.0.0.0/0
  897. }
  898. set {
  899. table 51
  900. }
  901. source {
  902. address 192.168.64.152/29
  903. }
  904. }
  905. rule 52 {
  906. destination {
  907. address 0.0.0.0/0
  908. }
  909. set {
  910. table 52
  911. }
  912. source {
  913. address 192.168.64.160/29
  914. }
  915. }
  916. rule 53 {
  917. destination {
  918. address 0.0.0.0/0
  919. }
  920. set {
  921. table 53
  922. }
  923. source {
  924. address 192.168.64.168/29
  925. }
  926. }
  927. rule 54 {
  928. destination {
  929. address 0.0.0.0/0
  930. }
  931. set {
  932. table 54
  933. }
  934. source {
  935. address 192.168.64.176/29
  936. }
  937. }
  938. rule 55 {
  939. destination {
  940. address 0.0.0.0/0
  941. }
  942. set {
  943. table 55
  944. }
  945. source {
  946. address 192.168.64.184/29
  947. }
  948. }
  949. rule 56 {
  950. destination {
  951. address 0.0.0.0/0
  952. }
  953. set {
  954. table 56
  955. }
  956. source {
  957. address 192.168.64.192/29
  958. }
  959. }
  960. rule 57 {
  961. destination {
  962. address 0.0.0.0/0
  963. }
  964. set {
  965. table 57
  966. }
  967. source {
  968. address 192.168.64.200/29
  969. }
  970. }
  971. rule 58 {
  972. destination {
  973. address 0.0.0.0/0
  974. }
  975. set {
  976. table 58
  977. }
  978. source {
  979. address 192.168.64.208/29
  980. }
  981. }
  982. rule 59 {
  983. destination {
  984. address 0.0.0.0/0
  985. }
  986. set {
  987. table 59
  988. }
  989. source {
  990. address 192.168.64.216/29
  991. }
  992. }
  993. rule 60 {
  994. destination {
  995. address 0.0.0.0/0
  996. }
  997. set {
  998. table 60
  999. }
  1000. source {
  1001. address 192.168.64.224/29
  1002. }
  1003. }
  1004. rule 61 {
  1005. destination {
  1006. address 0.0.0.0/0
  1007. }
  1008. set {
  1009. table 61
  1010. }
  1011. source {
  1012. address 192.168.64.232/29
  1013. }
  1014. }
  1015. rule 62 {
  1016. destination {
  1017. address 0.0.0.0/0
  1018. }
  1019. set {
  1020. table 62
  1021. }
  1022. source {
  1023. address 192.168.64.240/29
  1024. }
  1025. }
  1026. rule 63 {
  1027. destination {
  1028. address 0.0.0.0/0
  1029. }
  1030. set {
  1031. table 63
  1032. }
  1033. source {
  1034. address 192.168.64.248/29
  1035. }
  1036. }
  1037. rule 64 {
  1038. destination {
  1039. address 0.0.0.0/0
  1040. }
  1041. set {
  1042. table 64
  1043. }
  1044. source {
  1045. address 192.168.65.0/28
  1046. }
  1047. }
  1048. rule 65 {
  1049. destination {
  1050. address 0.0.0.0/0
  1051. }
  1052. set {
  1053. table 65
  1054. }
  1055. source {
  1056. address 192.168.65.16/28
  1057. }
  1058. }
  1059. rule 66 {
  1060. destination {
  1061. address 0.0.0.0/0
  1062. }
  1063. set {
  1064. table 66
  1065. }
  1066. source {
  1067. address 192.168.65.32/28
  1068. }
  1069. }
  1070. rule 67 {
  1071. destination {
  1072. address 0.0.0.0/0
  1073. }
  1074. set {
  1075. table 67
  1076. }
  1077. source {
  1078. address 192.168.65.48/28
  1079. }
  1080. }
  1081. rule 68 {
  1082. destination {
  1083. address 0.0.0.0/0
  1084. }
  1085. set {
  1086. table 68
  1087. }
  1088. source {
  1089. address 192.168.65.64/28
  1090. }
  1091. }
  1092. rule 69 {
  1093. destination {
  1094. address 0.0.0.0/0
  1095. }
  1096. set {
  1097. table 69
  1098. }
  1099. source {
  1100. address 192.168.65.80/28
  1101. }
  1102. }
  1103. rule 70 {
  1104. destination {
  1105. address 0.0.0.0/0
  1106. }
  1107. set {
  1108. table 70
  1109. }
  1110. source {
  1111. address 192.168.65.96/28
  1112. }
  1113. }
  1114. rule 71 {
  1115. destination {
  1116. address 0.0.0.0/0
  1117. }
  1118. set {
  1119. table 71
  1120. }
  1121. source {
  1122. address 192.168.65.112/28
  1123. }
  1124. }
  1125. rule 72 {
  1126. destination {
  1127. address 0.0.0.0/0
  1128. }
  1129. set {
  1130. table 72
  1131. }
  1132. source {
  1133. address 192.168.65.128/27
  1134. }
  1135. }
  1136. rule 73 {
  1137. destination {
  1138. address 0.0.0.0/0
  1139. }
  1140. set {
  1141. table 73
  1142. }
  1143. source {
  1144. address 192.168.65.160/27
  1145. }
  1146. }
  1147. rule 74 {
  1148. destination {
  1149. address 0.0.0.0/0
  1150. }
  1151. set {
  1152. table 74
  1153. }
  1154. source {
  1155. address 192.168.65.192/26
  1156. }
  1157. }
  1158. }
  1159. route RRRR-OUT-502 {
  1160. rule 116 {
  1161. destination {
  1162. address 0.0.0.0/0
  1163. }
  1164. set {
  1165. table 116
  1166. }
  1167. source {
  1168. address 172.29.152.0/30
  1169. }
  1170. }
  1171. rule 117 {
  1172. destination {
  1173. address 0.0.0.0/0
  1174. }
  1175. set {
  1176. table 117
  1177. }
  1178. source {
  1179. address 172.29.152.4/30
  1180. }
  1181. }
  1182. rule 118 {
  1183. destination {
  1184. address 0.0.0.0/0
  1185. }
  1186. set {
  1187. table 118
  1188. }
  1189. source {
  1190. address 172.29.152.8/30
  1191. }
  1192. }
  1193. rule 119 {
  1194. destination {
  1195. address 0.0.0.0/0
  1196. }
  1197. set {
  1198. table 119
  1199. }
  1200. source {
  1201. address 172.29.152.12/30
  1202. }
  1203. }
  1204. rule 120 {
  1205. destination {
  1206. address 0.0.0.0/0
  1207. }
  1208. set {
  1209. table 120
  1210. }
  1211. source {
  1212. address 172.29.152.16/30
  1213. }
  1214. }
  1215. rule 121 {
  1216. destination {
  1217. address 0.0.0.0/0
  1218. }
  1219. set {
  1220. table 121
  1221. }
  1222. source {
  1223. address 172.29.152.20/30
  1224. }
  1225. }
  1226. rule 122 {
  1227. destination {
  1228. address 0.0.0.0/0
  1229. }
  1230. set {
  1231. table 122
  1232. }
  1233. source {
  1234. address 172.29.152.24/30
  1235. }
  1236. }
  1237. rule 123 {
  1238. destination {
  1239. address 0.0.0.0/0
  1240. }
  1241. set {
  1242. table 123
  1243. }
  1244. source {
  1245. address 172.29.152.28/30
  1246. }
  1247. }
  1248. rule 124 {
  1249. destination {
  1250. address 0.0.0.0/0
  1251. }
  1252. set {
  1253. table 124
  1254. }
  1255. source {
  1256. address 172.29.152.32/30
  1257. }
  1258. }
  1259. rule 125 {
  1260. destination {
  1261. address 0.0.0.0/0
  1262. }
  1263. set {
  1264. table 125
  1265. }
  1266. source {
  1267. address 172.29.152.36/30
  1268. }
  1269. }
  1270. rule 126 {
  1271. destination {
  1272. address 0.0.0.0/0
  1273. }
  1274. set {
  1275. table 126
  1276. }
  1277. source {
  1278. address 172.29.152.40/30
  1279. }
  1280. }
  1281. rule 127 {
  1282. destination {
  1283. address 0.0.0.0/0
  1284. }
  1285. set {
  1286. table 127
  1287. }
  1288. source {
  1289. address 172.29.152.44/30
  1290. }
  1291. }
  1292. rule 128 {
  1293. destination {
  1294. address 0.0.0.0/0
  1295. }
  1296. set {
  1297. table 128
  1298. }
  1299. source {
  1300. address 172.29.152.48/30
  1301. }
  1302. }
  1303. rule 129 {
  1304. destination {
  1305. address 0.0.0.0/0
  1306. }
  1307. set {
  1308. table 129
  1309. }
  1310. source {
  1311. address 172.29.152.52/30
  1312. }
  1313. }
  1314. rule 130 {
  1315. destination {
  1316. address 0.0.0.0/0
  1317. }
  1318. set {
  1319. table 130
  1320. }
  1321. source {
  1322. address 172.29.152.56/30
  1323. }
  1324. }
  1325. rule 131 {
  1326. destination {
  1327. address 0.0.0.0/0
  1328. }
  1329. set {
  1330. table 131
  1331. }
  1332. source {
  1333. address 172.29.152.60/30
  1334. }
  1335. }
  1336. rule 132 {
  1337. destination {
  1338. address 0.0.0.0/0
  1339. }
  1340. set {
  1341. table 132
  1342. }
  1343. source {
  1344. address 172.29.152.64/30
  1345. }
  1346. }
  1347. rule 133 {
  1348. destination {
  1349. address 0.0.0.0/0
  1350. }
  1351. set {
  1352. table 133
  1353. }
  1354. source {
  1355. address 172.29.152.68/30
  1356. }
  1357. }
  1358. rule 134 {
  1359. destination {
  1360. address 0.0.0.0/0
  1361. }
  1362. set {
  1363. table 134
  1364. }
  1365. source {
  1366. address 172.29.152.72/30
  1367. }
  1368. }
  1369. rule 135 {
  1370. destination {
  1371. address 0.0.0.0/0
  1372. }
  1373. set {
  1374. table 135
  1375. }
  1376. source {
  1377. address 172.29.152.76/30
  1378. }
  1379. }
  1380. rule 136 {
  1381. destination {
  1382. address 0.0.0.0/0
  1383. }
  1384. set {
  1385. table 136
  1386. }
  1387. source {
  1388. address 172.29.152.80/30
  1389. }
  1390. }
  1391. rule 137 {
  1392. destination {
  1393. address 0.0.0.0/0
  1394. }
  1395. set {
  1396. table 137
  1397. }
  1398. source {
  1399. address 172.29.152.84/30
  1400. }
  1401. }
  1402. rule 138 {
  1403. destination {
  1404. address 0.0.0.0/0
  1405. }
  1406. set {
  1407. table 138
  1408. }
  1409. source {
  1410. address 172.29.152.88/30
  1411. }
  1412. }
  1413. rule 139 {
  1414. destination {
  1415. address 0.0.0.0/0
  1416. }
  1417. set {
  1418. table 139
  1419. }
  1420. source {
  1421. address 172.29.152.92/30
  1422. }
  1423. }
  1424. rule 140 {
  1425. destination {
  1426. address 0.0.0.0/0
  1427. }
  1428. set {
  1429. table 140
  1430. }
  1431. source {
  1432. address 172.29.152.96/30
  1433. }
  1434. }
  1435. rule 141 {
  1436. destination {
  1437. address 0.0.0.0/0
  1438. }
  1439. set {
  1440. table 141
  1441. }
  1442. source {
  1443. address 172.29.152.100/30
  1444. }
  1445. }
  1446. rule 142 {
  1447. destination {
  1448. address 0.0.0.0/0
  1449. }
  1450. set {
  1451. table 142
  1452. }
  1453. source {
  1454. address 172.29.152.104/30
  1455. }
  1456. }
  1457. rule 143 {
  1458. destination {
  1459. address 0.0.0.0/0
  1460. }
  1461. set {
  1462. table 143
  1463. }
  1464. source {
  1465. address 172.29.152.108/30
  1466. }
  1467. }
  1468. rule 144 {
  1469. destination {
  1470. address 0.0.0.0/0
  1471. }
  1472. set {
  1473. table 144
  1474. }
  1475. source {
  1476. address 172.29.152.112/30
  1477. }
  1478. }
  1479. rule 145 {
  1480. destination {
  1481. address 0.0.0.0/0
  1482. }
  1483. set {
  1484. table 145
  1485. }
  1486. source {
  1487. address 172.29.152.116/30
  1488. }
  1489. }
  1490. rule 146 {
  1491. destination {
  1492. address 0.0.0.0/0
  1493. }
  1494. set {
  1495. table 146
  1496. }
  1497. source {
  1498. address 172.29.152.120/30
  1499. }
  1500. }
  1501. rule 147 {
  1502. destination {
  1503. address 0.0.0.0/0
  1504. }
  1505. set {
  1506. table 147
  1507. }
  1508. source {
  1509. address 172.29.152.124/30
  1510. }
  1511. }
  1512. rule 148 {
  1513. destination {
  1514. address 0.0.0.0/0
  1515. }
  1516. set {
  1517. table 148
  1518. }
  1519. source {
  1520. address 172.29.152.128/29
  1521. }
  1522. }
  1523. rule 149 {
  1524. destination {
  1525. address 0.0.0.0/0
  1526. }
  1527. set {
  1528. table 149
  1529. }
  1530. source {
  1531. address 172.29.152.136/29
  1532. }
  1533. }
  1534. rule 150 {
  1535. destination {
  1536. address 0.0.0.0/0
  1537. }
  1538. set {
  1539. table 150
  1540. }
  1541. source {
  1542. address 172.29.152.144/29
  1543. }
  1544. }
  1545. rule 151 {
  1546. destination {
  1547. address 0.0.0.0/0
  1548. }
  1549. set {
  1550. table 151
  1551. }
  1552. source {
  1553. address 172.29.152.152/29
  1554. }
  1555. }
  1556. rule 152 {
  1557. destination {
  1558. address 0.0.0.0/0
  1559. }
  1560. set {
  1561. table 152
  1562. }
  1563. source {
  1564. address 172.29.152.160/29
  1565. }
  1566. }
  1567. rule 153 {
  1568. destination {
  1569. address 0.0.0.0/0
  1570. }
  1571. set {
  1572. table 153
  1573. }
  1574. source {
  1575. address 172.29.152.168/29
  1576. }
  1577. }
  1578. rule 154 {
  1579. destination {
  1580. address 0.0.0.0/0
  1581. }
  1582. set {
  1583. table 154
  1584. }
  1585. source {
  1586. address 172.29.152.176/29
  1587. }
  1588. }
  1589. rule 155 {
  1590. destination {
  1591. address 0.0.0.0/0
  1592. }
  1593. set {
  1594. table 155
  1595. }
  1596. source {
  1597. address 172.29.152.184/29
  1598. }
  1599. }
  1600. rule 156 {
  1601. destination {
  1602. address 0.0.0.0/0
  1603. }
  1604. set {
  1605. table 156
  1606. }
  1607. source {
  1608. address 172.29.152.192/29
  1609. }
  1610. }
  1611. rule 157 {
  1612. destination {
  1613. address 0.0.0.0/0
  1614. }
  1615. set {
  1616. table 157
  1617. }
  1618. source {
  1619. address 172.29.152.200/29
  1620. }
  1621. }
  1622. rule 158 {
  1623. destination {
  1624. address 0.0.0.0/0
  1625. }
  1626. set {
  1627. table 158
  1628. }
  1629. source {
  1630. address 172.29.152.208/29
  1631. }
  1632. }
  1633. rule 159 {
  1634. destination {
  1635. address 0.0.0.0/0
  1636. }
  1637. set {
  1638. table 159
  1639. }
  1640. source {
  1641. address 172.29.152.216/29
  1642. }
  1643. }
  1644. rule 160 {
  1645. destination {
  1646. address 0.0.0.0/0
  1647. }
  1648. set {
  1649. table 160
  1650. }
  1651. source {
  1652. address 172.29.152.224/29
  1653. }
  1654. }
  1655. rule 161 {
  1656. destination {
  1657. address 0.0.0.0/0
  1658. }
  1659. set {
  1660. table 161
  1661. }
  1662. source {
  1663. address 172.29.152.232/29
  1664. }
  1665. }
  1666. rule 162 {
  1667. destination {
  1668. address 0.0.0.0/0
  1669. }
  1670. set {
  1671. table 162
  1672. }
  1673. source {
  1674. address 172.29.152.240/29
  1675. }
  1676. }
  1677. rule 163 {
  1678. destination {
  1679. address 0.0.0.0/0
  1680. }
  1681. set {
  1682. table 163
  1683. }
  1684. source {
  1685. address 172.29.152.248/29
  1686. }
  1687. }
  1688. rule 164 {
  1689. destination {
  1690. address 0.0.0.0/0
  1691. }
  1692. set {
  1693. table 164
  1694. }
  1695. source {
  1696. address 172.29.153.0/28
  1697. }
  1698. }
  1699. rule 165 {
  1700. destination {
  1701. address 0.0.0.0/0
  1702. }
  1703. set {
  1704. table 165
  1705. }
  1706. source {
  1707. address 172.29.153.16/28
  1708. }
  1709. }
  1710. rule 166 {
  1711. destination {
  1712. address 0.0.0.0/0
  1713. }
  1714. set {
  1715. table 166
  1716. }
  1717. source {
  1718. address 172.29.153.32/28
  1719. }
  1720. }
  1721. rule 167 {
  1722. destination {
  1723. address 0.0.0.0/0
  1724. }
  1725. set {
  1726. table 167
  1727. }
  1728. source {
  1729. address 172.29.153.48/28
  1730. }
  1731. }
  1732. rule 168 {
  1733. destination {
  1734. address 0.0.0.0/0
  1735. }
  1736. set {
  1737. table 168
  1738. }
  1739. source {
  1740. address 172.29.153.64/28
  1741. }
  1742. }
  1743. rule 169 {
  1744. destination {
  1745. address 0.0.0.0/0
  1746. }
  1747. set {
  1748. table 169
  1749. }
  1750. source {
  1751. address 172.29.153.80/28
  1752. }
  1753. }
  1754. rule 170 {
  1755. destination {
  1756. address 0.0.0.0/0
  1757. }
  1758. set {
  1759. table 170
  1760. }
  1761. source {
  1762. address 172.29.153.96/28
  1763. }
  1764. }
  1765. rule 171 {
  1766. destination {
  1767. address 0.0.0.0/0
  1768. }
  1769. set {
  1770. table 171
  1771. }
  1772. source {
  1773. address 172.29.153.112/28
  1774. }
  1775. }
  1776. rule 172 {
  1777. destination {
  1778. address 0.0.0.0/0
  1779. }
  1780. set {
  1781. table 172
  1782. }
  1783. source {
  1784. address 172.29.153.128/27
  1785. }
  1786. }
  1787. rule 173 {
  1788. destination {
  1789. address 0.0.0.0/0
  1790. }
  1791. set {
  1792. table 173
  1793. }
  1794. source {
  1795. address 172.29.153.160/27
  1796. }
  1797. }
  1798. rule 174 {
  1799. destination {
  1800. address 0.0.0.0/0
  1801. }
  1802. set {
  1803. table 174
  1804. }
  1805. source {
  1806. address 172.29.153.192/26
  1807. }
  1808. }
  1809. }
  1810. route-map v4-peer-172_30_21_6-in {
  1811. description "Ingress Policy for 172.30.21.6"
  1812. rule 10 {
  1813. action permit
  1814. match {
  1815. ip {
  1816. address {
  1817. prefix-list v4-peer-172_30_21_6-in
  1818. }
  1819. }
  1820. }
  1821. set {
  1822. local-preference 115
  1823. metric 250
  1824. }
  1825. }
  1826. rule 20 {
  1827. action permit
  1828. set {
  1829. local-preference 66
  1830. metric 500
  1831. }
  1832. }
  1833. }
  1834. route-map v4_connected2bgp {
  1835. rule 10 {
  1836. action permit
  1837. match {
  1838. ip {
  1839. address {
  1840. prefix-list v4_connected2bgp_primary
  1841. }
  1842. }
  1843. }
  1844. set {
  1845. local-preference 125
  1846. origin igp
  1847. weight 0
  1848. }
  1849. }
  1850. rule 20 {
  1851. action permit
  1852. match {
  1853. ip {
  1854. address {
  1855. prefix-list v4_connected2bgp_secondary
  1856. }
  1857. }
  1858. }
  1859. set {
  1860. local-preference 115
  1861. origin igp
  1862. weight 0
  1863. }
  1864. }
  1865. }
  1866. route-map v4_static2bgp {
  1867. rule 10 {
  1868. action permit
  1869. match {
  1870. ip {
  1871. address {
  1872. prefix-list v4_static2bgp_primary
  1873. }
  1874. }
  1875. }
  1876. set {
  1877. local-preference 125
  1878. origin igp
  1879. weight 0
  1880. }
  1881. }
  1882. rule 20 {
  1883. action permit
  1884. match {
  1885. ip {
  1886. address {
  1887. prefix-list v4_static2bgp_secondary
  1888. }
  1889. }
  1890. }
  1891. set {
  1892. local-preference 115
  1893. origin igp
  1894. weight 0
  1895. }
  1896. }
  1897. }
  1898. }
  1899. protocols {
  1900. bfd {
  1901. profile 3x300 {
  1902. interval {
  1903. multiplier 3
  1904. receive 300
  1905. transmit 300
  1906. }
  1907. }
  1908. }
  1909. bgp {
  1910. address-family {
  1911. ipv4-unicast {
  1912. redistribute {
  1913. connected {
  1914. route-map v4_connected2bgp
  1915. }
  1916. static {
  1917. route-map v4_static2bgp
  1918. }
  1919. }
  1920. }
  1921. }
  1922. neighbor 169.254.1.1 {
  1923. address-family {
  1924. ipv4-unicast {
  1925. maximum-prefix 1000
  1926. maximum-prefix-out 1000
  1927. nexthop-self {
  1928. }
  1929. }
  1930. }
  1931. bfd {
  1932. }
  1933. description XXXXXXX-vm-fw-a
  1934. remote-as 64521
  1935. ttl-security {
  1936. hops 250
  1937. }
  1938. update-source 169.254.1.2
  1939. }
  1940. neighbor 169.254.1.11 {
  1941. address-family {
  1942. ipv4-unicast {
  1943. maximum-prefix 1000
  1944. maximum-prefix-out 1000
  1945. nexthop-self {
  1946. }
  1947. }
  1948. }
  1949. bfd {
  1950. }
  1951. description gc-rt-az-01
  1952. remote-as 64521
  1953. ttl-security {
  1954. hops 250
  1955. }
  1956. update-source 169.254.1.2
  1957. }
  1958. neighbor 169.254.1.12 {
  1959. address-family {
  1960. ipv4-unicast {
  1961. maximum-prefix 1000
  1962. maximum-prefix-out 1000
  1963. nexthop-self {
  1964. }
  1965. }
  1966. }
  1967. bfd {
  1968. }
  1969. description gc-rt-az-02
  1970. remote-as 64521
  1971. ttl-security {
  1972. hops 250
  1973. }
  1974. update-source 169.254.1.2
  1975. }
  1976. neighbor 172.26.169.247 {
  1977. address-family {
  1978. ipv4-unicast {
  1979. maximum-prefix 1000
  1980. maximum-prefix-out 10
  1981. prefix-list {
  1982. export v4-peer-172_26_169_247-out
  1983. import v4-peer-172_26_169_247-in
  1984. }
  1985. soft-reconfiguration {
  1986. inbound
  1987. }
  1988. }
  1989. }
  1990. description ""
  1991. ebgp-multihop 10
  1992. local-as 65534 {
  1993. }
  1994. remote-as 65500
  1995. update-source 169.254.2.2
  1996. }
  1997. neighbor 172.27.41.247 {
  1998. address-family {
  1999. ipv4-unicast {
  2000. maximum-prefix 1000
  2001. maximum-prefix-out 10
  2002. prefix-list {
  2003. export v4-peer-172_27_41_247-out
  2004. import v4-peer-172_27_41_247-in
  2005. }
  2006. soft-reconfiguration {
  2007. inbound
  2008. }
  2009. }
  2010. }
  2011. description ""
  2012. ebgp-multihop 10
  2013. local-as 65534 {
  2014. }
  2015. remote-as 65500
  2016. update-source 169.254.2.2
  2017. }
  2018. neighbor 172.30.21.6 {
  2019. address-family {
  2020. ipv4-unicast {
  2021. maximum-prefix 10
  2022. maximum-prefix-out 10
  2023. prefix-list {
  2024. export v4-peer-172_30_21_6-out
  2025. import v4-peer-172_30_21_6-in
  2026. }
  2027. route-map {
  2028. import v4-peer-172_30_21_6-in
  2029. }
  2030. }
  2031. }
  2032. description INM-MMP-RTR02
  2033. password W7fAiwkHbf5x6B
  2034. remote-as 31515
  2035. }
  2036. parameters {
  2037. ebgp-requires-policy
  2038. graceful-shutdown
  2039. log-neighbor-changes
  2040. router-id 169.254.1.2
  2041. }
  2042. system-as 64521
  2043. timers {
  2044. holdtime 30
  2045. keepalive 10
  2046. }
  2047. }
  2048. mpls {
  2049. interface eth1
  2050. interface eth2
  2051. ldp {
  2052. discovery {
  2053. transport-ipv4-address 169.254.1.2
  2054. }
  2055. interface eth1
  2056. interface eth2
  2057. parameters {
  2058. }
  2059. router-id 169.254.1.2
  2060. }
  2061. }
  2062. ospf {
  2063. area 0 {
  2064. }
  2065. auto-cost {
  2066. reference-bandwidth 100000
  2067. }
  2068. interface eth1 {
  2069. area 0
  2070. bfd {
  2071. profile 3x300
  2072. }
  2073. dead-interval 12
  2074. hello-interval 3
  2075. mtu-ignore
  2076. network point-to-point
  2077. }
  2078. interface eth4 {
  2079. area 0
  2080. bfd {
  2081. profile 3x300
  2082. }
  2083. dead-interval 12
  2084. hello-interval 3
  2085. mtu-ignore
  2086. network point-to-point
  2087. }
  2088. interface lo {
  2089. area 0
  2090. }
  2091. }
  2092. static {
  2093. route 0.0.0.0/0 {
  2094. next-hop XXX.XXX.XX.1 {
  2095. interface eth0
  2096. }
  2097. }
  2098. route 172.26.169.247/32 {
  2099. interface tun10 {
  2100. }
  2101. }
  2102. route 172.27.41.247/32 {
  2103. interface tun11 {
  2104. }
  2105. }
  2106. route 216.116.74.2/32 {
  2107. next-hop 10.50.1.115 {
  2108. }
  2109. }
  2110. route 216.116.74.3/32 {
  2111. next-hop 10.50.1.115 {
  2112. }
  2113. }
  2114. table 16 {
  2115. route 0.0.0.0/0 {
  2116. next-hop 10.50.2.16 {
  2117. interface eth3.502
  2118. }
  2119. }
  2120. }
  2121. table 17 {
  2122. route 0.0.0.0/0 {
  2123. next-hop 10.50.2.17 {
  2124. interface eth3.502
  2125. }
  2126. }
  2127. }
  2128. table 18 {
  2129. route 0.0.0.0/0 {
  2130. next-hop 10.50.2.18 {
  2131. interface eth3.502
  2132. }
  2133. }
  2134. }
  2135. table 19 {
  2136. route 0.0.0.0/0 {
  2137. next-hop 10.50.2.19 {
  2138. interface eth3.502
  2139. }
  2140. }
  2141. }
  2142. table 20 {
  2143. route 0.0.0.0/0 {
  2144. next-hop 10.50.2.20 {
  2145. interface eth3.502
  2146. }
  2147. }
  2148. }
  2149. table 21 {
  2150. route 0.0.0.0/0 {
  2151. next-hop 10.50.2.21 {
  2152. interface eth3.502
  2153. }
  2154. }
  2155. }
  2156. table 22 {
  2157. route 0.0.0.0/0 {
  2158. next-hop 10.50.2.22 {
  2159. interface eth3.502
  2160. }
  2161. }
  2162. }
  2163. table 23 {
  2164. route 0.0.0.0/0 {
  2165. next-hop 10.50.2.23 {
  2166. interface eth3.502
  2167. }
  2168. }
  2169. }
  2170. table 24 {
  2171. route 0.0.0.0/0 {
  2172. next-hop 10.50.2.24 {
  2173. interface eth3.502
  2174. }
  2175. }
  2176. }
  2177. table 25 {
  2178. route 0.0.0.0/0 {
  2179. next-hop 10.50.2.25 {
  2180. interface eth3.502
  2181. }
  2182. }
  2183. }
  2184. table 26 {
  2185. route 0.0.0.0/0 {
  2186. next-hop 10.50.2.26 {
  2187. interface eth3.502
  2188. }
  2189. }
  2190. }
  2191. table 27 {
  2192. route 0.0.0.0/0 {
  2193. next-hop 10.50.2.27 {
  2194. interface eth3.502
  2195. }
  2196. }
  2197. }
  2198. table 28 {
  2199. route 0.0.0.0/0 {
  2200. next-hop 10.50.2.28 {
  2201. interface eth3.502
  2202. }
  2203. }
  2204. }
  2205. table 29 {
  2206. route 0.0.0.0/0 {
  2207. next-hop 10.50.2.29 {
  2208. interface eth3.502
  2209. }
  2210. }
  2211. }
  2212. table 30 {
  2213. route 0.0.0.0/0 {
  2214. next-hop 10.50.2.30 {
  2215. interface eth3.502
  2216. }
  2217. }
  2218. }
  2219. table 31 {
  2220. route 0.0.0.0/0 {
  2221. next-hop 10.50.2.31 {
  2222. interface eth3.502
  2223. }
  2224. }
  2225. }
  2226. table 32 {
  2227. route 0.0.0.0/0 {
  2228. next-hop 10.50.2.32 {
  2229. interface eth3.502
  2230. }
  2231. }
  2232. }
  2233. table 33 {
  2234. route 0.0.0.0/0 {
  2235. next-hop 10.50.2.33 {
  2236. interface eth3.502
  2237. }
  2238. }
  2239. }
  2240. table 34 {
  2241. route 0.0.0.0/0 {
  2242. next-hop 10.50.2.34 {
  2243. interface eth3.502
  2244. }
  2245. }
  2246. }
  2247. table 35 {
  2248. route 0.0.0.0/0 {
  2249. next-hop 10.50.2.35 {
  2250. interface eth3.502
  2251. }
  2252. }
  2253. }
  2254. table 36 {
  2255. route 0.0.0.0/0 {
  2256. next-hop 10.50.2.36 {
  2257. interface eth3.502
  2258. }
  2259. }
  2260. }
  2261. table 37 {
  2262. route 0.0.0.0/0 {
  2263. next-hop 10.50.2.37 {
  2264. interface eth3.502
  2265. }
  2266. }
  2267. }
  2268. table 38 {
  2269. route 0.0.0.0/0 {
  2270. next-hop 10.50.2.38 {
  2271. interface eth3.502
  2272. }
  2273. }
  2274. }
  2275. table 39 {
  2276. route 0.0.0.0/0 {
  2277. next-hop 10.50.2.39 {
  2278. interface eth3.502
  2279. }
  2280. }
  2281. }
  2282. table 40 {
  2283. route 0.0.0.0/0 {
  2284. next-hop 10.50.2.40 {
  2285. interface eth3.502
  2286. }
  2287. }
  2288. }
  2289. table 41 {
  2290. route 0.0.0.0/0 {
  2291. next-hop 10.50.2.41 {
  2292. interface eth3.502
  2293. }
  2294. }
  2295. }
  2296. table 42 {
  2297. route 0.0.0.0/0 {
  2298. next-hop 10.50.2.42 {
  2299. interface eth3.502
  2300. }
  2301. }
  2302. }
  2303. table 43 {
  2304. route 0.0.0.0/0 {
  2305. next-hop 10.50.2.43 {
  2306. interface eth3.502
  2307. }
  2308. }
  2309. }
  2310. table 44 {
  2311. route 0.0.0.0/0 {
  2312. next-hop 10.50.2.44 {
  2313. interface eth3.502
  2314. }
  2315. }
  2316. }
  2317. table 45 {
  2318. route 0.0.0.0/0 {
  2319. next-hop 10.50.2.45 {
  2320. interface eth3.502
  2321. }
  2322. }
  2323. }
  2324. table 46 {
  2325. route 0.0.0.0/0 {
  2326. next-hop 10.50.2.46 {
  2327. interface eth3.502
  2328. }
  2329. }
  2330. }
  2331. table 47 {
  2332. route 0.0.0.0/0 {
  2333. next-hop 10.50.2.47 {
  2334. interface eth3.502
  2335. }
  2336. }
  2337. }
  2338. table 48 {
  2339. route 0.0.0.0/0 {
  2340. next-hop 10.50.2.48 {
  2341. interface eth3.502
  2342. }
  2343. }
  2344. }
  2345. table 49 {
  2346. route 0.0.0.0/0 {
  2347. next-hop 10.50.2.49 {
  2348. interface eth3.502
  2349. }
  2350. }
  2351. }
  2352. table 50 {
  2353. route 0.0.0.0/0 {
  2354. next-hop 10.50.2.50 {
  2355. interface eth3.502
  2356. }
  2357. }
  2358. }
  2359. table 51 {
  2360. route 0.0.0.0/0 {
  2361. next-hop 10.50.2.51 {
  2362. interface eth3.502
  2363. }
  2364. }
  2365. }
  2366. table 52 {
  2367. route 0.0.0.0/0 {
  2368. next-hop 10.50.2.52 {
  2369. interface eth3.502
  2370. }
  2371. }
  2372. }
  2373. table 53 {
  2374. route 0.0.0.0/0 {
  2375. next-hop 10.50.2.53 {
  2376. interface eth3.502
  2377. }
  2378. }
  2379. }
  2380. table 54 {
  2381. route 0.0.0.0/0 {
  2382. next-hop 10.50.2.54 {
  2383. interface eth3.502
  2384. }
  2385. }
  2386. }
  2387. table 55 {
  2388. route 0.0.0.0/0 {
  2389. next-hop 10.50.2.55 {
  2390. interface eth3.502
  2391. }
  2392. }
  2393. }
  2394. table 56 {
  2395. route 0.0.0.0/0 {
  2396. next-hop 10.50.2.56 {
  2397. interface eth3.502
  2398. }
  2399. }
  2400. }
  2401. table 57 {
  2402. route 0.0.0.0/0 {
  2403. next-hop 10.50.2.57 {
  2404. interface eth3.502
  2405. }
  2406. }
  2407. }
  2408. table 58 {
  2409. route 0.0.0.0/0 {
  2410. next-hop 10.50.2.58 {
  2411. interface eth3.502
  2412. }
  2413. }
  2414. }
  2415. table 59 {
  2416. route 0.0.0.0/0 {
  2417. next-hop 10.50.2.58 {
  2418. interface eth3.502
  2419. }
  2420. }
  2421. }
  2422. table 60 {
  2423. route 0.0.0.0/0 {
  2424. next-hop 10.50.2.60 {
  2425. interface eth3.502
  2426. }
  2427. }
  2428. }
  2429. table 61 {
  2430. route 0.0.0.0/0 {
  2431. next-hop 10.50.2.61 {
  2432. interface eth3.502
  2433. }
  2434. }
  2435. }
  2436. table 62 {
  2437. route 0.0.0.0/0 {
  2438. next-hop 10.50.2.62 {
  2439. interface eth3.502
  2440. }
  2441. }
  2442. }
  2443. table 63 {
  2444. route 0.0.0.0/0 {
  2445. next-hop 10.50.2.63 {
  2446. interface eth3.502
  2447. }
  2448. }
  2449. }
  2450. table 64 {
  2451. route 0.0.0.0/0 {
  2452. next-hop 10.50.2.64 {
  2453. interface eth3.502
  2454. }
  2455. }
  2456. }
  2457. table 65 {
  2458. route 0.0.0.0/0 {
  2459. next-hop 10.50.2.65 {
  2460. interface eth3.502
  2461. }
  2462. }
  2463. }
  2464. table 66 {
  2465. route 0.0.0.0/0 {
  2466. next-hop 10.50.2.66 {
  2467. interface eth3.502
  2468. }
  2469. }
  2470. }
  2471. table 67 {
  2472. route 0.0.0.0/0 {
  2473. next-hop 10.50.2.67 {
  2474. interface eth3.502
  2475. }
  2476. }
  2477. }
  2478. table 68 {
  2479. route 0.0.0.0/0 {
  2480. next-hop 10.50.2.68 {
  2481. interface eth3.502
  2482. }
  2483. }
  2484. }
  2485. table 69 {
  2486. route 0.0.0.0/0 {
  2487. next-hop 10.50.2.69 {
  2488. interface eth3.502
  2489. }
  2490. }
  2491. }
  2492. table 70 {
  2493. route 0.0.0.0/0 {
  2494. next-hop 10.50.2.70 {
  2495. interface eth3.502
  2496. }
  2497. }
  2498. }
  2499. table 71 {
  2500. route 0.0.0.0/0 {
  2501. next-hop 10.50.2.71 {
  2502. interface eth3.502
  2503. }
  2504. }
  2505. }
  2506. table 72 {
  2507. route 0.0.0.0/0 {
  2508. next-hop 10.50.2.72 {
  2509. interface eth3.502
  2510. }
  2511. }
  2512. }
  2513. table 73 {
  2514. route 0.0.0.0/0 {
  2515. next-hop 10.50.2.73 {
  2516. interface eth3.502
  2517. }
  2518. }
  2519. }
  2520. table 74 {
  2521. route 0.0.0.0/0 {
  2522. next-hop 10.50.2.74 {
  2523. interface eth3.502
  2524. }
  2525. }
  2526. }
  2527. table 116 {
  2528. route 0.0.0.0/0 {
  2529. next-hop 10.50.2.116 {
  2530. interface eth3.502
  2531. }
  2532. }
  2533. }
  2534. table 117 {
  2535. route 0.0.0.0/0 {
  2536. next-hop 10.50.2.117 {
  2537. interface eth3.502
  2538. }
  2539. }
  2540. }
  2541. table 118 {
  2542. route 0.0.0.0/0 {
  2543. next-hop 10.50.2.118 {
  2544. interface eth3.502
  2545. }
  2546. }
  2547. }
  2548. table 119 {
  2549. route 0.0.0.0/0 {
  2550. next-hop 10.50.2.119 {
  2551. interface eth3.502
  2552. }
  2553. }
  2554. }
  2555. table 120 {
  2556. route 0.0.0.0/0 {
  2557. next-hop 10.50.2.120 {
  2558. interface eth3.502
  2559. }
  2560. }
  2561. }
  2562. table 121 {
  2563. route 0.0.0.0/0 {
  2564. next-hop 10.50.2.121 {
  2565. interface eth3.502
  2566. }
  2567. }
  2568. }
  2569. table 122 {
  2570. route 0.0.0.0/0 {
  2571. next-hop 10.50.2.122 {
  2572. interface eth3.502
  2573. }
  2574. }
  2575. }
  2576. table 123 {
  2577. route 0.0.0.0/0 {
  2578. next-hop 10.50.2.123 {
  2579. interface eth3.502
  2580. }
  2581. }
  2582. }
  2583. table 124 {
  2584. route 0.0.0.0/0 {
  2585. next-hop 10.50.2.124 {
  2586. interface eth3.502
  2587. }
  2588. }
  2589. }
  2590. table 125 {
  2591. route 0.0.0.0/0 {
  2592. next-hop 10.50.2.125 {
  2593. interface eth3.502
  2594. }
  2595. }
  2596. }
  2597. table 126 {
  2598. route 0.0.0.0/0 {
  2599. next-hop 10.50.2.126 {
  2600. interface eth3.502
  2601. }
  2602. }
  2603. }
  2604. table 127 {
  2605. route 0.0.0.0/0 {
  2606. next-hop 10.50.2.127 {
  2607. interface eth3.502
  2608. }
  2609. }
  2610. }
  2611. table 128 {
  2612. route 0.0.0.0/0 {
  2613. next-hop 10.50.2.128 {
  2614. interface eth3.502
  2615. }
  2616. }
  2617. }
  2618. table 129 {
  2619. route 0.0.0.0/0 {
  2620. next-hop 10.50.2.129 {
  2621. interface eth3.502
  2622. }
  2623. }
  2624. }
  2625. table 130 {
  2626. route 0.0.0.0/0 {
  2627. next-hop 10.50.2.130 {
  2628. interface eth3.502
  2629. }
  2630. }
  2631. }
  2632. table 131 {
  2633. route 0.0.0.0/0 {
  2634. next-hop 10.50.2.131 {
  2635. interface eth3.502
  2636. }
  2637. }
  2638. }
  2639. table 132 {
  2640. route 0.0.0.0/0 {
  2641. next-hop 10.50.2.132 {
  2642. interface eth3.502
  2643. }
  2644. }
  2645. }
  2646. table 133 {
  2647. route 0.0.0.0/0 {
  2648. next-hop 10.50.2.133 {
  2649. interface eth3.502
  2650. }
  2651. }
  2652. }
  2653. table 134 {
  2654. route 0.0.0.0/0 {
  2655. next-hop 10.50.2.134 {
  2656. interface eth3.502
  2657. }
  2658. }
  2659. }
  2660. table 135 {
  2661. route 0.0.0.0/0 {
  2662. next-hop 10.50.2.135 {
  2663. interface eth3.502
  2664. }
  2665. }
  2666. }
  2667. table 136 {
  2668. route 0.0.0.0/0 {
  2669. next-hop 10.50.2.136 {
  2670. interface eth3.502
  2671. }
  2672. }
  2673. }
  2674. table 137 {
  2675. route 0.0.0.0/0 {
  2676. next-hop 10.50.2.137 {
  2677. interface eth3.502
  2678. }
  2679. }
  2680. }
  2681. table 138 {
  2682. route 0.0.0.0/0 {
  2683. next-hop 10.50.2.138 {
  2684. interface eth3.502
  2685. }
  2686. }
  2687. }
  2688. table 139 {
  2689. route 0.0.0.0/0 {
  2690. next-hop 10.50.2.139 {
  2691. interface eth3.502
  2692. }
  2693. }
  2694. }
  2695. table 140 {
  2696. route 0.0.0.0/0 {
  2697. next-hop 10.50.2.140 {
  2698. interface eth3.502
  2699. }
  2700. }
  2701. }
  2702. table 141 {
  2703. route 0.0.0.0/0 {
  2704. next-hop 10.50.2.141 {
  2705. interface eth3.502
  2706. }
  2707. }
  2708. }
  2709. table 142 {
  2710. route 0.0.0.0/0 {
  2711. next-hop 10.50.2.142 {
  2712. interface eth3.502
  2713. }
  2714. }
  2715. }
  2716. table 143 {
  2717. route 0.0.0.0/0 {
  2718. next-hop 10.50.2.143 {
  2719. interface eth3.502
  2720. }
  2721. }
  2722. }
  2723. table 144 {
  2724. route 0.0.0.0/0 {
  2725. next-hop 10.50.2.144 {
  2726. interface eth3.502
  2727. }
  2728. }
  2729. }
  2730. table 145 {
  2731. route 0.0.0.0/0 {
  2732. next-hop 10.50.2.145 {
  2733. interface eth3.502
  2734. }
  2735. }
  2736. }
  2737. table 146 {
  2738. route 0.0.0.0/0 {
  2739. next-hop 10.50.2.146 {
  2740. interface eth3.502
  2741. }
  2742. }
  2743. }
  2744. table 147 {
  2745. route 0.0.0.0/0 {
  2746. next-hop 10.50.2.147 {
  2747. interface eth3.502
  2748. }
  2749. }
  2750. }
  2751. table 148 {
  2752. route 0.0.0.0/0 {
  2753. next-hop 10.50.2.148 {
  2754. interface eth3.502
  2755. }
  2756. }
  2757. }
  2758. table 149 {
  2759. route 0.0.0.0/0 {
  2760. next-hop 10.50.2.149 {
  2761. interface eth3.502
  2762. }
  2763. }
  2764. }
  2765. table 150 {
  2766. route 0.0.0.0/0 {
  2767. next-hop 10.50.2.150 {
  2768. interface eth3.502
  2769. }
  2770. }
  2771. }
  2772. table 151 {
  2773. route 0.0.0.0/0 {
  2774. next-hop 10.50.2.151 {
  2775. interface eth3.502
  2776. }
  2777. }
  2778. }
  2779. table 152 {
  2780. route 0.0.0.0/0 {
  2781. next-hop 10.50.2.152 {
  2782. interface eth3.502
  2783. }
  2784. }
  2785. }
  2786. table 153 {
  2787. route 0.0.0.0/0 {
  2788. next-hop 10.50.2.153 {
  2789. interface eth3.502
  2790. }
  2791. }
  2792. }
  2793. table 154 {
  2794. route 0.0.0.0/0 {
  2795. next-hop 10.50.2.154 {
  2796. interface eth3.502
  2797. }
  2798. }
  2799. }
  2800. table 155 {
  2801. route 0.0.0.0/0 {
  2802. next-hop 10.50.2.155 {
  2803. interface eth3.502
  2804. }
  2805. }
  2806. }
  2807. table 156 {
  2808. route 0.0.0.0/0 {
  2809. next-hop 10.50.2.156 {
  2810. interface eth3.502
  2811. }
  2812. }
  2813. }
  2814. table 157 {
  2815. route 0.0.0.0/0 {
  2816. next-hop 10.50.2.157 {
  2817. interface eth3.502
  2818. }
  2819. }
  2820. }
  2821. table 158 {
  2822. route 0.0.0.0/0 {
  2823. next-hop 10.50.2.158 {
  2824. interface eth3.502
  2825. }
  2826. }
  2827. }
  2828. table 159 {
  2829. route 0.0.0.0/0 {
  2830. next-hop 10.50.2.158 {
  2831. interface eth3.502
  2832. }
  2833. }
  2834. }
  2835. table 160 {
  2836. route 0.0.0.0/0 {
  2837. next-hop 10.50.2.160 {
  2838. interface eth3.502
  2839. }
  2840. }
  2841. }
  2842. table 161 {
  2843. route 0.0.0.0/0 {
  2844. next-hop 10.50.2.161 {
  2845. interface eth3.502
  2846. }
  2847. }
  2848. }
  2849. table 162 {
  2850. route 0.0.0.0/0 {
  2851. next-hop 10.50.2.162 {
  2852. interface eth3.502
  2853. }
  2854. }
  2855. }
  2856. table 163 {
  2857. route 0.0.0.0/0 {
  2858. next-hop 10.50.2.163 {
  2859. interface eth3.502
  2860. }
  2861. }
  2862. }
  2863. table 164 {
  2864. route 0.0.0.0/0 {
  2865. next-hop 10.50.2.164 {
  2866. interface eth3.502
  2867. }
  2868. }
  2869. }
  2870. table 165 {
  2871. route 0.0.0.0/0 {
  2872. next-hop 10.50.2.165 {
  2873. interface eth3.502
  2874. }
  2875. }
  2876. }
  2877. table 166 {
  2878. route 0.0.0.0/0 {
  2879. next-hop 10.50.2.166 {
  2880. interface eth3.502
  2881. }
  2882. }
  2883. }
  2884. table 167 {
  2885. route 0.0.0.0/0 {
  2886. next-hop 10.50.2.167 {
  2887. interface eth3.502
  2888. }
  2889. }
  2890. }
  2891. table 168 {
  2892. route 0.0.0.0/0 {
  2893. next-hop 10.50.2.168 {
  2894. interface eth3.502
  2895. }
  2896. }
  2897. }
  2898. table 169 {
  2899. route 0.0.0.0/0 {
  2900. next-hop 10.50.2.169 {
  2901. interface eth3.502
  2902. }
  2903. }
  2904. }
  2905. table 170 {
  2906. route 0.0.0.0/0 {
  2907. next-hop 10.50.2.170 {
  2908. interface eth3.502
  2909. }
  2910. }
  2911. }
  2912. table 171 {
  2913. route 0.0.0.0/0 {
  2914. next-hop 10.50.2.171 {
  2915. interface eth3.502
  2916. }
  2917. }
  2918. }
  2919. table 172 {
  2920. route 0.0.0.0/0 {
  2921. next-hop 10.50.2.172 {
  2922. interface eth3.502
  2923. }
  2924. }
  2925. }
  2926. table 173 {
  2927. route 0.0.0.0/0 {
  2928. next-hop 10.50.2.173 {
  2929. interface eth3.502
  2930. }
  2931. }
  2932. }
  2933. table 174 {
  2934. route 0.0.0.0/0 {
  2935. next-hop 10.50.2.174 {
  2936. interface eth3.502
  2937. }
  2938. }
  2939. }
  2940. }
  2941. }
  2942. service {
  2943. lldp {
  2944. interface eth1 {
  2945. }
  2946. interface eth2 {
  2947. }
  2948. interface eth4 {
  2949. }
  2950. management-address 169.254.1.2
  2951. }
  2952. snmp {
  2953. listen-address XXX.XXX.XX.23 {
  2954. }
  2955. location ""
  2956. v3 {
  2957. engineid 8000be144364b306
  2958. group RO_GROUP {
  2959. mode ro
  2960. seclevel priv
  2961. view RO_VIEW
  2962. }
  2963. group TNE_SNMP_RO_GROUP {
  2964. mode ro
  2965. seclevel priv
  2966. view RO_VIEW
  2967. }
  2968. user RO_USER {
  2969. auth {
  2970. encrypted-password ef83d33941f1c4662760b60163aa376d1c692d1b
  2971. type sha
  2972. }
  2973. group RO_GROUP
  2974. privacy {
  2975. encrypted-password 67c613f77d054fd815322f6dd15249f5b3a4f05a
  2976. type aes
  2977. }
  2978. }
  2979. user TNE_SNMP_RO_USER {
  2980. auth {
  2981. encrypted-password c5d12778d646eb93c72897bed1eb70636045470f
  2982. type sha
  2983. }
  2984. group TNE_SNMP_RO_GROUP
  2985. privacy {
  2986. encrypted-password 0c7f5598d0e34710a06b5b07689e887ea83bd3ce
  2987. type aes
  2988. }
  2989. }
  2990. view RO_VIEW {
  2991. oid 1 {
  2992. }
  2993. }
  2994. }
  2995. }
  2996. ssh {
  2997. access-control {
  2998. allow {
  2999. user XXXXXXX
  3000. user XXXXXXX
  3001. user XXXXXXX
  3002. }
  3003. }
  3004. disable-host-validation
  3005. disable-password-authentication
  3006. port 22
  3007. }
  3008. }
  3009. system {
  3010. config-management {
  3011. commit-revisions 100
  3012. }
  3013. conntrack {
  3014. modules {
  3015. ftp
  3016. h323
  3017. nfs
  3018. pptp
  3019. sip
  3020. sqlnet
  3021. tftp
  3022. }
  3023. table-size 4194304
  3024. timeout {
  3025. tcp {
  3026. established 3600
  3027. }
  3028. }
  3029. }
  3030. console {
  3031. device ttyS0 {
  3032. speed 115200
  3033. }
  3034. }
  3035. domain-name positive-dedicated.net
  3036. domain-search {
  3037. domain
  3038. }
  3039. host-name XXXXXXX-vm-fw-b
  3040. ip {
  3041. arp {
  3042. table-size 32768
  3043. }
  3044. multipath {
  3045. layer4-hashing
  3046. }
  3047. }
  3048. ipv6 {
  3049. multipath {
  3050. layer4-hashing
  3051. }
  3052. neighbor {
  3053. table-size 32768
  3054. }
  3055. strict-dad
  3056. }
  3057. login {
  3058. user XXXXXXXXXX {
  3059. authentication {
  3060. public-keys XXXXXXX {
  3061. key xxxxxxxxxxxxxxxxxxxxxxxxxx
  3062. type ssh-rsa
  3063. }
  3064. }
  3065. full-name "XXXXXXXXXXX"
  3066. }
  3067. user XXXXXXXXXX {
  3068. authentication {
  3069. public-keys luke@XXXXXXXX {
  3070. key xxxxxxxxxxxxxxxxxxxxxxxxxx
  3071. type ssh-rsa
  3072. }
  3073. }
  3074. full-name "XXXXXXXXXXXX"
  3075. }
  3076. user vyos {
  3077. authentication {
  3078. encrypted-password XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  3079. plaintext-password ""
  3080. }
  3081. }
  3082. }
  3083. name-server XXX.XXX.XX.4
  3084. name-server XXX.XXX.XX.5
  3085. ntp {
  3086. listen-address XXX.XXX.XX.23
  3087. server time0 {
  3088. }
  3089. server time1 {
  3090. }
  3091. server time2 {
  3092. }
  3093. }
  3094. option {
  3095. performance throughput
  3096. root-partition-auto-resize
  3097. }
  3098. sysctl {
  3099. parameter net.netfilter.nf_conntrack_buckets {
  3100. value 2097152
  3101. }
  3102. }
  3103. syslog {
  3104. global {
  3105. facility all {
  3106. level info
  3107. }
  3108. facility protocols {
  3109. level debug
  3110. }
  3111. }
  3112. }
  3113. time-zone US/Eastern
  3114. }
  3115.  
  3116.  
  3117. // Warning: Do not remove the following line.
  3118. // vyos-config-version: "bgp@3:broadcast-relay@1:cluster@1:config-management@1:conntrack@3:conntrack-sync@2:dhcp-relay@2:dhcp-server@6:dhcpv6-server@1:dns-forwarding@3:firewall@8:flow-accounting@1:https@4:ids@1:interfaces@26:ipoe-server@1:ipsec@10:isis@2:l2tp@4:lldp@1:mdns@1:monitoring@1:nat@5:nat66@1:ntp@1:openconnect@2:ospf@1:policy@4:pppoe-server@6:pptp@2:qos@1:quagga@10:rpki@1:salt@1:snmp@2:ssh@2:sstp@4:system@25:vrf@3:vrrp@3:vyos-accel-ppp@2:wanloadbalance@3:webproxy@2"
  3119. // Release version: 1.4-rolling-202211060813
  3120.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement