Hello everyone, new to the forum here hehe!
So I have bought a Huawei Switch S1730S-S48T4S-A for the company I work for.
All of the other switches in the company are Cisco.
We have 4 VLANs - VLAN 10, VLAN 5, VLAN 105, VLAN 100
All of the VLANs are created on the switches and each switch has two or more trunk ports (4 max)
I have configured this switch through the web interface, configured access and trunk ports in it.
I know the ports are configured correctly because if I connect a VLAN port to an unmanaged switch we have, we can reach the DHCP server and get connectivity, the problem is when connecting one of the trunk ports, to another trunk port on one of the CISCO switches we have, we get no IP connectivity, just an APIPA address.
I have run diagnosis tool One Click Collection:
interface GigabitEthernet0/0/47
port link-type access
port default vlan 5
port description desktop
#
interface GigabitEthernet0/0/48
port link-type access
port default vlan 105
port description desktop
#
interface GigabitEthernet0/0/49
port link-type trunk
port trunk allow-pass vlan 2 to 4094
port description switch
#
interface GigabitEthernet0/0/50
port link-type trunk
port trunk allow-pass vlan 2 to 4094
port description switch
#
interface GigabitEthernet0/0/51
port link-type trunk
port trunk allow-pass vlan 2 to 4094
port description switch
#
interface GigabitEthernet0/0/52
port link-type trunk
port trunk allow-pass vlan 2 to 4094
port description switch
So according to this I have everything I need in order to connect trunk-to-trunk and get IPs according to the VLANs I have configured on the ports.
Can you guys help me out? Anything else you want me to post?
I have also disabled DHCP server function on the switch as we already have a Windows Server running that service.
Thanks in advace!