Ip address configuration example ii, Network requirements, Network diagram – H3C Technologies H3C S3600 Series Switches User Manual
Page 127: Configuration procedure
1-5
[Switch] interface Vlan-interface 1
[Switch-Vlan-interface1] ip address 129.2.2.1 255.255.255.0
IP Address Configuration Example II
Network requirements
As shown in
VLAN-interface 1 on a switch is connected to a LAN comprising two segments:
172.16.1.0/24 and 172.16.2.0/24.
To enable the hosts on the two network segments to communicate with the external network through the
switch, and the hosts on the LAN can communicate with each other, do the following:
Assign two IP addresses to VLAN-interface 1 on the switch.
Set the switch as the gateway on all PCs of the two networks.
Network diagram
Figure 1-4 Network diagram for IP address configuration
Configuration procedure
# Assign a primary IP address and a secondary IP address to VLAN-interface 1.
[Switch] interface Vlan-interface 1
[Switch-Vlan-interface1] ip address 172.16.1.1 255.255.255.0
[Switch-Vlan-interface1] ip address 172.16.2.1 255.255.255.0 sub
# Set the gateway address to 172.16.1.1 on the PCs attached to the subnet 172.16.1.0/24, and to
172.16.2.1 on the PCs attached to the subnet 172.16.2.0/24.
# Ping a host on the subnet 172.16.1.0/24 from the switch to check the connectivity.
PING 172.16.1.2: 56 data bytes, press CTRL_C to break
Reply from 172.16.1.2: bytes=56 Sequence=1 ttl=255 time=25 ms
Reply from 172.16.1.2: bytes=56 Sequence=2 ttl=255 time=27 ms