uses a secondary address, all other rout ers in that segment must al so use a
secondary address from the same network or subnet ad dress space.
• If bootp or dhcp options are selected, the system will immedia tely start
broadcasting service requests. IP is enabled but will not function until a
BOOTP or DHCP reply has been received. Requests will be br oadcast
periodically by this device in an effort to learn it s IP address . (BOOTP and
DHCP values can include the IP address, default gateway, and subnet mask).
BOOTP or DHCP requests can be broadcast for a ll VLANs conf igured to
obtain address assignments through BOOTP or DHCP by e ntering the
ip
dhcp restart client
command, or by rebooting the router.
Note:
Each VLAN group can be assigned its own IP interface address. Therefore, if
routing is enabled, you can manage the router via any of these IP addresses.
Example
In the following example, the device is assigned an ad dress in V LAN 1.
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.1.5 255.255.255.0
Console(config-if)#
Related Commands
ip dhcp restart client (39-2)
ipv6 address (41-9)
ip default-gateway
This command specifies the IPv4 default gateway for destinations not found in the
local routing tables. Use the
no
form to remove a default gateway.
Syntax
ip default-gateway
gateway
no ip default-gateway
gateway - IP address of the default gateway
Default Setting
No static route is established.
Command Mode
Global Configuration
Command Usage
The gateway specified in this command is only valid if routing is disab led with
the
no ip routing
command (page 42-1). If IP routing is disabled, you must
define a gateway if the target device is located in a different subnet.
If routing is enabled, you can still define a static route using the ip route
command (page 42-2) to ensure t hat traffi c to the de signated ad dress or
subnet passes through a preferred gateway.
41-4
IP Interface Commands
41