Command:
peer default ip address
Mode:
Router(config-if)#
Syntax:
peer default ip address {ip-address | dhcp | pool [pool-name]}
no peer default ip address {ip-address | dhcp | pool [pool-name]}
Syntax Description:
ip-address
Specific IP address to be assigned to a remote peer dialing in to the interface. To prevent duplicate IP addresses from being assigned on more than one interface, this command argument cannot be applied to a dialer rotary group nor to an ISDN interface.
dhcp
Retrieve an IP address from the DHCP server.
pool
Use the global default mechanism as defined by the ip address-pool command unless the optional pool-name argument is supplied. This is the default.
pool-name
(Optional) Name of a local address pool created using the ip local pool command. Retrieve an address from this pool regardless of the Global Default Mechanism setting.
Command Description:
Use the peer default ip address interface configuration command to specify an IP address, an address from a specific IP address pool, or an address from the DHCP mechanism to be returned to a remote peer connecting to this interface. This command sets the address used on the remote (PC) side. Use the no form of this command to disable a prior peer IP address pooling configuration on an interface. To remove the default address from the configuration, use the no form of this command also.
Example:
The following will assign the distant peer the IP address of 10.0.0.200.
Router(config-if)#peer default ip address 10.0.0.200
Misconceptions:
|
None |
Related Commands:
|
None |
� Cisco Systems, Inc. 2001, 2002, 2003
World Wide Education
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |