Dear Friends,
I need quick help to configure Inter VLAN routing, Please check my below config,
VLAN 3012 is connected to ISP Gateway and I can ping the ISP gateway,
VLAN 3013 is connected to My Office Network,
Issue is I am unable to Ping Vlan 3013 from Office network as well as Unable to get traffic from ISP
I want to allow ISP traffic in my Office network, Please help to resolve the issue
ip route 0.0.0.0 0.0.0.0 XX.XX.XX.81
ip route 0.0.0.0 0.0.0.0 172.24.204.246
ip route XX.XX.XX.64 255.255.255.240 XX.XX.XX.66
ip route XX.XX.XX.131 255.255.255.255 117.205.9.130
ip route XX.XX.XX.144 255.255.255.248 XX.XX.XX.130
ip routing
interface 1/1
name "TO_ISP_01"
exit
interface 1/2
name "TO_ISP_02"
no power-over-ethernet
exit
vlan 3010
name "ISP_01_WAN_100"
untagged 1/1
tagged 1/22,1/24
ip address XX.XX.XX.245 255.255.255.252
exit
vlan 3011
name "ISP_01_100M"
untagged 1/5
tagged 1/3-1/4,1/12,1/22,1/24
ip address XX.XX.XX.129 255.255.255.248
exit
vlan 3012
name "ISP_TCL_WAN_200"
untagged 1/2
tagged 1/21,1/23
ip address XX.XX.XX.82 255.255.255.252
exit
vlan 3013
name "ISP_TCL_LAN_200M"
untagged 1/6
tagged 1/21,1/23
ip address XX.XX.XX.65 255.255.255.240
exit
#Aruba#NetworkController