Advertisement
Guest User

Untitled

a guest
May 20th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. HQ#show ip route
  2. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B – BGP
  3. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  4. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  5. E1 - OSPF external type 1, E2 - OSPF external type 2, E – EGP
  6. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  7. * - candidate default, U - per-user static route, o – ODR
  8. P - periodic downloaded static route
  9.  
  10. Gateway of last resort is not set
  11. 10.0.0.0/30 is subnetted, 1 subnets
  12. C 10.10.10.252 is directly connected, Serial0/0/0
  13. 172.16.0.0/30 is subnetted, 1 subnets
  14. C 172.16.100.0 is directly connected, Serial0/0/1
  15. R 192.168.1.0/24 [120/1] via 10.10.10.254, 00:00:03, Serial0/0/0
  16. R 192.168.2.0/24 [120/1] via 10.10.10.254, 00:00:03, Serial0/0/0
  17. R 192.168.3.0/24 [120/1] via 10.10.10.254, 00:00:03, Serial0/0/0
  18. C 192.168.4.0/24 is directly connected, Loopback0
  19. C 192.168.5.0/24 is directly connected, Loopback1
  20. C 192.168.6.0/24 is directly connected, Loopback2
  21. R 192.168.7.0/24 [120/1] via 172.16.100.2, 00:00:04, Serial0/0/1
  22. R 192.168.8.0/24 [120/1] via 172.16.100.2, 00:00:04, Serial0/0/1
  23. R 192.168.9.0/24 [120/1] via 172.16.100.2, 00:00:04, Serial0/0/1
  24. Step 2: Examine the output from the BRANCH1 router.
  25. BRANCH1#show ip route
  26. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B – BGP
  27. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  28. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  29. E1 - OSPF external type 1, E2 - OSPF external type 2, E – EGP
  30. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  31. * - candidate default, U - per-user static route, o – ODR
  32. P - periodic downloaded static route
  33.  
  34. Gateway of last resort is not set
  35. 10.0.0.0/30 is subnetted, 1 subnets
  36. C 10.10.10.252 is directly connected, Serial0/0/0
  37. R 172.16.0.0/16 [120/1] via 10.10.10.253, 00:00:04, Serial0/0/0
  38. C 192.168.1.0/24 is directly connected, Loopback0
  39. C 192.168.2.0/24 is directly connected, Loopback1
  40. C 192.168.3.0/24 is directly connected, Loopback2
  41. R 192.168.4.0/24 [120/1] via 10.10.10.253, 00:00:04, Serial0/0/0
  42. R 192.168.5.0/24 [120/1] via 10.10.10.253, 00:00:04, Serial0/0/0
  43. R 192.168.6.0/24 [120/1] via 10.10.10.253, 00:00:04, Serial0/0/0
  44. R 192.168.7.0/24 [120/2] via 10.10.10.253, 00:00:04, Serial0/0/0
  45. R 192.168.8.0/24 [120/2] via 10.10.10.253, 00:00:04, Serial0/0/0
  46. R 192.168.9.0/24 [120/2] via 10.10.10.253, 00:00:04, Serial0/0/0
  47. Step 3: Examine the output from the BRANCH2 router.
  48. BRANCH2#show ip route
  49. Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B – BGP
  50. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  51. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  52. E1 - OSPF external type 1, E2 - OSPF external type 2, E – EGP
  53. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  54. * - candidate default, U - per-user static route, o – ODR
  55. P - periodic downloaded static route
  56.  
  57. Gateway of last resort is not set
  58. R 10.0.0.0/8 [120/1] via 172.16.100.1, 00:00:19, Serial0/0/1
  59. 172.16.0.0/30 is subnetted, 1 subnets
  60. C 172.16.100.0 is directly connected, Serial0/0/1
  61. R 192.168.1.0/24 [120/2] via 172.16.100.1, 00:00:19, Serial0/0/1
  62. R 192.168.2.0/24 [120/2] via 172.16.100.1, 00:00:19, Serial0/0/1
  63. R 192.168.3.0/24 [120/2] via 172.16.100.1, 00:00:19, Serial0/0/1
  64. R 192.168.4.0/24 [120/1] via 172.16.100.1, 00:00:19, Serial0/0/1
  65. R 192.168.5.0/24 [120/1] via 172.16.100.1, 00:00:19, Serial0/0/1
  66. R 192.168.6.0/24 [120/1] via 172.16.100.1, 00:00:19, Serial0/0/1
  67. C 192.168.7.0/24 is directly connected, Loopback0
  68. C 192.168.8.0/24 is directly connected, Loopback1
  69. C 192.168.9.0/24 is directly connected, Loopback2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement