Zhone 5100 安装指南

下载
页码 98
CHAPTER 4
Configuring a VDR
36    
Vpacket 5100/6100 Series Installer’s Guide
Configuring the LAN interface
This procedure explains how to configure the 5100/6100 VDR to carry  data traffic over the 
LAN.   These steps illustrate how to change the default settings to match the LAN IP address 
found in Figure 4-3 on page 35.
To configure data services
1. Access the CLI main configuration level.
2. At the VPacket# prompt, issue show ip to view the default IP interface values. 
Example:
3. To set the Ethernet IP interface, issue set ip lan <IP address of the Ethernet interface> 
<netmask>
Figure 4-3 on page 35 shows the LAN IP address to be 10.10.10.254 with a subnet mask of 
255.255.255.0
Example:
4. Issue show ip and verify the changes.
The default IP address is listed as ACTIVE and the target IP address that was just added is 
listed as CONFIG until you commit the IP information and save the changes.
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
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 lan 10.10.10.254 255.255.255.0
VPacket#