Cisco

向一對待機的 Cisco 4948E 添加新的 vlan - 有什麼陷阱嗎?

  • February 24, 2017

在分公司,我們有一對 4948E 作為網路核心。我需要添加一個新的 VLAN,並且以前沒有在這些設備上這樣做過。這是其中一對的現有配置:

interface Vlan20
description DC-Guest
ip address 10.2.80.3 255.255.255.0
ip helper-address 10.3.101.15
no ip redirects
no ip unreachables
no ip proxy-arp
standby version 2
standby 20 ip 10.2.80.1
standby 20 timers 1 3
standby 20 priority 110
standby 20 preempt
load-interval 30

我打算添加這個:

vlan 30
name DC-AVTest
interface Vlan30
description DC-AVTest
ip address 10.2.2.3 255.255.255.0
ip helper-address 10.3.101.15
no ip redirects
no ip unreachables
no ip proxy-arp
standby version 2
standby 30 ip 10.2.2.1
standby 30 timers 1 3
standby 30 priority 110
standby 30 preempt
load-interval 30

這在第二個開關上:

vlan 30
name DC-AVTest
interface Vlan30
description DC-AVTest
ip address 10.2.2.2 255.255.255.0
ip helper-address 10.3.101.15
no ip redirects
no ip unreachables
no ip proxy-arp
standby version 2
standby 30 ip 10.2.2.1
standby 30 timers 1 3

還有什麼我需要知道的嗎?這個 VLAN 還需要放在邊緣交換機(C3650 堆棧)上,中繼沒有在配置中定義 VLAN,它vtp transparent在核心上 - 所以應該就像將它添加到 VLAN 數據庫一樣簡單邊緣,然後將 30 設置為所需埠上的 VLAN。

好的,沒有引起任何問題。每個交換機上的新 SVI 以“admin down”開始,因此每個交換機no shut上的一個都將其啟動,沒有問題。

引用自:https://serverfault.com/questions/834763