Web and Unmanaged
1752603 Members
4922 Online
108788 Solutions
New Discussion

V1910 switch vlan not working to default vlan

 
GrumpyOldTech
Occasional Visitor

V1910 switch vlan not working to default vlan

 

V1910-24g   ROUTING DOES NOT WORK

 

intervlan routing working only on tagged

 

The setup I am trying to get to work is as follows:

 

SWITCH SETUP
VLAN       for            ports                                                      network                   vlan interface 
vlan 1  default    all ports                    untagged      10.196.0.0/22               10.196.1.221
vlan10  server     ports 1-4, 23,24   tagged            10.196.10.0/24           10.196.10.221
vlan20  wifi           ports 5-8  23,24   tagged            10.196.20.0/24           10.196.20.221 
vlan30  virtual     ports 1-24               tagged            10.196.30.0/24          10.196.30.221
vlan50  video       port 16     23,24     tagged            10.196.50.0/24          10.196.50.221

 

the devices connected all use 10.196.x.221  as there gateways

 

the internet gateway is 10.196.1.254 on vlan1

 

 

IP4 ROUTING  most automatic add the default route as static

 

DESTINATION IP        MASK                 PROTocol pref     next hop         interface
0.0.0.0                          0.0.0.0                  Static        60      10 .196.1.254       Vlan-interface1
10.196.0.0          255.255.252.0          Direct          0       10.196.1.221  Vlan-interface1
10.196.1.221 255.255.255.255        Direct           0           127.0.0.1       InLoopBack0
10.196.10.0       255.255.255.0          Direct           0     10.196.10.221  Vlan-interface10
10.196.10.221 255.255.255.255      Direct           0           127.0.0.1         InLoopBack0
10.196.16.0      255.255.255.0            Direct           0     10.196.16.221  Vlan-interface16
10.196.16.221 255.255.255.255      Direct            0          127.0.0.1        InLoopBack0
10.196.20.0      255.255.255.0            Direct            0     10.196.20.221 Vlan-interface20
10.196.20.221 255.255.255.255       Direct            0         127.0.0.1        InLoopBack0
10.196.30.0      255.255.255.0            Direct            0     10.196.30.221 Vlan-interface30
10.196.30.221 255.255.255.255      Direct             0         127.0.0.1        InLoopBack0
10.196.50.0      255.255.255.0            Direct             0    10.196.50.221 Vlan-interface50
10.196.50.221 255.255.255.255      Direct             0          127.0.0.1      InLoopBack0
10.196.100.0 255.255.255.0               Direct             0  10.196.100.221 Vlan-interface100
10.196.100.221 255.255.255.255     Direct              0        127.0.0.1     InLoopBack0
127.0.0.0          255.0.0.0                         Direct             0         127.0.0.1     InLoopBack0
127.0.0.1            255.255.255.255      Direct              0         127.0.0.1     InLoopBack0

 

ACLs  3010
Rule ID Operation Description                                                                                     Time Range
10                permit       ip source         10.196.10.0    0.0.0.255
                                         destination     10.196.0.0       0.0.3.255 
20                permit         ip source       10.196.20.0     0.0.0.255 
                                          destination    10.196.0.0         0.0.3.255 
30              permit           ip source         10.196.30.0     0.0.0.255
                                          destination       10.196.0.0       0.0.3.255 
50                permit         ip source          10.196.50.0     0.0.0.255
                                            destination      10.196.0.0       0.0.3.255
acl 3011
Rule ID Operation        Description                                                                                                        Time Range
10                permit           ip source         10.196.0.0        0.0.3.255
                                              destination     10.196.10.0     0.0.0.255 
20                permit            ip source         10.196.0.0        0.0.3.255
                                              destination      10.196.20.0     0.0.0.255 
30                permit            ip source          10.196.0.0        0.0.0.255
                                             destination        10.196.30.0      0.0.3.255 
50                permit           ip source            10.196.0.0        0.0.3.225
                                               destination       10.196.50.0     0.0.0.255
    
devices on vlan1 can ping other vlans and connect to them


vlan 10 can ping all vlan interfaces  and can ping devices and connect to on vlan20,30,50

but not vlan1 except for the vlan interface 10.196.1.221
the same for other vlans 20,30,50

 

 

WHY can't the vlans10-50  ping and/or connect to vlan1
 and in turn cannot connect to the internet?

 

Hope this is enough info

 

thanks for your time