Microsoft ES4649 Switch User Manual


 
IP Interface Commands
4-243
4
periodically by this device in an effort to learn its IP address. (BOOTP and
DHCP values can include the IP address, default gateway, and subnet mask).
You can start broadcasting BOOTP or DHCP requests by entering an ip dhcp
restart client command, or by rebooting the router.
Notes: 1. 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.
2. Before you can change the primary IP address on an interface, you
must first clear the current address with the no form of this command.
Example
In the following example, the device is assigned an address in VLAN 1.
Related Commands
ip dhcp restart client (4-122)
ip default-gateway
This command specifies the 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 disabled with
the no ip routing command. 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 must define the gateway with the ip route command.
Example
The following example defines a default gateway for this device:
Console(config)#interface vlan 1
Console(config-if)#ip address 192.168.1.5 255.255.255.0
Console(config-if)#
Console(config)#ip default-gateway 10.1.1.254
Console(config)#