ip addrmap
Creates a new IP address map between the public IP address of the server to its private IP address in Amazon Web Services (AWS).
Syntax
[no] ip addrmap public-addr <public-ip-address> private-addr <private-ip-address>
Parameters
public-addr <public-ip-address> | Specifies the public IP address of the server. |
private-addr <private-ip-address> | Specifies the private IP address of the server. |
Usage
The no command option deletes a map entry from the public to private IP address map table. The no ip addrmap command does not allow the parameter private-addr.
Example
amnesiac (config) # ip addrmap public-addr 10.0.62.164 private-addr 10.0.62.165
amnesiac (config) # no ip addrmap public-addr 10.10.10.1
Product
SteelHead-c
Related Commands