cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
159
Views
1
Helpful
3
Replies

Interface configuration not showing logging events in running config

subodh goyal
Level 1
Level 1

 

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

 

3 Replies 3

Richard Burts
Hall of Fame
Hall of Fame

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.

HTH

Rick

liviu.gheorghe
Spotlight
Spotlight

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.

Regards, LG
*** Please Rate All Helpful Responses ***

Thank you for pointing out the flaw in my suggestion. 

HTH

Rick
Review Cisco Networking products for a $25 gift card