During daily storage O & M, cross-CIDR block access is required due to different network settings. lif address for business access.
For example, the client address is172.168.1.X, blue underpants nas of lif address, or the address of the external service release.172.168.1.Y, these172.168.1.X you can mount or mount172.168.1.Y of nas share.
A routing policy is set on the storage. The command is as follows:
> network route create-vserver SVM_ XX-Destination172.168.1.0/24 -gateway 172.168. 1.1
Then there is a network segment client, such172.168.136.X, want to access192.168.1.Y, and for a variety of reasons, after the port is opened, no routing is added, you need to add a routing policy to the storage, so that this type172.168.136.X address, you can jump172.168.1.14.
This operation is required for storage.
> network route create-vserver SVM_ XX-Destination172.168.136.0/24 -gateway 172.168. 1.14
then check:
> network route show
if the configuration is wrong and conflicts with the original gateway, you can delete it. Because the configuration is wrong, the original gateway nas top of the disk.
> network route delete-vserver SVM_ XX-Destination172.168.136.0/24 -gateway 172.168. 1.14
-- Stop work--