Hitachi GR2000 Series User Manual
Page 203

Troubleshooting
GR2K-GA-0015
7-37
Ver. 07-02
2. Reset the IP address connected to the client in the interface.
Confirm that the IP address connected to the client is displayed at the very
bottom when the IP definition revised by the
show
configuration definition
command (CLI type 1) is displayed.
3. Conclude
config
with
quit
and execute the
show dhcp giaddr
operation command.
Confirm that the resulting output is the IP address input in item 2. above.
If the resulting output is not the IP address input in item 2. above, reset the IP
definition and
relay_interface
according to the procedure below. The operation of
the relevant interface will be temporarily shut down because of the resetting of
the IP configuration definition data
(3-1)
After deleting the "relay_interface" definition set in the interface, delete all IP
definitions in the interface.
(3-2)
Register all IP addresses except IP addresses connected to the client in the
interface.
(config)# show ip Department1
ip Department1 {
170.2.2.1/24 ;
170.3.3.1/24 ;
};
(config)# ip-address Department1 170.1.1.1/24
(config)# show ip Department1
ip Department1 {
170.2.2.1/24 ;
170.3.3.1/24 ;
170.1.1.1/24 ;
};
(config)#
(config)# quit
# show dhcp giaddr interface Department1
DHCP GIADDR < Department1 >: 170.1.1.1
#
(config)# delete relay_interface Department1
Are you sure? (y/n): y
(config)# delete ip Department1
Are you sure? (y/n): y
(config)# show
line Department1 ethernet 0/0 ;
relay {
relay_list 1 170.10.10.10 ;
relay_group Bluegroup {
relay_list 2;
};
};
(config)#
(config)# ip Department1 170.2.2.1/24
(config)# ip-address Department1 170.3.3.1/24
(config)# show
line Department1 ethernet 0/0 ;
ip Department1 {
170.2.2.1/24 ;
170.3.3.1/24 ;
};
relay {
relay_list 1 170.10.10.10 ;
relay_group Bluegroup {
relay_list 2;
};
};
(config)#