01-06-2012 07:43 AM - edited 03-07-2019 04:12 AM
Hi to all,
can any of you provide a goo d doc about configuring access port in a datacenter (spanning tree,bpdu filter etc..)
I'm facing with an access layer (two 4507) and woul like to configure the port with appropiat esettings.
Mi idea is for access port for real server:
spanning-tree portfast
bpdu guad root
bpdu filter
for trunk port for virtual servre:
spanning tree trunk portfast
bpdu guard root
bpdu filter
Ani other iedas?
Thx in advane
regards
Alessandro
01-06-2012 07:50 AM
Hi Alessandro,
These links should help you for the access port config considerations:
Hope this helps.
Cheers,
-amit singh
01-06-2012 07:52 AM
For Access port-
interface GigabitEthernet x/x
description xxxxx
switchport access vlan x
switchport mode access
speed 100
duplex full
spanning-tree portfast
spanning-tree bpduguard enable
For Trunk-
interface GigabitEthernet x/x
description to xxxx
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-10
switchport mode trunk
channel-group 1 mode on --- optional.
spanning-tree guard loop
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