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-9
2.1.5 Basic IS-IS Configuration Example
I. Network requirements
1) Requirement analysis
A small company requires that any two nodes on its network can communicate with
each other. The network devices can adapt to topology changes and complete fast
route convergence accordingly.
According to the requirements and actual network environment, use IS-IS to enable
communication between devices.
2) Network diagram
Figure 2-5 Basic IS-IS configuration network diagram
II. Configuration procedure
# Configure Switch A.
<SwitchA> system-view
[SwitchA] isis
[SwitchA-isis] network-entity 86.0001.0000.0000.0005.00
[SwitchA] interface vlan-interface 100
[SwitchA-Vlan-interface100] ip address 100.10.0.1 255.255.255.0
[SwitchA-Vlan-interface100] isis enable
[SwitchA] interface vlan-interface 101
[SwitchA-Vlan-interface101] ip address 100.0.0.1 255.255.255.0
[SwitchA-Vlan-interface101] isis enable
[SwitchA] interface vlan-interface 102
[SwitchA-Vlan-interface102] ip address 100.20.0.1 255.255.255.0
[SwitchA-Vlan-interface102] isis enable
# Configure Switch B.