Hi all,
I'm phasing out all the old kit where I work now but I'm having a few problems with config, I think ive done whats right but Ive came in early this morning to test and it didnt go well at all.
In my cisco config I have the below.
interface range ethernet g(1,3-4,25-26) switchport trunk allowed vlan add 50 exit interface range ethernet g(1-4,25-26) switchport trunk allowed vlan add 60 exit interface range ethernet g(1-4,25-26) switchport trunk allowed vlan add 70 exit interface range ethernet g(1-4,25-26) switchport trunk allowed vlan add 80
so on the dell ive done
interface Gi1/0/43
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
!
interface Gi1/0/44
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
!
interface Gi1/0/45
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
!
interface Gi1/0/46
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
!
interface Gi1/0/47
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
!
interface Gi1/0/48
switchport mode trunk
switchport trunk allowed vlan 50,60,70,80
exit
--
Should this be enough or have I missed something?
Many thanks for any suggestions.