Advertisement
Guest User

Untitled

a guest
Mar 14th, 2020
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. --- R9 ROUTE TABLE ----
  2.  
  3. custA_R9#show ip route
  4.  
  5. 1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
  6. C 1.9.1.0/24 is directly connected, Ethernet0/0
  7. L 1.9.1.9/32 is directly connected, Ethernet0/0
  8. 9.0.0.0/32 is subnetted, 1 subnets
  9. C 9.9.9.9 is directly connected, Loopback0
  10. 10.0.0.0/32 is subnetted, 1 subnets
  11. B 10.10.10.10 [20/0] via 1.9.1.1, 02:26:21 <<<<<<<<<<<<<<<<
  12.  
  13.  
  14. --- R1 (PE) ---
  15.  
  16. PE_R1#show ip route vrf CUST-A
  17.  
  18. 1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
  19. C 1.9.1.0/24 is directly connected, Ethernet0/2
  20. L 1.9.1.1/32 is directly connected, Ethernet0/2
  21. 9.0.0.0/32 is subnetted, 1 subnets
  22. B 9.9.9.9 [20/0] via 1.9.1.9, 02:16:44
  23. 10.0.0.0/32 is subnetted, 1 subnets
  24. B 10.10.10.10 [200/0] via 2.2.2.2, 02:27:29 <<<<<<<<<<<<<<< how does R1 know to use the global route table for the next hop?
  25.  
  26.  
  27. PE_R1#show ip route ospf
  28. 2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
  29. O 2.2.2.2/32 [110/11] via 192.1.100.2, 11:26:37, Ethernet0/1 <<<<<<<<<<
  30. O 2.3.2.0/24 [110/20] via 192.1.100.2, 11:26:27, Ethernet0/1
  31. [110/20] via 1.3.1.3, 11:26:27, Ethernet0/0
  32. 3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
  33. O 3.3.3.3/32 [110/11] via 1.3.1.3, 11:26:27, Ethernet0/0
  34. O 3.4.3.0/24 [110/20] via 192.1.100.4, 11:26:37, Ethernet0/1
  35. [110/20] via 1.3.1.3, 11:26:27, Ethernet0/0
  36. 4.0.0.0/32 is subnetted, 1 subnets
  37. O 4.4.4.4 [110/11] via 192.1.100.4, 11:26:37, Ethernet0/1
  38.  
  39. PE_R1#show bgp vpnv4 unicast all
  40. Network Next Hop Metric LocPrf Weight Path
  41. Route Distinguisher: 1000:1 (default for vrf CUST-A)
  42. *> 9.9.9.9/32 1.9.1.9 0 0 65001 i
  43. *>i 10.10.10.10/32 2.2.2.2 0 100 0 65002 i <<<<<<<<
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement