08-14-2020 02:46 AM
Hi
I am struggling with something which I belive should be easy to fix.
We are running a Network with cisco C9300-24P Switches with IOS Version 16.9.4
Config Template Looks like below
interface Gi1/0/1
description
switchport access vlan 999
switchport mode access
switchport port-security violation restrict
switchport port-security mac-address sticky
switchport port-security
spanning-tree portfast
shut
now some addet the command logging event link-Status to the interfaces
After removing the command with the no logging event link-Status the Interface config Looks like below
interface Gi1/0/1
description
switchport access vlan 999
switchport mode access
switchport port-security violation restrict
switchport port-security mac-address sticky
switchport port-security
no logging event link-status
spanning-tree portfast
I would like to have the command not visible in the running config, same like after having set the Port to Default.
This because we have a compliance Job running on CW, which highlights me the difference.
We have many Ports which have the command applyed and I can't put the Port again to Default, because the Ports are all running and live in the Network.
Is there any command, which I can apply to let the logging Event disappier from the running config?
Solved! Go to Solution.
08-14-2020 03:04 AM
You can do old IOS Global config.
may be you can try and let me know if that works ?
default logging event link-status
08-14-2020 03:14 AM - edited 08-14-2020 03:16 AM
Many Thanks!!! this made the Magic happen :-)
I did this on the Interface and Works
Much! appreciatet
Best regards
08-14-2020 03:04 AM
You can do old IOS Global config.
may be you can try and let me know if that works ?
default logging event link-status
08-14-2020 03:14 AM - edited 08-14-2020 03:16 AM
Many Thanks!!! this made the Magic happen :-)
I did this on the Interface and Works
Much! appreciatet
Best regards
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide