cancel
Showing results for 
Search instead for 
Did you mean: 

ICX 7150: Not letting me create a Router-Interface

jose_quiroz_eln
New Contributor II
HELP!!!

I've been trying to create a vlan with its own dhcp server, however for some reason my switch is not letting me create a router-interface. I do have the dhcp pool ready for it, though.

below is code:
ICX7150-C12 Switch(config)#vlan 30

ICX7150-C12 Switch(config-vlan-30)#tagged e 1/1/3
Added tagged port(s) ethe 1/1/3 to port-vlan 30.

ICX7150-C12 Switch(config-vlan-30)#tagged e 1/1/4
Added tagged port(s) ethe 1/1/4 to port-vlan 30.

ICX7150-C12 Switch(config-vlan-30)#untagged e 1/1/5
Added untagged port(s) ethe 1/1/5 to port-vlan 30.

ICX7150-C12 Switch(config-vlan-30)#router-interface ve 30
Invalid input -> router-interface ve 30
Type ? for a list

ICX7150-C12 Switch(config-vlan-30)#exit

ICX7150-C12 Switch(config)#show run
Current configuration:
!
ver 08.0.70cT211
!
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
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 30 by port
 tagged ethe 1/1/3 to 1/1/4
 untagged ethe 1/1/5
!
!
!
!
!
!
!
!
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
dhcp-gateway-list 10 192.168.30.1
ip address 192.168.1.90 255.255.255.0
no ip dhcp-client enable
ip dhcp-server enable
!
ip dhcp-server pool testvlan30
 excluded-address 192.168.30.1
 lease 1 0 0
 network 192.168.30.0 255.255.255.0
 option  3 ip 192.168.30.1
 deploy
!
!
username telepro password .....
username user password .....
username ruckus password .....
username admin password .....
!
!
interface ethernet 1/3/1
 speed-duplex 1000-full
!
interface ethernet 1/3/2
 speed-duplex 1000-full
!
!
!
!
!
!
!
!
!
end

21 REPLIES 21

I would try a ip route to the default gateway, 
device(config)# ip route 0.0.0.0/0 x.x.x.x

This link can help you out: http://docs.ruckuswireless.com/fastiron/08.0.70/fastiron-08070-commandref/GUID-2E5545F8-42DD-476B-A0...

Try adding a route for vlan 30 subnet to reach the gateway.

 ip route 192.168.30.0 255.255.255.0

still no internet. when i connect my laptop straight to the internet source i get:

IP: 192.168.1.25
Sub: 255.255.255.0
GW: 192.168.1.254
DHCP Server: 192.168.1.249

so i tried:
ip route 192.168.30.0 255.255.255.0 192.168.1.254

but still no internet for some reason...

note: i also tried: ip route 0.0.0.0/0 192.168.1.254

rajivw
New Contributor III
Just what I was looking for. Thank you!

rajivw
New Contributor III
Just what I was looking for. Thank you!