Hitachi GR2000 Series User Manual
Page 204

Hitachi Gigabit Router GR2000 Series Enhanced Version Operations - Device Management Overview
7-38
GR2K-GA-0015
Ver. 07-02
(3-3)
Register IP addresses connected to the client last.
(3-4)
Set
relay_interface
in the interface.
(3-5)
Execute the
show dhcp giaddr
operation command and confirm that the IP address
input in item 3. above is displayed.
(i) Check when DCCP relay and VRRP are operated through the same interface
When the DHCP/BOOTP relay and the VRRP are operated through the same
interface, the DHCP/BOOTP client gateway address (router option) must be set to the
virtual router address specified in the VRRP configuration definition, at the DHCP/
BOOTP server. Failure to make this setting may result in inability of the DHCP/
BOOTP client to communicate, after switching of the master standby router by the
VRRP. To make the relevant check, follow the checking method for each DHCP/
BOOTP server.
(config)# ip-address Department1 170.1.1.1/24
(config)# show
line Department1 ethernet 0/0 ;
ip Department1 {
170.2.2.1/24 ;
170.3.3.1/24 ;
170.1.1.1/24 ;
};
relay {
relay_list 1 170.10.10.10 ;
relay_group Bluegroup {
relay_list 2;
};
};
(config)#
(config)# relay_interface Department1 -relay_group Bluegroup
(config)# show
line Department1 ethernet 0/0 ;
ip Department1 {
170.2.2.1/24 ;
170.3.3.1/24 ;
170.1.1.1/24 ;
};
relay {
relay_list 1 170.10.10.10 ;
relay_group Bluegroup {
relay_list 2;
};
relay_interface Department1 relay_group Bluegroup ;
};
(config)#
(config)# quit
# show dhcp giaddr interface Department1
DHCP GIADDR < Department1 >: 170.1.1.1
#