cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
241
Views
0
Helpful
1
Replies

Cisco 6800ia access port logging

GregJSchneider
Level 1
Level 1

Hello, so I have a 6880 VSS pair with some 6800IAs hanging off the VSS as FEXes.  Even though I have the "no logging event link-status" command on the access ports of the IA, I am still getting up/down log messages in my logs.  Any ideas why?  I also can't remove the "switchport trunk allowed vlan 1" with the NO command.

On VSS:

Jun 30 14:57:10.769: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/41, changed state to down (FEX-101)
Jun 30 14:57:11.775: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/41, changed state to down (FEX-101)
Jun 30 14:57:14.012: %LINK-3-UPDOWN: Interface GigabitEthernet1/0/41, changed state to up (FEX-101)
Jun 30 14:57:15.015: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/41, changed state to up (FEX-101)

Port configuration:

interface GigabitEthernet101/1/0/41
switchport
switchport access vlan XX
switchport trunk allowed vlan 1
switchport mode access
switchport voice vlan YY
no logging event link-status
no snmp trap link-status
!

Any help is much appreciated!

1 Reply 1

Mark Malone
VIP Alumni
VIP Alumni

Hey

Did you try disable it globally see if that worked in conft mode ?

You could also be hitting this bug could be that looks similar even if your version isn't the same

https://quickview.cloudapps.cisco.com/quickview/bug/CSCuq14827

regarding removing the command if its not for some reason removing itself default the interface

default interface GigabitEthernet101/1/0/41

then copy n past the rest back in without it

interface GigabitEthernet101/1/0/41
switchport
switchport access vlan XX
switchport mode access
switchport voice vlan YY
no logging event link-status
no snmp trap link-status

Review Cisco Networking for a $25 gift card