I want to connect a powerconnect 6248 to a powerconnect 5448.
I created a VLAN 5 and added the port 1 (mode access and untagged) and allow the port 46 (mode trunk and tagged) in both switches.
But the interfaces of this VLAN don't connect.
Below, I post the out of the command "show run" and "show interfaces switchport ethernet".
Dell 5448:
console# show run
interface range ethernet g(13-24)
flowcontrol on
exit
port jumbo-frame
interface ethernet g46
switchport mode trunk
exit
vlan database
vlan 5
exit
interface ethernet g1
switchport access vlan 5
exit
interface ethernet g46
switchport trunk allowed vlan add 5
exit
interface vlan 5
name ISCSI
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
interface range ethernet g(13-23)
negotiation 1000f
exit
iscsi target port 860 address 0.0.0.0
iscsi target port 3260 address 0.0.0.0
interface vlan 1
ip address 10.8.4.241 255.255.255.0
exit
interface vlan 1
ip address 192.168.52.1 255.255.255.0
exit
interface vlan 5
ip address 192.168.100.1 255.255.255.0
exit
ip default-gateway 10.8.4.13
username admin password 44f2578920365aa5536f7087f1c20241 level 15 encrypted
console# show interfaces switchport ethernet g1
Port : g1
Port Mode: Access
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 5
Protected: Disabled
Port is member in:
Vlan Name Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
5 ISCSI Untagged Static
Forbidden VLANS:
Vlan Name
---- --------------------------------
Classification rules:
Protocol based VLANs:
Group ID Vlan ID
-------- -------
console# show interfaces switchport ethernet g46
Port : g46
Port Mode: Trunk
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 1
Protected: Disabled
Port is member in:
Vlan Name Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
1 1 Untagged System
5 ISCSI Tagged Static
Forbidden VLANS:
Vlan Name
---- --------------------------------
Classification rules:
Protocol based VLANs:
Group ID Vlan ID
-------- -------
console#
Dell 6248:
console#show run
!Current Configuration:
!System Description "PowerConnect 6248, 3.3.1.10, VxWorks 6.5"
!System Software Version 3.3.1.10
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 5
vlan routing 5 1
exit
stack
member 1 2
exit
ip address 10.1.1.1 255.255.255.0
ip routing
interface vlan 5
routing
ip address 192.168.100.2 255.255.255.0
exit
!
interface ethernet 1/g1
switchport access vlan 5
exit
!
interface ethernet 1/g46
switchport mode trunk
switchport trunk allowed vlan add 5
exit
exit
console#show interfaces switchport ethernet 1/g1
Port: 1/g1
VLAN Membership mode:Access Mode
Operating parameters:
PVID: 5
Ingress Filtering: Enabled
Acceptable Frame Type: Untagged
Default Priority: 0
GVRP status:Disabled
Protected:Disabled
Port 1/g1 is member in:
VLAN Name Egress rule Type
---- --------------------------------- ----------- --------
5 Untagged Static
Static configuration:
PVID: 5
Ingress Filtering: Enabled
Acceptable Frame Type: Untagged
Port 1/g1 is statically configured to:
VLAN Name Egress rule
---- --------------------------------- -----------
5 Untagged
Forbidden VLANS:
VLAN Name
---- ---------------------------------
console#show interfaces switchport ethernet 1/g46
Port: 1/g46
VLAN Membership mode:Trunk Mode
Operating parameters:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: VLAN Only
Default Priority: 0
GVRP status:Disabled
Protected:Disabled
Port 1/g46 is member in:
VLAN Name Egress rule Type
---- --------------------------------- ----------- --------
5 Tagged Static
Static configuration:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: VLAN Only
Port 1/g46 is statically configured to:
VLAN Name Egress rule
---- --------------------------------- -----------
5 Tagged
Forbidden VLANS:
VLAN Name
---- ---------------------------------
Thanks,
Breno