Guest User

Untitled

a guest
Mar 26th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ns01# sho run | sec router.bgp
  2. router bgp 65000
  3. vrf ic
  4. address-family ipv4 unicast
  5. redistribute direct route-map RM-ALL
  6. redistribute static route-map RM-ALL
  7.  
  8.  
  9. ns01# sho route-m RM-ALL
  10. route-map RM-ALL, permit, sequence 10
  11. Match clauses:
  12. Set clauses:
  13.  
  14.  
  15. ns01# sho ip route vrf ic
  16. IP Route Table for VRF "ic"
  17. '*' denotes best ucast next-hop
  18. '**' denotes best mcast next-hop
  19. '[x/y]' denotes [preference/metric]
  20. '%<string>' in via output denotes VRF <string>
  21.  
  22. 0.0.0.0/0, ubest/mbest: 1/0
  23. *via 10.0.101.1, [1/0], 00:53:44, static
  24. 8.8.4.0/24, ubest/mbest: 1/0
  25. *via 10.0.101.1, [1/0], 00:25:49, static
  26. 10.0.101.0/24, ubest/mbest: 1/0, attached
  27. *via 10.0.101.254, Vlan101, [0/0], 04:42:00, direct
  28. 10.0.101.254/32, ubest/mbest: 1/0, attached
  29. *via 10.0.101.254, Vlan101, [0/0], 04:42:00, local
  30.  
  31.  
  32. ns01# sho bgp ipv4 unicast vrf ic
  33. BGP routing table information for VRF ic, address family IPv4 Unicast
  34. BGP table version is 23, Local Router ID is 10.0.101.254
  35. Status: s-suppressed, x-deleted, S-stale, d-dampened, h-history, *-valid, >-best
  36. Path type: i-internal, e-external, c-confed, l-local, a-aggregate, r-redist, I-i
  37. njected
  38. Origin codes: i - IGP, e - EGP, ? - incomplete, | - multipath, & - backup
  39.  
  40. Network Next Hop Metric LocPrf Weight Path
  41. *>r8.8.4.0/24 0.0.0.0 0 100 32768 ?
  42. *>r10.0.101.0/24 0.0.0.0 0 100 32768 ?
Advertisement
Add Comment
Please, Sign In to add comment