cancel
Showing results for 
Search instead for 
Did you mean: 

VLAN Routing issues

david_cummins
New Contributor

Hello I am trying to setup an ICX 7150 to allow me to have multiple vlans share the same dhcp server on one vlan and the internet connection on the default vlan


However my very simple config seems unable to route from vlan 2 across to the default vlan


I have port 1/2/1 configured with ip address 192.168.50.15/24 

My router is ip 192.168.50 254

I have the ip address range 10.172.2.1/24 attached to virtual interface VE 2

DCHP on 10.172.2.0 and that works if i connect to a untagged switchport


But I am unable to access the internet from any device with a 10.172.2.x address, default gateway is set to 10.172.2.1


Any advice greatly received and config shown below

ICX7150-C12 Router#sho run
Current configuration:
!
ver 08.0.95dT213
!
stack unit 1
  module 1 icx7150-c12-poe-port-management-module
  module 2 icx7150-2-copper-port-2g-module
  module 3 icx7150-2-sfp-plus-port-20g-module
  stack-port 1/3/1
  stack-port 1/3/2
!
!
global-stp
!
!
!
vlan 1 name DEFAULT-VLAN by port
 spanning-tree
!
vlan 2 name server by port
 untagged ethe 1/1/1 to 1/1/4 
 router-interface ve 2
!

aaa authentication web-server default local
aaa authentication login default local
boot sys fl sec
console timeout 30
enable aaa console
ip dhcp-client disable
ip dhcp-server enable
!
ip dhcp-server pool server
 lease 0 0 30
network 10.172.2.0 255.255.255.0
 option  3 ip 10.172.2.1  
 option  5 ip 8.8.8.8  
 deploy
!
ip default-network 192.168.50.0/24
ip dns server-address 192.168.50.254
ip route 0.0.0.0/0 192.168.50.254
ip route 10.172.2.0/24 192.168.50.254
ip router-id 192.168.50.15
!
telnet timeout 10
no telnet server
username super password .....
username mgladmin password .....
!
!
password-change any
!
!
!
!
manager registrar
34.89.230.72 34.89.230.73
manager active-list 34.89.230.73 34.89.230.72
!
manager port-list 987
!
!
router ospf
 area 0.0.0.0
!
!
!
!
!
!
!
!
interface ethernet 1/2/1
 ip address 192.168.50.15 255.255.255.0
 no ip dhcp-client enable
!
interface ve 2
 port-name Server
 ip address 10.172.2.1 255.255.255.0
!
!
ip ssh  timeout 30
ip ssh  idle-time 10
!
end

11 REPLIES 11

Surely it does ! This is a router and does inter-VLAN routing, static and dynamic (with license).

Hi Vincent 

Of course it does its just my frustration I apologise, I'm going to swap to a better router firewall with vlan tagging and routing capabilities and see if that helps me get it sorted. I'll be back when I'm ready.