> After importing the vector, it is not possible to display it ("The
> bounding box of the map outside current region, nothing displayed.")
Use g.region to zoom to the extents of the imported map first,
g.region vect=map
d.vect map
v.info map
Hamish