|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在linux中学习命令的最好办法是学习Shell脚本编程,Shell脚本比起其他语言来学习简单,但是功能却十分强大.通过学习Shell编程,能让你掌握大量的linux命令。
前阵子在进修思科摹拟器的设置,不晓得有无同舟共济的童鞋一同进修,上面小编童鞋为人人分享一篇packetracer命令的文章,但愿能帮到人人
互换机基础形态:
hostname>/用户形式
hostname#/特权形式
hostname(config)#/全局设置形式
hostname(config-if)#/接口形态
互换机口令设置:
switch>enable/进进特权形式
switch#configterminal/进进全局设置形式
switch(config)#hostname/设置互换机的主机名
switch(config)#enablesecretxxx/设置特权加密口令
switch(config)#enablepasswordxxa/设置特权非密口令
switch(config)#lineconsole0/进进把持台口
switch(config-line)#linevty04/进进假造终端
switch(config-line)#login/同意登录
switch(config-line)#passwordxx/设置登录口令xx
switch#exit/前往命令
互换机VLAN设置:
switch#vlandatabase/进进VLAN设置
switch(vlan)#vlan2/建VLAN
2switch(vlan)#novlan2/删vlan
2switch(config)#intf0/1/进进端口1
switch(config-if)#switchportaccessvlan2/以后端口到场
vlan2switch(config-if)#switchportmodetrunk/设置为支线
switch(config-if)#switchporttrunkallowedvlan1,2/设置同意的
vlanswitch(config-if)#switchporttrunkencapdot1q/设置vlan中继
switch(config)#vtpdomain/设置发vtp域名
switch(config)#vtppassword/设置发vtp暗码
switch(config)#vtpmodeserver/设置发vtp形式
switch(config)#vtpmodeclient/设置发vtp形式
互换机设置IP地点:
switch(config)#interfacevlan1;进进vlan1
switch(config-if)#ipaddress;设置IP地点
switch(config)#ipdefault-gateway;设置默许网关
switch#dirFlash:;检察闪存
互换机显现命令:
switch#write/保留设置信息
switch#showvtp/检察vtp设置信息
switch#showrun/检察以后设置信息
switch#showvlan/检察vlan设置信息
switch#showinterface/检察端口信息
switch#showintf0/0/检察指定端口信息
增补:3层互换机多出的就是路由才能,表现在vlan的相互通讯功效和端口的路由才能
上面先容:
开启路由功效:iprouting进进vlan设置网段网关与路由设置接口不异
interfacevlan1ip192.168.1.1255.255.255.0
路由设置与路由器设置不异只是把接口换为VLAN+VLAN号,开启接口路由功效,进进接口设置:noswichport
</p>
开发linux发行版的人都是通读过linux内核代码,对linux原理极其精通的人。 |
|