OSI All people seem to need data provision.
数据名称 OSI层 加头
message 应用层,表示层,会话层 x1
segment 传输层 TCP+x1
packet 网络层 IP+TCP+x1
frame 数据链路层 LLC+IP+TCP+x1+FCS
bit 物理层 MAC+LLC+IP+TCP+x1+FCS
下BT等P2P时,不停发起链接,碰撞几率大大增大,影响网速
交换机:每段都有自己的冲突域(每个端口所连的),但所有都处在同一个广播域中。
路由器根据可信度来选择由不同的协议所获取的路由:
直接连接 0
静态路由 1
Eigrp 90
igrp 100
ospf 110
rip 120
全网广播:255.255.255.255
本网广播:X.X.255.255
Ram running-config
NVRAM 配置寄存器 start-config
flash IOS
ROM Post 开机自检等
私有IP ---》不能出现在公网上
A:10.0.0.0~10.255.255.255
B:172.16.0.0~172.31.0.0
C:192.168.0.0~192.168.255.255
主机号段全为0,表示本网络号
CCNA 网络数 2^n-2 n为主机号位
这与CCNP不同,CCNP允许全为0或1
两个端口均标有或均没有标有'X'时,表示相同类型设备,网线用交叉线。
telnet时,挂起会话:Ctrl+Shift+6
返回前一个挂起的会话:resume 1 或者 快速连续敲击Enter键
关闭由自己建立的当前会话:disconnet
关闭由远端建立的会话:Clear line 12
NVRAM: copy tftp run
copy tun tftp
copy tftp start
copy start tftp
当某行命令很长时
Ctrl+A 跳到行首
Ctrl+E 跳到行尾
Esc +B
Ctrl+F
Ctrl+B
Esc+F
Ctrl+D
Ctrl+P
Ctrl+N
terminal history size lines 设置保存历史记录的条数大小
路由器启动过程:
密码设置:
控制台:(config)#line console 0
(config-line)#login
(config-line)#password cisco
虚拟终端: (config)#line vty 0 4
(config-line)#login
(config-line)#password 123456
特权模式(二级):
(config)#enable password cisco(明文)
(config)#enable secret sanfran(加密)
(config)#line console 0
(config-line)#exec-timeout 0 0
(config)#line console 0
(config)#logging synchronous
重显被打乱的控制台的输入(有时候配置时,端口down了,会弹出提示,扰乱配置)
serial 1 is up,line protocol is up
物理层 数据链路层
线缆是否通
show controller serial 0 查看是DCE还是DTE
靜態路由
1、普通的
2、缺省靜態路由:當沒有找到任何匹配的路由時,則使用該路由
3、浮動靜態路由(根據管理距離來決定是否使用該路由)
ip route 172.16.0.0 255.255.255.0 s0 130
stub network 只有一個出口的網絡
Routing loops(路由迴環)
解決方法:Split Horizon(水平分割)
Route Poisoning(路由中毒)
Poison Reverse(毒性逆轉)\
Holddown Timers
Triggered update
Max-hop (ex:Rip<16)
浙公网安备 33010602011771号