H3C S7500 Series Ethernet Switches Release 3135 DHCP Configuration Examples

Routing Configuration Examples
H3C S7500 Series Ethernet Switches Release 3135 Chapter 2 Configuration Examples
2-2
II. Configuration procedure
Configure the switches:
# Configure static routes on Switch A.
<SwitchA> system-view
[SwitchA] ip route-static 1.1.3.0 255.255.255.0 1.1.2.2
[SwitchA] ip route-static 1.1.4.0 255.255.255.0 1.1.2.2
[SwitchA] ip route-static 1.1.5.0 255.255.255.0 1.1.2.2
# Configure static routes on Switch B.
<SwitchB> system-view
[SwitchB] ip route-static 1.1.2.0 255.255.255.0 1.1.3.1
[SwitchB] ip route-static 1.1.5.0 255.255.255.0 1.1.3.1
[SwitchB] ip route-static 1.1.1.0 255.255.255.0 1.1.3.1
# Configure static routes on Switch C.
<SwitchC> system-view
[SwitchC] ip route-static 1.1.1.0 255.255.255.0 1.1.2.1
[SwitchC] ip route-static 1.1.4.0 255.255.255.0 1.1.3.2
Configure the hosts:
# Configure the default gateway as 1.1.5.1 on host A (omitted).
# Configure the default gateway as 1.1.4.1 on host B (omitted).
# Configure the default gateway as 1.1.1.1 on host C (omitted).
Now any two hosts or switches can communicate with each other.
2.1.2 RIP Configuration Examples
I. Network requirements
1) Requirement analysis:
A small company requires any two nodes in its network can communicate with each
other. The devices can dynamically adjust to network topology changes.
Based on the customer requirements and networking environment, use RIP to realize
network interconnection.
2) Network diagram
Figure 2-2 shows the network diagram.