Hi,

I am running wireshark in my host say with IP address A.I am having another host in my LAN say with IP address B. Let say a Router R sends SNMP traps to the host B . The wireshark running in my host A,is able to capture the SNMP trap packet.How does this happens?

Thx

asked 23 Jun '11, 22:19

JavaUser's gravatar image

JavaUser
1112
accept rate: 0%


There are several options .Assuming that

  1. you capture in promiscuous mode
  2. you're on a switched network with host B

Then the router

  1. Might broadcast it
  2. Might multicast it, for which the switch hasn't pruned your link
  3. Might unicast it, for which the switch doesn't have a target port in its switching table

So, have a good look at the traffic and see what applies.

link

answered 24 Jun '11, 00:15

Jaap's gravatar image

Jaap ♦
6.0k568
accept rate: 11%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×57
×17

Asked: 23 Jun '11, 22:19

Seen: 1,495 times

Last updated: 24 Jun '11, 00:15

powered by OSQA