Switch(config)#interface f0/6 Switch(config-if)#no switchport Switch(config-if)#ip address 192.168.6.1 255.255.255.0 Switch(config-if)#no shutdown 3.分别在三层交换机和路由器上配置RIP路由协议 RIP路由协议在配置network时,只需要配置该路由器所直连的主类网络,不与该路由器直连的网络不需要包含在networ...
3、no :取消某配置例如“no ip add 192.168.1.2255.255.255.0 ”,或命令的反义例如“no shutdown ”。 Switch (vlan)# no vlan 2 删除编号为2 的 VLAN<前提该VLAN 不包含任何 端口 > Switch(config-if)# no switchport access vlan 2Router(config-router)# no router rip取消 RIP 配置的动态路由信息 ...
3、no:取消某配置例如“no ip add ”,或命令的反义例如“noshutdown”。 Switch (vlan)# no vlan 2删除编号为2的VLAN前提该VLAN不包含任何端口 Switch(config-if)# no switchport access vlan 2 Router(config-router)# no router rip 取消RIP配置的动态路由信息4、缩写 enable f en confi 2、gure ...
ip address 1.1.1.1 255.0.0.0配置虚接口IP no shutdown启动虚接口 no switchpport 将三成接口转换为三层接口 ip helper-address 192.168.1.100 配置中继DHCP服务器 17.ssh配置: en config t hostname zhang //配置主机名 ip domain-namehttp://pjy.cn//配置域名 aaa new-model //配置AAA认证 username pjyc...
Switch(config-if)# %LINK-5-CHANGED: Interface Vlan2, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up Switch(config-if)#ip address 192.168.1.1 255.255.255.0 Switch(config-if)#no shutdown ...
命令no shutdown用于手动启动(激活)处于管理性关闭的接口。 (12)show arp 命令show arp用于显示ARP缓存(ARP表)的内容。 (13)show ip arp 命令show ip arp用于显示IP ARP缓存(ARP表)的内容。 (14)show interfaces 命令show interface用于显示各接口的状态及参数信息。
wgd10(config)#int vlan 1 (进去VLAN 1配置模式) wgd10(config-if)#ip address 192.168.1.2 255.255.255.0 (配置VLAN 1的IP地址,2层交换机此IP为管理地址) wgd10(config-if)#no shutdown (关闭/开启VLAN 1) wgd10(config)#ip default-gateway 192.168.1.1 (设置交换机的网关) ...
Switch-lib(config-if)no shutdown Switch-lib(config-if)ip address 【 6】 配置交换机的管理地址 Switch-lib(config-if)exit Switch-lib(config)ip default-gateway167.11.45.1 Switch-lib(config)vtp domain lib Switch-lib(config)vtp mode transparent Switch-lib(config)exit Switch-libvlan data Switch-lib...
Switch#configure terminal Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.1 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)# Switch(config)#line vty 0 4 Switch(config-line)#password 123456 ...
Switch(config)#ip route 0.0.0.0 0.0.0.0 10.20.1.2 Switch(config)#ip routing Switch(config)#interface fastEthernet 0/1 Switch(config-if)#no switchport Switch(config-if)#ip address 10.20.1.1 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#end Switch# Switch#configure terminal...