Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.98 KB | None | 0 0
  1. node n0 {
  2. type router
  3. model static
  4. network-config {
  5. hostname router1
  6. !
  7. interface eth2
  8. ipv6 address fc00:3::1/64
  9. mac address 42:00:aa:00:00:06
  10. ip address 10.10.10.3/24
  11. !
  12. interface eth0
  13. ipv6 address fc00::1/64
  14. mac address 42:00:aa:00:00:00
  15. ip address 10.10.40.2/24
  16. !
  17. interface eth1
  18. ipv6 address fc00:2::2/64
  19. mac address 42:00:aa:00:00:05
  20. ip address 10.10.50.1/24
  21. !
  22. interface lo0
  23. type lo
  24. ip address 127.0.0.1/8
  25. ipv6 address ::1/128
  26. !
  27. router rip
  28. redistribute static
  29. redistribute connected
  30. redistribute ospf
  31. network 0.0.0.0/0
  32. !
  33. router ripng
  34. redistribute static
  35. redistribute connected
  36. redistribute ospf6
  37. network ::/0
  38. !
  39. ip route 10.10.20.0/24 10.10.40.1
  40. ip route 10.10.30.0/24 10.10.50.2
  41. !
  42. }
  43. canvas c0
  44. iconcoords {240 96}
  45. labelcoords {240 121}
  46. interface-peer {eth0 n1}
  47. interface-peer {eth1 n2}
  48. interface-peer {eth2 n3}
  49. }
  50.  
  51. node n1 {
  52. type router
  53. model static
  54. network-config {
  55. hostname router2
  56. !
  57. interface eth2
  58. ipv6 address fc00:4::1/64
  59. mac address 42:00:aa:00:00:09
  60. ip address 10.10.20.3/24
  61. !
  62. interface eth1
  63. ipv6 address fc00:1::1/64
  64. mac address 42:00:aa:00:00:02
  65. ip address 10.10.60.2/24
  66. !
  67. interface eth0
  68. ipv6 address fc00::2/64
  69. mac address 42:00:aa:00:00:01
  70. ip address 10.10.40.1/24
  71. !
  72. interface lo0
  73. type lo
  74. ip address 127.0.0.1/8
  75. ipv6 address ::1/128
  76. !
  77. router rip
  78. redistribute static
  79. redistribute connected
  80. redistribute ospf
  81. network 0.0.0.0/0
  82. !
  83. router ripng
  84. redistribute static
  85. redistribute connected
  86. redistribute ospf6
  87. network ::/0
  88. !
  89. ip route 10.10.10.0/24 10.10.40.2
  90. ip route 10.10.30.0/24 10.10.60.1
  91. !
  92. }
  93. canvas c0
  94. iconcoords {504 96}
  95. labelcoords {504 121}
  96. interface-peer {eth0 n0}
  97. interface-peer {eth1 n2}
  98. interface-peer {eth2 n4}
  99. }
  100.  
  101. node n2 {
  102. type router
  103. model static
  104. network-config {
  105. hostname router3
  106. !
  107. interface eth2
  108. ipv6 address fc00:5::1/64
  109. mac address 42:00:aa:00:00:0c
  110. ip address 10.10.30.3/24
  111. !
  112. interface eth1
  113. ipv6 address fc00:2::1/64
  114. mac address 42:00:aa:00:00:04
  115. ip address 10.10.50.2/24
  116. !
  117. interface eth0
  118. ipv6 address fc00:1::2/64
  119. mac address 42:00:aa:00:00:03
  120. ip address 10.10.60.1/24
  121. !
  122. interface lo0
  123. type lo
  124. ip address 127.0.0.1/8
  125. ipv6 address ::1/128
  126. !
  127. router rip
  128. redistribute static
  129. redistribute connected
  130. redistribute ospf
  131. network 0.0.0.0/0
  132. !
  133. router ripng
  134. redistribute static
  135. redistribute connected
  136. redistribute ospf6
  137. network ::/0
  138. !
  139. ip route 10.10.10.0/24 10.10.50.1
  140. ip route 10.10.20.0/24 10.10.60.2
  141. !
  142. }
  143. canvas c0
  144. iconcoords {408 288}
  145. labelcoords {408 313}
  146. interface-peer {eth0 n1}
  147. interface-peer {eth1 n0}
  148. interface-peer {eth2 n5}
  149. }
  150.  
  151. node n3 {
  152. type lanswitch
  153. network-config {
  154. hostname switch1
  155. !
  156. }
  157. canvas c0
  158. iconcoords {144 264}
  159. labelcoords {144 287}
  160. interface-peer {e0 n0}
  161. interface-peer {e1 n6}
  162. interface-peer {e2 n7}
  163. }
  164.  
  165. node n4 {
  166. type lanswitch
  167. network-config {
  168. hostname switch2
  169. !
  170. }
  171. canvas c0
  172. iconcoords {648 264}
  173. labelcoords {648 287}
  174. interface-peer {e0 n1}
  175. interface-peer {e1 n10}
  176. interface-peer {e2 n11}
  177. }
  178.  
  179. node n5 {
  180. type lanswitch
  181. network-config {
  182. hostname switch3
  183. !
  184. }
  185. canvas c0
  186. iconcoords {456 504}
  187. labelcoords {456 527}
  188. interface-peer {e0 n2}
  189. interface-peer {e1 n8}
  190. interface-peer {e2 n9}
  191. }
  192.  
  193. node n6 {
  194. type pc
  195. network-config {
  196. hostname pc1
  197. !
  198. interface eth0
  199. ipv6 address fc00:3::20/64
  200. mac address 42:00:aa:00:00:07
  201. ip address 10.10.10.2/24
  202. !
  203. interface lo0
  204. type lo
  205. ip address 127.0.0.1/8
  206. ipv6 address ::1/128
  207. !
  208. ipv6 route ::/0 fc00:3::1
  209. !
  210. ip route 0.0.0.0/0 10.10.10.2
  211. !
  212. }
  213. canvas c0
  214. iconcoords {48 408}
  215. labelcoords {48 439}
  216. interface-peer {eth0 n3}
  217. }
  218.  
  219. node n7 {
  220. type pc
  221. network-config {
  222. hostname pc2
  223. !
  224. interface eth0
  225. ipv6 address fc00:3::21/64
  226. mac address 42:00:aa:00:00:08
  227. ip address 10.10.10.1/24
  228. !
  229. interface lo0
  230. type lo
  231. ip address 127.0.0.1/8
  232. ipv6 address ::1/128
  233. !
  234. ipv6 route ::/0 fc00:3::1
  235. !
  236. ip route 0.0.0.0/0 10.10.10.1
  237. !
  238. }
  239. canvas c0
  240. iconcoords {312 432}
  241. labelcoords {312 463}
  242. interface-peer {eth0 n3}
  243. }
  244.  
  245. node n8 {
  246. type pc
  247. network-config {
  248. hostname pc3
  249. !
  250. interface eth0
  251. ipv6 address fc00:5::20/64
  252. mac address 42:00:aa:00:00:0d
  253. ip address 10.10.30.1/24
  254. !
  255. interface lo0
  256. type lo
  257. ip address 127.0.0.1/8
  258. ipv6 address ::1/128
  259. !
  260. ipv6 route ::/0 fc00:5::1
  261. !
  262. ip route 0.0.0.0/0 10.10.30.1
  263. !
  264. }
  265. canvas c0
  266. iconcoords {48 576}
  267. labelcoords {48 607}
  268. interface-peer {eth0 n5}
  269. }
  270.  
  271. node n9 {
  272. type pc
  273. network-config {
  274. hostname pc4
  275. !
  276. interface eth0
  277. ipv6 address fc00:5::21/64
  278. mac address 42:00:aa:00:00:0e
  279. ip address 10.10.30.2/24
  280. !
  281. interface lo0
  282. type lo
  283. ip address 127.0.0.1/8
  284. ipv6 address ::1/128
  285. !
  286. ipv6 route ::/0 fc00:5::1
  287. !
  288. ip route 0.0.0.0/0 10.10.30.2
  289. !
  290. }
  291. canvas c0
  292. iconcoords {816 576}
  293. labelcoords {816 607}
  294. interface-peer {eth0 n5}
  295. }
  296.  
  297. node n10 {
  298. type pc
  299. network-config {
  300. hostname pc5
  301. !
  302. interface eth0
  303. ipv6 address fc00:4::20/64
  304. mac address 42:00:aa:00:00:0a
  305. ip address 10.10.20.1/24
  306. !
  307. interface lo0
  308. type lo
  309. ip address 127.0.0.1/8
  310. ipv6 address ::1/128
  311. !
  312. ipv6 route ::/0 fc00:4::1
  313. !
  314. ip route 0.0.0.0/0 10.10.20.1
  315. !
  316. }
  317. canvas c0
  318. iconcoords {576 432}
  319. labelcoords {576 463}
  320. interface-peer {eth0 n4}
  321. }
  322.  
  323. node n11 {
  324. type pc
  325. network-config {
  326. hostname pc6
  327. !
  328. interface eth0
  329. ipv6 address fc00:4::21/64
  330. mac address 42:00:aa:00:00:0b
  331. ip address 10.10.20.2/24
  332. !
  333. interface lo0
  334. type lo
  335. ip address 127.0.0.1/8
  336. ipv6 address ::1/128
  337. !
  338. ipv6 route ::/0 fc00:4::1
  339. !
  340. ip route 0.0.0.0/0 10.10.20.2
  341. !
  342. }
  343. canvas c0
  344. iconcoords {840 432}
  345. labelcoords {840 463}
  346. interface-peer {eth0 n4}
  347. }
  348.  
  349. link l0 {
  350. nodes {n0 n1}
  351. bandwidth 0
  352. }
  353.  
  354. link l1 {
  355. nodes {n1 n2}
  356. bandwidth 0
  357. }
  358.  
  359. link l2 {
  360. nodes {n2 n0}
  361. bandwidth 0
  362. }
  363.  
  364. link l3 {
  365. nodes {n0 n3}
  366. bandwidth 0
  367. }
  368.  
  369. link l4 {
  370. nodes {n3 n6}
  371. bandwidth 0
  372. }
  373.  
  374. link l5 {
  375. nodes {n3 n7}
  376. bandwidth 0
  377. }
  378.  
  379. link l6 {
  380. nodes {n4 n1}
  381. bandwidth 0
  382. }
  383.  
  384. link l7 {
  385. nodes {n4 n10}
  386. bandwidth 0
  387. }
  388.  
  389. link l8 {
  390. nodes {n11 n4}
  391. bandwidth 0
  392. }
  393.  
  394. link l9 {
  395. nodes {n2 n5}
  396. bandwidth 0
  397. }
  398.  
  399. link l10 {
  400. nodes {n5 n8}
  401. bandwidth 0
  402. }
  403.  
  404. link l11 {
  405. nodes {n5 n9}
  406. bandwidth 0
  407. }
  408.  
  409. canvas c0 {
  410. name {Canvas0}
  411. }
  412.  
  413. option show {
  414. interface_names yes
  415. ip_addresses yes
  416. ipv6_addresses yes
  417. node_labels yes
  418. link_labels yes
  419. background_images no
  420. annotations yes
  421. hostsAutoAssign no
  422. grid yes
  423. iconSize normal
  424. zoom 1.0
  425. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement