I couldn't see anything on the switch at all, What I've done now is I have configured a new port on the SSG5 using VLAN 90 ive plugged the dell g46 directly into that port and from the switch im trying to ping the routers interface and its just timing out.
DELL-Josh Cr
Moderator
•
9.5K Posts
0
December 3rd, 2015 10:00
Hi,
Which model switches are you using? That should allow VLANs 50,60,70,80 to pass tagged traffic on those trunk ports. What happened when you tested?
Monkeh
4 Posts
0
December 4th, 2015 02:00
Hi, its a N2048P.
I couldn't see anything on the switch at all, What I've done now is I have configured a new port on the SSG5 using VLAN 90 ive plugged the dell g46 directly into that port and from the switch im trying to ping the routers interface and its just timing out.
I must be missing something real simple ?
------
interface Gi1/0/46
switchport mode trunk
switchport trunk native vlan 90
switchport trunk allowed vlan 50,60,70,80,90
------
DELL-Josh Cr
Moderator
•
9.5K Posts
0
December 4th, 2015 09:00
Try using switchport mode general to see if it will pass untagged vlans.
Monkeh
4 Posts
0
December 14th, 2015 07:00
sdf
Monkeh
4 Posts
0
December 15th, 2015 03:00
so i'm not getting anywhere with this.
I have now plugged the dell direct into the SSG5 the SSG is has been configured for testing on VLAN 90.
set interface "ethernet0/4.1" tag 90 zone "Trust"
and the dell has
interface Gi1/0/48
switchport mode trunk
switchport general allowed vlan add 90
switchport trunk allowed vlan 50,60,70,80,90
exit
But even direct from the switch I can not ping the SSG5s interface, ive also tried without
switchport general allowed vlan add 90
but even if i plug in to a access port on vlan 90 that device can not ping the SSG5's interface.
Any ideas what I may be doing wrong?
DELL-Josh Cr
Moderator
•
9.5K Posts
0
December 15th, 2015 09:00
On the general port try changing the pvid to 90 as well, see if it will pass untagged traffic. switchport general pvid 90