1.interface Vlan-interface2 管理VLAN ID 是2
2.ip address 10.15.0.240 255.255.255.0 说明管理地址是10。15。0。240 这个就是为了远程登录来管理交换机的 telnet 用的。
3.ip route-static 0.0.0.0 0.0.0.0 10.15.0.100 preference 60 默认路由 0。0。0。0 表示发到所有网络段的数据都发给10。15。0。100 (这个地址是网关)
4.user-interface aux 0 辅助用户终端接口
5.user-interface vty 0 4 虚拟用户终端接口0-4
6.authentication-mode scheme 认证方式为radius方式认证
7.port link-type trunk 端口属性为trunk模式 (trunk允许通过多个vlan , access 只能通过一个vlan )
8.port trunk permit vlan all 这个端口允许所有VLAN通过