Advertisement
Guest User

P01

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