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)# ip default-gate...
switch(config)#interfacevlan1 switch(config-if)#ipaddressip-addressnetmask switch(config-if)#ipdefault-gatewayip-address 在基于CLI的交换机上设置管理IP: switch(enable)setinterfacesc0ip-addressnetmaskbroadcast-address switch(enable)setinterfacesc0vlan switch(enable)setiproutedefaultgateway 4.在基于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-address switch(enable) set interface sc0 vlan switch(enable) set i...
Switch(config)no Ip access-group IP10 in #清除名为IP10的访问列表 上述所提到的应用1是基于主机MAC地址与交换机端口的绑定,方案2是基于MAC地址的访问控制列表,前两种方案所能实现的功能大体一样。如果要做到IP与MAC地址的绑定只能按照方案3来实现,可根据需求将方案1或方案2与IP访问控制列表结合...
clock set 18:59:00 nov 25 2013 //设置时钟。*注意设置格式。hh:mm:ss month day year ---设置管理口--- interface FastEthernet0 //指定管理口,默认管理口为F0端口,此端口与ILO通讯,用于管理交换机。 ip address 10.91.246.244 255.255.255.0 //设置静态管理IP地址。 no sh //指定开启F0管理端口...
switch(config-if)#switch-port access vlan 10 switch(config-if)#interface vlan 10 switch(config-if)#ip address 192.168.0.2 255.255.255.0 switch(config-if)#end switch#copy running-config startup-config(备注:用于保存配置文件,非常重要,如果不保存,交换机重启后配置都没了) ...
Switch(config)# Switch(config)#default interface gigabitEthernet 1/0/1 3.6 配置VLAN 以太网端口有二种链路类型:Access和Trunk。 Access类型的端口只能属于1个VLAN,一般用于连接计算机的端口; Trunk类型的端口可以属于多个VLAN,可以接收和发送多个VLAN的报文,一般用于交换机之间连接的端口(trunk是允许vlan透传的一个...
发出set interface sc0 172.16.84.17 255.255.255.0 172.16.84.255 命令以配置sc0的IP地址。 交换机返回的消息告诉您更改了哪些参数。 注意:当您发出set interface sc0命令时,不能在没有IP地址子网掩码的情况下输入广播地址。 Switch-A> (enable) set interface sc0 172.16.84.17 255.255.255.0 172.16.84.255 Int...
5 switch#show int f0/0 查看指定端口信息 在配置模式中无法使用show命令,如果要使用的话show前必须加do和空格 例:do show ip int b 验证Cisco 2960系列交换机的配置 验证IP地址和接口状态 MySwitch# show ip interface brief 验证VLAN配置 MySwitch# show vlan brief ...
请确保端口或模块未被禁用或断开电源。如果已在链路一端或另一端将端口或模块手动关闭,则链路将不会接通,除非您重新启用端口。请检查两端的端口状态。使用show run interface命令并检查接口是否处于shutdown状态: Switch#show run interface fastEthernet 4/2!