Cisco交换机基础配置(cisco交换机与路由器互联配置)

网友投稿 749 2022-09-11


Cisco交换机基础配置(cisco交换机与路由器互联配置)

配置交换机主机名:

​#enable

#configure terminal

#hostname  SW1

配置虚拟局域网接口(SVI):

​#interface  vlan 1

#ip  address  192.168.1.100  255.255.255.0

#no  shutdown

#exit

#ip  default-gateway  192.168.1.254

配置交换机口令:

​#enable  secret  ytvc

#line  console 0

#password  admin

#login

#exit

#line  vty 0 4

#password  ccna

#login

#exit

#service  password-encryption

配置交换机登录标语:

​#banner  motd  #Authorized  Access Only!#

保存配置:

​#end

#copy  running-config  startup-config   或  #write

查看配置文件:

#show  running-config

配置FTP客户端:

#ip ftp  username ccna

#ip  ftp  password  ccnp

#show  flash   查看设备配置文件

备份配置文件到FTP服务器:

​#copy  flash  ftp

#delete  flash:config.txt    删除配置文件

#copy  startup-config   running-config      将配置文件加载到内存

#copy  running-config  flash      把运行配置文件复制到flash中保存

#copy  ftp  flash    把ftp服务器中的文件复制到flash中

配置路由器DHCP服务器:

#hostname  Router1

#interface g0/0

#ip  address 192.168.1.254  255.255.255.0

#no  shutdown

#exit

#ip  dhcp  exclude-address  192.168.1.1  192.168.1.10     排除地址段

#ip dhcp  pool  ytvc        建立地址池,名称为ytvc

#network  192.168.1.0   255.255.255.0                        设置DHCP分配的网络子网掩码

#default-router   192.168.1.254                           设置dhcp分配的网关

#dns-server  114.114.114.114                               设置dhcp分配的DNS

#show  ip  dhcp  pool                                          查看dhcp地址池的信息

#show  ip  dhcp   binding                                    查看dhcp地址绑定情况


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:计算机网络参考模型(计算机网络参考模型并描述各层次的名称)
下一篇:Java中关于MouseWheelListener的鼠标滚轮事件详解
相关文章

 发表评论

评论列表

2024-08-06 07:38:26

您的文章结构合理,层次分明,让人一目了然。您的文笔细腻而不失大气,展现了您独特的文风。https://www.oottq.com/ott/2950.html