allow-unsupported-transceiver
Syntax
allow-unsupported-transceiver [confirm | log-interval {none | <INTERVAL>}]
no allow-unsupported-transceiver
Description
Allows unsupported transceivers to be enabled or establish connections. Only 1G and 10G transceivers are enabled by this command and unsupported transceivers of other speeds will remain disabled.
The
no
form of this command disallows using unsupported transceivers. This is the default.
Command context
config
Parameters
confirm
Specifies that unsupported transceiver warnings are to be automatically confirmed.
log-interval none
Disables unsupported transceiver logging.
log-interval <INTERVAL>
Sets the unsupported transceiver logging interval in minutes. Default: 1440 minutes. Range: 1440 to 10080 minutes.
Authority
Administrators or local user group members with execution rights for this command.
Usage
When none of the parameters are specified it will display a warning message to accept the warranty terms. With
confirm
option the warning message is displayed but the user is not prompted to
(y/n)
answering. Warranty terms must be agreed to as part of enablement and the support is on best effort basis.
Examples
Allowing unsupported transceivers with follow-up confirmation:
switch(config)# allow-unsupported-transceiver Warning: The use of unsupported transceivers, DACs, and AOCs is at your own risk and may void support and warranty. Please see HPE Warranty terms and conditions. Do you agree and do you want to continue (y/n)? y
Allowing unsupported transceivers with confirmation in command syntax:
switch(config)# allow-unsupported-transceiver confirm Warning: The use of unsupported transceivers, DACs, and AOCs is at your own risk and may void support and warranty. Please see HPE Warranty terms and conditions.
Configuring unsupported transceiver logging with an interval of every 48 hours:
switch(config)# allow-unsupported-transceiver log-interval 2880
Disabling unsupported transceiver logging:
switch(config)# allow-unsupported-transceiver log-interval none
Disallowing unsupported transceivers with follow-up confirmation:
switch(config)# no allow-unsupported-transceiver Warning: Unsupported transceivers, DACs, and AOCs will be disabled, which could impact network connectivity. Use 'show allow-unsupported-transceiver' to identify unsupported transceivers, DACs, and AOCs. Continue (y/n)? y
Disallowing unsupported transceivers with confirmation in command syntax:
switch(config)# no allow-unsupported-transceiver confirm Warning: Unsupported transceivers, DACs, and AOCs will be disabled, which could impact network connectivity. Use 'show allow unsupported-transceiver' to identify unsupported transceivers, DACs, and AOCs. switch(config)#