Advertisement
Guest User

rtra

a guest
Jan 29th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. RtrA>en
  2. RtrA#conf t
  3. Enter configuration commands, one per line. End with CNTL/Z.
  4. RtrA(config)#do show run
  5. Building configuration...
  6.  
  7. Current configuration : 1741 bytes
  8. !
  9. version 12.4
  10. no service timestamps log datetime msec
  11. no service timestamps debug datetime msec
  12. no service password-encryption
  13. !
  14. hostname RtrA
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. ip cef
  22. no ipv6 cef
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. spanning-tree mode pvst
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. interface FastEthernet0/0
  43. no ip address
  44. duplex auto
  45. speed auto
  46. shutdown
  47. !
  48. interface FastEthernet0/1
  49. no ip address
  50. duplex auto
  51. speed auto
  52. shutdown
  53. !
  54. interface Serial0/0/0
  55. description Connection to RtrB s0/0/1
  56. ip address 172.31.255.209 255.255.255.252
  57. clock rate 2000000
  58. !
  59. interface Serial0/0/1
  60. description Connection to RtrC s0/0/1
  61. ip address 172.31.255.217 255.255.255.252
  62. clock rate 2000000
  63. !
  64. interface Serial0/2/0
  65. description Connection to RtrD s0/0/1
  66. ip address 172.31.255.221 255.255.255.252
  67. clock rate 2000000
  68. !
  69. interface Serial0/2/1
  70. description Connection to Rtr-LAN4 s0/0/0
  71. ip address 172.31.255.206 255.255.255.252
  72. ip summary-address eigrp 13 172.31.255.128 255.255.255.128 5
  73. ip summary-address eigrp 13 192.168.64.0 255.255.240.0 5
  74. ip summary-address eigrp 13 172.30.248.0 255.255.248.0 5
  75. clock rate 2000000
  76. !
  77. interface FastEthernet1/0
  78. no ip address
  79. duplex auto
  80. speed auto
  81. shutdown
  82. !
  83. interface FastEthernet1/1
  84. no ip address
  85. duplex auto
  86. speed auto
  87. shutdown
  88. !
  89. interface Ethernet1/0/0
  90. no ip address
  91. duplex auto
  92. speed auto
  93. shutdown
  94. !
  95. interface Ethernet1/1/0
  96. no ip address
  97. duplex auto
  98. speed auto
  99. shutdown
  100. !
  101. interface Vlan1
  102. no ip address
  103. shutdown
  104. !
  105. router eigrp 13
  106. network 172.31.255.208 0.0.0.3
  107. network 172.31.255.216 0.0.0.3
  108. network 172.31.255.220 0.0.0.3
  109. network 172.31.255.204 0.0.0.3
  110. no auto-summary
  111. !
  112. ip classless
  113. !
  114. ip flow-export version 9
  115. !
  116. !
  117. !
  118. !
  119. !
  120. !
  121. !
  122. line con 0
  123. exec-timeout 0 0
  124. logging synchronous
  125. !
  126. line aux 0
  127. !
  128. line vty 0 4
  129. login
  130. !
  131. !
  132. !
  133. end
  134.  
  135.  
  136. RtrA(config)#do show ip ro
  137. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
  138. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  139. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  140. E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  141. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  142. * - candidate default, U - per-user static route, o - ODR
  143. P - periodic downloaded static route
  144.  
  145. Gateway of last resort is not set
  146.  
  147. 172.30.0.0/16 is variably subnetted, 7 subnets, 2 masks
  148. D 172.30.248.0/21 is a summary, 01:18:04, Null0
  149. D 172.30.250.0/24 [90/2297856] via 172.31.255.210, 01:18:04, Serial0/0/0
  150. D 172.30.251.0/24 [90/2297856] via 172.31.255.218, 01:18:04, Serial0/0/1
  151. D 172.30.252.0/24 [90/2297856] via 172.31.255.222, 01:18:04, Serial0/2/0
  152. D 172.30.253.0/24 [90/2809856] via 172.31.255.210, 01:18:04, Serial0/0/0
  153. D 172.30.254.0/24 [90/2809856] via 172.31.255.222, 01:18:04, Serial0/2/0
  154. [90/2809856] via 172.31.255.218, 01:18:03, Serial0/0/1
  155. [90/2809856] via 172.31.255.210, 01:18:02, Serial0/0/0
  156. D 172.30.255.0/24 [90/2809856] via 172.31.255.218, 01:18:04, Serial0/0/1
  157. [90/2809856] via 172.31.255.222, 01:18:04, Serial0/2/0
  158. 172.31.0.0/16 is variably subnetted, 13 subnets, 2 masks
  159. D 172.31.255.128/25 is a summary, 01:18:04, Null0
  160. C 172.31.255.204/30 is directly connected, Serial0/2/1
  161. C 172.31.255.208/30 is directly connected, Serial0/0/0
  162. D 172.31.255.212/30 [90/2681856] via 172.31.255.218, 01:18:04, Serial0/0/1
  163. [90/2681856] via 172.31.255.210, 01:18:04, Serial0/0/0
  164. C 172.31.255.216/30 is directly connected, Serial0/0/1
  165. C 172.31.255.220/30 is directly connected, Serial0/2/0
  166. D 172.31.255.228/30 [90/2681856] via 172.31.255.210, 01:18:04, Serial0/0/0
  167. D 172.31.255.232/30 [90/2681856] via 172.31.255.222, 01:18:04, Serial0/2/0
  168. D 172.31.255.236/30 [90/3193856] via 172.31.255.222, 01:18:04, Serial0/2/0
  169. [90/3193856] via 172.31.255.210, 01:18:04, Serial0/0/0
  170. [90/3193856] via 172.31.255.218, 01:18:03, Serial0/0/1
  171. D 172.31.255.240/30 [90/2681856] via 172.31.255.210, 01:18:04, Serial0/0/0
  172. D 172.31.255.244/30 [90/2681856] via 172.31.255.218, 01:18:04, Serial0/0/1
  173. D 172.31.255.248/30 [90/2681856] via 172.31.255.218, 01:18:04, Serial0/0/1
  174. D 172.31.255.252/30 [90/2681856] via 172.31.255.222, 01:18:04, Serial0/2/0
  175. D 192.168.64.0/20 is a summary, 01:18:04, Null0
  176. D 192.168.71.0/24 [90/2684416] via 172.31.255.210, 01:18:04, Serial0/0/0
  177. D 192.168.72.0/24 [90/2684416] via 172.31.255.222, 01:18:04, Serial0/2/0
  178. [90/2684416] via 172.31.255.218, 01:18:03, Serial0/0/1
  179. [90/2684416] via 172.31.255.210, 01:18:02, Serial0/0/0
  180. D 192.168.73.0/24 [90/2684416] via 172.31.255.218, 01:18:04, Serial0/0/1
  181. [90/2684416] via 172.31.255.222, 01:18:04, Serial0/2/0
  182. RtrA(config)#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement