Start a Conversation

Unsolved

This post is more than 5 years old

7848

September 18th, 2008 19:00

Can't route between VLAN's

 

I have a laptop plugged into 1/g48 and the ip static at 10.107.4.100 with a gateway of 10.107.5.1.  I can ping 10.107.5.1 but nothing on VLAN 3. I can also telnet 10.107.5.1.  But once on the switch I can't ping 10.107.4.100.

 

I also can't ping 10.107.4.100 from any machine on vlan 3.  All routing on VLAN 3 seems to be working correctly.

 

Any help would be appreciated.

 

Thx, Ty...

 

 Here is my config file:

-----------------------------------

-----------------------------------

-----------------------------------

!Current Configuration:
!System Description "Dell 48 Port PoE Gigabit Ethernet, 2.0.0.12, VxWorks5.5.1"
!System Software Version 2.0.0.12
!
configure
vlan database
vlan  2-3
exit
snmp-server location "Grand Prairie Server Room"
snmp-server contact "Ty Lamb"
hostname "GP Server Room"
clock timezone -6 minutes 0
stack
member 1 5
member 2 5
member 3 5
member 6 5
exit
ip address 10.107.9.1 255.255.252.0
ip domain-name PolkMechanical.com
ip name-server 10.107.0.60
ip name-server 10.107.0.62
ip name-server 10.12.188.4
ip name-server 10.12.188.6
ip routing
ip route 0.0.0.0 0.0.0.0 10.107.0.4
ip route 10.107.100.0 255.255.252.0 10.107.0.4
ip route 10.12.188.0 255.255.252.0 10.107.0.29
router rip
no enable
exit
interface vlan 2
name "Voice"
routing
ip address  10.107.5.1  255.255.252.0
exit
interface vlan 3
name "Data"
routing
ip address  10.107.1.1  255.255.252.0
exit
username "--------------------------" password -------------------------- level 15 encrypted
voice vlan
line console
exec-timeout 45
password -------------------------- encrypted
exit
line telnet
password -------------------------- encrypted
exit
line ssh
password -------------------------- encrypted
exit
router ospf
no enable
exit
! This is the same on all ports except 1/g48
interface ethernet 1/g1
switchport mode general
switchport general pvid 3
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 3
switchport general allowed vlan add 2 tagged
exit
!
interface ethernet 1/g48
switchport mode general
switchport general pvid 2
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 2-3
exit
enable password 28fcdb8db71dd83055c81226e272ce3e encrypted
exit
 

13 Posts

September 19th, 2008 15:00

I've fixed the pinging issue.  It was actually the windows firewall (I only thought I disabled it).  I'm still having issues routing from vlan to vlan.  From other post I've been reading I'm getting that the routing command should fix this but I still have the issue.

 

Ty.... 

3 Posts

September 24th, 2008 23:00

Which model of PowerConnect do you have?

13 Posts

September 25th, 2008 20:00

6248p.  I have a stack of 5 of them.

13 Posts

September 25th, 2008 20:00

GP Server Room#show ip route

Route Codes: R - RIP Derived, O - OSPF Derived, C - Connected, S - Static
       B - BGP Derived, IA - OSPF Inter Area
       E1 - OSPF External Type 1, E2 - OSPF External Type 2
       N1 - OSPF NSSA External Type 1, N2 - OSPF NSSA External Type 2

S      0.0.0.0/0 [1/0] via 10.107.0.1,   vlan 3
S      10.12.188.0/22 [1/0] via 10.107.0.29,   vlan 3
C      10.107.0.0/22 [0/0] directly connected,   vlan 3
C      10.107.4.0/22 [0/0] directly connected,   vlan 2
S      10.107.100.0/22 [1/0] via 10.107.0.4,   vlan 3

No Events found!

Top