1、1、迈普设备配置基本命令用户名密码为 admin adminSwitchenableSwith#config terminalSwith(config)#vlan 70 /新建 vlan70Switch(Config-If-Vlan70)#name guanli /将 vlan70 命名为 guanliSwitch(Config-If-Vlan70)#ip address 172.17.202.21 255.255.255.0/配置交换机管理地址Switch(Config-If-Vlan70)#no shutdownSwitch(Config-If-Vlan70)#exitSwith(conf
2、ig)#ip route-static 0.0.0.0 0.0.0.0 172.17.202.1/配置交换机路由Swith(config)#vlan 338,440 /新建 vlan338,440Switch(Config)# int ethernet 0/0/1 /进入端口Switch(Config-Ethernet1-0/0/1)# no shutdown /打开端口Switch(Config-Ethernet1-0/0/1)# switchport mode access /将端口定义为 access 口Switch(Config-Ethernet1-0/0/1)# switchport
3、 access vlan 338 /将vlan338 加入到该端口Switch(Config-Ethernet1-0/0/1)# exitSwitch(Config)# int ethernet 0/0/2-19;ethernet 0/0/20 /进入端口组Switch(Config-Port-Range)#switchport mode access /将端口组定义为 access 口Switch(Config-Port-Range)#switchport access vlan 440 /将vlan440 加入到该端口组Switch(Config-Port-Range)#exitSwitc
4、h(Config)#int ethernet 0/0/21 /进入端口Switch(Config-Ethernet1-0/0/21)# switchport mode trunk /将端口定义为 trunk 口Switch(Config-Ethernet1-0/0/21)#switchport trunk allowed vlan 70;338;440 /该端口允许 vlan70,338,440 通过Switch(Config-Ethernet1-0/0/21)#exitSwitch(Config)#exitSwitch#write /保存2、迈普设备故障处理基本命令1)查看交换机端口状态2)查看交换机端口描述3)查寻 mac 地址4)修改交换机配置打开端口 no shutdown 关闭端口 shutdown