Switch(config-if)#switchport port-security Switch(config-if)#switchport port-security maximum 1 Switch(config-if)#switchport port-security mac-address 0060.70e5.cdd1 Switch(config-if)#switchport port-security violation shutdown Switch(config-if)#exit Switch(config)# Switch(config)#int fast0/2 Swi...
(一)使能口令(enable password),口令以明文显示 (二)使能密码 (enbale secret),口令以密文显示 两者一般只需要配置其中一个,如果两者同时配置时,只有使能密码生效. Switch.> /*用户直行模式提示符 Switch.>enable /*进入特权模式 Switch.# /*特权模式提示符 Switch.#configterminal /*进入配置模式 Switch.(config...
Switch-A> (enable) show port 1/1 Port Name Status Vlan Level Duplex Speed Type --- --- --- --- --- --- --- --- 1/1 connected 1 normal a-full a-100 10/100BaseTX Switch-B> (enable) show port 1/1 Port Name Status Vlan Level Duplex Speed Type --- --- --- --- --...
# Configure port as an edge network port spanning-tree portfast spanning-tree bpduguard enable 此示例显示在 IP 电话环境中交换机端口的配置: 使用预定义的宏配置交换机 Switch#configure terminalSwitch(config)#interface gigabitethernet 2/5Switch(config-if)#macro apply $access_vlan 10 $voice_v...
switch# show cdp interface [type modle/port] switch# show cdp neighbors [type module/port] [detail] 在基于CLI的交换机上启用和浏览CDP信息: switch(enable) set cdp {enable|disable} module/port 为了查看Cisco邻接设备的CDP通告信息: switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabi...
switch(enable)showcdpneighbors[module/port][vlan|duplex|capabilities|detail] 5.基于IOS的交换机的端口描述: switch(config-if)#descriptiondescription-string 基于CLI的交换机的端口描述: switch(enable)setportnamemodule/numberdescription-string 6.在基于IOS的交换机上设置端口速度: ...
switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail] 5.基于IOS的交换机的端口描述: switch(config-if)# description description-string 基于CLI的交换机的端口描述: switch(enable)set port name module/number description-string 6.在基于IOS的交换机上设置端口速度: switch(config-...
switch#config terminal;进入全局配置模式 switch(config)#hostname;设置交换机的主机名 switch(config)#enable secret xxx;设置特权加密口令 switch(config)#enable password xxa;设置特权非密口令 switch(config)#line console 0;进入控制台口 switch(config-line)#line vty 0 4;进入虚拟终端 ...
switch(config-if)#nocdpenable为了查看Cisco邻接设备的CDP通告信息:switch#showcdpinterface[typemodle/port]switch#showcdpneighbors[typemodule/port][detail]在基于CLI的交换机上启用和浏览CDP信息:switch(enable)setcdp{enable|disable}module/port为了查看Cisco邻接设备的CDP通告信息:...
To configure an SVI on a switch, use the interface vlan 1global configuration command. Vlan 1 is not an actual physical interface but a virtual one. Next assign an IPv4 address using the ip address ip-address subnet-mask interface configuration command. Finally, enable the virtual interface ...