在分公司,我们有一对4948 E作为网络核心。我需要添加一个新的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。
发布于 2017-02-24 20:05:26
好吧,没有问题。每个开关上的新SVI开始时都是"admin“,所以每个开关上都有一个no shut启动,没有问题。
https://serverfault.com/questions/834763
复制相似问题