Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 KB | None | 0 0
  1. R1#show run
  2. Building configuration...
  3.  
  4. Current configuration : 990 bytes
  5. !
  6. version 12.4
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname R1
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. ip cef
  21. ipv6 unicast-routing
  22. !
  23. no ipv6 cef
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. no ip domain-lookup
  35. !
  36. !
  37. spanning-tree mode pvst
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. interface Loopback1
  45. no ip address
  46. ipv6 address 2001:0:0:C001::1/128
  47. ipv6 enable
  48. !
  49. interface FastEthernet0/0
  50. no ip address
  51. duplex auto
  52. speed auto
  53. ipv6 address 2001:1B70:82C8:E001::/64 eui-64
  54. ipv6 enable
  55. !
  56. interface FastEthernet0/1
  57. no ip address
  58. duplex auto
  59. speed auto
  60. !
  61. interface Vlan1
  62. no ip address
  63. shutdown
  64. !
  65. router rip
  66. !
  67. ip classless
  68. !
  69. ip flow-export version 9
  70. !
  71. ipv6 route 2001:0:0:C001::2/128 FastEthernet0/0 2001:1B70:82C8:E001:20A:41FF:FE14:4601
  72. ipv6 route 2001:0:0:C001::3/128 FastEthernet0/0 2001:1B70:82C8:E001:20A:41FF:FE14:4601
  73. ipv6 route 2001:0:0:C001::4/128 FastEthernet0/0 2001:1B70:82C8:E001:20A:41FF:FE14:4601
  74. !
  75. !
  76. !
  77. !
  78. !
  79. !
  80. !
  81. line con 0
  82. !
  83. line aux 0
  84. !
  85. line vty 0 4
  86. login
  87. !
  88. !
  89. !
  90. end
  91.  
  92.  
  93. R1#show ipv
  94. R1#show ipv6 int
  95. R1#show ipv6 interface br
  96. R1#show ipv6 interface brief
  97. FastEthernet0/0 [up/up]
  98. FE80::20B:BEFF:FE63:B801
  99. 2001:1B70:82C8:E001:20B:BEFF:FE63:B801
  100. FastEthernet0/1 [up/down]
  101. unassigned
  102. Loopback1 [up/up]
  103. FE80::20D:BDFF:FEC6:6E92
  104. 2001:0:0:C001::1
  105. Vlan1 [administratively down/down]
  106. unassigned
  107. R1#show ipv
  108. R1#show ipv6 rout
  109. R1#show ipv6 route
  110. IPv6 Routing Table - 7 entries
  111. Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
  112. U - Per-user Static route, M - MIPv6
  113. I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
  114. O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
  115. ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
  116. D - EIGRP, EX - EIGRP external
  117. C 2001:0:0:C001::1/128 [0/0]
  118. via ::, Loopback1
  119. S 2001:0:0:C001::2/128 [1/0]
  120. via 2001:1B70:82C8:E001:20A:41FF:FE14:4601, FastEthernet0/0
  121. S 2001:0:0:C001::3/128 [1/0]
  122. via 2001:1B70:82C8:E001:20A:41FF:FE14:4601, FastEthernet0/0
  123. S 2001:0:0:C001::4/128 [1/0]
  124. via 2001:1B70:82C8:E001:20A:41FF:FE14:4601, FastEthernet0/0
  125. C 2001:1B70:82C8:E001::/64 [0/0]
  126. via ::, FastEthernet0/0
  127. L 2001:1B70:82C8:E001:20B:BEFF:FE63:B801/128 [0/0]
  128. via ::, FastEthernet0/0
  129. L FF00::/8 [0/0]
  130. via ::, Null0
  131.  
  132.  
  133.  
  134. R2 >>>>>>>>>>>>>>>>>>>>>>>
  135.  
  136.  
  137. version 12.4
  138. no service timestamps log datetime msec
  139. no service timestamps debug datetime msec
  140. no service password-encryption
  141. !
  142. hostname R2
  143. !
  144. !
  145. !
  146. !
  147. !
  148. !
  149. !
  150. !
  151. ip cef
  152. ipv6 unicast-routing
  153. !
  154. no ipv6 cef
  155. !
  156. !
  157. !
  158. !
  159. !
  160. !
  161. !
  162. !
  163. !
  164. !
  165. no ip domain-lookup
  166. !
  167. !
  168. spanning-tree mode pvst
  169. !
  170. !
  171. !
  172. !
  173. !
  174. !
  175. interface Loopback1
  176. no ip address
  177. ipv6 address 2001:0:0:C001::2/128
  178. ipv6 enable
  179. !
  180. interface FastEthernet0/0
  181. no ip address
  182. duplex auto
  183. speed auto
  184. ipv6 address 2001:1B70:82C8:E002::/64 eui-64
  185. !
  186. interface FastEthernet0/1
  187. no ip address
  188. duplex auto
  189. speed auto
  190. !
  191. interface FastEthernet1/0
  192. no ip address
  193. duplex auto
  194. speed auto
  195. ipv6 address 2001:1B70:82C8:E001::/64 eui-64
  196. ipv6 enable
  197. !
  198. interface FastEthernet1/1
  199. no ip address
  200. duplex auto
  201. speed auto
  202. !
  203. interface Vlan1
  204. no ip address
  205. shutdown
  206. !
  207. ip classless
  208. !
  209. ip flow-export version 9
  210. !
  211. ipv6 route 2001:0:0:C001::1/128 FastEthernet1/0 2001:1B70:82C8:E001:20B:BEFF:FE63:B801
  212. ipv6 route 2001:0:0:C001::3/128 FastEthernet0/0 2001:1B70:82C8:E002:260:3EFF:FE53:1401
  213. ipv6 route 2001:0:0:C001::4/128 FastEthernet0/0 2001:1B70:82C8:E002:260:3EFF:FE53:1401
  214. !
  215. !
  216. !
  217. !
  218. !
  219. !
  220. !
  221. line con 0
  222. !
  223. line aux 0
  224. !
  225. line vty 0 4
  226. login
  227. !
  228. !
  229. !
  230. end
  231.  
  232.  
  233. R2#show ipv
  234. R2#show ipv6 rout
  235. R2#show ipv6 route
  236. IPv6 Routing Table - 9 entries
  237. Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
  238. U - Per-user Static route, M - MIPv6
  239. I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
  240. O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
  241. ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
  242. D - EIGRP, EX - EIGRP external
  243. S 2001:0:0:C001::1/128 [1/0]
  244. via 2001:1B70:82C8:E001:20B:BEFF:FE63:B801, FastEthernet1/0
  245. C 2001:0:0:C001::2/128 [0/0]
  246. via ::, Loopback1
  247. S 2001:0:0:C001::3/128 [1/0]
  248. via 2001:1B70:82C8:E002:260:3EFF:FE53:1401, FastEthernet0/0
  249. S 2001:0:0:C001::4/128 [1/0]
  250. via 2001:1B70:82C8:E002:260:3EFF:FE53:1401, FastEthernet0/0
  251. C 2001:1B70:82C8:E001::/64 [0/0]
  252. via ::, FastEthernet1/0
  253. L 2001:1B70:82C8:E001:20A:41FF:FE14:4601/128 [0/0]
  254. via ::, FastEthernet1/0
  255. C 2001:1B70:82C8:E002::/64 [0/0]
  256. via ::, FastEthernet0/0
  257. L 2001:1B70:82C8:E002:230:F2FF:FE50:2901/128 [0/0]
  258.  
  259. R2#show ipv
  260. R2#show ipv6 br
  261. R2#show ipv6 int
  262. R2#show ipv6 interface br
  263. R2#show ipv6 interface brief
  264. FastEthernet0/0 [up/up]
  265. FE80::230:F2FF:FE50:2901
  266. 2001:1B70:82C8:E002:230:F2FF:FE50:2901
  267. FastEthernet0/1 [up/down]
  268. unassigned
  269. FastEthernet1/0 [up/up]
  270. FE80::20A:41FF:FE14:4601
  271. 2001:1B70:82C8:E001:20A:41FF:FE14:4601
  272. FastEthernet1/1 [up/down]
  273. unassigned
  274. Loopback1 [up/up]
  275. FE80::260:3EFF:FE71:83EA
  276. 2001:0:0:C001::2
  277. Vlan1 [administratively down/down]
  278. unassigned
  279.  
  280.  
  281.  
  282.  
  283. R6 >>>>>>>>>>>>>>>>>>>>>>>>
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290. Press RETURN to get start
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. R6>
  303. R6>en
  304. R6#show r
  305. R6#show running-config
  306. Building configuration...
  307.  
  308. Current configuration : 1159 bytes
  309. !
  310. version 12.4
  311. no service timestamps log datetime msec
  312. no service timestamps debug datetime msec
  313. no service password-encryption
  314. !
  315. hostname R6
  316. !
  317. !
  318. !
  319. !
  320. !
  321. !
  322. !
  323. !
  324. no ip cef
  325. ipv6 unicast-routing
  326. !
  327. no ipv6 cef
  328. !
  329. !
  330. !
  331. !
  332. !
  333. !
  334. !
  335. !
  336. !
  337. !
  338. no ip domain-lookup
  339. !
  340. !
  341. spanning-tree mode pvst
  342. !
  343. !
  344. !
  345. !
  346. !
  347. !
  348. interface Loopback1
  349. no ip address
  350. ipv6 address 2001:0:0:C001::3/128
  351. !
  352. interface FastEthernet0/0
  353. no ip address
  354. duplex auto
  355. speed auto
  356. ipv6 address 2001:1B70:82C8:E003::/64 eui-64
  357. !
  358. interface FastEthernet0/1
  359. no ip address
  360. duplex auto
  361. speed auto
  362. !
  363. interface FastEthernet1/0
  364. no ip address
  365. duplex auto
  366. speed auto
  367. ipv6 address 2001:1B70:82C8:E002::/64 eui-64
  368. ipv6 enable
  369. !
  370. interface FastEthernet1/1
  371. no ip address
  372. duplex auto
  373. speed auto
  374. shutdown
  375. !
  376. interface Vlan1
  377. no ip address
  378. shutdown
  379. !
  380. ip classless
  381. !
  382. ip flow-export version 9
  383. !
  384. ipv6 route 2001:0:0:C001::2/128 FastEthernet1/0 2001:1B70:82C8:E002:230:F2FF:FE50:2901
  385. ipv6 route 2001:0:0:C001::4/128 FastEthernet0/0 2001:1B70:82C8:E003:230:A3FF:FEBB:A901
  386. ipv6 route 2001:0:0:C001::1/128 FastEthernet1/0 2001:1B70:82C8:E002:230:F2FF:FE50:2901
  387. !
  388. !
  389. !
  390. !
  391. !
  392. !
  393. !
  394. line con 0
  395. !
  396. line aux 0
  397. !
  398. line vty 0 4
  399. login
  400. !
  401. !
  402. !
  403. end
  404.  
  405.  
  406. R6#show ip
  407. R6#show ipv
  408. R6#show ipv6 int
  409. R6#show ipv6 interface br
  410. R6#show ipv6 interface brief
  411. FastEthernet0/0 [up/up]
  412. FE80::260:2FFF:FEDB:D301
  413. 2001:1B70:82C8:E003:260:2FFF:FEDB:D301
  414. FastEthernet0/1 [up/down]
  415. unassigned
  416. FastEthernet1/0 [up/up]
  417. FE80::260:3EFF:FE53:1401
  418. 2001:1B70:82C8:E002:260:3EFF:FE53:1401
  419. FastEthernet1/1 [administratively down/down]
  420. unassigned
  421. Loopback1 [up/up]
  422. FE80::260:5CFF:FEC1:1E5E
  423. 2001:0:0:C001::3
  424. Vlan1 [administratively down/down]
  425. unassigned
  426. R6#show ipv
  427. R6#show ipv6 rout
  428. R6#show ipv6 route
  429. IPv6 Routing Table - 9 entries
  430. Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
  431. U - Per-user Static route, M - MIPv6
  432. I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
  433. O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
  434. ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
  435. D - EIGRP, EX - EIGRP external
  436. S 2001:0:0:C001::1/128 [1/0]
  437. via 2001:1B70:82C8:E002:230:F2FF:FE50:2901, FastEthernet1/0
  438. S 2001:0:0:C001::2/128 [1/0]
  439. via 2001:1B70:82C8:E002:230:F2FF:FE50:2901, FastEthernet1/0
  440. C 2001:0:0:C001::3/128 [0/0]
  441. via ::, Loopback1
  442. S 2001:0:0:C001::4/128 [1/0]
  443. via 2001:1B70:82C8:E003:230:A3FF:FEBB:A901, FastEthernet0/0
  444. C 2001:1B70:82C8:E002::/64 [0/0]
  445. via ::, FastEthernet1/0
  446. L 2001:1B70:82C8:E002:260:3EFF:FE53:1401/128 [0/0]
  447. via ::, FastEthernet1/0
  448. C 2001:1B70:82C8:E003::/64 [0/0]
  449. via ::, FastEthernet0/0
  450. L 2001:1B70:82C8:E003:260:2FFF:FEDB:D301/128 [0/0]
  451. via ::, FastEthernet0/0
  452. L FF00::/8 [0/0]
  453. via ::, Null0
  454. R6#
  455.  
  456.  
  457.  
  458. R8>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>R8#show run
  459. R8#show running-config
  460. Building configuration...
  461.  
  462. Current configuration : 964 bytes
  463. !
  464. version 12.4
  465. no service timestamps log datetime msec
  466. no service timestamps debug datetime msec
  467. no service password-encryption
  468. !
  469. hostname R8
  470. !
  471. !
  472. !
  473. !
  474. !
  475. !
  476. !
  477. !
  478. ip cef
  479. ipv6 unicast-routing
  480. !
  481. no ipv6 cef
  482. !
  483. !
  484. !
  485. !
  486. !
  487. !
  488. !
  489. !
  490. !
  491. !
  492. no ip domain-lookup
  493. !
  494. !
  495. spanning-tree mode pvst
  496. !
  497. !
  498. !
  499. !
  500. !
  501. !
  502. interface Loopback1
  503. no ip address
  504. ipv6 address 2001:0:0:C001::4/128
  505. !
  506. interface FastEthernet0/0
  507. no ip address
  508. duplex auto
  509. speed auto
  510. ipv6 address 2001:1B70:82C8:E003::/64 eui-64
  511. ipv6 enable
  512. !
  513. interface FastEthernet0/1
  514. no ip address
  515. duplex auto
  516. speed auto
  517. !
  518. interface Vlan1
  519. no ip address
  520. shutdown
  521. !
  522. ip classless
  523. !
  524. ip flow-export version 9
  525. !
  526. ipv6 route 2001:0:0:C001::3/128 FastEthernet0/0 2001:1B70:82C8:E003:260:2FFF:FEDB:D301
  527. ipv6 route 2001:0:0:C001::2/128 FastEthernet0/0 2001:1B70:82C8:E003:260:2FFF:FEDB:D301
  528. ipv6 route 2001:0:0:C001::1/128 FastEthernet0/0 2001:1B70:82C8:E003:260:2FFF:FEDB:D301
  529. !
  530. !
  531. !
  532. !
  533. !
  534. !
  535. !
  536. line con 0
  537. !
  538. line aux 0
  539. !
  540. line vty 0 4
  541. login
  542. !
  543. !
  544. !
  545. end
  546.  
  547.  
  548. R8#show ipv
  549. R8#show ipv6 int
  550. R8#show ipv6 interface br
  551. R8#show ipv6 interface brief
  552. FastEthernet0/0 [up/up]
  553. FE80::230:A3FF:FEBB:A901
  554. 2001:1B70:82C8:E003:230:A3FF:FEBB:A901
  555. FastEthernet0/1 [up/up]
  556. unassigned
  557. Loopback1 [up/up]
  558. FE80::201:C9FF:FE4C:7664
  559. 2001:0:0:C001::4
  560. Vlan1 [administratively down/down]
  561. unassigned
  562. R8#show iv
  563. R8#show ipv
  564. R8#show ipv6 rout
  565. R8#show ipv6 route
  566. IPv6 Routing Table - 7 entries
  567. Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
  568. U - Per-user Static route, M - MIPv6
  569. I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
  570. O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
  571. ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
  572. D - EIGRP, EX - EIGRP external
  573. S 2001:0:0:C001::1/128 [1/0]
  574. via 2001:1B70:82C8:E003:260:2FFF:FEDB:D301, FastEthernet0/0
  575. S 2001:0:0:C001::2/128 [1/0]
  576. via 2001:1B70:82C8:E003:260:2FFF:FEDB:D301, FastEthernet0/0
  577. S 2001:0:0:C001::3/128 [1/0]
  578. via 2001:1B70:82C8:E003:260:2FFF:FEDB:D301, FastEthernet0/0
  579. C 2001:0:0:C001::4/128 [0/0]
  580. via ::, Loopback1
  581. C 2001:1B70:82C8:E003::/64 [0/0]
  582. via ::, FastEthernet0/0
  583. L 2001:1B70:82C8:E003:230:A3FF:FEBB:A901/128 [0/0]
  584. via ::, FastEthernet0/0
  585. L FF00::/8 [0/0]
  586. via ::, Null0
  587. R8#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement