LAN Routing
1752369 Members
5980 Online
108787 Solutions
New Discussion

Ip Route with switch Aruba 2930M

 
JbOne73
Occasional Contributor

Ip Route with switch Aruba 2930M

Hi everybody !

I just received a switch Aruba 2930M in replacement of a switch Avaya 5520, now, I have to configure it but I have a big problem.

When I writte the command "ip route 0.0.0.0 0.0.0.0 X.X.X.X" I don't see my route with the command "show ip route" and I don't understant why it don't work.

The IP Routing is activate, the Vlans created and each one have a IP address.

Can you help me please ?

Thank you so much.

 

 

6 REPLIES 6
parnassus
Honored Contributor

Re: Ip Route with switch Aruba 2930M

Have you tried to set the Default Route by using the ip route 0.0.0.0/0 x.x.x.x syntax for the ip route command?


I'm not an HPE Employee
Kudos and Accepted Solution banner
Vince-Whirlwind
Honored Contributor

Re: Ip Route with switch Aruba 2930M

Can we assume the static route target you are setting is an address within a connected subnet on the switch?

Seeing as they were threatening to mix up 3COM commands onto the Procurve OS, the first thing I would try is the same command, but without the "e" at the end of "ip route", because that takes only a few seconds to test.

Then I would enable 
debug dest sess
debug all
Then run the command again.

 

JbOne73
Occasional Contributor

Re: Ip Route with switch Aruba 2930M

Good morning Vince-Whirlwind,

Can we assume the static route target you are setting is an address within a connected subnet on the switch?

Yes, I'm sure because I created a Vlan with the same subnet for example :

Vlan1

IP address = 10.10.10.1/24

and for my route

ip route 0.0.0.0/0 10.10.10.1

The command work correctly but I don't see when I do show ip route.

 

However, when I write the command "show config", I see the route that I created and I don't understand why with this one function it's ok and not with "show config" ?

 

I tried your command "ip rout" (I deleted the "e") but it doesn't work, I have the message "Ambiguous input : rout"

 

Thank you so much for your help

Vince-Whirlwind
Honored Contributor

Re: Ip Route with switch Aruba 2930M

I'm not sure a static route targetting a local address is much use - where is it you want that traffic to actually go? Target the remote interface on the 10.10.10.0 subnet.

JbOne73
Occasional Contributor

Re: Ip Route with switch Aruba 2930M

Hi Vince,

want to tell my switch that all IP addresses outside my Vlans are routed to my router that has the IP address 10.10.10.1

For example :

Vlan1 = ip route 192.168.10.0/24 192.168.10.1

Vlan2 = ip route 192.168.20.0/24 192.168.20.1

Vlan3 = ip route 192.168.30.0/24 192.168.30.1

The IP addresses 192.168.10.1, 192.168.20.1 and 192.168.30.1 are IP addresses of the Vlans that I declared in my switch Aruba 2930M.

Thank you so much for your help me.

Vince-Whirlwind
Honored Contributor

Re: Ip Route with switch Aruba 2930M

I don't quite understand what that example means.

Can you show your switch config, all the VLAN interface IP addressing, and specify what the router's ip config is for the subnet it shares with the switch.