Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless information on "show run-config" with "bridge + 8021q" implementation #99

Open
claudiughioc opened this issue Oct 21, 2013 · 0 comments
Labels

Comments

@claudiughioc
Copy link
Member

!
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant