![H3C S5500-EI series Скачать руководство пользователя страница 272](http://html2.mh-extra.com/html/h3c/s5500-ei-series/s5500-ei-series_configuration-manual_3726960272.webp)
255
Figure 98
Network diagram
Device Interface IP
address
Device Interface IP
address
Switch A
Vlan-int100
3.0.1.1/24
Switch C
Vlan-int101
3.0.2.2/24
Vlan-int200 2.0.1.1/24
Vlan-int201 2.0.2.2/24
Switch B
Vlan-int100
3.0.1.2/24
Switch D
Vlan-int200
2.0.1.2/24
Vlan-int101 3.0.2.1/24
Vlan-int201 2.0.2.1/24
Configuration procedure
1.
Configure IP addresses for interfaces. (Details not shown)
2.
Configure OSPF to make sure that Switch A and Switch C are reachable to each other. (Details not
shown)
3.
Configure BGP on Switch A.
# Establish two iBGP connections between Switch A and Switch C.
<SwitchA> system-view
[SwitchA] bgp 100
[SwitchA-bgp] peer 3.0.2.2 as-number 200
[SwitchA-bgp] peer 2.0.2.2 as-number 200
[SwitchA-bgp] quit
# When the two links between Switch A and Switch C are both up, Switch C adopts the link Switch
A<—>Switch B<—>Switch C to exchange packets with network 1.1.1.0/24. (Set a higher MED value for
route 1.1.1.0/24 sent to peer 2.0.2.2 on Switch A.)
•
Create ACL 2000 to permit 1.1.1.0/24 to pass.
[SwitchA] acl number 2000
[SwitchA-acl-basic-2000] rule permit source 1.1.1.0 24
[SwitchA-acl-basic-2000] quit
•
Create two route policies,
apply_med_50
and
apply_med_100
. Policy
apply_med_50
sets the
MED for route 1.1.1.0/24 to 50. Policy
apply_med_100
sets that to 100.
[SwitchA] route-policy apply_med_50 permit node 10
[SwitchA-route-policy] if-match acl 2000
[SwitchA-route-policy] apply cost 50