Edit IP ranges in clouds
You can add or remove the automatically generated IP ranges in clouds. Once implemented, any edits will remain for future map calculations. Additionally, you can display a list of all current cloud edit entries and disable edits that are no longer relevant.
Do the following:
-
Open a terminal and log in using the username "afa" and the related password.
-
To add a range to a cloud, enter the following command:
fa_map -add CIDR -stub stub_router_IP [-comment comment]
where, CIDR is the CIDR you want to include, stub_router_IP is the IP address of the adjacent router, and comment is a comment for the cloud edit entry (in quotations).
The comment parameter is optional.
Note: The input range must be in CIDR format.
The range is added to the cloud.
-
To remove a range from cloud(s), do one of the following:
Remove a range from all clouds except for specific cloudsEnter the following command:
fa_map -remove_from_all CIDR -except_stub stub_router_IP [-comment comment]
where, CIDR is the CIDR you want to exclude, stub_router_IP is the IP address of the adjacent router for which you want to keep the CIDR, and comment is a comment for the cloud edit entry (in quotations).
You can use the except_stub parameter multiple times to include the CIDR in multiple clouds, as in the following example:
fa_map -remove_from_all 10.0.10.0/24 -except_stub 192.168.1.20 -except_stub 10.155.102.250 -comment "10.0.10.0/24 is only behind 192.168.1.20 and 10.155.102.250"
Remove a range from a specific cloudEnter the following command:
fa_map -remove CIDR -stub stub_router_IP[-comment comment]
where, CIDR is the CIDR you want to exclude, stub_router_IP is the IP address of the adjacent router, and comment is a comment for the cloud edit entry (in quotations).
Note: The comment parameter is optional.
Note: The input range must be in CIDR format.
The range is removed from the cloud.
-
To display a list of all currently configured cloud edit entries, enter the following command:
fa_map -list -stub stub_router_IP
where, stub_router_IP is the IP address of the router for which you would like to see all cloud edit entries.
Note: The stub parameter is optional. When a router is not specified, all entries in the database are displayed.
The list of all cloud edit entries in the database is displayed.
-
To disable a cloud edit, enter the following command:
fa_map -del-entry CIDR -stub stub_router_IP -action exclude
where, CIDR is the CIDR of the entry you want to delete and stub_router_IP is the IP address of the router for the entry you want to delete.
Note: The input CIDR and router IP address must be exactly as they are in the cloud edit entry. It is recommended to display the entries (see above) and verify these inputs before running this command.
The following prompt appears:
Are you sure you want to delete entry [Y/n]
Press Enter.
The cloud is recalculated without the edit.