某IT公司现有行政部、技术部、市场部。VUN的划分:行政部VLAN10,技术部 VI且N20,市场部VLAN30,各部门之间还可以相互通讯。现有设备为:Cisco 3640路由器、 Cisco Catdyst 2924交换机一台以及二级交换机若干台。
交换机配置文件中的部分代码如下:
....
!
interface vlan10
ip address 192.168.0.1
!
interface vlan20
ip address 192. 168.1.1
!
interface vlan30
ip address 192.168.2.1
!
....
路由器配置文件中的部分代码如下:
....
interface Fast Ethernet 1/0.1
encapsulation is1 10
ip address 192.168. O.2
interface Fast Ethernet 1/0.2
encapsulation is1 20
ip address 192.168.1.2
interface Fast Ethernet 1/0.3
encapsulation isl 30
ip address 192.168.2.2
router rip
network 192. 168. O. 0
1. [问题1]
何谓 VLAN
参考答案:interface Fast Ethernet 1/0.1表示进入路由器的Fast Ether- net 1/0.1端门,对该端口进行相应参数的配置。