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
Hi Alessandro,
These links should help you for the access port config considerations:
Hope this helps.
Cheers,
-amit singh
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