接入层交换机Switch1的端口24为Trunk口,其余各口属于VLAN11,请根据图2补充[46]~[50]空白处完成交换机的配置。
Switch1 #config terminal
Switch1(config) #intece f0/24 (进入端口24配置模式)
Switch1(confiq-if) # switchport mode trunk (46)
Switchl(config-if) # switchport trunk encapsulation dotlq (47)
Switch1(config-if) # switchport trunk allowed all (允许所有VLAN从该端换数据)
Switch1(config-if) # exit
Switch1(config) # exit
Switch1 # vlan database
Switch1(vlan) # vlan 11 name lab01 (48)
Switch1(vlan) # exit
Switch1 #config terminal
Switch1(config) # intece f0/9 (进入f0/9的配置模式)
Switch1(config-if) # (49) (设置端口为接入链路模式)
Switch1(config-if)# (50) (把f0/9分配给VLAN11)
Switch1(config-if) # exit
Switch1(config) # exit
某公司租用了一段C类地址203.12.11.0/24~203.12.14.0/24,如图2所示。其网间地址是172.11.5.14/24。要求网内所有PC都能上网。
接入层交换机Switch1的端口24为Trunk口,其余各口属于VLAN11,请根据图2补充[46]~[50]空白处完成交换机的配置。
Switch1 #config terminal
Switch1(config) #intece f0/24 (进入端口24配置模式)
Switch1(confiq-if) # switchport mode trunk (46)
Switchl(config-if) # switchport trunk encapsulation dotlq (47)
Switch1(config-if) # switchport trunk allowed all (允许所有VLAN从该端换数据)
Switch1(config-if) # exit
Switch1(config) # exit
Switch1 # vlan database
Switch1(vlan) # vlan 11 name lab01 (48)
Switch1(vlan) # exit
Switch1 #config terminal
Switch1(config) # intece f0/9 (进入f0/9的配置模式)
Switch1(config-if) # (49) (设置端口为接入链路模式)
Switch1(config-if)# (50) (把f0/9分配给VLAN11)
Switch1(config-if) # exit
Switch1(config) # exit