07/11/06 资料整理

H3C huawei 路由器 debug 配置
 
[Router]info-center enable
[Router]info-center console
[Router]info-center console debug
[Router]info-center monitor
[Router]info-center monitor debug
[Router]debugging ip packet
[Router]debugging ppp packet
[Router]display  debugging
[Router]undo debugging all
ctrl+d
 
catalyst 3750G-12S
 
12 SFP-based Gigabit Ethernet ports
32-Gbps,high-speed stacking bus
Innovative stacking technology
1 rack unit (RU)stackable multilayer switch
Delivers enterprise-class intelligent services to the network edge
EMI installed
provides full dynamic ip routing
 
 
 
 
 
 
 
 
fr_switch#configuration terminal
fr_switch(config)#frame-relay switching
fr_switch(config)#interface serical 0
fr_switch(config-if)#encapsulation frame-relay
fr_switch(config-if)#frame-relay intf-type dce
fr_switch(config-if)#frame-relay lmi-type ansi
fr_switch(config-if)#clock rate 128000
fr_switch(config-if)#frame-relay route 110 interface s1 120
fr_switch(config-if)#quit
fr_switch(config)#interface serical 1
fr_switch(config-if)#encapsulation frame-relay
fr_switch(config-if)#frame-relay intf-type dce
fr_switch(config-if)#frame-relay lmi-type ansi
fr_switch(config-if)#clock rate 128000
fr_switch(config-if)#frame-relay route 120 interface s0 110
 
 
端口和MAC绑定
switch#configure terminal
switch(config)#interface fastethernet 0/1
switch(config-if)#switchport port-security
switch(config-if)#switchport port-security xx.xx.xx.xx.xx.xx
switch(config-if)#no switchport port-security xx.xx.xx.xx.xx.xx

端口和MAC绑定
switch#configure terminal
switch(config)#mac access-list extended MAC10
switch(config)#permit host 0009.6bc4.d4bf any
switch(config)#permit any host 0009.6bc4.d4bf
switch(config)#interface fastethernet 0/1
switch(config-if)#mac access-group MAC10 in
switch(config-if)#no mac access-group MAC10 in

端口和MAC和IP绑定
switch#configure terminal
switch(config)#mac access-list extended MAC10
switch(config)#permit host 0009.6bc4.d4bf any
switch(config)#permit any host 0009.6bc4.d4bf
switch(config)#ip access-list IP10
switch(config)#permit 192.168.0.1 0.0.0.0 any
switch(config)#permit any 192.168.0.1 0.0.0.0
switch(config)#interface fastethernet 0/1
switch(config-if)#mac access-group MAC10 in
switch(config-if)#ip access-grroup IP10 in
switch(config-if)#no mac access-group MAC10 in
switch(config-if)#no ip access-group IP10 in
端口和IP和MAC绑定
switch#configure terminal
switch(config)#arp 192.168.0.1 0009.6bc4.d4bf arpa
switch(config)#interface fastethernet 0/1
switch(config-if)#switchport port-security
switch(config-if)#switchport port-security 0009.6bc4.d4bf

CPE 客户端设备 (Customer Premises Equipment) CO 中心局
local loop 本地环路 last-mile 最后一英里
DCE 数字通讯设备  DTE 数字终端设备
DCE 主要为DTE 提供了一个进入广域网云中通信链路的接口
HSSI 高速串行接口  V.35
bit/s 描述一般指全双工,所以同时地,一条E1线路双向都是2Mbit/s,
或T1 线路双向都是1.5Mbit/s。
在显示带宽时1k=1000 在显示存储时 1k=1024
显示带宽时 bit  显示存储时 byte

56                DS0               56kbit/s
64                DS0               64kbit/s
T1                DS1               1.544Mbit/s
E1                ZM                2.048Mbit/s
J1                Y1                2.048Mbit/s
E3                M3                34.64Mbit/s
T3                DS3               44.736Mbit/s
OC-1              SONET             51.840Mbit/s
OC-3              SONET             155.520Mbit/s
OC-9              SONET             466.560Mbit/s
OC-12             SONET             622.08Mbit/s
OC-18             SONET             933.12Mbit/s
OC-24             SONET             1244.16Mbit/s
OC-36             SONET             1866.24Mbit/s
OC-48             SONET             2488.32Mbit/s
OC-96             SONET             4976.640Mbit/s
OC-192            SONET             9953.280Mbit/s
广域网标准通常描述了物理层的传递方式和数据链路层的要求,包括
寻址,流量控制和封装。
EIA 电子工业联盟  TIA  电信工业联盟
ITU 国际电信联盟  ITU-T 国际电信联盟-电信标准部
V.35 X.21 EIA/TIA-232  EIA/TIA-449 EIA-530
DHLC  高级数据链路控制
标志 地址 控制 协议 数据 帧校验序列 标志
标志 地址 控制 私有 数据 帧校验序列 标志
当一个帧紧接着一个帧之后发送时,前一个帧的结尾标志被用做下一个
帧的开始标志
电路交换  PSTN  ISDN BRI PRI
分组交换  X.25 FR ATM

你可能感兴趣的:(职场,资料,休闲)