Advertisement
Guest User

P03

a guest
Sep 19th, 2017
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. root@P03# show | display set
  2. set version 15.1X49-D100.6
  3. set system host-name P03
  4. set system domain-name testlab.com
  5. set system root-authentication encrypted-password "$5$B1O8Drs3$.MBLPG1TPKDcfFyHGtl3uVQ3/V1j4YWYkBqCKy2NFJ5"
  6. set system login user the-packet-thrower uid 2000
  7. set system login user the-packet-thrower class super-user
  8. set system login user the-packet-thrower authentication encrypted-password "$5$k3Pg55aG$7gQb82quDfEPGgfdyw65q36Wfe0tUh8kChoWLkbr4U5"
  9. set system services ssh
  10. set system services web-management http interface fxp0.0
  11. set system syslog user * any emergency
  12. set system syslog file messages any any
  13. set system syslog file messages authorization info
  14. set system syslog file interactive-commands interactive-commands any
  15. set system license autoupdate url https://ae1.juniper.net/junos/key_retrieval
  16. set security forwarding-options family inet6 mode packet-based
  17. set security forwarding-options family mpls mode packet-based
  18. set security forwarding-options family iso mode packet-based
  19. set interfaces ge-0/0/0 unit 0 family inet address 10.20.2.213/24
  20. set interfaces ge-0/0/1 vlan-tagging
  21. set interfaces ge-0/0/1 unit 3013 vlan-id 3013
  22. set interfaces ge-0/0/1 unit 3013 family inet address 10.1.3.3/24
  23. set interfaces ge-0/0/1 unit 3013 family mpls
  24. set interfaces ge-0/0/1 unit 3023 vlan-id 3023
  25. set interfaces ge-0/0/1 unit 3023 family inet address 10.2.3.3/24
  26. set interfaces ge-0/0/1 unit 3023 family mpls
  27. set interfaces ge-0/0/1 unit 3033 vlan-id 3033
  28. set interfaces ge-0/0/1 unit 3033 family inet address 10.3.33.3/24
  29. set interfaces ge-0/0/1 unit 3033 family mpls
  30. set interfaces ge-0/0/1 unit 3034 vlan-id 3034
  31. set interfaces ge-0/0/1 unit 3034 family inet address 10.3.4.3/24
  32. set interfaces ge-0/0/1 unit 3034 family mpls
  33. set interfaces fxp0 unit 0
  34. set interfaces lo0 unit 0 family inet address 192.168.255.3/32
  35. set interfaces lo0 unit 0 family mpls
  36. set routing-options static route 0.0.0.0/0 next-hop 10.20.2.1
  37. set routing-options autonomous-system 65123
  38. set protocols mpls interface all
  39. set protocols ospf area 0.0.0.0 interface all
  40. set protocols ospf area 0.0.0.0 interface lo0.0 passive
  41. set protocols ldp deaggregate
  42. set protocols ldp interface all
  43. set protocols lldp interface all
  44. set routing-instances MGMT instance-type virtual-router
  45. set routing-instances MGMT interface ge-0/0/0.0
  46. set routing-instances MGMT routing-options static route 0.0.0.0/0 next-hop 10.20.2.1
  47.  
  48. [edit]
  49. root@P03# show
  50. ## Last changed: 2017-09-19 00:44:25 UTC
  51. version 15.1X49-D100.6;
  52. system {
  53. host-name P03;
  54. domain-name testlab.com;
  55. root-authentication {
  56. encrypted-password "$5$B1O8Drs3$.MBLPG1TPKDcfFyHGtl3uVQ3/V1j4YWYkBqCKy2NFJ5"; ## SECRET-DATA
  57. }
  58. login {
  59. user the-packet-thrower {
  60. uid 2000;
  61. class super-user;
  62. authentication {
  63. encrypted-password "$5$k3Pg55aG$7gQb82quDfEPGgfdyw65q36Wfe0tUh8kChoWLkbr4U5"; ## SECRET-DATA
  64. }
  65. }
  66. }
  67. services {
  68. ssh;
  69. web-management {
  70. http {
  71. interface fxp0.0;
  72. }
  73. }
  74. }
  75. syslog {
  76. user * {
  77. any emergency;
  78. }
  79. file messages {
  80. any any;
  81. authorization info;
  82. }
  83. file interactive-commands {
  84. interactive-commands any;
  85. }
  86. }
  87. license {
  88. autoupdate {
  89. url https://ae1.juniper.net/junos/key_retrieval;
  90. }
  91. }
  92. }
  93. security {
  94. forwarding-options {
  95. family {
  96. inet6 {
  97. mode packet-based;
  98. }
  99. mpls {
  100. mode packet-based;
  101. }
  102. iso {
  103. mode packet-based;
  104. }
  105. }
  106. }
  107. }
  108. interfaces {
  109. ge-0/0/0 {
  110. unit 0 {
  111. family inet {
  112. address 10.20.2.213/24;
  113. }
  114. }
  115. }
  116. ge-0/0/1 {
  117. vlan-tagging;
  118. unit 3013 {
  119. vlan-id 3013;
  120. family inet {
  121. address 10.1.3.3/24;
  122. }
  123. family mpls;
  124. }
  125. unit 3023 {
  126. vlan-id 3023;
  127. family inet {
  128. address 10.2.3.3/24;
  129. }
  130. family mpls;
  131. }
  132. unit 3033 {
  133. vlan-id 3033;
  134. family inet {
  135. address 10.3.33.3/24;
  136. }
  137. family mpls;
  138. }
  139. unit 3034 {
  140. vlan-id 3034;
  141. family inet {
  142. address 10.3.4.3/24;
  143. }
  144. family mpls;
  145. }
  146. }
  147. fxp0 {
  148. unit 0;
  149. }
  150. lo0 {
  151. unit 0 {
  152. family inet {
  153. address 192.168.255.3/32;
  154. }
  155. family mpls;
  156. }
  157. }
  158. }
  159. routing-options {
  160. static {
  161. route 0.0.0.0/0 next-hop 10.20.2.1;
  162. }
  163. autonomous-system 65123;
  164. }
  165. protocols {
  166. mpls {
  167. interface all;
  168. }
  169. ospf {
  170. area 0.0.0.0 {
  171. interface all;
  172. interface lo0.0 {
  173. passive;
  174. }
  175. }
  176. }
  177. ldp {
  178. deaggregate;
  179. interface all;
  180. }
  181. lldp {
  182. interface all;
  183. }
  184. }
  185. routing-instances {
  186. MGMT {
  187. instance-type virtual-router;
  188. interface ge-0/0/0.0;
  189. routing-options {
  190. static {
  191. route 0.0.0.0/0 next-hop 10.20.2.1;
  192. }
  193. }
  194. }
  195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement