Advertisement
Guest User

vMX-vBNG

a guest
Jan 15th, 2017
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. root@vMX-VCP-vBNG# show
  2. ## Last changed: 2017-01-15 09:29:42 UTC
  3. version 16.1R3.10;
  4. dynamic-profiles {
  5. dsl-fttc-subscribers {
  6. interfaces {
  7. "$junos-interface-ifd-name" {
  8. unit "$junos-interface-unit" {
  9. no-traps;
  10. vlan-tags outer "$junos-stacked-vlan-id" inner "$junos-vlan-id";
  11. family inet {
  12. unnumbered-address lo0.0;
  13. }
  14. family pppoe {
  15. dynamic-profile pppoe-client-profile;
  16. }
  17. }
  18. }
  19. }
  20. }
  21. pppoe-client-profile {
  22. interfaces {
  23. pp0 {
  24. unit "$junos-interface-unit" {
  25. no-traps;
  26. ppp-options {
  27. chap;
  28. }
  29. pppoe-options {
  30. underlying-interface "$junos-underlying-interface";
  31. server;
  32. }
  33. keepalives interval 30;
  34. family inet {
  35. unnumbered-address lo0.0;
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }
  42. system {
  43. host-name vMX-VCP-vBNG;
  44. root-authentication {
  45. encrypted-password "$5$cCVjbguh$g9DnBKO6GNDBBuHjAqbC8ognassh1Zrnx.JsTklthVC"; ## SECRET-DATA
  46. }
  47. syslog {
  48. inactive: user * {
  49. any emergency;
  50. }
  51. inactive: file messages {
  52. any notice;
  53. authorization info;
  54. }
  55. file interactive-commands {
  56. interactive-commands any;
  57. }
  58. }
  59. }
  60. chassis {
  61. pseudowire-service {
  62. device-count 2048;
  63. }
  64. fpc 0 {
  65. pic 0 {
  66. tunnel-services {
  67. bandwidth 10g;
  68. }
  69. }
  70. }
  71. network-services enhanced-ip;
  72. }
  73. interfaces {
  74. ge-0/0/0 {
  75. unit 0 {
  76. family inet {
  77. address 10.0.1.1/30;
  78. }
  79. family mpls;
  80. }
  81. }
  82. ge-0/0/1 {
  83. unit 0 {
  84. family inet {
  85. address 192.168.1.200/24;
  86. }
  87. }
  88. }
  89. lo0 {
  90. unit 0 {
  91. family inet {
  92. address 168.254.34.1/32;
  93. }
  94. }
  95. }
  96. ps0 {
  97. anchor-point {
  98. lt-0/0/1;
  99. }
  100. flexible-vlan-tagging;
  101. auto-configure {
  102. stacked-vlan-ranges {
  103. dynamic-profile dsl-fttc-subscribers {
  104. accept [ inet pppoe ];
  105. ranges {
  106. any,any;
  107. }
  108. }
  109. access-profile aaa-profile;
  110. }
  111. remove-when-no-subscribers;
  112. }
  113. mtu 1530;
  114. unit 0 {
  115. encapsulation ethernet-ccc;
  116. }
  117. }
  118. }
  119. routing-options {
  120. router-id 168.254.34.1;
  121. }
  122. protocols {
  123. mpls {
  124. interface ge-0/0/0.0;
  125. }
  126. ospf {
  127. area 0.0.0.0 {
  128. interface ge-0/0/0.0 {
  129. interface-type p2p;
  130. }
  131. interface lo0.0 {
  132. passive;
  133. }
  134. }
  135. }
  136. ldp {
  137. interface ge-0/0/0.0;
  138. interface lo0.0;
  139. }
  140. l2circuit {
  141. traceoptions {
  142. file l2vpn;
  143. flag all;
  144. }
  145. neighbor 10.0.0.2 {
  146. interface ps0.0 {
  147. virtual-circuit-id 1;
  148. no-vlan-id-validate;
  149. }
  150. }
  151. }
  152. pppoe {
  153. traceoptions {
  154. file pppoe;
  155. flag all;
  156. }
  157. }
  158. }
  159. access {
  160. radius-server {
  161. 192.168.1.45 {
  162. port 1812;
  163. accounting-port 1813;
  164. secret "$9$4kJUHfT3tu1qmu1RhKvoJG"; ## SECRET-DATA
  165. timeout 10;
  166. retry 3;
  167. source-address 192.168.1.200;
  168. }
  169. }
  170. profile aaa-profile {
  171. authentication-order radius;
  172. radius {
  173. authentication-server 192.168.1.45;
  174. accounting-server 192.168.1.45;
  175. options {
  176. interface-description-format {
  177. exclude-sub-interface;
  178. }
  179. nas-identifier vMX-vBNG;
  180. accounting-session-id-format decimal;
  181. vlan-nas-port-stacked-format;
  182. }
  183. }
  184. radius-server {
  185. 192.168.1.45 {
  186. port 1812;
  187. accounting-port 1813;
  188. secret "$9$Yp4JD.PQ9A0ikA0BIrl24a"; ## SECRET-DATA
  189. timeout 10;
  190. retry 3;
  191. source-address 192.168.1.200;
  192. }
  193. }
  194. accounting {
  195. order radius;
  196. accounting-stop-on-failure;
  197. accounting-stop-on-access-deny;
  198. immediate-update;
  199. coa-immediate-update;
  200. update-interval 60;
  201. statistics volume-time;
  202. }
  203. }
  204. profile no-radius-auth {
  205. authentication-order none;
  206. }
  207. address-assignment {
  208. pool subscriber-pool {
  209. family inet {
  210. network 168.254.34.0/24;
  211. range low-high {
  212. low 168.254.34.2;
  213. high 168.254.34.254;
  214. }
  215. dhcp-attributes {
  216. maximum-lease-time 25200;
  217. }
  218. }
  219. }
  220. }
  221. }
  222.  
  223.  
  224. root@vMX-VCP-vBNG# run show system license
  225. License usage:
  226. Licenses Licenses Licenses Expiry
  227. Feature name used installed needed
  228. scale-subscriber 0 10 0 permanent
  229. scale-l2tp 0 1000 0 permanent
  230. scale-mobile-ip 0 1000 0 permanent
  231. VMX-BANDWIDTH 1000 1000 0 2017-02-28 00:00:00 UTC
  232. VMX-SCALE 3 3 0 2017-02-28 00:00:00 UTC
  233. vmx-subscriber-accounting 0 1 0 2017-02-28 00:00:00 UTC
  234. vmx-subscriber-authentication 0 1 0 2017-02-28 00:00:00 UTC
  235. vmx-subscriber-address-assignment 0 1 0 2017-02-28 00:00:00 UTC
  236. vmx-service-dc 0 1 0 2017-02-28 00:00:00 UTC
  237. vmx-service-accounting 0 1 0 2017-02-28 00:00:00 UTC
  238. vmx-subscriber-secure-policy 0 1 0 2017-02-28 00:00:00 UTC
  239. vmx-service-qos 0 1 0 2017-02-28 00:00:00 UTC
  240. vmx-service-ancp 0 1 0 2017-02-28 00:00:00 UTC
  241. vmx-service-cbsp 0 1 0 2017-02-28 00:00:00 UTC
  242.  
  243. Licenses installed:
  244. License identifier: xxxxx
  245. License version: 4
  246. Software Serial Number: xxxxxx
  247. Customer ID: DEMO
  248. Features:
  249. vmx-bandwidth-1g - vmx-bandwidth-1g
  250. date-based, 2016-12-29 00:00:00 UTC - 2017-02-28 00:00:00 UTC
  251. vmx-feature-premium - vmx-feature-premium
  252. date-based, 2016-12-29 00:00:00 UTC - 2017-02-28 00:00:00 UTC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement