前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >1024程序员节有奖征文|神州数码交换机常用命令

1024程序员节有奖征文|神州数码交换机常用命令

原创
作者头像
小胡同学
发布2024-11-01 15:44:09
730
发布2024-11-01 15:44:09
举报

常用命令:

交换机基本状态:hostname> ;

用户模式hostname# ;

特权模式hostname(config)# ;

全局配置模式hostname(config-if)# ;

接口状态交换机口令设置:switch>enable ;

进入特权模式switch#config ;

进入全局配置模式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-line)#login ;

允许登录switch(config-line)#password xx ;

设置登录口令xxswitch#exit ;

返回命令交换机VLAN设置:switch#vlan database ;

进入VLAN设置switch(vlan)#vlan 2 ;

建VLAN 2switch(vlan)# vlan 2 ;

删vlan 2switch(config)#no vlan2 ;

进入端口1switch(config-if)#switchport access vlan 2 ;

当前端口加入vlan 2switch(config-if)#switchport mode trunk ;

设置为干线switch(config-if)#switchport trunk allowed vlan 1,2 ;

设置允许的vlanswitch(config-if)#switchport trunk encap dot1q ;

设置vlan 中继switch(config)#vtp domain ;

设置发vtp域名switch(config)#vtp password ;

设置发vtp密码switch(config)#vtp mode server ;

设置发vtp模式switch(config)#vtp mode client ;

设置发vtp模式交换机设置IP地址:switch(config)#interface vlan 1 ;

进入vlan 1switch(config-if)#ip address ;

设置IP地址switch(config)#ip default-gateway ;

设置默认网关switch#dir Flash: ;

查看闪存交换机显示命令:switch#write ;

保存配置信息switch#show vtp ;

查看vtp配置信息switch#show run ;

查看当前配置信息switch#show vlan ;

查看vlan配置信息switch#show interface ;

查看端口信息switch#show int f0/0 ;

查看指定端口信息完了最最要的一步。要记得保存设置,

保存命令:switch(config)#copy running-config startup-config

配置ipv6地址:ipv6 address xx::xx:/子网掩码

如上指令是我在学习路上的一些笔记,后期比完赛我这边会将往年题目答案整理做出整理发布到这里欢迎订阅!!!

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 常用命令:
    • 如上指令是我在学习路上的一些笔记,后期比完赛我这边会将往年题目答案整理做出整理发布到这里欢迎订阅!!!
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档