笔记-1

[url]http://my1024.blog.51cto.com/139454/35719[/url] 上 -笔记
 
router(config-line)#banner motd  设置路由器登录时的问候语句

Switch(config)#default interface interface-id
(恢复端口的默认配置)
mac-address-table static 5555.5555.5555 vlan 1 int f0/0 绑定MAC
Switch(config-if)# max-reserved-bandwidth 1
设置端口带宽
Switch(config-if):switchport mode dynamic desirable
主动尝试将链路转换为中继链路,如邻端口是:trunk/desirable/auto则会协商成功成为中继链路
Switch(config-if):switchport mode nonegotiate
设为永久中继模式,但禁止产生DTP,要建立中继链路必须手工将邻端口配置为中继端口,邻端口只能是ON状态.
switch(config-if):Switchport trunk allowed vlan remove vlan-list
 从Trunk添加、删除VLAN         add  增加
snap子网访问协议  CDP路由发现协议(思科特有的协议)
show cdp neighbors 
show cdp entry*  显示详细信息
show cdp enighbors detail  显示更详细信息
show cdp traffic
switch#show ip arp fa 0/1
显示了 fastethernet 下的所有活跃主机和他们的MAC地址。- 显示的为直连或静态的MAC。 Age 为存活时间。
可以使用 clear arp interface fastethernet 0/1 来清除 MAC地址。重新学习MAC。
router#showr version  查看IOS模式
修改配置寄存器  0x2102  只读模式
                0x2101  可读写模式
                0x2142  不保存配置模式
               
router(config)#config-register 0x2142
router#writer 保存
router#reload 重启

router#copy start-cofnig tftp 下载
router#copy tftp startup-config 上传
router#copy startup-config running-config 

router#show flash:  查看本路由器的IOS名称
name/status  c2500-is-1.120-4.bin<文件名>
router#copy flash tftp  下载
source filename 源文件名 c2500-is-1.120-4.bin
address or name of remote host 目标地址 192.168.200.111
保存 文件名  默认
router#copy tftp flash 上传
回车
source filename c2500-is-1.120-4.bin
清除当前的IOS  回车

reload 重启
按住 ctrl+print 最小模式启动
show processes cpu 显示CPU使用率
show ip interface brief   显示接口状态
show ip route  显示路由表
show controllers s 0   查看接口是DCE或DTE
no ip domain-lookup 关闭寻找域名服务器
clock rate 64000  进行时钟速率的配置在DCE上设置不然不能通信
提供时钟的就是DCE,接受的就是DTE
vlan作用:隔离广播  技术: 帧交换和打标签在链路层做的二次封装
valn标准1-1023 扩展1024-4096

vlan与VTP的关系  vtp用来管理vlan 没有VTP就没有VLAN
vlan与trunk   trunk用来承载vlan的通道.vlan是通过trunk才可以将一台交换机的信息传到另一台交换机
vtp 与trunk   vtp对vlan的管理依靠trunk
vtp所注意事项
VTP默认是server模式. 先设定密码再改成clinet
client没有权限配密码.即使配了也没有用
网络层可以来调用应用层的资源.而并非是指这些协议(tftp/ftp/telnet/rlogin/snmp/dns)是存在于网络层之中的
 
[url]http://my1024.blog.51cto.com/139454/39559[/url]  笔记-2

本文出自 “壹零贰肆” 博客,谢绝转载!

你可能感兴趣的:(职场,休闲,交换)