Advertisement
Guest User

ip r

a guest
Mar 10th, 2025
79
0
116 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.49 KB | Software | 0 0
  1. root@pve-01:~/bin# ip r
  2. default via 192.168.202.1 dev vlan2021 proto kernel onlink
  3. default nhid 878 proto bgp metric 20
  4.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  5.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  6. 169.254.0.0/16 dev idrac proto kernel scope link src 169.254.1.2
  7. 192.168.107.0/27 nhid 868 dev ol107001 proto bgp metric 20
  8. 192.168.107.0/24 nhid 878 proto bgp metric 20
  9.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  10.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  11. 192.168.107.32/27 nhid 869 dev ol107002 proto bgp metric 20
  12. 192.168.107.64/26 nhid 870 dev ol107003 proto bgp metric 20
  13. 192.168.110.0/24 nhid 865 dev ol110001 proto bgp metric 20
  14. 192.168.111.0/25 nhid 866 dev ol111001 proto bgp metric 20
  15. 192.168.192.0/24 nhid 878 proto bgp metric 20
  16.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  17.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  18. 192.168.201.0/26 nhid 878 proto bgp metric 20
  19.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  20.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  21. 192.168.201.0/24 nhid 878 proto bgp metric 20
  22.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  23.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  24. 192.168.201.128/26 nhid 878 proto bgp metric 20
  25.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  26.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  27. 192.168.202.0/26 dev vlan2021 proto kernel scope link src 192.168.202.11
  28. 192.168.202.0/24 nhid 878 proto bgp metric 20
  29.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  30.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  31. 192.168.202.64/26 dev vlan2022 proto kernel scope link src 192.168.202.75
  32. 192.168.202.128/26 dev vlan2023 proto kernel scope link src 192.168.202.139
  33. 192.168.203.0/26 dev vlan2025 proto kernel scope link src 192.168.203.11
  34. 192.168.203.64/26 dev vlan2026 proto kernel scope link src 192.168.203.75
  35. 192.168.203.128/26 dev vlan2027 proto kernel scope link src 192.168.203.142
  36. 192.168.203.192/28 nhid 871 dev vlan2028 proto bgp metric 20
  37. 192.168.203.208/28 nhid 867 dev vlan2029 proto bgp metric 20
  38. 192.168.204.0/29 nhid 878 proto bgp metric 20
  39.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  40.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  41. 200.46.0.64/29 nhid 878 proto bgp metric 20
  42.         nexthop via 192.168.203.210 dev vlan2029 weight 1
  43.         nexthop via 192.168.203.194 dev vlan2028 weight 1
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement