so far ,
following has worked . data coming into & going out of summit-x460-24t switch is tagged . My system accepts tagged data from summit & gives untagged data to PC . For every vlan , dhcp pool has been assigned so PC's get IP & are able to ping each other even if having different vlan because ip forwarding has been enabled in summit.
Now my questions are
(1)Can I set dhcp lease interval ? How can I find what IP's have been distributed by switch & can I ping those from putty console of summit ?
(2)Our LAN gives IP in range 192.168.8.something . So I connected LAN port to port of x460-24t having vlan 8 (ip address 192.168.8.122/24) untagged . Then I tried
# configure ip route add default 192.168.8.122
%% Ambiguous command: "configure ip route add default 192.168.8.122"
I was hoping that a computer with ip , say 192.168.1.19, will be able to ping 192.168.8.something computer on LAN. What went wrong here ?