Figure 7-12. configuration example -36 – Hitachi GR2000 Series User Manual

Page 202

Advertising
background image

Hitachi Gigabit Router GR2000 Series Enhanced Version Operations - Device Management Overview

7-36

GR2K-GA-0015

Ver. 07-02

Figure 7-12 Configuration Example

In the configuration above, the IP address is not lent because the relay agent address
does not coincide with the IP address to which a DHCP/BOOTP client is connected
when data is output as described below during entry of a dhcp show giaddr
command.

> show dhcp giaddr interface Department1
DHCP GIADDR < Department1> : 170.2.2.1
>

Change the applied relay agent address in the procedure below using a DHCP/
BOOTP relay agent function when the relay agent address does not coincide with the
IP address. The operation of a DHCP/BOOTP client connection segment is
temporarily stopped to re-specify the IP configuration definition information of a
DHCP/BOOTP client connection interface.

[IP Configuration Definition Resetting Method]

1. Delete the IP address connected to the client from the IP definitions of the

interface (if all of the IP addresses in the IP definition are deleted, delete
"relay_interface" first).

(config)# show

line Department1 ethernet 0/0 ;

ip Department1{

170.1.1.1/24 ;

170.2.2.1/24 ;

170.3.3.1/24 ;

};

relay {

relay_list 1 170.10.10.10 ;

relay_group Bluegroup {

relay_list 2;

};

relay_interface Department1 relay_group Bluegroup ;

};

(config)# delete ip-address Department 170.1.1.1/24

Are you sure? (y/n): y

(config)# show ip Department1

ip Department1 {

170.2.2.1/24 ;

170.3.3.1/24 ;

};

(config)#

Advertising