在分支机构,我们有一对 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 一样简单。
答案1
好的,没有出现任何问题。每台交换机上的新 SVI 都以“admin down”状态启动,因此no shut
每台交换机上的 都将其启动,没有出现任何问题。