1752790 Members
6477 Online
108789 Solutions
New Discussion

Re: VLAN Routing

 
Hfeldma1
Occasional Visitor

VLAN Routing

Hi

 

I have a VLAN that I'm unble to route to another switch. I'm trying to get from 192.168.11.3 to 192.168.2.0 network. How do I accomplish this? This is a production switch, so I don't have the luxary to play. Devices on the 192.168.10.0 network are able to get to the 192.168.2.0 network

 

 

My Config:

vlan 3

   name "ADMIN"

   untagged 2-8

   ip address 192.168.11.1 255.255.255.0

   tagged Trk24

   ip irdp

   ip irdp minadvertinterval 30

   ip irdp maxadvertinterval 45

   exit

ip route 0.0.0.0 0.0.0.0 192.168.1.253

ip route 192.168.254.0 255.255.255.0 192.168.1.250

ip route 192.168.2.0 255.255.255.0 192.168.10.250

3 REPLIES 3
Vince-Whirlwind
Honored Contributor

Re: VLAN Routing

Please provide more config from that switch, showing the VLAN interface that has an IP address in the 192.168.10.0 network.

 

Also, on the remote switch that has the 192.168.10.250 address on it, please provide both VLAN interface configs for the 192.168.2.0 & 192.168.10.0 networks, plus a show IP route.

 

Please provide IP addressing details including default GW for the 192.168.11.3 host, as well as for the 192.168.2.x host it should be able to reach.

Hfeldma1
Occasional Visitor

Re: VLAN Routing

So I think what I'm really tring to do is get to the default gateway. I'm using port 6

 

trunk 22-24 Trk24 Trunk

trunk 19-20 Trk1 Trunk

trunk 17-18 Trk2 Trunk

trunk 16 Trk4 Trunk

trunk 12 Trk3 Trunk

ip default-gateway 192.168.1.253

ip routing

ip irdp

no timesync

vlan 1

   name "SOLARIS"

   untagged 9-11,13-14,21,Trk1-Trk4,Trk24

   ip address 192.168.10.1 255.255.255.0

   no untagged 1-8,15

   jumbo

   ip irdp

   ip irdp minadvertinterval 30

   ip irdp maxadvertinterval 45

   exit

vlan 2

   name "LEGACY"

   untagged 1,15

   ip address 192.168.1.21 255.255.255.0

   tagged Trk24

   ip irdp minadvertinterval 30

   ip irdp maxadvertinterval 45

   exit

vlan 3

   name "ADMIN"

   untagged 2-8

   ip address 192.168.11.1 255.255.255.0

   tagged Trk24

   ip irdp

   ip irdp minadvertinterval 30

   ip irdp maxadvertinterval 45

   exit

ip route 0.0.0.0 0.0.0.0 192.168.1.253

ip route 192.168.254.0 255.255.255.0 192.168.1.250

ip route 192.168.2.0 255.255.255.0 192.168.10.250

 

swhp01# show ip route

IP Route Entries

Destination Gateway VLAN Type Sub-Type Metric Dist.
------------------ --------------- ---- --------- ---------- ---------- -----
0.0.0.0/0 192.168.1.253 2 static 1 1
127.0.0.0/8 reject static 0 250
127.0.0.1/32 lo0 connected 0 0
192.168.1.0/24 LEGACY 2 connected 0 0
192.168.2.0/24 192.168.10.250 1 static 1 1
192.168.10.0/24 SOLARIS 1 connected 0 0
192.168.11.0/24 ADMIN 3 connected 0 0
192.168.254.0/24 192.168.1.250 2 static 1 1

 

swhp01# show management

Status and Counters - Management Address Information

Time Server Address : Disabled

SNTP Servers : none configured

Default Gateway : 192.168.1.253

VLAN Name MAC Address | IP Address
--------- ------------------- + -------------------
SOLARIS 001708-ab6620 | 192.168.10.1
LEGACY 001708-ab6620 | 192.168.1.21
ADMIN 001708-ab6620 | 192.168.11.1

 

Vince-Whirlwind
Honored Contributor

Re: VLAN Routing

Spoiler
 

 

on the remote switch that has the 192.168.10.250 address on it, please provide both VLAN interface configs for the 192.168.2.0 & 192.168.10.0 networks, plus a show IP route.