Switching and Routing
1753312 Members
6154 Online
108792 Solutions
New Discussion

Re: 5308xl switch ip route issue (not routing) but 2626 ip-routing works

 
Moetorola
Occasional Collector

5308xl switch ip route issue (not routing) but 2626 ip-routing works

Have a 5308xl and have an issue with getting IP routing working. 

Basically the PC's on the Vlans cannot access the internet (**however they can ping the DSL router and ping other PC's in other Vlans. Which leads me to belive a DSL static route issue, but no matter what i do in the DSL router makes no difference. The 2626 works fine. 

Is ther some difference in the 2626 compared to the 5308 that I am missing?

PC's on the default vlan1 can access the internet thru the dsl router.

The static routes in the dsl modem have been configured correctly.

Interestingly if i run the same similar config in a 2626 ip routing works fine as exspected.

I would like to remove the 2626 of its ip routing duties, and have the 5308xl take this over.

My router is 192.168.100.1

Static routing on router is 10.10.0.0 255.255.0.0 192.168.100.251

5308xl Vlan1 (default) 192.168.100.250, V10 10.10.10.250, V20 10.10.20.250, V30 10.10.30.250

2626    Vlan1 (default) 192.168.100.251, V10 10.10.10.251, V20 10.10.20.251, V30 10.10.30.251

It almost seems it is static route in my dsl modem, due to the fact when i enable ip routing on the 5308 and the pc's on the vlans can ping the DSL modem gate way, but cannot acces internet. When I build the same axact config file for the 8503xl by hand in notepad.

I have looked thru several posts and have seen several people have issues with ip routing on the 5308xl. I recenty updated the software to the latest e11.43 had a very old version it before, so I though updating may fix the issue, but it did not.

Here is the config files for the currently working setup. I applogize, I did not save the non working config. but the config looks identical in the 5308 as far as ip routing and  as the 2626. 

; J4819A Configuration Editor; Created on release #E.11.43

hostname "Core Switch 1"
snmp-server contact "BRITRI"
time timezone 360
time daylight-time-rule Continental-US-and-Canada
module 3 type J4821B
module 4 type J4821B
module 5 type J4821B
module 6 type J4821B
module 1 type J4820B
ip default-gateway 192.168.100.251
sntp server 192.168.100.30
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A6,C1-C4,F3-F4
ip address 192.168.100.250 255.255.255.0
tagged F1-F2
no untagged A7-A24,D1-D4,E1-E4
exit
vlan 10
name "VLAN 10"
untagged A7-A12,D1-D4
ip address 10.10.10.250 255.255.255.0
tagged F1-F4
exit
vlan 20
name "VLAN 20"
untagged A13-A18,E1-E4
ip address 10.10.20.250 255.255.255.0
tagged F1-F4
exit
vlan 30
name "VLAN 30"
untagged A19-A24
ip address 10.10.30.250 255.255.255.0
tagged F1-F4
exit
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high
spanning-tree

2626 with ip routing enabled, working

; J4900B Configuration Editor; Created on release #H.10.119

hostname "VLAN Gateway Switch"
snmp-server contact "BRITRI"
time timezone 360
time daylight-time-rule Continental-US-and-Canada
ip default-gateway 192.168.100.250
sntp server 192.168.100.30
ip routing
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-8,21-26
ip address 192.168.100.251 255.255.255.0
no untagged 9-20
exit
vlan 10
name "VLAN 10"
untagged 9-12
ip address 10.10.10.251 255.255.255.0
tagged 26
exit
vlan 20
name "VLAN 20"
untagged 13-16
ip address 10.10.20.251 255.255.255.0
tagged 26
exit
vlan 30
name "VLAN 30"
untagged 17-20
ip address 10.10.30.251 255.255.255.0
tagged 26
exit
ip route 0.0.0.0 0.0.0.0 192.168.100.1
spanning-tree

 

 

 

2 REPLIES 2
Moetorola
Occasional Collector

Re: 5308xl switch ip route issue (not routing) but 2626 ip-routing works

Here i.s the non working ip routing config on the 5308.

In this config, PC's in other Vlans can ping the modem (192.168.100.1) and other vlans, but no internet access. PC's in default vlan1 can ping modem and acces internet. PC's have thier ip's set according to the vlan they are on plus the vlan gate way. Example: PC on vlan20= 10.10.20.101 255.255.255.0 GW 10.10.20.250

The DSL Modem config is 192.168.100.1  with static route changed to 10.10.0.0 255.255.0.0 192.168.100.250

I have tried adding seperate static routes for each vlan((X) 10, 20, 30)) Vlan example, 10.10.(X).0 255.255.255.0 192.168.100.250  and this did not work, infact i do not think the modem would let me even add them.

; J4819A Configuration Editor; Created on release #E.11.43

hostname "Core Switch 1"
snmp-server contact "BRITRI"
time timezone 360
time daylight-time-rule Continental-US-and-Canada
module 3 type J4821B
module 4 type J4821B
module 5 type J4821B
module 6 type J4821B
module 1 type J4820B
sntp server 192.168.100.30
ip routing
timesync sntp
sntp unicast
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged A1-A6,C1-C4,F3-F4
ip address 192.168.100.250 255.255.255.0
tagged F1-F2
no untagged A7-A24,D1-D4,E1-E4
exit
vlan 10
name "VLAN 10"
untagged A7-A12,D1-D4
ip address 10.10.10.250 255.255.255.0
tagged F1-F4
exit
vlan 20
name "VLAN 20"
untagged A13-A18,E1-E4
ip address 10.10.20.250 255.255.255.0
tagged F1-F4
exit
vlan 30
name "VLAN 30"
untagged A19-A24
ip address 10.10.30.250 255.255.255.0
tagged F1-F4
exit
ip route 0.0.0.0 0.0.0.0 192.168.100.1
fault-finder bad-driver sensitivity high
fault-finder bad-transceiver sensitivity high
fault-finder bad-cable sensitivity high
fault-finder too-long-cable sensitivity high
fault-finder over-bandwidth sensitivity high
fault-finder broadcast-storm sensitivity high
fault-finder loss-of-link sensitivity high
fault-finder duplex-mismatch-HDx sensitivity high
fault-finder duplex-mismatch-FDx sensitivity high
spanning-tree

parnassus
Honored Contributor

Re: 5308xl switch ip route issue (not routing) but 2626 ip-routing works

If you're exchanging the 2626 with the 5308xl and the Router has a Static Route set as you wrote (destination 10.10.0.0 255.255.0.0 via 192.168.100.251) then on the 5308xl your VLAN 1 (Default) shouldn't be 192.168.100.250  but is should be exactly 192.168.100.251 otherwise you Router will continue to contact the 2626 which continue to have 192.168.100.251.

Eventually you can change the Static Route and don't touch the SVI IP addressing of 5308xl/2626 on VLAN 1 BUT all peers on VLAN 1 using the SVI of that VLAN 1 as their Default Gateway IP address should change it accordingly (from 192.168.100.251 of 2626 to 192.168.100.250 of 5308xl, router will point to 192.168.100.250 to reach VLAN 1 and other VLANs subnets).


I'm not an HPE Employee
Kudos and Accepted Solution banner