cancel
Showing results for 
Search instead for 
Did you mean: 

routing via interface on extreme 670, xos 15.3

routing via interface on extreme 670, xos 15.3

Peter1962
New Contributor
Hi,

On some linux server i have routing via interface:

ifconfig eth0 10.10.20.1/24
route add -net 10.10.10.0/24 dev eth0

I'd like do the same on extreme 670, but i can't

something like this:
configure vlan999 ipaddress 10.10.20.1/24
configure iproute add 10.10.10.0/24 vlan999

Is there some trick or other way to get this kind of functionality ? second/multi addresses on interface has some cons for me..

thanks for help,
greetings
Peter

5 REPLIES 5

Sumit_Tokle
Contributor
you have to enable ipformwarding command on vlan vlan999 in order to send traffic between the vlans.

Mentioned the gateway address instead of vlan name as shown below,

configure iproute add 10.10.10.0/24 10.10.20.1
GTM-P2G8KFN