Advertisement
Guest User

Untitled

a guest
Jul 25th, 2019
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ------------------------------------------------------------
  2. --------------------------ISP-------------------------------
  3. ISP(config)#do sh ip route
  4. Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
  5. D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
  6. N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
  7. E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
  8. i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
  9. * - candidate default, U - per-user static route, o - ODR
  10. P - periodic downloaded static route
  11.  
  12. Gateway of last resort is 0.0.0.0 to network 0.0.0.0
  13.  
  14. 11.0.0.0/21 is subnetted, 1 subnets
  15. B 11.1.8.0/21 [20/0] via 192.0.2.2, 00:00:00
  16. 192.0.2.0/24 is variably subnetted, 2 subnets, 2 masks
  17. C 192.0.2.0/24 is directly connected, GigabitEthernet0/0
  18. L 192.0.2.1/32 is directly connected, GigabitEthernet0/0
  19. S* 0.0.0.0/0 is directly connected, Null0
  20.  
  21. ISP(config)#do sh ip bgp
  22. BGP table version is 13, local router ID is 192.0.2.1
  23. Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
  24. r RIB-failure, S Stale
  25. Origin codes: i - IGP, e - EGP, ? - incomplete
  26.  
  27. Network Next Hop Metric LocPrf Weight Path
  28. *> 0.0.0.0/0 0.0.0.0 0 0 0 101 i
  29. *> 11.1.8.0/21 192.0.2.2 0 0 0 100 i
  30.  
  31. ISP(config)#
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42. ---------------------------------------------------------------------------
  43. -----------------------------R1--------------------------------------------
  44.  
  45. Gateway of last resort is 192.0.2.1 to network 0.0.0.0
  46.  
  47. * 0.0.0.0/32 is subnetted, 1 subnets
  48. B* 0.0.0.0/32 [20/0] via 192.0.2.1, 00:00:00
  49. 11.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
  50. S 11.1.8.0/21 is directly connected, Null0
  51. C 11.1.12.0/24 is directly connected, GigabitEthernet0/1
  52. L 11.1.12.1/32 is directly connected, GigabitEthernet0/1
  53. C 11.1.13.0/24 is directly connected, GigabitEthernet0/2
  54. L 11.1.13.1/32 is directly connected, GigabitEthernet0/2
  55. 192.0.2.0/24 is variably subnetted, 2 subnets, 2 masks
  56. C 192.0.2.0/24 is directly connected, GigabitEthernet0/0
  57. L 192.0.2.2/32 is directly connected, GigabitEthernet0/0
  58.  
  59. R1#sh ip bgp
  60. BGP table version is 9, local router ID is 192.0.2.2
  61. Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
  62. r RIB-failure, S Stale
  63. Origin codes: i - IGP, e - EGP, ? - incomplete
  64.  
  65. Network Next Hop Metric LocPrf Weight Path
  66. *> 0.0.0.0/32 192.0.2.1 0 0 0 101 i
  67. *> 11.1.8.0/21 0.0.0.0 0 0 0 100 i
  68.  
  69. R1#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement