在分公司,我们有一对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透明的 – 所以这应该就像添加到VLAN一样简单边缘上的数据库,然后将30设置为所需端口上的VLAN.