switchxxxxxx(config)# interface gi10 switchxxxxxx(config-if)# security-suit dos ip gratuitous-arps show security-suite dos To show the DoS protection configuration, use the show security-suite dos Privileged EXEC Mode command. Syntax show security-suite dos Parameters N/A Command Mode Privileg...
Switch(config-if)#interfacef0/1Switch(config-if)# 全局配置模式转为vlan配置模式: 代码语言:javascript 复制 Switch(config)#vlan4Switch(config-vlan)# 5.模式切换图 二.交换机名称,口令等设置 1.全局模式下-交换机改名 全局模式下: 代码语言:javascript 复制 Switch(config)#hostname songsong(config)# 2....
To configure the console interface; from the directly connected console or the virtual terminal; used with Telnet. From global configuration mode, enter theline console 0command. Switch(config-line)# The Cisco IOS command interpreter, called the EXEC, interprets and runs the commands you...
interface range可以对一组端口进行统一配置,如果已知端口是直接与PC机连接不会接路由交换机和集线器的情况下可以用spanning-tree portfast 命令设置快速端口,快速端口不再经历生成树的四个状态,直接进入转发状态,提高接入速度。 Pconline1(config)# interface range fastethernet 0/1-20 /*对1-20端口进行配置 Pconline...
switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask ...
Switch(config-if)#exit Switch(config)# Switch(config)#default interface gigabitEthernet 1/0/1 3.6 配置VLAN 以太网端口有二种链路类型:Access和Trunk。 Access类型的端口只能属于1个VLAN,一般用于连接计算机的端口; Trunk类型的端口可以属于多个VLAN,可以接收和发送多个VLAN的报文,一般用于交换机之间连接的端口(tr...
switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程接见: switch(config)# interface vlan 1 switch...
switch(enable)setsystemnamename-string 2.在基于IOS的交换机上设置登录口令: switch(config)#enablepasswordlevel1password 在基于CLI的交换机上设置登录口令: switch(enable)setpassword switch(enable)setenalbepass 3.在基于IOS的交换机上设置管理IP: switch(config)#interfacevlan1 ...
Cisco IOS Basic CLI Configuration : Switch Port Command 1. Basic Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.200 255.255.255.0 ...
5LINESwitch(config)#enable secret level155Switch(config)# 第十三步:接口配置模式的配置方法 输入interface FastEthernet0/22设置端口 22 的配置信息。 退出之后想进入 vlan 的接口,也就是 CPU 的接口: 代码语言:javascript 复制 Switch(config-if)#exitSwitch(config)#interfacevlan?<1-1005>Vlaninterfacenumber...