07-31-2018 04:16 AM
have a network with two vlans. both port based
vlan 3 is the major network. devices on it have a subnet of 192.168.1
vlan 10 is a minor network , ip subnets 192.168.10.
in one port on vlan 3 is a router to the outside world, ip address 192.168.1.254
I've added some router hops and a default as you can see below.
from vlan 10. i can ping the router interface from vlan 3. 192.168.1.4, the pc ii was using has an ip of 192.168.10.200
it pingsa 192.168.1.4 (router interface on vlan 3) with no problems, but fails to ping the router on 192.168.1.254 also on vlan 3. why?
thank you
the config is below.
flash version FGSL07202a.bin (layer 3)
ver 07.2.02aT7e1
!
module 1 fgs-48-port-management-module
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 3 name main by port
tagged ethe 0/1/29
untagged ethe 0/1/3 to 0/1/12 ethe 0/1/15 to 0/1/28 ethe 0/1/30 to 0/1/48
router-interface ve 3
!
vlan 10 name studios by port
tagged ethe 0/1/29
untagged ethe 0/1/1 to 0/1/2 ethe 0/1/13 to 0/1/14
router-interface ve 10
!
!
!
!
!
!
!
!
aaa authentication web-server default local
aaa authentication enable default local
aaa authentication login default local
boot sys fl sec
ip default-network 192.168.1.4/24
ip dns domain-name lincolncityradio.com
ip dns server-address 192.168.1.254 8.8.8.8 8.8.4.4
ip route 0.0.0.0 255.255.255.255 192.168.1.4
ip route 192.168.10.4 255.255.255.255 192.168.1.4
ip route 192.168.1.4 255.255.255.255 192.168.10.4
username tech password .....
web-management frame front-panel
web-management frame bottom
web-management page-menu
web-management enable vlan 3
interface ethernet 0/1/29
dual-mode
!
interface ve 3
ip address 192.168.1.4 255.255.255.0
!
interface ve 10
08-01-2018 01:37 PM
08-01-2018 11:52 PM
08-02-2018 09:19 AM
08-02-2018 09:48 AM