R3102-R3103-HP 6600/HSR6600 Routers Layer 3 - IP Services Command Reference

136
Views
System view
Default command level
2: System level
Parameters
group-number: Internal server group number in the range of 0 to 31.
Usage guidelines
An interval server group referenced by the nat server command on an interface cannot be removed.
Examples
# Configure internal server group 1.
<Sysname> system-view
[Sysname] nat server-group 1
Related commands
nat server
nat static
Use nat static to configure a one-to-one static NAT mapping.
Use undo nat static to remove a one-to-one static NAT mapping.
Syntax
nat static local-ip [ vpn-instance local-name ] global-ip [ vpn-instance global-name ]
undo nat static local-ip [ vpn-instance local-name ] global-ip [ vpn-instance global-name ]
Views
System view
Default command level
2: System level
Parameters
local-ip: Internal IP address.
vpn-instance local-name: Specifies the MPLS L3VPN to which the internal IP address belongs. The
local-name argument is a case-sensitive string of 1 to 31 characters. Without this option, the internal IP
address does not belong to any VPN.
global-ip: External IP address.
vpn-instance global-name: Specifies the VPN to which the external IP address belongs. The global-name
argument is a case-sensitive string of 1 to 31 characters. Without this option, the external IP address does
not belong to any VPN.
Examples
# Configure static NAT mapping between internal IP address 192.168.1.1 and external IP address
2.2.2.2.
<Sysname> system-view
[Sysname] nat static 192.168.1.1 2.2.2.2