Router(config-if)#ip address 192.168.1.1 255.255.255.0输入接口IP地址和掩码 Router(config-if)#no shutdown路由器接口默认都为shutdown,所以要启用,就要打no shutdown 注意:默认情况下如果没有设置虚拟终端密码是无法从远端进行telnet的,远端进行telnet时候会提示设置login密码。许多新手会认为no login是无法从远端...
switch(config-if)#no shutdown ②、配置接口全双工 switch(config-if)#duplex full ;设置该端口为全双工 switch(config-if)#description up_to_mis ;设置该端口描述为 up_to_mis switch(config-if)#end ;退回到特权模式 ③、接口描述 switch(config)#interface fastethernet 0/1 switch(config)#description o...
switch(config)#interface fastethernet 0/1 switch(config-if)#speed 100 switch(config-if)#no shutdown ②、配置接口全双工 switch(config-if)#duplex full ;设置该端口为全双工 switch(config-if)#description up_to_mis ;设置该端口描述为 up_to_mis switch(config-if)#end ;退回到特权模式 ③、接口...
switch(config)#interface fastethernet 0/1 switch(config-if)#speed 100 switch(config-if)#no shutdown ②、配置接口全双工 switch(config-if)#duplex full ;设置该端口为全双工 switch(config-if)#deion up_to_mis ;设置该端口描述为 up_to_mis switch(config-if)#end ;退回到特权模式 ③、接口描述 sw...
switchname MDS9148-1 interface mgmt0 ip address 192.168.10.12 255.255.255.0 gatway 192.168.10.1 no shutdown ssh key rsa 1024 force feature ssh feature telnet feature http-server system default switchport shutdown system default switchport trunk mode off ...
cisco switch配置2 (网关冗余、流量监控、交换机安全) 一、网关冗余 (一)网关冗余的基本知识: 路由器冗余技术可分为:动态冗余和静态冗余两种。动态冗余不太合适,所以只讲静态冗余 1、静态路由冗余: (1)HSRP 热备份路由协议 (cisco专有协议) (2) VRRP 虚拟路冗余协议...
switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address 在基于CLI的交换机上设置远程访问: switch(enable) set interface sc0 ip-address netmask broadcast...
Switch(config)#interface gigabit ethernet 7/29Switch(config-if)#switchport%Command rejected: Cannot convert port. Maximum number of interfaces reached. Output of idb: AMC440E-SAS01#show idbMaximum number of Software IDBs 12000. In use 11999. ...
1.在基于IOS的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于CLI的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于IOS的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) se...
Switch#show run interface fastEthernet 4/2! interface FastEthernet4/2 switchport trunk encapsulation dot1q switchport mode trunkshutdownduplex full speed 100 end !--- Use the no shut command in config-if mode to re-enable this interface. ...