Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. [BEGIN] 10/07/2016 00:45:25
  2. imtech@MX480-3> show configuration | no-more
  3. ## Last commit: 2016-07-09 23:40:55 UTC by imtech
  4. version 14.1X50-D135.1;
  5. groups {
  6. DEBUG-BRAS {
  7. system {
  8. auto-configuration {
  9. traceoptions {
  10. file autolog;
  11. flag all;
  12. }
  13. }
  14. processes {
  15. general-authentication-service {
  16. traceoptions {
  17. file authlog size 2m files 2;
  18. flag address-assignment;
  19. flag framework;
  20. flag local-authentication;
  21. flag radius;
  22. flag configuration;
  23. }
  24. }
  25. dhcp-service {
  26. traceoptions {
  27. file dhcplog size 2m files 2;
  28. flag all;
  29. }
  30. }
  31. }
  32. }
  33. interfaces {
  34. traceoptions {
  35. file iflog size 2m files 2;
  36. flag change-events;
  37. flag config-states;
  38. }
  39. }
  40. }
  41. }
  42. dynamic-profiles {
  43. vlan-prof-0 {
  44. interfaces {
  45. "$junos-interface-ifd-name" {
  46. unit "$junos-interface-unit" {
  47. no-traps;
  48. vlan-tags outer "$junos-stacked-vlan-id" inner "$junos-vlan-id";
  49. family inet {
  50. unnumbered-address lo0.0;
  51. }
  52. family pppoe {
  53. dynamic-profile pppoe-client-profile;
  54. }
  55. }
  56. }
  57. }
  58. }
  59. pppoe-client-profile {
  60. interfaces {
  61. pp0 {
  62. unit "$junos-interface-unit" {
  63. no-traps;
  64. ppp-options {
  65. chap;
  66. }
  67. pppoe-options {
  68. underlying-interface "$junos-underlying-interface";
  69. server;
  70. }
  71. keepalives interval 30;
  72. family inet {
  73. unnumbered-address lo0.0;
  74. }
  75. }
  76. }
  77. }
  78. }
  79. }
  80. system {
  81. host-name MX480-3;
  82. root-authentication {
  83. encrypted-password "$1$eAYKibBK$QpcdZrVJHuyVITOfbszjl0"; ## SECRET-DATA
  84. }
  85. login {
  86. message "SYSTEM IN USE FOR QOS TESTING, GEANT, IN USE UNTIL JULY 8TH 2016, TIM GREGORY";
  87. user imtech {
  88. uid 2000;
  89. class super-user;
  90. authentication {
  91. encrypted-password "$1$U/bePmWN$2rv.7cGpXiE3.suRJbX.x1"; ## SECRET-DATA
  92. }
  93. }
  94. }
  95. services {
  96. ssh;
  97. }
  98. syslog {
  99. user * {
  100. any emergency;
  101. }
  102. file messages {
  103. any notice;
  104. authorization info;
  105. }
  106. file interactive-commands {
  107. interactive-commands any;
  108. }
  109. }
  110. auto-configuration;
  111. }
  112. chassis {
  113. pseudowire-service {
  114. device-count 2048;
  115. }
  116. fpc 1 {
  117. pic 0 {
  118. tunnel-services {
  119. bandwidth 10g;
  120. }
  121. }
  122. }
  123. network-services enhanced-ip;
  124. }
  125. access-profile aaa-profile;
  126. interfaces {
  127. xe-0/0/0 {
  128. unit 0 {
  129. family inet {
  130. address 192.169.100.0/31;
  131. }
  132. family iso;
  133. family mpls;
  134. }
  135. }
  136. xe-1/0/0 {
  137. unit 0 {
  138. family inet {
  139. address 172.16.0.0/31;
  140. }
  141. }
  142. }
  143. fxp0 {
  144. unit 0 {
  145. family inet {
  146. address 192.168.3.54/24;
  147. }
  148. }
  149. }
  150. lo0 {
  151. unit 0 {
  152. family inet {
  153. address 1.1.1.1/32;
  154. }
  155. family iso {
  156. address 49.51e5.0001.0620.4009.7005.00;
  157. }
  158. }
  159. }
  160. ps0 {
  161. anchor-point {
  162. lt-1/0/0;
  163. }
  164. flexible-vlan-tagging;
  165. auto-configure {
  166. stacked-vlan-ranges {
  167. dynamic-profile vlan-prof-0 {
  168. accept [ inet pppoe ];
  169. ranges {
  170. 10-100,100-4000;
  171. }
  172. access-profile aaa-profile;
  173. }
  174. }
  175. remove-when-no-subscribers;
  176. }
  177. mtu 1530;
  178. unit 0 {
  179. encapsulation ethernet-ccc;
  180. }
  181. }
  182. }
  183. routing-options {
  184. static {
  185. route 192.168.0.0/16 next-hop 192.168.3.254;
  186. }
  187. autonomous-system 100;
  188. }
  189. protocols {
  190. mpls {
  191. interface xe-0/0/0.0;
  192. }
  193. bgp {
  194. group iBGP {
  195. type internal;
  196. export nhs;
  197. neighbor 1.1.1.2 {
  198. local-address 1.1.1.1;
  199. family inet {
  200. unicast;
  201. }
  202. family inet-vpn {
  203. unicast;
  204. }
  205. }
  206. }
  207. }
  208. isis {
  209. interface xe-0/0/0.0 {
  210. level 1 disable;
  211. level 2 metric 10;
  212. }
  213. interface lo0.0 {
  214. passive;
  215. }
  216. }
  217. ldp {
  218. track-igp-metric;
  219. deaggregate;
  220. interface xe-0/0/0.0;
  221. interface lo0.0;
  222. }
  223. l2circuit {
  224. neighbor 1.1.1.2 {
  225. interface ps0.0 {
  226. virtual-circuit-id 10;
  227. no-vlan-id-validate;
  228. }
  229. }
  230. }
  231. }
  232. policy-options {
  233. policy-statement nhs {
  234. then {
  235. next-hop self;
  236. }
  237. }
  238. }
  239. firewall {
  240. filter pl-ip-set-be {
  241. interface-specific;
  242. term COUNT {
  243. then count All-Traffic;
  244. }
  245. term BEST-EFFORT {
  246. then count BE;
  247. }
  248. }
  249. }
  250. access {
  251. radius-server {
  252. 192.168.3.158 {
  253. port 1812;
  254. accounting-port 1813;
  255. secret "$9$6vga9CucyKM87n/clMWdV"; ## SECRET-DATA
  256. timeout 10;
  257. retry 10;
  258. source-address 192.168.3.54;
  259. }
  260. }
  261. profile aaa-profile {
  262. authentication-order radius;
  263. radius {
  264. authentication-server 192.168.3.158;
  265. accounting-server 192.168.3.158;
  266. options {
  267. interface-description-format {
  268. exclude-sub-interface;
  269. }
  270. nas-identifier mx5-1;
  271. accounting-session-id-format decimal;
  272. vlan-nas-port-stacked-format;
  273. }
  274. }
  275. radius-server {
  276. 192.168.3.158 {
  277. port 1812;
  278. accounting-port 1813;
  279. secret "$9$u9AAOBEvWxNdsp0vLN-g4"; ## SECRET-DATA
  280. timeout 10;
  281. retry 10;
  282. source-address 192.168.3.54;
  283. }
  284. }
  285. accounting {
  286. order radius;
  287. accounting-stop-on-failure;
  288. accounting-stop-on-access-deny;
  289. immediate-update;
  290. coa-immediate-update;
  291. update-interval 60;
  292. statistics volume-time;
  293. }
  294. }
  295. profile no-radius-auth {
  296. authentication-order none;
  297. }
  298. address-assignment {
  299. pool v4-pool-0 {
  300. family inet {
  301. network 100.0.0.0/8;
  302. range v4-range-0 {
  303. low 100.16.0.1;
  304. high 100.31.255.255;
  305. }
  306. dhcp-attributes {
  307. maximum-lease-time 25200;
  308. }
  309. }
  310. }
  311. }
  312. }
  313.  
  314. [END] 10/07/2016 00:46:01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement