Good day All
I have two 6224 I have configured to be "server": switches were they are hopefully just trunking VLAN data from the servers up to a pair of Force10 S25 switches using Port-Channels. I posted a condensed config, But it has all the important lines, If you can tell me what you think about it I would be grateful.
Show run
!Current Configuration:
!System Description "PowerConnect 6224, 3.3.9.1, VxWorks 6.5"
!System Software Version 3.3.9.1
!Cut-through mode is configured as disabled
configure
vlan database
vlan 2-5,99
vlan routing 99 1
exit
hostname "BTSERVERSW002"
stack
member 1 1
exit
ip address none
ip route 0.0.0.0 0.0.0.0 192.168.1.1
interface vlan 99
name "MANAGEMENT"
routing
ip address 192.168.1.9 255.255.255.0
exit
username "admin" password c701fd7f271ae85d3466305ae6116ab5 level 15 encryptedine telnet
password c701fd7f271ae85d3466305ae6116ab5 encrypted
exit
interface ethernet 1/g1
switchport access vlan 2
exit
interface ethernet 1/g2
switchport access vlan 2
exit
interface ethernet 1/g3
switchport access vlan 2
exit
interface ethernet 1/g4
switchport access vlan 2
exit
interface ethernet 1/g5
switchport access vlan 2
exit
interface ethernet 1/g6
switchport access vlan 3
exit
interface ethernet 1/g7
switchport access vlan 3
exit
interface ethernet 1/g8
switchport access vlan 3
exit
interface ethernet 1/g9
switchport access vlan 3
exit
interface ethernet 1/g21
channel-group 2 mode auto
description "**From_BTDISTSW002_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
interface ethernet 1/g22
channel-group 2 mode auto
description "**From_BTDISTSW002_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
interface ethernet 1/g23
channel-group 1 mode auto
description "**From_BTDISTSW001_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
interface ethernet 1/g24
channel-group 1 mode auto
description "**From_BTDISTSW001_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
interface port-channel 1
description "**From_BTDISTSW001_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
interface port-channel 2
description "**From_BTDISTSW002_Ports17/18**"
switchport mode trunk
switchport trunk allowed vlan add 2-5,99
exit
snmp-server community B1llingTr33$ rw ipaddress 172.16.125.44
snmp-server host 172.16.125.44 B1llingTr33$ informs
exit