Enabling IP port access on the FibreBridge 7600N bridge if necessary
-
PDF of this doc site
- Install a fabric-attached MetroCluster
- Install a MetroCluster IP configuration
- Install a stretch MetroCluster configuration
- Transition from MetroCluster FC to MetroCluster IP
Collection of separate PDF docs
Creating your file...
If you are using an ONTAP version prior to 9.5, or otherwise plan to use out-of-band access to the FibreBridge 7600N bridge using telnet or other IP port protocols and services (FTP, ExpressNAV, ICMP, or QuickNAV), you can enable the access services via the console port.
Unlike the ATTO FibreBridge 7500N bridge, the FibreBridge 7600N bridge is shipped with all IP port protocols and services disabled.
Beginning with ONTAP 9.5, in-band management of the bridges is supported. This means the bridges can be configured and monitored from the ONTAP CLI via the FC connection to the bridge. Physical access to the bridge via the bridge Ethernet ports is not required and the bridge user interfaces are not required.
Beginning with ONTAP 9.8, in-band management of the bridges is supported by default and out-of-band SNMP management is deprecated.
This task is required if you are not using in-band management to manage the bridges. In this case, you need to configure the bridge via the Ethernet management port.
-
Access the bridge's console interface by connecting a serial cable to the serial port on the FibreBridge 7600N bridge.
-
Using the console, enable the access services, and then save the configuration:
set closeport none
saveconfiguration
The
set closeport none
command enables all access services on the bridge. -
Disable a service, if desired, by issuing the
set closeport
and repeating the command as necessary until all desired services are disabled:set closeport service
The
set closeport
command disables a single service at a time.service
can specify one of the following:-
expressnav
-
ftp
-
icmp
-
quicknav
-
snmp
-
telnet
You can check whether a specific protocol is enabled or disabled by using the
get closeport
command.
-
-
If you are enabling SNMP, you must also issue the set SNMP enabled command:
set SNMP enabled
SNMP is the only protocol that requires a separate enable command.
-
Save the configuration:
saveconfiguration