Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System DHCP Administration Guide |
Enabling and Disabling the DHCP Server
Specify the Amount of Time After Which an IP Address Is Made Available
Configuring DHCP Global Options
Configure the End IP for the Address Pool
Configure the Utilization Threshold
Create an Excluded Address in the Pool
Configuring Pool-Specific Options
Configure a Domain Name Option
Configure the NetBIOS Name Server
Configure the NetBIOS Node Type
Remove a Configured Default Router Subnet Option
Configure Options Specific to Address Pools
Configure Host-Specific Options
Enabling and Disabling Debug Traces for the DHCP Server
Enable Debug Traces for the DHCP Server
Disable Debug Traces for the DHCP Server
Configuring an Interface to Acquire or Use an IP Address
Configure an Interface to Acquire a Dynamic IP Address
Delete a Binding Entry From the Server
Configure a DHCP Server Address
Configuring Relay Agent Options
Enable the Relay Agent Information
Configure Relay Agent Suboptions
Enable Traces for the DHCP Relay Agent
Acquire an IP Address From a Server Residing Outside the Client Network
You can configure a switch to stop running DHCP and to use a manual IP allocation method for an interface.
SEFOS# configure terminal SEFOS(config)# vlan 41 SEFOS(config-if)# port ex 0/41 SEFOS(config-if)# exit
SEFOS(config-if)# interface vlan 41
SEFOS(config-if)# no shutdown
SEFOS(config-if)# no ip address
SEFOS(config-if)# ip address 12.0.0.1 255.255.255.0 SEFOS(config-if)# end
SEFOS# show ip interface vlan 41 vlan41 is up, line protocol is up Internet Address is 10.0.0.1/8 Broadcast Address 10.255.255.255 vlan41 is up, line protocol is down Internet Address is 12.0.0.1/24 Broadcast Address 12.0.0.255