质量为本、客户为根、勇于拼搏、务实创新
三层交换机怎样配置子接口
要配置三层交换机的子接口,可以依照以下步骤进行操作:
configure terminal
interface FastEthernet0/1.1
ip address <子网掩码>
encapsulation dot1q
no shutdown
exit
write memory
完成以上步骤后,三层交换机的子接口就配置好了。
TOP