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 ipr...
There is correct fdb entry but there is no iparp entry for this ip address.
show iproute "vlan999"
Ori Destination Gateway Mtr Flags VLAN Duration
#s 10.10.10.0/24 10.10.20.1 1 U----S-um--f- vlan999 9d:1...
Hmm, still doesn't work. I don't see any packets on server with ip 10.10.10.88
I have:
configure vlan vlan999 ipaddress 10.10.20.1 255.255.255.255
enable ipforwarding vlan vlan999
configure access-list test_vlan999 vlan "vlan999" ingress...