gugus

ARP problem?

Aug 3rd, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [root@netgate]/data# netstat -rn -4
  2. Routing tables
  3.  
  4. Internet:
  5. Destination Gateway Flags Netif Expire
  6. default 2.2.2.3 UGS igb3
  7. 1.1.1.0/24 link#3 U igb2
  8. 1.1.1.9 link#3 UHS lo0
  9. 2.2.2.0/24 link#4 U igb3
  10. 2.2.2.9 link#4 UHS lo0
  11. 127.0.0.1 link#7 UH lo0
  12. 192.168.1.0/24 link#6 U igb5
  13. 192.168.1.9 link#6 UHS lo0
  14.  
  15. [root@netgate]/data# arp -na
  16. ? (192.168.1.9) at 00:08:a2:09:33:dd on igb5 permanent [ethernet]
  17. ? (2.2.2.3) at 00:1b:21:c4:95:7a on igb3 permanent [ethernet]
  18. ? (2.2.2.9) at 00:08:a2:09:33:db on igb3 permanent [ethernet]
  19. ? (1.1.1.1) at 00:1b:21:d4:3f:2a on igb2 permanent [ethernet]
  20. ? (1.1.1.9) at 00:08:a2:09:33:da on igb2 permanent [ethernet]
  21.  
  22. => Default gateway is using a static arp entry.
  23.  
  24. Starting pmc:
  25. [root@netgate]/data# pmcstat -S CPU_CLK_UNHALTED_CORE -O /data/pmc.default.out
  26.  
  27. Generating packet… then stop pmcstat after about 30 seconds
  28.  
  29. [root@netgate]/data# pmcannotate /data/pmc.default.out /data/debug/boot/kernel/kernel.symbols
  30. CONVERSION STATISTICS:
  31. #samples/total 33585
  32. Profile trace for function: __rw_rlock() [6.09%]
  33. Profile trace for function: ip_forward() [4.76%]
  34. Profile trace for function: ip_output() [4.72%]
  35. Profile trace for function: binuptime() [3.77%]
  36. Profile trace for function: igb_mq_start_locked() [3.69%]
  37. Profile trace for function: igb_rxeof() [3.63%]
  38. Profile trace for function: rn_match() [3.23%]
  39. Profile trace for function: ether_output() [3.10%]
  40. Profile trace for function: tsc_get_timecount_low_lfence() [3.07%]
  41. Profile trace for function: rtalloc1_fib() [2.94%]
  42. Profile trace for function: _rw_runlock_cookie() [2.78%]
  43. Profile trace for function: ether_nh_input() [2.70%]
  44. Profile trace for function: ip_input() [2.52%]
  45. Profile trace for function: key_allocsp_default() [2.33%]
  46. Profile trace for function: igb_mq_start() [2.30%]
  47. Profile trace for function: random_ivy_read() [2.25%]
  48. Profile trace for function: uma_zalloc_arg() [1.88%]
  49. Profile trace for function: _mtx_lock_spin_cookie() [1.84%]
  50. Profile trace for function: bzero() [1.82%]
  51. Profile trace for function: bcopy() [1.75%]
  52. Profile trace for function: random_harvest_queue() [1.71%]
  53. Profile trace for function: memcpy() [1.69%]
  54. Profile trace for function: __mtx_lock_sleep() [1.45%]
  55. Profile trace for function: uma_zfree_arg() [1.40%]
  56. Profile trace for function: in_cksumdata() [1.24%]
  57. Profile trace for function: bcmp() [1.19%]
  58. Profile trace for function: arpresolve() [1.19%]
  59. Profile trace for function: bounce_bus_dmamap_load_buffer() [1.17%]
  60. Profile trace for function: netisr_dispatch_src() [1.16%]
  61. Profile trace for function: rtalloc_ign_fib() [1.00%]
  62. Profile trace for function: critical_exit() [0.99%]
  63. Profile trace for function: bus_dmamap_load_mbuf_sg() [0.96%]
  64. Profile trace for function: spinlock_exit() [0.89%]
  65. Profile trace for function: spinlock_enter() [0.71%]
  66. Profile trace for function: in_cksum_skip() [0.68%]
  67. Profile trace for function: igb_refresh_mbufs() [0.68%]
  68. Profile trace for function: ip_fastforward() [0.66%]
  69. Profile trace for function: m_adj() [0.66%]
  70. Profile trace for function: ip_ipsec_output() [0.65%]
  71. Profile trace for function: acpi_cpu_c1() [0.63%]
  72. Profile trace for function: ether_demux() [0.63%]
  73. Profile trace for function: lockstat_nsecs() [0.62%]
  74. Profile trace for function: in_lltable_lookup() [0.62%]
  75. Profile trace for function: _mtx_trylock_flags_() [0.57%]
  76. Profile trace for function: in_broadcast() [0.56%]
  77. Profile trace for function: critical_enter() [0.54%]
  78. Profile trace for function: _key_freesp() [0.51%]
  79. Profile trace for function: pmap_kextract() [0.51%]
Advertisement
Add Comment
Please, Sign In to add comment