需要分析
技術部門が従来のネットワークの問題点を分析し、未来のネットワークは7X24時間のアプリケーションの強力なリアルタイム要件を満たす必要があり、このプロジェクトの目標は、「安全で安定した、リアルタイムで効果的な、効率的な負荷」システムアーキテクチャを構築することです。安全生産監視システムによる安全作業のリアルタイムで効果的な監視と管理を実現するため、ネットワークの転換には主にネットワークのコンバージェンスコア層の新しい設計と配置、バックボーンネットワークのスターリングネットワークのトポロジーの新しい計画とコンバージェンスコア層のルーターのオンラインホットロードバックアップモードの提供が含まれます。
実施プログラム
1.ネットワークコア層の計画
元のコア層ルータを4台のアクセス層通常ルータから2台のH3C MSR36-20コンバージェンスルータに置き換え、コア層ルータのVRRPルーティングホットロード技術を使用して、2台のコア層ルータにLANポートホットスタンバイモードを設定し、LANポートの1つをWLANポートアドレスとして設定し、WLANポートデータを直接交換します。コア層ルータのコアパラメータは、次のように個別に設定されます:
1.1.マスタールーターの設定
sysname MASTER_JiangKong_2
#
telnet server enable
#
router id 196.*.*.5
#
ospf 196
peer 196.*.*.50
peer 196.*.*.62
peer 196.*.*.86
peer 196.*.*.106
peer 196.*.*.122
peer 196.*.*.126
peer 196.*.*.142
peer 196.*.*.154
peer 196.*.*.241
area 0.0.0.0
network 10.*.*.0 0.0.0.255
network 196.*.*.0 0.0.0.255
network 196.*.*.48 0.0.0.3
network 196.*.*.60 0.0.0.3
network 196.*.*.84 0.0.0.3
network 196.*.*.104 0.0.0.3
network 196.*.*.120 0.0.0.3
network 196.*.*.124 0.0.0.3
network 196.*.*.140 0.0.0.3
network 196.*.*.152 0.0.0.3
network 196.*.*.240 0.0.0.3
#
system-working-mode
password-recovery enable
#
vlan 1
#
controller Cellular0/0
#
controller Cellular0/1
#
interface Aux0
#
interface Serial5/0
fe1 unframed
ip address 196.*.*.49 255.255.255.252
ospf network-type p2p
#
interface Serial5/1
fe1 unframed
ip address 196.*.*.61 255.255.255.252
ospf network-type p2p
#
interface Serial5/2
fe1 unframed
ip address 196.*.*.85 255.255.255.252
ospf network-type p2p
#
interface Serial5/3
fe1 unframed
ip address 196.*.*.105 255.255.255.252
ospf network-type p2p
#
interface Serial6/0
fe1 unframed
ip address 196.*.*.121 255.255.255.252
ospf network-type p2p
#
interface Serial6/1
fe1 unframed
ip address 196.*.*.153 255.255.255.252
ospf network-type p2p
#
interface Serial6/2
fe1 unframed
ip address 196.*.*.141 255.255.255.252
ospf network-type p2p
#
interface Serial6/3
fe1 unframed
ip address 196.*.*.125 255.255.255.252
ospf network-type p2p
#
interface NULL0
#
interface GigabitEthernet0/0
port link-mode route
combo enable copper
ip address 196.*.*.5 255.255.255.0
vrrp vrid 1 virtual-ip 196.*.*.1
vrrp vrid 1 priority 120
vrrp vrid 1 preempt-mode delay 5
#
interface GigabitEthernet0/1
port link-mode route
ip address 196.*.*.242 255.255.255.252
#
interface GigabitEthernet0/2
port link-mode route
ip address 10.*.*.252 255.255.255.0
vrrp vrid 2 virtual-ip 10.*.*.2
vrrp vrid 2 priority 120
vrrp vrid 2 preempt-mode delay 5
#
1.2 バックアップルータの重要なパラメータの設定
sysname BACKUP_JianKong_1
#
telnet server enable
#
router id 196.*.*.4
#
ospf 196
peer 196.*.*.5
peer 196.*.*.9
peer 196.*.*.14
peer 196.*.*.18
peer 196.*.*.26
peer 196.*.*.46
peer 196.*.*.66
peer 196.*.*.82
peer 196.*.*.158
peer 196.*.*.174
peer 196.*.*.178
peer 196.*.*.194
peer 196.*.*.198
peer 196.*.*.210
peer 196.*.*.214
peer 196.*.*.230
peer 196.*.*.242
area 0.0.0.0
network 10.*.*.0 0.0.0.255
network 196.*.*.0 0.0.0.255
network 196.*.*.4 0.0.0.3
network 196.*.*.8 0.0.0.3
network 196.*.*.12 0.0.0.3
network 196.*.*.16 0.0.0.3
network 196.*.*.24 0.0.0.3
network 196.*.*.44 0.0.0.3
network 196.*.*.64 0.0.0.3
network 196.*.*.80 0.0.0.3
network 196.*.*.156 0.0.0.3
network 196.*.*.172 0.0.0.3
network 196.*.*.176 0.0.0.3
network 196.*.*.192 0.0.0.3
network 196.*.*.196 0.0.0.3
network 196.*.*.208 0.0.0.3
network 196.*.*.212 0.0.0.3
network 196.*.*.228 0.0.0.3
network 196.*.*.240 0.0.0.3
#
ip unreachables enable
ip ttl-expires enable
#
system-working-mode
password-recovery enable
#
vlan 1
#
controller Cellular0/0
#
controller Cellular0/1
#
interface Aux0
#
interface Serial5/0
fe1 unframed
ip address 196.*.*.197 255.255.255.252
ospf network-type p2p
#
interface Serial5/1
fe1 unframed
ip address 196.*.*.209 255.255.255.252
ospf network-type p2p
#
interface Serial5/2
fe1 unframed
ip address 196.*.*.177 255.255.255.252
ospf network-type p2p
#
interface Serial5/3
fe1 unframed
ip address 196.*.*.193 255.255.255.252
#
interface Serial5/4
fe1 unframed
ip address 196.*.*.157 255.255.255.252
ospf network-type p2p
#
interface Serial5/5
fe1 unframed
ip address 196.*.*.173 255.255.255.252
ospf network-type p2p
#
interface Serial5/6
fe1 unframed
ip address 196.*.*.25 255.255.255.252
ospf network-type p2p
#
interface Serial5/7
fe1 unframed
ip address 196.*.*.45 255.255.255.252
ospf network-type p2p
#
interface Serial6/0
fe1 unframed
ip address 196.*.*.17 255.255.255.252
ospf network-type p2p
#
interface Serial6/1
fe1 unframed
ip address 196.*.*.13 255.255.255.252
ospf network-type p2p
#
interface Serial6/2
fe1 unframed
ip address 196.*.*.6 255.255.255.252
ospf network-type p2p
#
interface Serial6/3
fe1 unframed
ip address 196.*.*.10 255.255.255.252
ospf network-type p2p
#
interface Serial6/4
fe1 unframed
ip address 196.*.*.229 255.255.255.252
ospf network-type p2p
#
interface Serial6/5
fe1 unframed
ip address 196.*.*.213 255.255.255.252
ospf network-type p2p
#
interface Serial6/6
fe1 unframed
ip address 196.*.*.65 255.255.255.252
ospf network-type p2p
#
interface Serial6/7
fe1 unframed
ip address 196.*.*.81 255.255.255.252
ospf network-type p2p
#
interface NULL0
#
interface GigabitEthernet0/0
port link-mode route
combo enable copper
ip address 196.*.*.4 255.255.255.0
vrrp vrid 1 virtual-ip 196.*.*.1
#
interface GigabitEthernet0/1
port link-mode route
ip address 196.*.*.241 255.255.255.252
#
interface GigabitEthernet0/2
port link-mode route
ip address 10.*.*.254 255.255.255.0
vrrp vrid 2 virtual-ip 10.*.*.2
2.ネットワーク・トポロジーの変更
物理的なリング保護のためにマスターとバックアップルータのWLANポートにクロスアクセスされている12の出口と12の入り口として下位ユニットの12リングネットワーク内の24のリンクを定義します。追加の監視ネットワークコアスイッチは、ネットワーク層から監視ネットワークとオフィスネットワークのパケットを分離するだけでなく、元のコアスイッチの高負荷圧力を低減します。変更前と変更後のトポロジー図は次のとおりです:
追記





