Enabling and Disabling Wired Interface
Configuring the wired interface is introduced from UIW Release 17.12.1 and this feature allows wire interfaces to be disabled. It is not possible to disable both wire interfaces at the same time. You can enable the wired interface using the CLI.
Enabling or disabling wired interface using CLI
Device# configure wired <0-1>
disabled disable wired interface
enabled enable wired interface
Device# configure wired 0 disabled
Device# configure wired 1 enabled
Device# write
Device# reload
Error handling configuration
Device # configure wired 0 disabled
Device# configure wired 1 disabled
ERROR: Interface wired0 is disabled, cannot disable both interfaces
Verifying enabling and disabling wired interface using CLI
To verify enable or disable state of wired interface, use the following show command:
Device# #show wired <0-1> config
Example:
Device# show wired 0 config
WIRED0 status: enabled
Device# show wired 1 config
WIRED1 status: disabled