NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Apple Bonjour and ONTAP - Alternative to SMB ?

sanadmin_do
2,352 Views

We have received a request from our colleagues who take care of the masOS systems:

Bonjour is based on mDNS over UDP and finds the file server on our macOS devices. I can connect to the file server with my ID by double-clicking, but I can only access certain data pools - i.e. with correctly enforced permissions for my ID. I am now wondering where this service comes from, whether this is an oversight or whether Bonjour is already being used for other purposes. Or does NetApp communicate with mDNS and UDP by default, so that it only looks like Bonjour in macOS? If Bonjour is already being used, we could test this as an alternative to SMB.

1 REPLY 1

AmitKerkar
2,275 Views

is your NetApp system broadcasting its presence over UDP 5353 (where the mDNS port is) ?

i think macOS finder is picking it for your Bonjour

 

if there is no mDNS, I believe Bonjour must be listening for smb/tcp services originating from NetApp' SMB port 445. This makes the detection possible.

 

afterall, Bonjour is only discovery mechanism

 

check if enabling /disabling mDNS on NetApp makes your smb://<server> appear/disappear.

 

run "dns-sd -B _smb._tcp" on mac and see if netapp server is listed

 

also, can you paste output of

vserver cifs options show -fields mdns

Public