Start a Conversation

Unsolved

This post is more than 5 years old

K

1762

April 7th, 2016 11:00

VRTX connect to Cisco 4500X

Hello

We have a Dell VRTX (R1-2210) connecting via one 10G trunk to a Cisco 4500X-switch. Our VLANs are 10 and 11. However, I am not able to transmit or receive anything.

The Cisco-switch have been set up by the networking guys, they say there is connection, but that my frames are not vlan-tagged. In their end the port mode is set to trunk. Here is my config:

config-file-header
v2.0.0.51 / ROS_800_080
CLI v1.0
@
spanning-tree mode mst
spanning-tree priority 45056
spanning-tree mst configuration
instance 1 vlan 1025-4094
name screen-media
revision 100
exit
vlan database
vlan 10-11
exit
voice vlan oui-table add 000181 Nortel__________________
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 001049 Shoretel________________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00907a Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
logging console debugging
!
interface vlan 10
name SCREEN-CONTENT
!
interface vlan 11
name SCREEN-SERVER
!
interface tengigabitethernet0/1
switchport mode trunk
!
interface gigabitethernet0/2
switchport access vlan 11
!
interface tengigabitethernet1/2
switchport access vlan 11
!
interface tengigabitethernet2/2
switchport access vlan 11
!
interface oob
ip address 192.168.100.2 255.255.255.0
no ip address dhcp
!
exit
ip default-gateway 192.168.100.1

What am I doing wrong?

Thank you.

Moderator

 • 

8.7K Posts

April 7th, 2016 15:00

Hi,

Which interface are you connecting? interface tengigabitethernet0/1 does not have VLANs associated to it. switchport trunk allowed vlan 10,11

Page 545 http://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_poweredge/poweredge-vrtx_reference%20guide4_en-us.pdf

No Events found!

Top