04-24-2024 11:54 AM
This is the standard template we are using for AP connected interfaces.
interface GigabitEthernet 1/0/8
descriptionXXXXX
spanning-tree portfast
switchport
switchport mode access
switchport access vlan 90
logging event link-status
logging event power-inline-status
service-policy input AutoQos-4.0-Trust-Cos-Input-Policy service-policy output AutoQos-4.0-Output-Policy
no shutdown
But after configuration, Below is the configuration Switch interface is showing. Request you to let us know the reason why interface not showing logging event commands.
CANBMON0017-L2-ACC-SW01#sh run int GigabitEthernet1/0/28
Building configuration...
Current configuration : 176 bytes
!
interface GigabitEthernet1/0/28
description ** Conenction to Cisco Access Point **
switchport trunk native vlan 4
switchport mode trunk
spanning-tree portfast trunk
end
04-24-2024 01:11 PM
One of the things to understand about the output of show run is that it usually does not show commands that are set to their default value. You might try the command show run all int Gi1/0/28 which should show all commands.
04-24-2024 02:09 PM
To see in the output all commands, even those that are set to their default values, you can use the command show run all.
You cannot combine it with a specific interface, but you could do instead show run all | begin GigabitEthernet1/0/28 to narrow a bit the output.
Hope this helps.
04-24-2024 03:49 PM
Thank you for pointing out the flaw in my suggestion.
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