57
ip address x.x.x.x y.y.y.y command is used to set IP address of the switch on
this VLAN. “x.x.x.x” is the IP address. “y.y.y.y” is the subnet mask.
For example, “ip address 192.168.1.12 255.255.255.0” will set the IP address of
the switch on this VLAN group for remote management.
ip address renew command is used to refresh the lease time of the IP address
got by DHCP. If IP configuration is not got when boot-up, this command will try
to get IP configuration again.
ip address release command is used to release current IP address got by
DHCP. Then, you can try to get the IP configuration again by “ip address
renew” command.
8. no command
This command is used to disable a function or restore a setting to factory
default of the switch.
(config-if)# no ?
ip Internet protocol
For example,
“ip address dhcp” command can enable DHCP client function on the VLAN
group interface and “no ip address dhcp” command can disable it.