Руководство По Установке для Zhone 5100

Скачать
Страница из 98
CHAPTER 4
Configuring a VDR
38    
Vpacket 5100/6100 Series Installer’s Guide
Deleting an IP address
You can follow these steps to delete an already configured interface LAN or WAN IP address by 
issuing the set ip delete lan or set ip delete wan commands. 
To delete an IP address
1. Access the CLI main configuration level.
2. At the VPacket # prompt, issue show ip to view the current IP interface values. 
Example:
3. At the VPacket# prompt, enter the set ip delete ethernet (or set ip delete wan if you want to 
delete the WAN interface IP address) command.
Example:
4. Issue the commit ip command.
Example:
5. Issue the save command and confirm that you want to overwrite the Flash memory by 
entering y.
Example:
VPacket# show ip
ACTIVE indicates this is the current operational setting
CONFIG indicates this has been configured but not activated
-------------------------IP INTERFACE----------------------
       INTERFACE NAME      IP ADDRESS          NET MASK
ACTIVE lan                 192.168.0.254        255.255.255.0   Not NATed
ACTIVE lan                 10.10.10.254        255.255.255.0   Not NATed
CONFIG wan                 1.1.1.1             255.255.255.0
CONFIG Default Gateway     1.1.1.254
ACTIVE Voice Ip Address    1.1.1.1
-----------------------------------------------------------
VPacket#
VPacket# set ip delete lan 192.168.0.254 255.255.255.0
Delete ip lan success.
VPacket#
VPacket# commit ip
The physical link of the wan interface is not up
VPacket# save
This action will overwrite the configuration in the Flash memory
Do you want to continue (y|n) [n]? y
Save successful
VPacket#