文件名称:三层转发实践.docx
文件大小:1.4MB
文件格式:DOCX
更新时间:2023-07-18 05:25:23
三层交换机 三层转发配置 三层转发流程
B、switch0和switch1,各自的fa0/1和fa0/2分别连接主机(属于不同VLAN),fa0/3以trunk模式连接到三层交换机 配置过程,以switch0为例(switch1配置与switch0类似): Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 2 Switch(config-vlan)#exit Switch(config)#vlan 3 Switch(config-vlan)#exit Switch(config)#int fa0/1 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 2 Switch(config-if)#exit Switch(config)#int fa0/2 Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 3 Switch(config-if)#exit Switch(config)#int fa0/3 Switch(config-if)#switchport mode trunk Switch(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up