cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
364
Views
0
Helpful
1
Replies

Monitoring WINs traffic over the WAN link

mulhollandm
Level 1
Level 1

Does anyone know how i can run a debug to check whether WINs traffic is passing over the wan link ok.

I have a remote lan which is picking up dhcp leases ok & clients can see network neighbourhood but they cannot map drives or see the connected drives so i'd like to try and see if the wins requests/replies are being forwarded

any help is gratefully received

1 Reply 1

mhussein
Level 4
Level 4

One way is to create an access list to match the WINS traffic:

access-list 101 permit udp any any eq 137 log-input

and apply to the lan interface. This will generate a syslog message for each "nebios-ns" (WINS, UDP port 137) packet that passes thru the interface.

HTH

Regards,

Mustafa