Thanks Benny, much appreciated, I did manage to get the static route in the config following some digging around.
Yes there is Voice running (on VLAN2) and if I read the config right, there is a some sort of QoS which prioritizes the VoIP traffic. I haven't figured out the commands as yet.
I do know that these lines have something to do with telling the switch that any device connected which has a MAC address within this range is a VoIP phone? I still haven't figured out what the actual deny means?
acl number 4999
rule 0 deny dest 0000-0000-0000 ffff-ffff-ffff
stp-edged port enable refers to spanning tree, so I have enabled this and used "MSTP" mode... from what I've read this is the recommended setting.
All I need to do now is figure out what the following means and what the commands are to implement them...
acl number 4999
rule 0 deny dest 0000-0000-0000 ffff-ffff-ffff - the command starts with access-group but I haven't figured out how to use it as yet.
port link-type hybrid - sets the port type I assume hybrid is a combinatin of port types (access/trunk) not sure at this point.
port hybrid vlan 2 tagged - any outgoing traffic tagged with vlan 2 remains tagged?
port hybrid vlan 1 untagged - any outgoing traffic from vlan1 remains untagged/has it's tag removed?
broadcast-suppression pps 3000 - this has to do with broadcast storm management - anything over 3000 packets per second will be discarded by the switch.
packet-filter inbound link-group 4999 rule 0 - I think this is some sort of QoS for the Voice VLAN but I'm really not sure.
Once I get all the commands sorted, I will move on to indvidual port configuration.
Thanks again for the help and insight!