Look this:
* Slot-1 Summit670.16 # configure iproute add 8.8.8.8/32 172.26.71.254 vlan "Radio"
* Slot-1 Summit670.17 # ping 8.8.8.8 from 172.26.71.253
Ping(ICMP) 8.8.8.8: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 8.8.8.8: icmp_seq=0 ttl=118 time=20 ms
16 bytes from 8.8.8.8: icmp_seq=1 ttl=118 time=20 ms
16 bytes from 8.8.8.8: icmp_seq=2 ttl=118 time=20 ms
16 bytes from 8.8.8.8: icmp_seq=3 ttl=118 time=20 ms
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 20/20/20 ms
* Slot-1 Summit670.18 # configure iproute delete 8.8.8.8/32 172.26.71.254 vlan "Radio"
* Slot-1 Summit670.19 # configure iproute add default 172.26.71.254 vlan "Radio"
* Slot-1 Summit670.20 # ping 8.8.8.8 from 172.26.71.253
Ping(ICMP) 8.8.8.8: 4 packets, 8 data bytes, interval 1 second(s).
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 packets received, 100% loss
round-trip min/avg/max = 0/0/0 ms
* Slot-1 Summit670.21 #
I don't understand why only the default route don't work from other vlan..