Home / Reference / Network & Ports

Network & Port Reference

What needs to be reachable, on which port, from where. The classic firewall questions: "do I need 111 open?", "what port does SnapMirror use?", "is S3 on 443?"

LIFs, ports and firewall table
Reading this table "Inbound to ONTAP" = clients/servers connect to ONTAP's LIFs on these ports. "Outbound from ONTAP" = ONTAP initiates (AutoSupport, AD/LDAP, NTP, intercluster). Ports marked optional depend on features.

Management & automation

PortProtocolUsed forDirection
22/tcpSSHCLI access to cluster/node management LIFsInbound
443/tcpHTTPSSystem Manager, ONTAP REST API, BlueXP connectivityInbound
80/tcpHTTPOptional; redirects to HTTPS (management)Inbound
111/tcp (optional)portmapper/rpcbindNFSv3 and some management RPCs — only if NFSv3 clients need itInbound

NAS protocols

PortProtocolUsed forDirection
2049/tcpNFS (all versions)NFS data trafficInbound
2049/udpNFSv3NFSv3 over UDP (rare nowadays)Inbound (optional)
111/tcp+udpportmapperNFSv3 mount/rpc discovery; NFSv4 doesn't need itInbound (optional)
4045–4046/tcplockd / statdNFSv3 locking (older clients)Inbound (optional)
445/tcpSMB/CIFSSMB file sharing (also SMB over QUIC control)Inbound
139/tcpNetBIOS (legacy)Legacy SMB/NetBIOS; usually not neededInbound (optional)
80, 443/tcpS3 APIObject store server (HTTP/HTTPS endpoints)Inbound
443/udp (optional)SMB over QUICSecure SMB over UDP 443 (recent ONTAP, verify support)Inbound (optional)

SAN protocols

PortProtocolUsed forDirection
3260/tcpiSCSIiSCSI data + MC/SInbound
4420/tcpNVMe/TCPNVMe over TCP (ONTAP 9.10+ platforms)Inbound
FC / FCoE / NVMe/FCFibre Channel fabric — no IP ports; zoning via switch

Replication & clustering

PortProtocolUsed forDirection
10000/tcpSnapMirror / cluster peerIntercluster replication traffic (SnapMirror, SnapVault, SM-BC data path)Both (between clusters)
10001/tcp (optional)Some versions use 10001 for intercluster; confirm in your releaseBoth (optional)
Cluster interconnectNode-to-node cluster traffic — dedicated ports/network, not routedInternal
HA interconnectNVRAM mirroring between HA partners — dedicated linksInternal
3260/tcpMetroCluster (IP)IP MetroCluster replication (uses iSCSI-based transport over dedicated network)Between sites

Infrastructure services

PortProtocolUsed forDirection
53/tcp+udpDNSName resolution (SVM config, AD, FQDN lookups)Outbound
123/udpNTPTime sync (Kerberos and AD depend on it)Outbound
88/tcp+udpKerberosAD authentication (SMB/NFSv4 kerberos)Outbound
389/tcp (636/tcp for LDAPS)LDAPAD/LDAP directory queriesOutbound
445/tcpSMB (AD)AD join / domain member trafficOutbound
443/tcpHTTPSAutoSupport to NetApp, Active IQ, BlueXP, cloud servicesOutbound
25/tcp (optional)SMTPEmail alertsOutbound (optional)
161/udp, 162/udp (optional)SNMPMonitoring (traps out, queries in)Both (optional)
10000/tcp (optional)NDMPNDMP backup control (data transfer often separate ports)Inbound (optional)

Connectivity check quick list

# From the cluster: is the LIF serving?
network ping-lif -vserver vs1 -lif data1
# From a client (Linux):
nc -vz 10.0.0.5 2049     # NFS
nc -vz 10.0.0.5 445      # SMB
nc -vz 10.0.0.5 3260     # iSCSI
nc -vz 10.0.0.5 443      # System Manager / REST / S3
showmount -e 10.0.0.5    # NFS exports visible?
Verify per release Ports 10000/10001 for intercluster and the exact NVMe/TCP and SMB-over-QUIC support depend on your ONTAP version and platform. Check man pages and the official documentation for your release before locking down firewalls.

← Reference index