You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible bugs:
* "switchport trunk allowed vlan" shouldn't be there unless other
vlans than all (which is the case here) are configured
* "switchport mode access" shouldn't be there since it's the
default
* static mac 0800.2761.80ed shouldn't be there since no one
configured it; it's equal to the bridge id, which in turn is
equal to the mac of the first added interface; "brctl showmacs"
lists it as local=yes - perhaps "local" macs should be filtered
out?
The text was updated successfully, but these errors were encountered:
!
hostname centos6.localdomain
!
!
no ip igmp snooping
!
interface Ethernet 3
switchport trunk allowed vlan 1-4094
switchport mode access
!
mac-address-table static 0800.2761.80ed vlan 1 interface Ethernet 3
mac-address-table aging-time 0
!
Possible bugs:
* "switchport trunk allowed vlan" shouldn't be there unless other
vlans than all (which is the case here) are configured
* "switchport mode access" shouldn't be there since it's the
default
* static mac 0800.2761.80ed shouldn't be there since no one
configured it; it's equal to the bridge id, which in turn is
equal to the mac of the first added interface; "brctl showmacs"
lists it as local=yes - perhaps "local" macs should be filtered
out?
The text was updated successfully, but these errors were encountered: