神州数码7504的核心三层交换机
要求划分为 5个VLAN
VLAN1-VLAN4连接4个学生机房 VLAN5连接教室办公室的各个点
各个机房之间的计算机能够相互访问
配置如下:
dcrs-7504
ver 07.5.04T53
ip dont-use-acl
!
!
module 1 fi-24-port-copper-module
module 2 fi-8-port-gig-module
module 4 fi-8-port-gig-management-module
!
global-protocol-vlan
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 20 name dzjf1 by port
untagged ethe 1/1 to 1/3
router-interface ve 20
!
vlan 30 name dzjf2 by port
untagged ethe 1/4 to 1/6
router-interface ve 30
!
vlan 40 name dzjf3 by port
untagged ethe 1/7 to 1/9
router-interface ve 40
!
vlan 50 name dzjf4 by port
untagged ethe 1/10 to 1/12
router-interface ve 50
!
vlan 10 name jiaoshi by port
untagged ethe 1/13 to 1/23
router-interface ve 10
!
!
!
system-max multicast-route 256
system-max ip-filter-port 64
system-max ip-filter-sys 256
system-max l3-vlan 128
system-max ip-static-route 256
system-max vlan 512
system-max virtual-interface 512
!
enable super-user-password .....
!
interface ve 10
ip address 192.168.1.1 255.255.255.0
!
interface ve 20
ip address 192.168.2.1 255.255.255.0
!
interface ve 30
ip address 192.168.3.1 255.255.255.0
!
interface ve 40
ip address 192.168.4.1 255.255.255.0
!
interface ve 50
ip address 192.168.5.1 255.255.255.0
!
!
|
|